InlineVdcNetwork1
{
"backingNetworkId": "string",
"parentNetworkId": {
"name": "string",
"id": "string"
},
"orgVdc": {
"name": "string",
"id": "string"
},
"ownerRef": {
"name": "string",
"id": "string"
},
"orgVdcIsNsxTBacked": false,
"orgRef": {
"name": "string",
"id": "string"
},
"connection": {
"routerRef": {
"name": "string",
"id": "string"
},
"connectionTypeValue": "string",
"isUniversalVdcGroupEdge": false,
"connected": false
},
"isDefaultNetwork": false,
"shared": false,
"enableDualSubnetNetwork": false,
"lastTaskFailureMessage": "string",
"guestVlanTaggingAllowed": false,
"retainNicResources": false,
"crossVdcNetworkId": "string",
"crossVdcNetworkLocationId": "string",
"overlayId": 0,
"totalIpCount": 0,
"usedIpCount": 0,
"routeAdvertised": false,
"securityGroups": [
{
"name": "string",
"id": "string"
}
],
"segmentProfileTemplateRef": {
"name": "string",
"id": "string"
}
}
The NSX id of the backing network.
For an Org vDC network, whether the vDC is backed by NSX-T.
Deprecated unused field, this property will be removed in future release.
Whether this network is shared with other organization vDCs.
True means that this network will support two subnets (i.e. IPv4 and IPv6). Note that in the dual-stack configuration, all DNS servers must be specified in the IPv4's subnet, even if the DNS server is an IPv6 Address. DNS servers specified in the IPv6's subnets are ignored.
Brief failure message if the last configuration task failed. Deprecated in Api 33.0, this property will be removed in next release.
Whether guest VLAN tagging is allowed.
Whether network resources such as IP/MAC Addresses are to be retained.
The id of the cross vdc network if this is a stretched network, otherwise it will be null.
The id of the org from which this network can be managed if this is a stretched network, otherwise it will be null.
Overlay connectivity ID for this Network. This field is used on creation during POST only and will not be displayed on an object returned through GET or PUT.
The number of IP addresses defined by the static ip pools. If the network contains any IPv6 subnets, the total ip count will be null.
The number of IP address used from the static ip pools.
Whether this network is advertised so that it can be routed out to the external networks. This applies only to routed network backed by NSX-T. Value will be unset or set to false if route advertisement is not applicable.
The list of firewall groups of type SECURITY_GROUP/STATIC_MEMBERS that are assigned to the Org vDC Network. These groups can then be used in firewall rules to protect the Org vDC Network and allow/deny traffic.