ClusterCreateRequestV1Dot1
ClusterCreateRequestV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| cloud_logging_enabled required | Cloud Logging Enabled Example : true | boolean | |
| kubernetes_version required | Cluster Version Example : v1.29.8Pattern : ^v[0-9]{1}\.[0-9]{1,2}\.[0-9]{1,2}$ | string | |
| name required | Cluster Name Example : sample-clusterPattern : ^[a-z][a-z0-9\-]*[a-z0-9]$Minimum length : 3Maximum length : 30 | string | |
| private_endpoint_access_control_resources optional | Private Endpoint Access Control Resources | any of [array[PrivateEndpointAccessControlResource], null] | |
| public_endpoint_access_control_ip optional | Public Endpoint Access Control IP Example : 192.168.0.0 | any of [string, null] | |
| security_group_id_list required | Security Group ID List Example : ['bdfda539-bd2e-4a5c-9021-ec6d52d1ca79'] | array[string] | |
| service_watch_logging_enabled required | Service Watch Enabled Example : true | boolean | |
| subnet_id required | Subnet ID Example : 023c57b14f11483689338d085e061492 | string | |
| tags optional | Tag list | any of [array[Tag], null] | |
| volume_id required | Volume ID Example : ['bfdbabf2-04d9-4e8b-a205-020f8e6da438'] | string | |
| vpc_id required | VPC ID Example : 7df8abb4912e4709b1cb237daccca7a8 | string |