InlineVdcNetwork1

InlineVdcNetwork1
InlineVdcNetwork1
JSON Example
{
    "backingNetworkId": "string",
    "networkingTenancyEnabled": false,
    "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"
    }
}
string
backingNetworkId
Optional

The NSX id of the backing network.

backingNetworkType
Optional

backingNetworkType

boolean
networkingTenancyEnabled
Optional

True if the network is using networking tenancy in the backing networking provider.

parentNetworkId
Optional

parentNetworkId

networkType
Optional

networkType

orgVdc
Optional

orgVdc

ownerRef
Optional

ownerRef

boolean
orgVdcIsNsxTBacked
Optional

For an Org vDC network, whether the vDC is backed by NSX-T.

orgRef
Optional

orgRef

connection
Optional

connection

boolean
isDefaultNetwork
Optional

Deprecated unused field, this property will be removed in future release.

boolean
shared
Optional

Whether this network is shared with other organization vDCs.

boolean
enableDualSubnetNetwork
Optional

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.

status
Optional

status

string
lastTaskFailureMessage
Optional

Brief failure message if the last configuration task failed. Deprecated in Api 33.0, this property will be removed in next release.

boolean
guestVlanTaggingAllowed
Optional

Whether guest VLAN tagging is allowed.

boolean
retainNicResources
Optional

Whether network resources such as IP/MAC Addresses are to be retained.

string
crossVdcNetworkId
Optional

The id of the cross vdc network if this is a stretched network, otherwise it will be null.

string
crossVdcNetworkLocationId
Optional

The id of the org from which this network can be managed if this is a stretched network, otherwise it will be null.

integer As int32 As int32
overlayId
Optional

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.

integer
totalIpCount
Optional

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.

integer
usedIpCount
Optional

The number of IP address used from the static ip pools.

boolean
routeAdvertised
Optional

Whether this network is advertised so that it can be routed out to the external networks. This applies only to routed networks backed by NSX-T. If the network's Edge Gateway is connected to a Provider Gateway that is using external IP Block, this property is read-only. If that Provider Gateway is using IP Space, this can set/updated. If not set, the default value is determined by the Provider Gateway's route advertisement intention. Value will be unset or set to false if route advertisement is not applicable.

securityGroups
Optional

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.

segmentProfileTemplateRef
Optional

segmentProfileTemplateRef

Used By