| Package | Description |
|---|---|
| com.vmware.nsx_policy.model |
| Modifier and Type | Method and Description |
|---|---|
LBEdgeNodeUsage.Builder |
LBEdgeNodeUsage.Builder.setCurrentLargeLoadBalancerCount(java.lang.Long currentLargeLoadBalancerCount)
The count of large load balancer services configured on the node.
|
LBEdgeNodeUsage.Builder |
LBEdgeNodeUsage.Builder.setCurrentLoadBalancerCredits(java.lang.Long currentLoadBalancerCredits)
The current load balancer credits means the current credits used on the node.
|
LBEdgeNodeUsage.Builder |
LBEdgeNodeUsage.Builder.setCurrentMediumLoadBalancerCount(java.lang.Long currentMediumLoadBalancerCount)
The count of medium load balancer services configured on the node.
|
LBEdgeNodeUsage.Builder |
LBEdgeNodeUsage.Builder.setCurrentPoolCount(java.lang.Long currentPoolCount)
The count of pools configured on the node.
|
LBEdgeNodeUsage.Builder |
LBEdgeNodeUsage.Builder.setCurrentPoolMemberCount(java.lang.Long currentPoolMemberCount)
The count of pool members configured on the node.
|
LBEdgeNodeUsage.Builder |
LBEdgeNodeUsage.Builder.setCurrentSmallLoadBalancerCount(java.lang.Long currentSmallLoadBalancerCount)
The count of small load balancer services configured on the node.
|
LBEdgeNodeUsage.Builder |
LBEdgeNodeUsage.Builder.setCurrentVirtualServerCount(java.lang.Long currentVirtualServerCount)
The count of virtual servers configured on the node.
|
LBEdgeNodeUsage.Builder |
LBEdgeNodeUsage.Builder.setCurrentXlargeLoadBalancerCount(java.lang.Long currentXlargeLoadBalancerCount)
The count of xlarge load balancer services configured on the node.
|
LBEdgeNodeUsage.Builder |
LBEdgeNodeUsage.Builder.setEdgeClusterPath(java.lang.String edgeClusterPath)
The path of edge cluster which contains the edge node.
|
LBEdgeNodeUsage.Builder |
LBEdgeNodeUsage.Builder.setFormFactor(java.lang.String formFactor)
Possible values are:
LBEdgeNodeUsage.FORM_FACTOR_SMALL_VIRTUAL_MACHINE
LBEdgeNodeUsage.FORM_FACTOR_MEDIUM_VIRTUAL_MACHINE
LBEdgeNodeUsage.FORM_FACTOR_LARGE_VIRTUAL_MACHINE
LBEdgeNodeUsage.FORM_FACTOR_XLARGE_VIRTUAL_MACHINE
LBEdgeNodeUsage.FORM_FACTOR_PHYSICAL_MACHINE
The form factor of the given edge node. |
LBEdgeNodeUsage.Builder |
LBEdgeNodeUsage.Builder.setLoadBalancerCreditCapacity(java.lang.Long loadBalancerCreditCapacity)
The load balancer credit capacity means the maximum credits which can be used
for load balancer configuration for the given edge node.
|
LBEdgeNodeUsage.Builder |
LBEdgeNodeUsage.Builder.setNodePath(java.lang.String nodePath)
The property identifies the node path for load balancer node usage.
|
LBEdgeNodeUsage.Builder |
LBEdgeNodeUsage.Builder.setPoolMemberCapacity(java.lang.Long poolMemberCapacity)
Pool member capacity means maximum number of pool members which can be
configured on the given edge node.
|
LBEdgeNodeUsage.Builder |
LBEdgeNodeUsage.Builder.setRemainingLargeLoadBalancerCount(java.lang.Long remainingLargeLoadBalancerCount)
The remaining count of large load balancer services which can be configured on
the given edge node.
|
LBEdgeNodeUsage.Builder |
LBEdgeNodeUsage.Builder.setRemainingMediumLoadBalancerCount(java.lang.Long remainingMediumLoadBalancerCount)
The remaining count of medium load balancer services which can be configured on
the given edge node.
|
LBEdgeNodeUsage.Builder |
LBEdgeNodeUsage.Builder.setRemainingSmallLoadBalancerCount(java.lang.Long remainingSmallLoadBalancerCount)
The remaining count of small load balancer services which can be configured on
the given edge node.
|
LBEdgeNodeUsage.Builder |
LBEdgeNodeUsage.Builder.setRemainingXlargeLoadBalancerCount(java.lang.Long remainingXlargeLoadBalancerCount)
The remaining count of xlarge load balancer services which can be configured on
the given edge node.
|
LBEdgeNodeUsage.Builder |
LBEdgeNodeUsage.Builder.setSeverity(java.lang.String severity)
Possible values are:
LBEdgeNodeUsage.SEVERITY_GREEN LBEdgeNodeUsage.SEVERITY_ORANGE LBEdgeNodeUsage.SEVERITY_RED The
severity calculation is based on current credit usage percentage of load
balancer for one node. |
LBEdgeNodeUsage.Builder |
LBEdgeNodeUsage.Builder.setUsagePercentage(java.lang.Double usagePercentage)
The usage percentage of the edge node for load balancer.
|