ClusterMetadataPortInfoedit

Stores information about the ports that allow communication between the cluster and various protocols.

Propertiesedit

http (integer as int32, required)
Port where the cluster listens for HTTP traffic
https (integer as int32, required)
Port where the cluster listens for HTTPS traffic

Exampleedit

{
   "http" : 0,
   "https" : 0
}