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

VpcInfo

Properties

string
api_association_id Optional

Id of the association between subnet and route-table (deprecated)


string
api_subnet_id Optional

Id associated with this VPC (deprecated)


string
association_id Optional

(deprecated)


available_zones Optional

string
edge_association_id Optional

Id of the association between edge subnet and route-table (deprecated)


string
edge_subnet_id Optional

Id of the NSX edge associated with this VPC (deprecated)


string
esx_public_security_group_id Optional

string
esx_security_group_id Optional

string
id Optional

vpc id


string
internet_gateway_id Optional

string
network_type Optional

string
peering_connection_id Optional

(deprecated)


string
private_association_id Optional

(deprecated)


string
private_subnet_id Optional

(deprecated)


string
provider Optional

string
route_table_id Optional

(deprecated)


routetables Optional

map from routeTableName to routeTableInfo


string
security_group_id Optional

string
subnet_id Optional

(deprecated)


map of string
tgw_ips Optional

Mapping from AZ to a list of IP addresses assigned to TGW ENI that’s connected with Vpc


array of string
traffic_group_edge_vm_ips Optional

List of edge vm Ips of traffic gourps added during scale-out


array of EniInfo
vcdr_enis Optional

Set of VCDR (VMware Cloud Disaster Recovery) ENIs


string
vgw_id Optional

string
vgw_route_table_id Optional

Route table which contains the route to VGW (deprecated)


array of string
vif_ids Optional

set of virtual interfaces attached to the sddc


string
vm_security_group_id Optional

string
vpc_cidr Optional

JSON Example

{
	"api_association_id": "string",
	"api_subnet_id": "string",
	"association_id": "string",
	"available_zones": [
		{
			"id": "string",
			"subnets": [
				{
					"name": "string",
					"route_tables": [
						{
							"association_id": "string",
							"routetable_id": "string",
							"subnet_id": "string"
						}
					],
					"subnet_id": "string"
				}
			]
		}
	],
	"edge_association_id": "string",
	"edge_subnet_id": "string",
	"esx_public_security_group_id": "string",
	"esx_security_group_id": "string",
	"id": "string",
	"internet_gateway_id": "string",
	"network_type": "string",
	"peering_connection_id": "string",
	"private_association_id": "string",
	"private_subnet_id": "string",
	"provider": "string",
	"route_table_id": "string",
	"routetables": {
		"key": {
			"id": "string",
			"name": "string"
		}
	},
	"security_group_id": "string",
	"subnet_id": "string",
	"tgw_ips": {
		"key": "string"
	},
	"traffic_group_edge_vm_ips": [
		"string"
	],
	"vcdr_enis": [
		{
			"association_id": "string",
			"attachment_id": "string",
			"id": "string",
			"instance_id": "string",
			"mac_address": "string",
			"portgroup": "string",
			"private_ip": "string",
			"public_ips": [
				"string"
			],
			"secondary_ips": [
				"string"
			],
			"security_group_id": "string",
			"source_dest_check_false": false,
			"subnet_id": "string",
			"vmk_id": "string"
		}
	],
	"vgw_id": "string",
	"vgw_route_table_id": "string",
	"vif_ids": [
		"string"
	],
	"vm_security_group_id": "string",
	"vpc_cidr": "string"
}
[{"label":"Latest (v1.1)","version":"latest"}]
vmc
Property Of

InlineAwsSddcResourceConfig1

Feedback

Was this page helpful?