func NewKubernetesClusterPropertiesForPost(name string, ) *KubernetesClusterPropertiesForPost
func NewKubernetesClusterPropertiesForPostWithDefaults() *KubernetesClusterPropertiesForPost
func (o *KubernetesClusterPropertiesForPost) GetName() string
func (o *KubernetesClusterPropertiesForPost) GetNameOk() (*string, bool)
func (o *KubernetesClusterPropertiesForPost) SetName(v string)
func (o *KubernetesClusterPropertiesForPost) GetK8sVersion() string
func (o *KubernetesClusterPropertiesForPost) GetK8sVersionOk() (*string, bool)
func (o *KubernetesClusterPropertiesForPost) SetK8sVersion(v string)
func (o *KubernetesClusterPropertiesForPost) HasK8sVersion() bool
func (o *KubernetesClusterPropertiesForPost) GetMaintenanceWindow() KubernetesMaintenanceWindow
func (o *KubernetesClusterPropertiesForPost) GetMaintenanceWindowOk() (*KubernetesMaintenanceWindow, bool)
func (o *KubernetesClusterPropertiesForPost) SetMaintenanceWindow(v KubernetesMaintenanceWindow)
func (o *KubernetesClusterPropertiesForPost) HasMaintenanceWindow() bool
func (o *KubernetesClusterPropertiesForPost) GetApiSubnetAllowList() []string
func (o *KubernetesClusterPropertiesForPost) GetApiSubnetAllowListOk() (*[]string, bool)
func (o *KubernetesClusterPropertiesForPost) SetApiSubnetAllowList(v []string)
func (o *KubernetesClusterPropertiesForPost) HasApiSubnetAllowList() bool
func (o *KubernetesClusterPropertiesForPost) GetS3Buckets() []S3Bucket
func (o *KubernetesClusterPropertiesForPost) GetS3BucketsOk() (*[]S3Bucket, bool)
func (o *KubernetesClusterPropertiesForPost) SetS3Buckets(v []S3Bucket)
func (o *KubernetesClusterPropertiesForPost) HasS3Buckets() bool