SubnetDetail
SubnetDetail
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : f1e6c81a2b054582878cb9724dc2ce9f | string | |
| allocation_pools optional | Allocation Pools | array[object] | |
| cidr required | Subnet Cidr Example : 192.167.1.0/24 | string | |
| created_at required | Created At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | Created By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description optional | Description Example : Subnet Description | any of [string, null] | |
| dns_nameservers optional | DNS Name Servers | array[string] | |
| gateway_ip_address required | Gateway IP Address Example : 192.167.1.1 | any of [string, null] | |
| host_routes optional | Host Routes | array[object] | |
| id required | Subnet Id Example : 023c57b14f11483689338d085e061492 | string | |
| modified_at required | Modified At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | Modified By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | Subnet Name Example : subnetNamePattern : ^[a-zA-Z0-9-]*$Minimum length : 3Maximum length : 20 | string | |
| state required | State Example : CREATING | enum (CREATING, ACTIVE, DELETING, DELETED, ERROR) | |
| type required | Subnet Type Example : GENERAL | enum (GENERAL, LOCAL, VPC_ENDPOINT) | |
| vpc_id required | VPC Id Example : 7df8abb4912e4709b1cb237daccca7a8 | string | |
| vpc_name required | VPC Name Example : vpcName | string |