EpasClusterDetailResponse
EpasClusterDetailResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : | string | |
| allowable_ip_addresses optional | Allowed IP addresses list | array[string] | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| dbaas_engine required | DBaaS engine Example : | string | |
| dbaas_engine_version_name required | DBaaS engine version name Example : | string | |
| ha_enabled optional | HA availability Example : False | boolean | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| init_config_option required | DB initial configuration option | EpasInitConfigOptionDetail | |
| instance_count optional | Instance Count Example : 0 | integer | |
| instance_groups required | Instance groups list | array[InstanceGroupResponse] | |
| maintenance_option optional | Maintenance option | any of [MaintenanceResponseOption, null] | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | Cluster name Example : | string | |
| nat_enabled optional | NAT availability Example : False | boolean | |
| origin_cluster_id optional | Origin cluster ID Example : | any of [string, null] | |
| product_image_type required | Product image type Example : | string | |
| product_type required | Product type Example : QOS | enum (QOS, PostgreSQL Community, EPAS, MariaDB, MySQL, Redis, Microsoft SQL Server, Search Engine, Event Streams, Vertica, Scalable DB) | |
| replicas required | Replicas list | array[string] | |
| role_type required | Role type Example : ORIGIN | any of [enum (ORIGIN, REPLICA, RECOVERY, SECONDARY, MIGRATION), null] | |
| service_state required | Service state Example : RUNNING | enum (RUNNING, STOPPED, UNKNOWN, ERROR, FAILED, TERMINATED, CREATING, STOPPING, STARTING, RESTARTING, EDITING, SYNCHRONIZING, UPGRADING, TERMINATING, MIGRATING) | |
| software_version required | Software version Example : | string | |
| subnet_id required | Subnet ID Example : | string | |
| timezone required | Timezone Example : | string | |
| vip_public_ip_address optional | (VIP) Public IP Address Example : | any of [string, null] | |
| 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] |