InlineExternalNetwork2
InlineExternalNetwork2
JSON Example
{
"networkBackings": {
"values": [
{
"backingId": "string",
"backingTypeValue": "string",
"networkProvider": {
"name": "string",
"id": "string"
},
"name": "string",
"isNsxTVlanSegment": false,
"parentTier0Ref": {
"id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
"name": "string",
"type": "string"
}
}
]
},
"totalIpCount": 0,
"usedIpCount": 0,
"dedicatedOrg": {
"name": "string",
"id": "string"
},
"dedicatedEdgeGateway": {
"name": "string",
"id": "string"
},
"usingIpSpace": false
}
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.