| Name | Type | Description | Notes |
|---|---|---|---|
| ResourceGroupName | Pointer to string | [optional] | |
| Region | Pointer to AwsRegions | [optional] | |
| AksClusterName | Pointer to string | [optional] | |
| DnsPrefix | Pointer to string | [optional] | |
| DefaultNodePoolName | Pointer to string | [optional] | |
| Tags | Pointer to map[string]string | [optional] | |
| VNetCidr | Pointer to string | [optional] | |
| VNetName | Pointer to string | [optional] | |
| StorageAccountName | Pointer to string | [optional] | |
| ConfigContainerName | Pointer to string | [optional] | |
| ImportContainerName | Pointer to string | [optional] | |
| AvailabilityZones | Pointer to []string | [optional] | |
| AzCount | Pointer to int32 | [optional] | |
| DeploymentName | Pointer to string | [optional] | |
| MsiName | Pointer to string | [optional] | |
| TenantId | Pointer to string | [optional] | |
| SubscriptionId | Pointer to string | [optional] | |
| Bucket | Pointer to string | [optional] | |
| SupportBucket | Pointer to string | [optional] | |
| AccountId | Pointer to string | [optional] | |
| VpcCidr | Pointer to string | [optional] | |
| VpcId | Pointer to string | [optional] | |
| StackId | Pointer to string | [optional] | |
| PrivateSubnets | Pointer to []string | [optional] | |
| AvailabilityZone | Pointer to []string | [optional] | |
| LastRotated | Pointer to time.Time | [optional] |
func NewCloudProviderSettings() *CloudProviderSettings
NewCloudProviderSettings instantiates a new CloudProviderSettings 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 NewCloudProviderSettingsWithDefaults() *CloudProviderSettings
NewCloudProviderSettingsWithDefaults instantiates a new CloudProviderSettings 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 *CloudProviderSettings) GetResourceGroupName() string
GetResourceGroupName returns the ResourceGroupName field if non-nil, zero value otherwise.
func (o *CloudProviderSettings) GetResourceGroupNameOk() (*string, bool)
GetResourceGroupNameOk returns a tuple with the ResourceGroupName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudProviderSettings) SetResourceGroupName(v string)
SetResourceGroupName sets ResourceGroupName field to given value.
func (o *CloudProviderSettings) HasResourceGroupName() bool
HasResourceGroupName returns a boolean if a field has been set.
func (o *CloudProviderSettings) GetRegion() AwsRegions
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *CloudProviderSettings) GetRegionOk() (*AwsRegions, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudProviderSettings) SetRegion(v AwsRegions)
SetRegion sets Region field to given value.
func (o *CloudProviderSettings) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (o *CloudProviderSettings) GetAksClusterName() string
GetAksClusterName returns the AksClusterName field if non-nil, zero value otherwise.
func (o *CloudProviderSettings) GetAksClusterNameOk() (*string, bool)
GetAksClusterNameOk returns a tuple with the AksClusterName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudProviderSettings) SetAksClusterName(v string)
SetAksClusterName sets AksClusterName field to given value.
func (o *CloudProviderSettings) HasAksClusterName() bool
HasAksClusterName returns a boolean if a field has been set.
func (o *CloudProviderSettings) GetDnsPrefix() string
GetDnsPrefix returns the DnsPrefix field if non-nil, zero value otherwise.
func (o *CloudProviderSettings) GetDnsPrefixOk() (*string, bool)
GetDnsPrefixOk returns a tuple with the DnsPrefix field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudProviderSettings) SetDnsPrefix(v string)
SetDnsPrefix sets DnsPrefix field to given value.
func (o *CloudProviderSettings) HasDnsPrefix() bool
HasDnsPrefix returns a boolean if a field has been set.
func (o *CloudProviderSettings) GetDefaultNodePoolName() string
GetDefaultNodePoolName returns the DefaultNodePoolName field if non-nil, zero value otherwise.
func (o *CloudProviderSettings) GetDefaultNodePoolNameOk() (*string, bool)
GetDefaultNodePoolNameOk returns a tuple with the DefaultNodePoolName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudProviderSettings) SetDefaultNodePoolName(v string)
SetDefaultNodePoolName sets DefaultNodePoolName field to given value.
func (o *CloudProviderSettings) HasDefaultNodePoolName() bool
HasDefaultNodePoolName returns a boolean if a field has been set.
func (o *CloudProviderSettings) GetTags() map[string]string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *CloudProviderSettings) GetTagsOk() (*map[string]string, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudProviderSettings) SetTags(v map[string]string)
SetTags sets Tags field to given value.
func (o *CloudProviderSettings) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *CloudProviderSettings) GetVNetCidr() string
GetVNetCidr returns the VNetCidr field if non-nil, zero value otherwise.
func (o *CloudProviderSettings) GetVNetCidrOk() (*string, bool)
GetVNetCidrOk returns a tuple with the VNetCidr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudProviderSettings) SetVNetCidr(v string)
SetVNetCidr sets VNetCidr field to given value.
func (o *CloudProviderSettings) HasVNetCidr() bool
HasVNetCidr returns a boolean if a field has been set.
func (o *CloudProviderSettings) GetVNetName() string
GetVNetName returns the VNetName field if non-nil, zero value otherwise.
func (o *CloudProviderSettings) GetVNetNameOk() (*string, bool)
GetVNetNameOk returns a tuple with the VNetName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudProviderSettings) SetVNetName(v string)
SetVNetName sets VNetName field to given value.
func (o *CloudProviderSettings) HasVNetName() bool
HasVNetName returns a boolean if a field has been set.
func (o *CloudProviderSettings) GetStorageAccountName() string
GetStorageAccountName returns the StorageAccountName field if non-nil, zero value otherwise.
func (o *CloudProviderSettings) GetStorageAccountNameOk() (*string, bool)
GetStorageAccountNameOk returns a tuple with the StorageAccountName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudProviderSettings) SetStorageAccountName(v string)
SetStorageAccountName sets StorageAccountName field to given value.
func (o *CloudProviderSettings) HasStorageAccountName() bool
HasStorageAccountName returns a boolean if a field has been set.
func (o *CloudProviderSettings) GetConfigContainerName() string
GetConfigContainerName returns the ConfigContainerName field if non-nil, zero value otherwise.
func (o *CloudProviderSettings) GetConfigContainerNameOk() (*string, bool)
GetConfigContainerNameOk returns a tuple with the ConfigContainerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudProviderSettings) SetConfigContainerName(v string)
SetConfigContainerName sets ConfigContainerName field to given value.
func (o *CloudProviderSettings) HasConfigContainerName() bool
HasConfigContainerName returns a boolean if a field has been set.
func (o *CloudProviderSettings) GetImportContainerName() string
GetImportContainerName returns the ImportContainerName field if non-nil, zero value otherwise.
func (o *CloudProviderSettings) GetImportContainerNameOk() (*string, bool)
GetImportContainerNameOk returns a tuple with the ImportContainerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudProviderSettings) SetImportContainerName(v string)
SetImportContainerName sets ImportContainerName field to given value.
func (o *CloudProviderSettings) HasImportContainerName() bool
HasImportContainerName returns a boolean if a field has been set.
func (o *CloudProviderSettings) GetAvailabilityZones() []string
GetAvailabilityZones returns the AvailabilityZones field if non-nil, zero value otherwise.
func (o *CloudProviderSettings) GetAvailabilityZonesOk() (*[]string, bool)
GetAvailabilityZonesOk returns a tuple with the AvailabilityZones field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudProviderSettings) SetAvailabilityZones(v []string)
SetAvailabilityZones sets AvailabilityZones field to given value.
func (o *CloudProviderSettings) HasAvailabilityZones() bool
HasAvailabilityZones returns a boolean if a field has been set.
func (o *CloudProviderSettings) GetAzCount() int32
GetAzCount returns the AzCount field if non-nil, zero value otherwise.
func (o *CloudProviderSettings) GetAzCountOk() (*int32, bool)
GetAzCountOk returns a tuple with the AzCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudProviderSettings) SetAzCount(v int32)
SetAzCount sets AzCount field to given value.
func (o *CloudProviderSettings) HasAzCount() bool
HasAzCount returns a boolean if a field has been set.
func (o *CloudProviderSettings) GetDeploymentName() string
GetDeploymentName returns the DeploymentName field if non-nil, zero value otherwise.
func (o *CloudProviderSettings) GetDeploymentNameOk() (*string, bool)
GetDeploymentNameOk returns a tuple with the DeploymentName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudProviderSettings) SetDeploymentName(v string)
SetDeploymentName sets DeploymentName field to given value.
func (o *CloudProviderSettings) HasDeploymentName() bool
HasDeploymentName returns a boolean if a field has been set.
func (o *CloudProviderSettings) GetMsiName() string
GetMsiName returns the MsiName field if non-nil, zero value otherwise.
func (o *CloudProviderSettings) GetMsiNameOk() (*string, bool)
GetMsiNameOk returns a tuple with the MsiName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudProviderSettings) SetMsiName(v string)
SetMsiName sets MsiName field to given value.
func (o *CloudProviderSettings) HasMsiName() bool
HasMsiName returns a boolean if a field has been set.
func (o *CloudProviderSettings) GetTenantId() string
GetTenantId returns the TenantId field if non-nil, zero value otherwise.
func (o *CloudProviderSettings) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudProviderSettings) SetTenantId(v string)
SetTenantId sets TenantId field to given value.
func (o *CloudProviderSettings) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (o *CloudProviderSettings) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field if non-nil, zero value otherwise.
func (o *CloudProviderSettings) GetSubscriptionIdOk() (*string, bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudProviderSettings) SetSubscriptionId(v string)
SetSubscriptionId sets SubscriptionId field to given value.
func (o *CloudProviderSettings) HasSubscriptionId() bool
HasSubscriptionId returns a boolean if a field has been set.
func (o *CloudProviderSettings) GetBucket() string
GetBucket returns the Bucket field if non-nil, zero value otherwise.
func (o *CloudProviderSettings) GetBucketOk() (*string, bool)
GetBucketOk returns a tuple with the Bucket field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudProviderSettings) SetBucket(v string)
SetBucket sets Bucket field to given value.
func (o *CloudProviderSettings) HasBucket() bool
HasBucket returns a boolean if a field has been set.
func (o *CloudProviderSettings) GetSupportBucket() string
GetSupportBucket returns the SupportBucket field if non-nil, zero value otherwise.
func (o *CloudProviderSettings) GetSupportBucketOk() (*string, bool)
GetSupportBucketOk returns a tuple with the SupportBucket field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudProviderSettings) SetSupportBucket(v string)
SetSupportBucket sets SupportBucket field to given value.
func (o *CloudProviderSettings) HasSupportBucket() bool
HasSupportBucket returns a boolean if a field has been set.
func (o *CloudProviderSettings) GetAccountId() string
GetAccountId returns the AccountId field if non-nil, zero value otherwise.
func (o *CloudProviderSettings) GetAccountIdOk() (*string, bool)
GetAccountIdOk returns a tuple with the AccountId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudProviderSettings) SetAccountId(v string)
SetAccountId sets AccountId field to given value.
func (o *CloudProviderSettings) HasAccountId() bool
HasAccountId returns a boolean if a field has been set.
func (o *CloudProviderSettings) GetVpcCidr() string
GetVpcCidr returns the VpcCidr field if non-nil, zero value otherwise.
func (o *CloudProviderSettings) GetVpcCidrOk() (*string, bool)
GetVpcCidrOk returns a tuple with the VpcCidr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudProviderSettings) SetVpcCidr(v string)
SetVpcCidr sets VpcCidr field to given value.
func (o *CloudProviderSettings) HasVpcCidr() bool
HasVpcCidr returns a boolean if a field has been set.
func (o *CloudProviderSettings) GetVpcId() string
GetVpcId returns the VpcId field if non-nil, zero value otherwise.
func (o *CloudProviderSettings) GetVpcIdOk() (*string, bool)
GetVpcIdOk returns a tuple with the VpcId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudProviderSettings) SetVpcId(v string)
SetVpcId sets VpcId field to given value.
func (o *CloudProviderSettings) HasVpcId() bool
HasVpcId returns a boolean if a field has been set.
func (o *CloudProviderSettings) GetStackId() string
GetStackId returns the StackId field if non-nil, zero value otherwise.
func (o *CloudProviderSettings) GetStackIdOk() (*string, bool)
GetStackIdOk returns a tuple with the StackId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudProviderSettings) SetStackId(v string)
SetStackId sets StackId field to given value.
func (o *CloudProviderSettings) HasStackId() bool
HasStackId returns a boolean if a field has been set.
func (o *CloudProviderSettings) GetPrivateSubnets() []string
GetPrivateSubnets returns the PrivateSubnets field if non-nil, zero value otherwise.
func (o *CloudProviderSettings) GetPrivateSubnetsOk() (*[]string, bool)
GetPrivateSubnetsOk returns a tuple with the PrivateSubnets field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudProviderSettings) SetPrivateSubnets(v []string)
SetPrivateSubnets sets PrivateSubnets field to given value.
func (o *CloudProviderSettings) HasPrivateSubnets() bool
HasPrivateSubnets returns a boolean if a field has been set.
func (o *CloudProviderSettings) GetAvailabilityZone() []string
GetAvailabilityZone returns the AvailabilityZone field if non-nil, zero value otherwise.
func (o *CloudProviderSettings) GetAvailabilityZoneOk() (*[]string, bool)
GetAvailabilityZoneOk returns a tuple with the AvailabilityZone field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudProviderSettings) SetAvailabilityZone(v []string)
SetAvailabilityZone sets AvailabilityZone field to given value.
func (o *CloudProviderSettings) HasAvailabilityZone() bool
HasAvailabilityZone returns a boolean if a field has been set.
func (o *CloudProviderSettings) GetLastRotated() time.Time
GetLastRotated returns the LastRotated field if non-nil, zero value otherwise.
func (o *CloudProviderSettings) GetLastRotatedOk() (*time.Time, bool)
GetLastRotatedOk returns a tuple with the LastRotated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudProviderSettings) SetLastRotated(v time.Time)
SetLastRotated sets LastRotated field to given value.
func (o *CloudProviderSettings) HasLastRotated() bool
HasLastRotated returns a boolean if a field has been set.