edgeVnicAddressGroups
edgeVnicAddressGroups
NSX Edge vnic address group configuration details.
JSON Example
{
"addressGroups": [
{
"subnetPrefixLength": "string",
"secondaryAddresses": {
"type": "string",
"ipAddress": [
"string"
]
},
"primaryAddress": "string",
"subnetMask": "string"
}
]
}
array of edgeVnicAddressGroup
addressGroups
Optional
Address group configuration of the NSX Edge vnic. Vnic can be configured to have more than one address group/subnets.