InlineExternalNetwork2
Properties
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.
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.
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.
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.
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
}
Used By
ExternalNetwork