InlineLbEdgeNodeUsage1

InlineLbEdgeNodeUsage1
InlineLbEdgeNodeUsage1
JSON Example
{
    "current_credit_number": 0,
    "current_large_load_balancer_services": 0,
    "current_medium_load_balancer_services": 0,
    "current_pool_members": 0,
    "current_pools": 0,
    "current_small_load_balancer_services": 0,
    "current_virtual_servers": 0,
    "current_xlarge_load_balancer_services": 0,
    "edge_cluster_id": "string",
    "form_factor": "string",
    "remaining_credit_number": 0,
    "remaining_large_load_balancer_services": 0,
    "remaining_medium_load_balancer_services": 0,
    "remaining_pool_members": 0,
    "remaining_small_load_balancer_services": 0,
    "remaining_xlarge_load_balancer_services": 0,
    "severity": "string",
    "usage_percentage": "number"
}
integer As int64 As int64
current_credit_number
Optional

The current credit number reflects the current usage on the node. For example, configuring a medium load balancer on a node consumes 10 credits. If there are 2 medium instances configured on a node, the current credit number is 2 * 10 = 20.

integer As int64 As int64
current_large_load_balancer_services
Optional

The number of large load balancer services configured on the node.

integer As int64 As int64
current_medium_load_balancer_services
Optional

The number of medium load balancer services configured on the node.

integer As int64 As int64
current_pool_members
Optional

The number of pool members configured on the node.

integer As int64 As int64
current_pools
Optional

The number of pools configured on the node.

integer As int64 As int64
current_small_load_balancer_services
Optional

The number of small load balancer services configured on the node.

integer As int64 As int64
current_virtual_servers
Optional

The number of virtual servers configured on the node.

integer As int64 As int64
current_xlarge_load_balancer_services
Optional

The number of xlarge load balancer services configured on the node.

string
edge_cluster_id
Optional

The ID of edge cluster which contains the edge node.

string
form_factor
Optional

The form factor of the given edge node.

Possible values are : SMALL_VIRTUAL_MACHINE, MEDIUM_VIRTUAL_MACHINE, LARGE_VIRTUAL_MACHINE, XLARGE_VIRTUAL_MACHINE, PHYSICAL_MACHINE,
integer As int64 As int64
remaining_credit_number
Optional

The remaining credit number is the remaining credits that can be used for load balancer service configuration. For example, an edge node with form factor LARGE_VIRTUAL_MACHINE has 40 credits, and a medium load balancer instance costs 10 credits. If there are currently 3 medium instances configured, the remaining credit number is 40 - (3 * 10) = 10.

integer As int64 As int64
remaining_large_load_balancer_services
Optional

The remaining number of large load balancer services which could be configured on the given edge node.

integer As int64 As int64
remaining_medium_load_balancer_services
Optional

The remaining number of medium load balancer services which could be configured on the given edge node.

integer As int64 As int64
remaining_pool_members
Optional

The remaining number of pool members which could be configured on the given edge node.

integer As int64 As int64
remaining_small_load_balancer_services
Optional

The remaining number of small load balancer services which could be configured on the given edge node.

integer As int64 As int64
remaining_xlarge_load_balancer_services
Optional

The remaining number of xlarge load balancer services which could be configured on the given edge node.

string
severity
Optional

The severity calculation is based on current credit usage percentage of load balancer for one node.

Possible values are : GREEN, ORANGE, RED,
number
usage_percentage
Optional

The usage percentage of the edge node for load balancer. The value is the larger value between load balancer credit usage percentage and pool member usage percentage for the edge node.