IpBlock

IpBlock
IpBlock

An NSX's IP block.

JSON Example undefined undefined
{
    "id": "string",
    "description": "string",
    "displayName": "string",
    "cidrs": [
        "string"
    ],
    "thirdPartyIpamProvider": "string",
    "alreadyImported": false
}
string
id
Optional

The unique id of the IP block.

string
description
Optional

The description of the IP block.

string
displayName
Optional

Name used in NSX's logs or GUI.

array of string
cidrs
Optional
Constraints: minItems: 1 maxItems: 1

The CIDRs of the IP block.

string
thirdPartyIpamProvider
Optional

Third-party IPAM provider managing the IP block.

boolean
alreadyImported
Optional

True if the IP block is already imported. The IP block cannot be imported again.

Property Of