Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 1.96 KB

File metadata and controls

32 lines (29 loc) · 1.96 KB

LbServiceUsage

Properties

Name Type Description Notes
poolCapacity Long Pool capacity means maximum number of pools which could be configured in the given load balancer service. [optional]
serviceSize ServiceSizeEnum The size of load balancer service [optional]
severity SeverityEnum The severity calculation is based on the largest usage percentage from virtual servers, pools and pool members for one load balancer service. [optional]
poolMemberCapacity Long Pool member capacity means maximum number of pool members which could be configured in the given load balancer service. [optional]
currentVirtualServerCount Long The current number of virtual servers which has been configured in the given load balancer service. [optional]
usagePercentage BigDecimal The usage percentage is the largest usage percentage from virtual servers, pools and pool members for the load balancer service. [optional]
serviceId String UUID of load balancer service [optional]
currentPoolCount Long The current number of pools which has been configured in the given load balancer service. [optional]
virtualServerCapacity Long Virtual server capacity means maximum number of virtual servers which could be configured in the given load balancer service. [optional]
currentPoolMemberCount Long The current number of pool members which has been configured in the given load balancer service. [optional]

Enum: ServiceSizeEnum

Name Value
SMALL "SMALL"
MEDIUM "MEDIUM"
LARGE "LARGE"
DLB "DLB"

Enum: SeverityEnum

Name Value
GREEN "GREEN"
ORANGE "ORANGE"
RED "RED"