NSX-T Data Center REST API
ALBPoolServer (type)
{
"additionalProperties": false,
"description": "Advanced load balancer PoolServer object",
"id": "ALBPoolServer",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"hostname": {
"description": "DNS resolvable name of the server. May be used in place of the IP address.",
"required": false,
"title": "Hostname",
"type": "string"
},
"ip": {
"$ref": "ALBIpAddr,
"description": "IP address of the server in the poool.",
"required": true,
"title": "Ip"
},
"port": {
"description": "Port of the pool server listening for HTTP/HTTPS. Default value is the default port in the pool. Allowed values are 1-65535.",
"maximum": 65535,
"minimum": 1,
"required": false,
"title": "Port",
"type": "integer"
}
},
"title": "PoolServer",
"type": "object"
}