NSX-T Data Center REST API

ExternalAddressBinding (type)

{
  "additionalProperties": false,
  "id": "ExternalAddressBinding",
  "module_id": "PolicyVpcSubnet",
  "properties": {
    "allocated_external_ip_path": {
      "description": "Path of the allocated IP address for using specific external_ip_address.",
      "required": false,
      "title": "Allocated external IP path",
      "type": "string",
      "x-vmw-cross-reference": [
        {
          "leftType": [
            "SegmentPort"
          ],
          "relationshipType": "VPC_SUBNET_PORT_IP_ADDRESS_ALLOCATION_RELATIONSHIP",
          "rightType": [
            "VpcIpAddressAllocation"
          ]
        }
      ]
    },
    "external_ip_address": {
      "$ref": "IPAddress",
      "description": "External IP from external IP block. if not specified system will reserved IP external IP block.",
      "readonly": true,
      "required": false,
      "title": "External IP address"
    }
  },
  "title": "External Address Binding",
  "type": "object"
}