NSX-T Data Center REST API

ContainerGatewayAddress (type)

{
  "description": "Specifies an address that can be bound to a container gateway.", 
  "id": "ContainerGatewayAddress", 
  "module_id": "InventoryContainerObj", 
  "properties": {
    "address": {
      "description": "Specifies address of container gateway.", 
      "maxLength": 255, 
      "readonly": false, 
      "required": false, 
      "title": "Address of container gateway", 
      "type": "string"
    }, 
    "type": {
      "description": "Specifies type of gateway address. e.g. Hostname, IPAddress, NamedAddress.", 
      "enum": [
        "HOST_NAME", 
        "IP_ADDRESS", 
        "NAMED_ADDRESS"
      ], 
      "readonly": false, 
      "required": false, 
      "title": "Type of gateway address", 
      "type": "string"
    }
  }, 
  "title": "Container gateway address", 
  "type": "object"
}