Name | Type | Description | Notes |
---|---|---|---|
Aws | Pointer to AWSRegionCloudInfo | [optional] | |
Azu | Pointer to AzureRegionCloudInfo | [optional] | |
Gcp | Pointer to GCPRegionCloudInfo | [optional] | |
Kubernetes | Pointer to KubernetesRegionInfo | [optional] |
func NewRegionCloudInfo() *RegionCloudInfo
NewRegionCloudInfo instantiates a new RegionCloudInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRegionCloudInfoWithDefaults() *RegionCloudInfo
NewRegionCloudInfoWithDefaults instantiates a new RegionCloudInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *RegionCloudInfo) GetAws() AWSRegionCloudInfo
GetAws returns the Aws field if non-nil, zero value otherwise.
func (o *RegionCloudInfo) GetAwsOk() (*AWSRegionCloudInfo, bool)
GetAwsOk returns a tuple with the Aws field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegionCloudInfo) SetAws(v AWSRegionCloudInfo)
SetAws sets Aws field to given value.
func (o *RegionCloudInfo) HasAws() bool
HasAws returns a boolean if a field has been set.
func (o *RegionCloudInfo) GetAzu() AzureRegionCloudInfo
GetAzu returns the Azu field if non-nil, zero value otherwise.
func (o *RegionCloudInfo) GetAzuOk() (*AzureRegionCloudInfo, bool)
GetAzuOk returns a tuple with the Azu field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegionCloudInfo) SetAzu(v AzureRegionCloudInfo)
SetAzu sets Azu field to given value.
func (o *RegionCloudInfo) HasAzu() bool
HasAzu returns a boolean if a field has been set.
func (o *RegionCloudInfo) GetGcp() GCPRegionCloudInfo
GetGcp returns the Gcp field if non-nil, zero value otherwise.
func (o *RegionCloudInfo) GetGcpOk() (*GCPRegionCloudInfo, bool)
GetGcpOk returns a tuple with the Gcp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegionCloudInfo) SetGcp(v GCPRegionCloudInfo)
SetGcp sets Gcp field to given value.
func (o *RegionCloudInfo) HasGcp() bool
HasGcp returns a boolean if a field has been set.
func (o *RegionCloudInfo) GetKubernetes() KubernetesRegionInfo
GetKubernetes returns the Kubernetes field if non-nil, zero value otherwise.
func (o *RegionCloudInfo) GetKubernetesOk() (*KubernetesRegionInfo, bool)
GetKubernetesOk returns a tuple with the Kubernetes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegionCloudInfo) SetKubernetes(v KubernetesRegionInfo)
SetKubernetes sets Kubernetes field to given value.
func (o *RegionCloudInfo) HasKubernetes() bool
HasKubernetes returns a boolean if a field has been set.