[{"label":"Latest (v1.1)","version":"latest"}]
vmc

AwsCompatibleSubnets

Properties

array of string
customer_available_zones Optional

vpc_map Optional

JSON Example

{
	"customer_available_zones": [
		"string"
	],
	"vpc_map": {
		"key": {
			"cidr_block": "string",
			"description": "string",
			"subnets": [
				{
					"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"
				}
			],
			"vpc_id": "string"
		}
	}
}
[{"label":"Latest (v1.1)","version":"latest"}]
vmc
Returned By

Get Compatible Subnets

Feedback

Was this page helpful?