1.3
1.3
scp-cli vpc subnet create
--vpc_id <value>
--type <value>
--name <value>
--cidr <value>
--category <value>
[--allocation_pools <value>]
[--description <value>]
[--dns_nameservers <value>]
[--gateway_ip_address <value>]
[--host_routes <value>]
[--primary_subnet_id <value>]
[--tags <value>]
Description
Create subnet.
State ACTIVE (CURRENT)
| Version | Not Before |
|---|---|
| 1.3 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_id required | string | VPC Id | 7df8abb4912e4709b1cb237daccca7a8 |
| type required | string | Subnet Type | - |
| name required | string | Subnet Name | subnetName |
| cidr required | string | Subnet Cidr | 192.167.1.0/24 |
| category required | string | Subnet Category | PRIMARY |
| allocation_pools optional | array | Allocation Pools | [ |
| description optional | string | Description | Subnet Description |
| dns_nameservers optional | array | DNS Name Servers | [ |
| gateway_ip_address optional | string | Gateway IP Address | 192.167.1.1 |
| host_routes optional | array | Host Routes | [ |
| primary_subnet_id optional | string | Primary Subnet ID | 023c57b14f11483689338d085e061492 |
| tags optional | array | Tag List | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | Subnet Id | 023c57b14f11483689338d085e061492 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| allocation_pools | Allocation Pools | |
| category | Subnet Category | PRIMARY |
| cidr | Subnet Cidr | 192.167.1.0/24 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | Description | Subnet Description |
| dhcp_ip_address | DHCP IP Address | |
| dns_nameservers | DNS Name Servers | |
| gateway_ip_address | Gateway IP Address | 192.167.1.1 |
| host_routes | Host Routes | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Subnet Name | subnetName |
| primary_subnet_id | Primary Subnet ID | 023c57b14f11483689338d085e061492 |
| secondary_subnet_ids | Secondary Subnet ID List | [“522e102f680448a8804d18d4838baa78”, “aec40baf53c243c1bb8401a703a2c888”] |
| state | State | |
| type | Subnet Type | PUBLIC |
| vpc_id | VPC Id | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC Name | vpcName |
| zones | Subnet Zone List | [“kr-west1-a”, “kr-west1-b”, “kr-west1-c”] |