public final class LBServiceStatus
extends java.lang.Object
implements java.io.Serializable, com.vmware.vapi.bindings.StaticStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
LBServiceStatus.Builder
Builder class for
LBServiceStatus. |
| Modifier and Type | Field and Description |
|---|---|
protected com.vmware.vapi.data.StructValue |
__dynamicStructureFields |
static java.lang.String |
_TYPE_IDENTIFIER
Identifier denoting this class, when it is used in polymorphic context.
|
static java.lang.String |
SERVICE_STATUS_DETACHED |
static java.lang.String |
SERVICE_STATUS_DISABLED |
static java.lang.String |
SERVICE_STATUS_DOWN |
static java.lang.String |
SERVICE_STATUS_ERROR |
static java.lang.String |
SERVICE_STATUS_NO_STANDBY |
static java.lang.String |
SERVICE_STATUS_PARTIALLY_UP |
static java.lang.String |
SERVICE_STATUS_UNKNOWN |
static java.lang.String |
SERVICE_STATUS_UP |
| Modifier | Constructor and Description |
|---|---|
|
LBServiceStatus()
Default constructor.
|
protected |
LBServiceStatus(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 LBServiceStatus |
_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 LBServiceStatus |
_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) |
java.util.List<java.lang.String> |
getActiveTransportNodes()
Ids of load balancer service related active transport nodes.
|
PolicyRuntimeAlarm |
getAlarm() |
java.lang.Long |
getCpuUsage()
Cpu usage in percentage.
|
java.lang.String |
getEnforcementPointPath()
Policy Path referencing the enforcement point where the info is fetched.
|
java.lang.String |
getErrorMessage()
Error message, if available.
|
java.util.List<LBServiceInstanceDetailPerTransportNode> |
getInstanceDetailPerTn()
Details of load balancer service instance per transport node.
|
java.lang.Long |
getLastUpdateTimestamp()
Timestamp when the data was last updated.
|
java.lang.Long |
getMemoryUsage()
Memory usage in percentage.
|
java.util.List<LBPoolStatus> |
getPools()
status of load balancer pools.
|
java.lang.String |
getResourceType()
The value of this property is automatically populated to
"LBServiceStatus". |
java.lang.String |
getServicePath()
Load balancer service object path.
|
java.lang.String |
getServiceStatus()
Possible values are:
SERVICE_STATUS_UP SERVICE_STATUS_PARTIALLY_UP
SERVICE_STATUS_DOWN
SERVICE_STATUS_ERROR
SERVICE_STATUS_NO_STANDBY
SERVICE_STATUS_DETACHED
SERVICE_STATUS_DISABLED
SERVICE_STATUS_UNKNOWN
UP means the load balancer service is working fine on both
transport-nodes(if have); PARTIALLY_UP means that some DLB instances on
transport node are working successfully and some instances are not working
successfully; DOWN means the load balancer service is down on both
transport-nodes (if have), hence the load balancer will not respond to any
requests; ERROR means error happens on transport-node(s) or no status is
reported from transport-node(s). |
java.util.List<java.lang.String> |
getStandbyTransportNodes()
Ids of load balancer service related standby transport nodes.
|
java.util.List<LBVirtualServerStatus> |
getVirtualServers()
status of load balancer virtual servers.
|
int |
hashCode() |
void |
setActiveTransportNodes(java.util.List<java.lang.String> activeTransportNodes)
Ids of load balancer service related active transport nodes.
|
void |
setAlarm(PolicyRuntimeAlarm alarm) |
void |
setCpuUsage(java.lang.Long cpuUsage)
Cpu usage in percentage.
|
void |
setEnforcementPointPath(java.lang.String enforcementPointPath)
Policy Path referencing the enforcement point where the info is fetched.
|
void |
setErrorMessage(java.lang.String errorMessage)
Error message, if available.
|
void |
setInstanceDetailPerTn(java.util.List<LBServiceInstanceDetailPerTransportNode> instanceDetailPerTn)
Details of load balancer service instance per transport node.
|
void |
setLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)
Timestamp when the data was last updated.
|
void |
setMemoryUsage(java.lang.Long memoryUsage)
Memory usage in percentage.
|
void |
setPools(java.util.List<LBPoolStatus> pools)
status of load balancer pools.
|
void |
setServicePath(java.lang.String servicePath)
Load balancer service object path.
|
void |
setServiceStatus(java.lang.String serviceStatus)
Possible values are:
SERVICE_STATUS_UP SERVICE_STATUS_PARTIALLY_UP
SERVICE_STATUS_DOWN
SERVICE_STATUS_ERROR
SERVICE_STATUS_NO_STANDBY
SERVICE_STATUS_DETACHED
SERVICE_STATUS_DISABLED
SERVICE_STATUS_UNKNOWN
UP means the load balancer service is working fine on both
transport-nodes(if have); PARTIALLY_UP means that some DLB instances on
transport node are working successfully and some instances are not working
successfully; DOWN means the load balancer service is down on both
transport-nodes (if have), hence the load balancer will not respond to any
requests; ERROR means error happens on transport-node(s) or no status is
reported from transport-node(s). |
void |
setStandbyTransportNodes(java.util.List<java.lang.String> standbyTransportNodes)
Ids of load balancer service related standby transport nodes.
|
void |
setVirtualServers(java.util.List<LBVirtualServerStatus> virtualServers)
status of load balancer virtual servers.
|
java.lang.String |
toString() |
public static final java.lang.String _TYPE_IDENTIFIER
This value should be assigned to the property which is used to discriminate the actual type used in the polymorphic context.
public static final java.lang.String SERVICE_STATUS_UP
public static final java.lang.String SERVICE_STATUS_PARTIALLY_UP
public static final java.lang.String SERVICE_STATUS_DOWN
public static final java.lang.String SERVICE_STATUS_ERROR
public static final java.lang.String SERVICE_STATUS_NO_STANDBY
public static final java.lang.String SERVICE_STATUS_DETACHED
public static final java.lang.String SERVICE_STATUS_DISABLED
public static final java.lang.String SERVICE_STATUS_UNKNOWN
protected com.vmware.vapi.data.StructValue __dynamicStructureFields
public LBServiceStatus()
protected LBServiceStatus(com.vmware.vapi.data.StructValue __dynamicStructureFields)
public java.util.List<java.lang.String> getActiveTransportNodes()
public void setActiveTransportNodes(java.util.List<java.lang.String> activeTransportNodes)
activeTransportNodes - New value for the property.public java.lang.Long getCpuUsage()
public void setCpuUsage(java.lang.Long cpuUsage)
cpuUsage - New value for the property.public java.lang.String getErrorMessage()
public void setErrorMessage(java.lang.String errorMessage)
errorMessage - New value for the property.public java.util.List<LBServiceInstanceDetailPerTransportNode> getInstanceDetailPerTn()
public void setInstanceDetailPerTn(java.util.List<LBServiceInstanceDetailPerTransportNode> instanceDetailPerTn)
instanceDetailPerTn - New value for the property.public java.lang.Long getLastUpdateTimestamp()
public void setLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)
lastUpdateTimestamp - New value for the property.public java.lang.Long getMemoryUsage()
public void setMemoryUsage(java.lang.Long memoryUsage)
memoryUsage - New value for the property.public java.util.List<LBPoolStatus> getPools()
public void setPools(java.util.List<LBPoolStatus> pools)
pools - New value for the property.public java.lang.String getServicePath()
public void setServicePath(java.lang.String servicePath)
servicePath - New value for the property.public java.lang.String getServiceStatus()
public void setServiceStatus(java.lang.String serviceStatus)
serviceStatus - New value for the property.public java.util.List<java.lang.String> getStandbyTransportNodes()
public void setStandbyTransportNodes(java.util.List<java.lang.String> standbyTransportNodes)
standbyTransportNodes - New value for the property.public java.util.List<LBVirtualServerStatus> getVirtualServers()
public void setVirtualServers(java.util.List<LBVirtualServerStatus> virtualServers)
virtualServers - New value for the property.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.String getResourceType()
"LBServiceStatus".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 LBServiceStatus _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 LBServiceStatus _newInstance2(com.vmware.vapi.data.StructValue structValue)