VmNicInfo
VmNicInfo
Contains a set of information of a VM on the network interfaces present on the partner appliance that needs to be configured by the NSX Manager.
JSON Example
{
"nic_infos": [
{
"gateway_address": "string",
"ip_address": "string",
"ip_allocation_type": "string",
"ip_pool_id": "string",
"network_id": "string",
"nic_metadata": {
"interface_index": 0,
"interface_label": "string",
"interface_type": "string",
"transports": [
"string"
],
"user_configurable": false
},
"subnet_mask": "string"
}
]
}
array of
NicInfo
nic_infos
Required
Set of information of a VM on the network interfaces present on the partner appliance that needs to be configured by the NSX Manager.