VpcInfo

VpcInfo
VpcInfo
JSON Example
{
    "vpc_cidr": "string",
    "vgw_id": "string",
    "esx_public_security_group_id": "string",
    "vif_ids": [
        "string"
    ],
    "vm_security_group_id": "string",
    "tgwIps": {
        "tgwIps": [
            "string"
        ]
    },
    "route_table_id": "string",
    "edge_subnet_id": "string",
    "id": "string",
    "api_association_id": "string",
    "api_subnet_id": "string",
    "private_subnet_id": "string",
    "private_association_id": "string",
    "esx_security_group_id": "string",
    "subnet_id": "string",
    "internet_gateway_id": "string",
    "security_group_id": "string",
    "association_id": "string",
    "vgw_route_table_id": "string",
    "edge_association_id": "string",
    "provider": "string",
    "peering_connection_id": "string",
    "network_type": "string",
    "available_zones": [
        {
            "subnets": [
                {
                    "subnet_id": "string",
                    "name": "string",
                    "route_tables": [
                        {
                            "subnet_id": "string",
                            "association_id": "string",
                            "routetable_id": "string"
                        }
                    ]
                }
            ],
            "name": "string"
        }
    ],
    "routetables": {
        "routetables": {
            "name": "string",
            "id": "string"
        }
    }
}
string
vpc_cidr
Optional

vpc_cidr

string
vgw_id
Optional

vgw_id

string
esx_public_security_group_id
Optional

esx_public_security_group_id

array of string
vif_ids
Optional

set of virtual interfaces attached to the sddc

string
vm_security_group_id
Optional

vm_security_group_id

object
tgwIps
Optional

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

string
route_table_id
Optional

(deprecated)

string
edge_subnet_id
Optional

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

string
id
Optional

vpc id

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
private_subnet_id
Optional

(deprecated)

string
private_association_id
Optional

(deprecated)

string
esx_security_group_id
Optional

esx_security_group_id

string
subnet_id
Optional

(deprecated)

string
internet_gateway_id
Optional

internet_gateway_id

string
security_group_id
Optional

security_group_id

string
association_id
Optional

(deprecated)

string
vgw_route_table_id
Optional

Route table which contains the route to VGW (deprecated)

string
edge_association_id
Optional

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

string
provider
Optional

provider

string
peering_connection_id
Optional

(deprecated)

string
network_type
Optional

network_type

available_zones
Optional

available_zones

object
routetables
Optional

map from routeTableName to routeTableInfo