SubnetDetailV1Dot3
SubnetDetailV1Dot3
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : f1e6c81a2b054582878cb9724dc2ce9f | string | |
| allocation_pools optional | IP 할당 범위 | array[object] | |
| category required | Subnet 구분 Example : PRIMARY | string | |
| cidr required | Subnet Cidr Example : 192.167.1.0/24 | string | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description optional | 설명 Example : Subnet Description | any of [string, null] | |
| dhcp_ip_address optional | DHCP IP 주소 Example : | any of [string, null] | |
| dns_nameservers optional | DNS Name Server | array[string] | |
| gateway_ip_address required | Gateway IP 주소 Example : 192.167.1.1 | any of [string, null] | |
| host_routes optional | 호스트 경로 | array[object] | |
| id required | Subnet ID Example : 023c57b14f11483689338d085e061492 | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | Subnet 명 Example : subnetNamePattern : ^[a-zA-Z0-9-]*$Minimum length : 3Maximum length : 20 | string | |
| primary_subnet_id optional | Primary Subnet ID Example : 023c57b14f11483689338d085e061492 | any of [string, null] | |
| secondary_subnet_ids optional | Secondary Subnet ID 목록 Example : ["522e102f680448a8804d18d4838baa78", "aec40baf53c243c1bb8401a703a2c888"] | any of [array[object], null] | |
| state required | 상태 Example : CREATING | enum (CREATING, ACTIVE, DELETING, DELETED, ERROR) | |
| type required | Subnet 유형 Example : PUBLIC | enum (PUBLIC, PRIVATE, LOCAL, VPC_ENDPOINT) | |
| vpc_id required | VPC ID Example : 7df8abb4912e4709b1cb237daccca7a8 | string | |
| vpc_name required | VPC 명 Example : vpcName | string | |
| zones optional | Subnet Zone 목록 Example : ["kr-west1-a", "kr-west1-b", "kr-west1-c"] | array[string] |