NicInfo
Information of a network interface present on the partner appliance that needs to be configured by the NSX Manager.
{
"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"
}
Gateway address associated with the NIC metadata.
IP address associated with the NIC metadata. Required only when assigning IP statically for a deployment that is for a single VM instance.
IP allocation type with values STATIC, DHCP, or NONE indicating that IP address is not required.
If the nic should get IP using a static IP pool then IP pool id should be provided here.
Network Id associated with the NIC metadata. It can be a moref, or a logical switch ID. If it is to be taken from 'Agent VM Settings', then it should be empty.
Information on the Network interfaces present on the partner appliance that needs to be configured by the NSX Manager.
Subnet mask associated with the NIC metadata.