current_credit_number |
Current credit number
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 |
Readonly |
current_large_load_balancer_services |
The current number of large load balancer services
The number of large load balancer services configured on the node.
|
integer |
Readonly |
current_medium_load_balancer_services |
The current number of medium load balancer services
The number of medium load balancer services configured on the node.
|
integer |
Readonly |
current_pool_members |
The current number of pool members
The number of pool members configured on the node.
|
integer |
Readonly |
current_pools |
The current number of pools
The number of pools configured on the node.
|
integer |
Readonly |
current_small_load_balancer_services |
The current number of small load balancer services
The number of small load balancer services configured on the node.
|
integer |
Readonly |
current_virtual_servers |
The current number of virtual servers
The number of virtual servers configured on the node.
|
integer |
Readonly |
current_xlarge_load_balancer_services |
The current number of xlarge load balancer services
The number of xlarge load balancer services configured on the node.
|
integer |
Readonly |
edge_cluster_id |
The ID of edge cluster
The ID of edge cluster which contains the edge node.
|
string |
Readonly |
form_factor |
The form factor of the given edge node
The form factor of the given edge node.
|
string |
Readonly Enum: SMALL_VIRTUAL_MACHINE, MEDIUM_VIRTUAL_MACHINE, LARGE_VIRTUAL_MACHINE, XLARGE_VIRTUAL_MACHINE, PHYSICAL_MACHINE |
node_id |
The UUID of the node for load balancer node usage
The property identifies the node UUID for load balancer node usage.
|
string |
Required |
remaining_credit_number |
Remaining credit number
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 |
Readonly |
remaining_large_load_balancer_services |
The remaining number of large load balancer services
The remaining number of large load balancer services which could be
configured on the given edge node.
|
integer |
Readonly |
remaining_medium_load_balancer_services |
The remaining number of medium load balancer services
The remaining number of medium load balancer services which could be
configured on the given edge node.
|
integer |
Readonly |
remaining_pool_members |
The remaining number of pool members
The remaining number of pool members which could be configured on the
given edge node.
|
integer |
Readonly |
remaining_small_load_balancer_services |
The remaining number of small load balancer services
The remaining number of small load balancer services which could be
configured on the given edge node.
|
integer |
Readonly |
remaining_xlarge_load_balancer_services |
The remaining number of xlarge load balancer services
The remaining number of xlarge load balancer services which could be
configured on the given edge node.
|
integer |
Readonly |
severity |
LB usage severity
The severity calculation is based on current credit usage percentage
of load balancer for one node.
|
LbUsageSeverity |
Readonly |
type |
Must be set to the value LbEdgeNodeUsage |
LbNodeUsageType |
Required |
usage_percentage |
Usage percentage
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.
|
number |
Readonly |