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

InlineAwsSddcConnection1

Properties

boolean
cgw_present Optional

Determines whether the CGW is present in this connection set or not. Used for multi-az deployments.


string
cidr_block_subnet Optional

The CIDR block of the customer’s subnet this link is in.


string
cidr_block_vpc Optional

The CIDR block of the customer’s VPC.


string
connected_account_id Optional

The corresponding connected (customer) account UUID this connection is attached to.


integer
connection_order Optional

The order of the connection


array of CustomerEniInfo
customer_eni_infos Optional

A list of all ENIs used for this connection.


string
default_route_table Optional

The default routing table in the customer’s VPC.


string
eni_group Optional

Which group the ENIs belongs to. (deprecated)


string
org_id Optional

The org this link belongs to.


string
sddc_id Optional

The SDDC this link is used for.


string
state Optional

The state of the connection.

Possible values are: ACTIVEBROKENDELETED


string
subnet_availability_zone Optional

Which availability zone is this connection in?


string
subnet_id Optional

The ID of the subnet this link is to.


string
vpc_id Optional

The VPC ID of the subnet this link is to.

JSON Example

{
	"cgw_present": false,
	"cidr_block_subnet": "string",
	"cidr_block_vpc": "string",
	"connected_account_id": "string",
	"connection_order": 0,
	"customer_eni_infos": [
		{
			"eni_id": "string",
			"primary_ip_address": "string",
			"secondary_ip_addresses": [
				"string"
			]
		}
	],
	"default_route_table": "string",
	"eni_group": "string",
	"org_id": "string",
	"sddc_id": "string",
	"state": "ACTIVE",
	"subnet_availability_zone": "string",
	"subnet_id": "string",
	"vpc_id": "string"
}
[{"label":"Latest (v1.1)","version":"latest"}]
vmc
Used By

AwsSddcConnection

Feedback

Was this page helpful?