EpasClusterCreateRequest
EpasClusterCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| allowable_ip_addresses optional | Allowed IP addresses list | array[string] | |
| dbaas_engine_version_id required | DBaaS engine version ID Example : | string | |
| ha_enabled optional | HA availability Example : False | boolean | |
| init_config_option required | DB initial configuration option | EpasInitConfigOptionRequest | |
| instance_groups required | Instance groups list | array[InstanceGroupRequest] | |
| instance_name_prefix required | Instance name prefix Example : Pattern : ^[a-z][a-zA-Z0-9\-]*$Minimum length : 3Maximum length : 13 | string | |
| maintenance_option optional | Maintenance option | any of [MaintenanceOption, null] | |
| name required | Cluster name Example : Pattern : ^[a-zA-Z]*$Minimum length : 3Maximum length : 20 | string | |
| nat_enabled optional | NAT availability Example : False | boolean | |
| origin_cluster_id optional | Origin cluster ID Example : | any of [string, null] | |
| subnet_id required | Subnet ID Example : | string | |
| tags optional | tag | any of [array[Tag], null] | |
| timezone required | Timezone Example : | string | |
| vip_public_ip_id optional | (VIP) Public IP ID Example : | any of [string, null] | |
| virtual_ip_address optional | Virtual IP address Example : | any of [string, null] |