[{"label":"Latest (v1.1)","version":"latest"}]
vmc
InlineSubnetInfo0
Properties
string
availability_zone
Optional
The availability zone (customer-centric) this subnet is in.
string
availability_zone_id
Optional
The availability zone id (customer-centric) this subnet is in.
boolean
compatible
Optional
Is this customer subnet compatible with the SDDC?
string
connected_account_id
Optional
The ID of the connected account this subnet is from.
string
name
Optional
The name of the subnet. This is either the tagged name or the default AWS id it was given.
string
note
Optional
Why a subnet is marked as not compatible. May be blank if compatible.
string
region_name
Optional
The region this subnet is from.
string
subnet_cidr_block
Optional
The CIDR block of the subnet.
string
subnet_id
Optional
The ID of the subnet.
string
vpc_cidr_block
Optional
The CIDR block of the VPC containing this subnet.
string
vpc_id
Optional
The ID of the VPC this subnet resides in.
JSON Example
{
"availability_zone": "string",
"availability_zone_id": "string",
"compatible": false,
"connected_account_id": "string",
"name": "string",
"note": "string",
"region_name": "string",
"subnet_cidr_block": "string",
"subnet_id": "string",
"vpc_cidr_block": "string",
"vpc_id": "string"
}