VmNicInfo

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": [
        {
            "network_id": "string",
            "subnet_mask": "string",
            "ip_address": "string",
            "nic_metadata": {
                "interface_label": "string",
                "interface_type": "string",
                "interface_index": 0
            },
            "gateway_address": "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.