NamespaceManagementNetworksEdgesServer

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


Properties

string
host Required

Server.host specifies a the management hostname or IPv4 address for a load balancer.


integer as int64
port Required

Server.port specifies a management port used to access a load balancer.

JSON Example

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

Feedback

Was this page helpful?