NSX-T Data Center REST API

ContainerLoadBalancerIngress (type)

{
  "description": "It represents the status of a load-balancer ingress point.",
  "id": "ContainerLoadBalancerIngress",
  "module_id": "InventoryContainerObj",
  "properties": {
    "hostname": {
      "description": "Hostname is set for load-balancer ingress points that are DNS based.",
      "maxLength": 255,
      "readonly": false,
      "required": false,
      "title": "Hostname of load-balance ingress point",
      "type": "string"
    },
    "ip": {
      "description": "IP is set for load-balancer ingress points that are IP based.",
      "format": "ip",
      "readonly": false,
      "required": false,
      "title": "IP of load-balancer ingress point",
      "type": "string"
    },
    "ports": {
      "description": "Ports is a list of records of service points.",
      "items": {
        "$ref": "PortStatus"
      },
      "readonly": false,
      "required": false,
      "title": "List of PortStatus",
      "type": "array"
    }
  },
  "title": "Ingress point for load balancer",
  "type": "object"
}