Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace PortInformation

Details of a single portInformation item include the PortNumber (an integer used as an identifier) and the PortType (this refers to either an enum value of Management Utility, Client Utility, or null)

Enumerations

Properties

Functions

Properties

portNumber

portNumber: number

The port number is a unique identifier which is typically used as the loadbalancer listener. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

portType

portType: PortType

Port type associated for the port number. The two port type enums are {@code CLIENTUTILITY} and {@code MANAGEMENTUTILITY}. The CLIENTUTILITY enum corresponds to a port which is used by the client daemon. The MANAGEMENTUTILITY enum corresponds to a port used by user management utility.

Functions

getDeserializedJsonObj

getJsonObj