SubnetCreateRequest
SubnetCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| allocation_pools optional | IP 할당 범위 Example : [{"start":"192.167.1.2", "end":"192.167.1.100"}] | array[object] | |
| cidr required | Subnet Cidr Example : 192.167.1.0/24 | string | |
| description optional | 설명 Example : Subnet Description | any of [string, null] | |
| dns_nameservers optional | DNS Name Server Example : ["1.1.1.1", "2.2.2.2"] | array[string] | |
| host_routes optional | 호스트 경로 Example : [{"destination":"192.168.10.0/24", "nexthop":"192.168.10.0"}] | array[object] | |
| name required | Subnet 명 Example : subnetNamePattern : ^[a-zA-Z0-9-]*$Minimum length : 3Maximum length : 20 | string | |
| tags optional | 태그 목록 | array[Tag] | |
| type required | Subnet 유형 Example : GENERAL | enum (GENERAL, LOCAL, VPC_ENDPOINT) | |
| vpc_id required | VPC ID Example : 7df8abb4912e4709b1cb237daccca7a8 | string |