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

AvailableZoneInfo

Properties

string
id Optional

available zone id


array of Subnet
subnets Optional

(as there’s already one SubnetInfo, use Subnet instead)

JSON Example

{
	"id": "string",
	"subnets": [
		{
			"name": "string",
			"route_tables": [
				{
					"association_id": "string",
					"routetable_id": "string",
					"subnet_id": "string"
				}
			],
			"subnet_id": "string"
		}
	]
}
[{"label":"Latest (v1.1)","version":"latest"}]
vmc
Property Of

VpcInfo

Feedback

Was this page helpful?