NicInfo

NicInfo
NicInfo

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

JSON Example
{
    "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"
}
string
gateway_address
Optional

Gateway address associated with the NIC metadata.

string
ip_address
Optional

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
Optional

IP allocation type with values STATIC, DHCP, or NONE indicating that IP address is not required.

Possible values are : STATIC, DHCP, NONE,
string
ip_pool_id
Optional

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

string
network_id
Optional

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.

nic_metadata
Optional

Information on the Network interfaces present on the partner appliance that needs to be configured by the NSX Manager.

string
subnet_mask
Optional

Subnet mask associated with the NIC metadata.

Property Of