LbServiceUsage

LbServiceUsage
LbServiceUsage

Describes the capacity and current usage of virtual servers, pools and pool members for the given load balancer service.

JSON Example
{
    "pool_capacity": 0,
    "service_size": "string",
    "pool_member_capacity": 0,
    "current_virtual_server_count": 0,
    "service_id": "string",
    "current_pool_count": 0,
    "virtual_server_capacity": 0,
    "current_pool_member_count": 0
}
integer As int64 As int64
pool_capacity
Optional

Pool capacity means maximum number of pools which could be configured in the given load balancer service.

string
service_size
Optional

The size of load balancer service

Possible values are : SMALL, MEDIUM, LARGE,
integer As int64 As int64
pool_member_capacity
Optional

Pool member capacity means maximum number of pool members which could be configured in the given load balancer service.

integer As int64 As int64
current_virtual_server_count
Optional

The current number of virtual servers which has been configured in the given load balancer service.

string
service_id
Optional

UUID of load balancer service

integer As int64 As int64
current_pool_count
Optional

The current number of pools which has been configured in the given load balancer service.

integer As int64 As int64
virtual_server_capacity
Optional

Virtual server capacity means maximum number of virtual servers which could be configured in the given load balancer service.

integer As int64 As int64
current_pool_member_count
Optional

The current number of pool members which has been configured in the given load balancer service.