edgeVnicAddressGroup

edgeVnicAddressGroup
edgeVnicAddressGroup

Address group configuration of the NSX Edge vnic. An interface can have one primary and multiple secondary IP addresses.

JSON Example
{
    "subnetPrefixLength": "string",
    "secondaryAddresses": {
        "type": "string",
        "ipAddress": [
            "string"
        ]
    },
    "primaryAddress": "string",
    "subnetMask": "string"
}
string
subnetPrefixLength
Optional

Subnet prefix length of the primary IP address.

secondaryAddresses
Optional

secondaryAddresses

string
primaryAddress
Optional

Primary IP address of the vnic interface. Required.

string
subnetMask
Optional

subnetMask