InlineAwsSddcConnection1
Properties
Determines whether the CGW is present in this connection set or not. Used for multi-az deployments.
The CIDR block of the customer’s subnet this link is in.
The CIDR block of the customer’s VPC.
The corresponding connected (customer) account UUID this connection is attached to.
The order of the connection
The default routing table in the customer’s VPC.
Which group the ENIs belongs to. (deprecated)
The org this link belongs to.
The SDDC this link is used for.
The state of the connection.
Possible values are: ACTIVE , BROKEN , DELETED
Which availability zone is this connection in?
The ID of the subnet this link is to.
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"
}