Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 2.24 KB

File metadata and controls

27 lines (25 loc) · 2.24 KB

LbServiceStatus

Properties

Name Type Description Notes
pools List<LbPoolStatus> status of load balancer pools [optional]
cpuUsage Long Cpu usage in percentage [optional]
activeTransportNodes List<String> Ids of load balancer service related active transport nodes [optional]
memoryUsage Long Memory usage in percentage [optional]
serviceId String Load balancer service identifier
lastUpdateTimestamp Long Timestamp when the data was last updated [optional]
standbyTransportNodes List<String> Ids of load balancer service related standby transport nodes [optional]
errorMessage String Error message, if available [optional]
virtualServers List<LbVirtualServerStatus> status of load balancer virtual servers [optional]
serviceStatus ServiceStatusEnum UP means the load balancer service is working fine on both transport-nodes(if have); DOWN means the load balancer service is down on both transport-nodes (if have), hence the load balancer will not respond to any requests; ERROR means error happens on transport-node(s) or no status is reported from transport-node(s). The load balancer service may be working (or not working); NO_STANDBY means load balancer service is working in one of the transport node while not in the other transport-node (if have). Hence if the load balancer service in the working transport-node goes down, the load balancer service will go down; DETACHED means that the load balancer service has no attachment setting and is not instantiated in any transport nodes; DISABLED means that admin state of load balancer service is DISABLED; UNKNOWN means that no status reported from transport-nodes.The load balancer service may be working(or not working). [optional]

Enum: ServiceStatusEnum

Name Value
UP "UP"
DOWN "DOWN"
ERROR "ERROR"
NO_STANDBY "NO_STANDBY"
DETACHED "DETACHED"
DISABLED "DISABLED"
UNKNOWN "UNKNOWN"