[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

InlineExternalNetwork2

Properties

dedicatedEdgeGateway Optional

The Edge Gateway that this external network is dedicated to. This is null if this is not a dedicated external network.


dedicatedOrg Optional

The Organization that this external network is dedicated to. This is null if this is not a dedicated external network.


networkBackings Optional

Backings for this external network. Describes if this external network is backed by port groups, vCenter standard switch or an NSX-T Tier-0 router.


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.

JSON Example

{
	"dedicatedEdgeGateway": {
		"id": "string",
		"name": "string"
	},
	"dedicatedOrg": {
		"id": "string",
		"name": "string"
	},
	"networkBackings": {
		"values": [
			{
				"backingId": "string",
				"backingType": "enum",
				"backingTypeValue": "string",
				"isNsxTVlanSegment": false,
				"name": "string",
				"networkProvider": {
					"id": "string",
					"name": "string"
				},
				"parentTier0Ref": {
					"id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
					"name": "string"
				}
			}
		]
	},
	"totalIpCount": 0,
	"usedIpCount": 0
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    dedicatedEdgeGateway:
        x-vcloud-added-in: "34.0"
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSortable
    dedicatedOrg:
        x-vcloud-added-in: "34.0"
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSortable
    networkBackings:
        x-vcloud-constraints:
            - constraint: NonSortable
    totalIpCount:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSearchable
            - constraint: NonSortable
    usedIpCount:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSearchable
            - constraint: NonSortable
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Used By

ExternalNetwork

Feedback

Was this page helpful?