NamespaceManagementLoadBalancersServer

A LoadBalancers.Server represents an endpoint used to configure load balancers.


Properties

string
host Required

Load balancer hostname or IPv4 address.


integer as int64
port Required

Load balancer port.

JSON Example

{
	"host": "string",
	"port": 0
}

Feedback

Was this page helpful?