NSX-T Data Center REST API

NicInfo (schema)

NIC information

Information of a network interface present on the partner appliance that needs to be configured by the NSX Manager.

Name Description Type Notes
gateway_address Gateway address

Gateway address associated with the NIC metadata.
string
ip_address IP address

IP address associated with the NIC metadata. Required only when assigning IP statically for a deployment that is for a single VM instance.
string
ip_allocation_type IP allocation type

IP allocation type with values STATIC, DHCP, or NONE indicating that IP address is not required.
string Enum: STATIC, DHCP, NONE
ip_pool_id Static IP Pool Id

If the nic should get IP using a static IP pool then IP pool id should be provided here.
string
network_id Network Id

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.
string
nic_metadata NIC metadata

NIC metadata information.
NicMetadata Required
Readonly
subnet_mask Subnet mask

Subnet mask associated with the NIC metadata.
string