AwsSubnet
Properties
The availability zone this subnet is in, which should be the region name plus one extra letter (ex. us-west-2a).
The connected account ID this subnet is accessible through. This is an internal ID formatted as a UUID specific to Skyscraper.
Flag indicating whether this subnet is compatible. If true, this is a valid choice for the customer to deploy a SDDC in.
Optional field (may not be provided by AWS), indicates the found name tag for the subnet.
The region this subnet is in, usually in the form of country code, general location, and a number (ex. us-west-2).
The CIDR block of the subnet, in the form of ‘#.#.#.#/#’.
The subnet ID in AWS, provided in the form ‘subnet-######’.
The CIDR block of the VPC, in the form of ‘#.#.#.#/#’.
The VPC ID the subnet resides in within AWS. Tends to be ‘vpc-#######’.
JSON Example
{
"availability_zone": "string",
"connected_account_id": "string",
"is_compatible": false,
"name": "string",
"region_name": "string",
"subnet_cidr_block": "string",
"subnet_id": "string",
"vpc_cidr_block": "string",
"vpc_id": "string"
}
Parameter To
Post Compatible Subnets Async
Returned By
Post Compatible Subnets