func NewKubernetesClusterProperties(name string, ) *KubernetesClusterProperties
func NewKubernetesClusterPropertiesWithDefaults() *KubernetesClusterProperties
func (o *KubernetesClusterProperties) GetName() string
func (o *KubernetesClusterProperties) GetNameOk() (*string, bool)
func (o *KubernetesClusterProperties) SetName(v string)
func (o *KubernetesClusterProperties) GetK8sVersion() string
func (o *KubernetesClusterProperties) GetK8sVersionOk() (*string, bool)
func (o *KubernetesClusterProperties) SetK8sVersion(v string)
func (o *KubernetesClusterProperties) HasK8sVersion() bool
func (o *KubernetesClusterProperties) GetMaintenanceWindow() KubernetesMaintenanceWindow
func (o *KubernetesClusterProperties) GetMaintenanceWindowOk() (*KubernetesMaintenanceWindow, bool)
func (o *KubernetesClusterProperties) SetMaintenanceWindow(v KubernetesMaintenanceWindow)
func (o *KubernetesClusterProperties) HasMaintenanceWindow() bool
func (o *KubernetesClusterProperties) GetAvailableUpgradeVersions() []string
func (o *KubernetesClusterProperties) GetAvailableUpgradeVersionsOk() (*[]string, bool)
func (o *KubernetesClusterProperties) SetAvailableUpgradeVersions(v []string)
func (o *KubernetesClusterProperties) HasAvailableUpgradeVersions() bool
func (o *KubernetesClusterProperties) GetViableNodePoolVersions() []string
func (o *KubernetesClusterProperties) GetViableNodePoolVersionsOk() (*[]string, bool)
func (o *KubernetesClusterProperties) SetViableNodePoolVersions(v []string)
func (o *KubernetesClusterProperties) HasViableNodePoolVersions() bool
func (o *KubernetesClusterProperties) GetApiSubnetAllowList() []string
func (o *KubernetesClusterProperties) GetApiSubnetAllowListOk() (*[]string, bool)
func (o *KubernetesClusterProperties) SetApiSubnetAllowList(v []string)
func (o *KubernetesClusterProperties) HasApiSubnetAllowList() bool
func (o *KubernetesClusterProperties) GetS3Buckets() []S3Bucket
func (o *KubernetesClusterProperties) GetS3BucketsOk() (*[]S3Bucket, bool)
func (o *KubernetesClusterProperties) SetS3Buckets(v []S3Bucket)
func (o *KubernetesClusterProperties) HasS3Buckets() bool