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

InlineVpcInfoSubnets0

Properties

string
cidr_block Optional

The overall CIDR block of the VPC. This is the AWS primary CIDR block.


string
description Optional

The description of the VPC; usually it’s name or id.


array of SubnetInfo
subnets Optional

string
vpc_id Optional

The ID of the VPC these subnets belong to.

JSON Example

{
	"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
Used By

VpcInfoSubnets

Feedback

Was this page helpful?