VnaSpec
VnaSpec
Specification for Virtual Networking Appliance Cluster for NSX Services
JSON Example
{
"vnaNodesSpec": [
"string"
],
"vnaManagementVlanId": 200,
"vnaManagementGatewayCidr": "192.168.2.1/24"
}
array of
string
vnaNodesSpec
Required
Constraints:
minItems: 1
maxItems: 2
Specification for Virtual Networking Appliance Nodes
integer As int32
As int32
vnaManagementVlanId
Optional
Constraints:
minimum: 0
maximum: 4094
VLAN ID for VNA management portgroup (required only if VNA nodes are on a different subnet than host vmk0)
string
As ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)/(?:[1-9]|[1-2][0-9]|3[0-2])$
vnaManagementGatewayCidr
Optional
Management gateway IP in CIDR format for VNA management portgroup (required only if VNA nodes are on a different subnet than host vmk0)