subInterface
NSX Edge sub interface configuration details. Sub interfaces are created on a trunk interface.
{
"index": 0,
"tunnelId": 0,
"name": "string",
"addressGroups": {
"addressGroups": [
{
"subnetPrefixLength": "string",
"secondaryAddresses": {
"type": "string",
"ipAddress": [
"string"
]
},
"primaryAddress": "string",
"subnetMask": "string"
}
]
},
"vlanId": 0,
"label": "string",
"logicalSwitchName": "string",
"isConnected": false,
"mtu": 0,
"logicalSwitchId": "string",
"enableSendRedirects": false
}
Index of the sub interface assigned by NSX Manager. Min value is 10 and max value is 4103.
Valid values for tunnel ID are min 1 to max 4093. Required.
Name of the sub interface. Required.
VLAN ID of the virtual LAN used by this sub interface. VLAN IDs can range from 0 to 4094.
Sub interface label of format vNic_{index} provided by NSX Manager. Read only.
Name of the logical switch connected to this sub interface.
Value is true if the sub interface is connected to a logical switch, standard portgroup or distributed portgroup.
MTU value of the sub interface. This value would be the least mtu for all the trunk interfaces of the NSX Edge. Default is 1500.
ID of the logical switch connected to this sub interface.
Value is true if send redirects is enabled. Enable ICMP redirect to convey routing information to hosts.