public final class LBNodeUsageSummary
extends java.lang.Object
implements java.io.Serializable, com.vmware.vapi.bindings.StaticStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
LBNodeUsageSummary.Builder
Builder class for
LBNodeUsageSummary. |
| Modifier and Type | Field and Description |
|---|---|
protected com.vmware.vapi.data.StructValue |
__dynamicStructureFields |
static java.lang.String |
SEVERITY_GREEN |
static java.lang.String |
SEVERITY_ORANGE |
static java.lang.String |
SEVERITY_RED |
| Modifier | Constructor and Description |
|---|---|
|
LBNodeUsageSummary()
Default constructor.
|
protected |
LBNodeUsageSummary(com.vmware.vapi.data.StructValue __dynamicStructureFields) |
| Modifier and Type | Method and Description |
|---|---|
<T extends com.vmware.vapi.bindings.Structure> |
_convertTo(java.lang.Class<T> clazz) |
java.lang.String |
_getCanonicalName() |
static java.lang.String |
_getCanonicalTypeName()
Returns the canonical type name.
|
static com.vmware.vapi.bindings.type.StructType |
_getClassType()
WARNING: Internal method, subject to change in future versions.
|
com.vmware.vapi.data.StructValue |
_getDataValue() |
com.vmware.vapi.data.DataValue |
_getDynamicField(java.lang.String fieldName) |
java.util.Set<java.lang.String> |
_getDynamicFieldNames() |
com.vmware.vapi.bindings.type.StructType |
_getType() |
boolean |
_hasTypeNameOf(java.lang.Class<? extends com.vmware.vapi.bindings.Structure> clazz) |
static LBNodeUsageSummary |
_newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static LBNodeUsageSummary |
_newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
void |
_setDynamicField(java.lang.String fieldName,
com.vmware.vapi.data.DataValue fieldValue) |
protected void |
_updateDataValue(com.vmware.vapi.data.StructValue structValue) |
void |
_validate() |
boolean |
equals(java.lang.Object obj) |
PolicyRuntimeAlarm |
getAlarm() |
java.lang.Long |
getCurrentLoadBalancerCredits()
Current load balancer credits in use for all nodes.
|
java.lang.Long |
getCurrentPoolMemberCount()
The overall count of pool members configured on all nodes.
|
java.lang.String |
getEnforcementPointPath()
Policy Path referencing the enforcement point where the info is fetched.
|
java.lang.Long |
getLoadBalancerCreditCapacity()
The load balancer credit capacity means the maximum credits which can be used
for load balancer service configuration for all nodes.
|
java.util.List<LBNodeCountPerSeverity> |
getNodeCounts()
The property identifies array of node count for each severity.
|
java.util.List<com.vmware.vapi.bindings.Structure> |
getNodeUsages()
The property identifies all LB node usages.
|
java.lang.Long |
getPoolMemberCapacity()
Pool member capacity means maximum number of pool members which can be
configured on all nodes.
|
java.lang.String |
getSeverity()
Possible values are:
SEVERITY_GREEN SEVERITY_ORANGE SEVERITY_RED The
severity calculation is based on overall credit usage percentage of load
balancer for all nodes. |
java.lang.Double |
getUsagePercentage()
The overall usage percentage of all nodes for load balancer.
|
int |
hashCode() |
void |
setAlarm(PolicyRuntimeAlarm alarm) |
void |
setCurrentLoadBalancerCredits(java.lang.Long currentLoadBalancerCredits)
Current load balancer credits in use for all nodes.
|
void |
setCurrentPoolMemberCount(java.lang.Long currentPoolMemberCount)
The overall count of pool members configured on all nodes.
|
void |
setEnforcementPointPath(java.lang.String enforcementPointPath)
Policy Path referencing the enforcement point where the info is fetched.
|
void |
setLoadBalancerCreditCapacity(java.lang.Long loadBalancerCreditCapacity)
The load balancer credit capacity means the maximum credits which can be used
for load balancer service configuration for all nodes.
|
void |
setNodeCounts(java.util.List<LBNodeCountPerSeverity> nodeCounts)
The property identifies array of node count for each severity.
|
void |
setNodeUsages(java.util.List<com.vmware.vapi.bindings.Structure> nodeUsages)
The property identifies all LB node usages.
|
void |
setPoolMemberCapacity(java.lang.Long poolMemberCapacity)
Pool member capacity means maximum number of pool members which can be
configured on all nodes.
|
void |
setSeverity(java.lang.String severity)
Possible values are:
SEVERITY_GREEN SEVERITY_ORANGE SEVERITY_RED The
severity calculation is based on overall credit usage percentage of load
balancer for all nodes. |
void |
setUsagePercentage(java.lang.Double usagePercentage)
The overall usage percentage of all nodes for load balancer.
|
java.lang.String |
toString() |
public static final java.lang.String SEVERITY_GREEN
public static final java.lang.String SEVERITY_ORANGE
public static final java.lang.String SEVERITY_RED
protected com.vmware.vapi.data.StructValue __dynamicStructureFields
public LBNodeUsageSummary()
protected LBNodeUsageSummary(com.vmware.vapi.data.StructValue __dynamicStructureFields)
public PolicyRuntimeAlarm getAlarm()
public void setAlarm(PolicyRuntimeAlarm alarm)
alarm - New value for the property.public java.lang.String getEnforcementPointPath()
public void setEnforcementPointPath(java.lang.String enforcementPointPath)
enforcementPointPath - New value for the property.public java.lang.Long getCurrentLoadBalancerCredits()
public void setCurrentLoadBalancerCredits(java.lang.Long currentLoadBalancerCredits)
currentLoadBalancerCredits - New value for the property.public java.lang.Long getCurrentPoolMemberCount()
public void setCurrentPoolMemberCount(java.lang.Long currentPoolMemberCount)
currentPoolMemberCount - New value for the property.public java.lang.Long getLoadBalancerCreditCapacity()
public void setLoadBalancerCreditCapacity(java.lang.Long loadBalancerCreditCapacity)
loadBalancerCreditCapacity - New value for the property.public java.util.List<LBNodeCountPerSeverity> getNodeCounts()
public void setNodeCounts(java.util.List<LBNodeCountPerSeverity> nodeCounts)
nodeCounts - New value for the property.public java.util.List<com.vmware.vapi.bindings.Structure> getNodeUsages()
LBNodeUsage. When methods return a value of this
class as a return value, the property will contain all the properties defined in
LBNodeUsage.public void setNodeUsages(java.util.List<com.vmware.vapi.bindings.Structure> nodeUsages)
nodeUsages - New value for the property.
When clients pass a value of this class as a parameter, the property must
contain all the properties defined in LBNodeUsage. When methods return a value of this
class as a return value, the property will contain all the properties defined in
LBNodeUsage.public java.lang.Long getPoolMemberCapacity()
public void setPoolMemberCapacity(java.lang.Long poolMemberCapacity)
poolMemberCapacity - New value for the property.public java.lang.String getSeverity()
public void setSeverity(java.lang.String severity)
severity - New value for the property.public java.lang.Double getUsagePercentage()
public void setUsagePercentage(java.lang.Double usagePercentage)
usagePercentage - New value for the property.public com.vmware.vapi.bindings.type.StructType _getType()
_getType in interface com.vmware.vapi.bindings.StaticStructurepublic com.vmware.vapi.data.StructValue _getDataValue()
_getDataValue in interface com.vmware.vapi.bindings.Structureprotected void _updateDataValue(com.vmware.vapi.data.StructValue structValue)
public void _validate()
_validate in interface com.vmware.vapi.bindings.StaticStructurepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in interface com.vmware.vapi.bindings.StaticStructuretoString in class java.lang.Objectpublic boolean _hasTypeNameOf(java.lang.Class<? extends com.vmware.vapi.bindings.Structure> clazz)
_hasTypeNameOf in interface com.vmware.vapi.bindings.Structurepublic <T extends com.vmware.vapi.bindings.Structure> T _convertTo(java.lang.Class<T> clazz)
_convertTo in interface com.vmware.vapi.bindings.Structurepublic void _setDynamicField(java.lang.String fieldName,
com.vmware.vapi.data.DataValue fieldValue)
_setDynamicField in interface com.vmware.vapi.bindings.StaticStructurepublic com.vmware.vapi.data.DataValue _getDynamicField(java.lang.String fieldName)
_getDynamicField in interface com.vmware.vapi.bindings.StaticStructurepublic java.util.Set<java.lang.String> _getDynamicFieldNames()
_getDynamicFieldNames in interface com.vmware.vapi.bindings.StaticStructurepublic static com.vmware.vapi.bindings.type.StructType _getClassType()
StructType instance representing the static bindings
type for this Structure.public java.lang.String _getCanonicalName()
_getCanonicalName in interface com.vmware.vapi.bindings.Structurepublic static java.lang.String _getCanonicalTypeName()
_getCanonicalName().public static LBNodeUsageSummary _newInstance(com.vmware.vapi.data.StructValue structValue)
structValue - the source of the data contained in the binding object. Could
contain more data than fields of this class can describe i.e.
newer version of the binding object. Could be null.StructTypepublic static LBNodeUsageSummary _newInstance2(com.vmware.vapi.data.StructValue structValue)