NSX-T Data Center REST API

PolicyKubernetesServiceLoadBalancerIngress (type)

{
  "additionalProperties": false,
  "description": "Kubernetes service Load Balance Ingress details",
  "id": "PolicyKubernetesServiceLoadBalancerIngress",
  "module_id": "PolicyGroupRealization",
  "properties": {
    "hostname": {
      "description": "Hostname is set for load-balancer ingress points that are DNS based.",
      "required": false,
      "title": "Hostname of load-balance ingress point",
      "type": "string"
    },
    "load_balancer_ingress_ip": {
      "readonly": true,
      "title": "The load balancer ingress ip of kubernetes service resource",
      "type": "string"
    },
    "ports": {
      "description": "Ports is a list of records of service points.",
      "items": {
        "$ref": "PolicyKubernetesServiceLoadBalancerIngressPortStatus"
      },
      "required": false,
      "title": "List of PortStatus",
      "type": "array"
    }
  },
  "title": "Kubernetes service Load Balance Ingress details",
  "type": "object"
}