NSX-T Data Center REST API

FromEsxiVmknic (type)

{
  "description": "If this type of IP assignment is chosen, then the management vmkernel nic of ESXi will be configured as a virtual tunnel endpoint. The existing IP assigned to the management vmkernel nic will be used to form an overlay traffic tunnel between ESXi hosts. This type of IP assignment can be used only if the ESXi management vmkernel nic is connected to a DVPort that belongs to VDS referenced in the StandardHostSwitch.",
  "extends": {
    "$ref": "IpAssignmentSpec"
  },
  "id": "FromEsxiVmknic",
  "module_id": "TransportNode",
  "nsx_feature": "TepOnSharedVmknic",
  "polymorphic-type-descriptor": {
    "type-identifier": "FromEsxiVmknic"
  },
  "properties": {
    "resource_type": {
      "enum": [
        "StaticIpPoolSpec",
        "StaticIpListSpec",
        "AssignedByDhcp",
        "StaticIpMacListSpec",
        "NoIpv4",
        "FromEsxiVmknic"
      ],
      "required": true,
      "type": "string"
    }
  },
  "title": "Use IP assigned to an existing ESXi vmknic.",
  "type": "object"
}