public final class ALBControllerNodeInfo
extends java.lang.Object
implements java.io.Serializable, com.vmware.vapi.bindings.StaticStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
ALBControllerNodeInfo.Builder
Builder class for
ALBControllerNodeInfo. |
| Modifier and Type | Field and Description |
|---|---|
protected com.vmware.vapi.data.StructValue |
__dynamicStructureFields |
| Modifier | Constructor and Description |
|---|---|
|
ALBControllerNodeInfo()
Default constructor.
|
protected |
ALBControllerNodeInfo(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 ALBControllerNodeInfo |
_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 ALBControllerNodeInfo |
_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.lang.Boolean |
getIsDhcp()
Advanced Load Balancer controller node IP configuration is static or DHCP.
|
java.lang.String |
getNodeIp()
Advanced Load Balancer controller node IP.
|
java.lang.String |
getNodeName()
Advanced Load Balancer controller node name.
|
java.lang.String |
getNodeRole()
Advanced Load Balancer controller node role in cluster.
|
java.lang.Long |
getNodeStartTime()
Advanced Load Balancer controller node start time in its local timezone.
|
java.lang.String |
getNodeState()
Advanced Load Balancer controller node current state in the cluster.
|
java.lang.String |
getVmId()
ID of the VM maintained internally.
|
int |
hashCode() |
void |
setIsDhcp(java.lang.Boolean isDhcp)
Advanced Load Balancer controller node IP configuration is static or DHCP.
|
void |
setNodeIp(java.lang.String nodeIp)
Advanced Load Balancer controller node IP.
|
void |
setNodeName(java.lang.String nodeName)
Advanced Load Balancer controller node name.
|
void |
setNodeRole(java.lang.String nodeRole)
Advanced Load Balancer controller node role in cluster.
|
void |
setNodeStartTime(java.lang.Long nodeStartTime)
Advanced Load Balancer controller node start time in its local timezone.
|
void |
setNodeState(java.lang.String nodeState)
Advanced Load Balancer controller node current state in the cluster.
|
void |
setVmId(java.lang.String vmId)
ID of the VM maintained internally.
|
java.lang.String |
toString() |
protected com.vmware.vapi.data.StructValue __dynamicStructureFields
public ALBControllerNodeInfo()
protected ALBControllerNodeInfo(com.vmware.vapi.data.StructValue __dynamicStructureFields)
public java.lang.Boolean getIsDhcp()
public void setIsDhcp(java.lang.Boolean isDhcp)
isDhcp - New value for the property.public java.lang.String getNodeIp()
public void setNodeIp(java.lang.String nodeIp)
nodeIp - New value for the property.public java.lang.String getNodeName()
public void setNodeName(java.lang.String nodeName)
nodeName - New value for the property.public java.lang.String getNodeRole()
public void setNodeRole(java.lang.String nodeRole)
nodeRole - New value for the property.public java.lang.Long getNodeStartTime()
public void setNodeStartTime(java.lang.Long nodeStartTime)
nodeStartTime - New value for the property.public java.lang.String getNodeState()
public void setNodeState(java.lang.String nodeState)
nodeState - New value for the property.public java.lang.String getVmId()
public void setVmId(java.lang.String vmId)
vmId - 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 ALBControllerNodeInfo _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 ALBControllerNodeInfo _newInstance2(com.vmware.vapi.data.StructValue structValue)