[{"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. This field is unset if external network is using IP Spaces.


dedicatedOrg Optional

The Organization that this external network belongs to. This is unset for the external networks which are available to more than one organization. If this external network is dedicated to an Edge Gateway, this field is read-only and will be set to the Organization of the Edge Gateway. If this external network is using IP Spaces, this field can be used to dedicate this external network to the specified Organization.


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.


boolean
usingIpSpace Optional

Indicates whether the external network is using IP Spaces or not. This field is applicable only to the external networks backed by NSX-T Tier-0 router.

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,
	"usingIpSpace": false
}
[{"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?