Package com.vmware.nsx_policy.model
Class ALBControllerNodeVMDeploymentStatusReport
- java.lang.Object
-
- com.vmware.nsx_policy.model.ALBControllerNodeVMDeploymentStatusReport
-
- All Implemented Interfaces:
com.vmware.vapi.bindings.StaticStructure
,com.vmware.vapi.bindings.Structure
,java.io.Serializable
public final class ALBControllerNodeVMDeploymentStatusReport extends java.lang.Object implements java.io.Serializable, com.vmware.vapi.bindings.StaticStructure
Contains up-to-date information relating to an auto-deployed VM, including its status and (potentially) an error message.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ALBControllerNodeVMDeploymentStatusReport.Builder
Builder class forALBControllerNodeVMDeploymentStatusReport
.
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description ALBControllerNodeVMDeploymentStatusReport()
Default constructor.protected
ALBControllerNodeVMDeploymentStatusReport(com.vmware.vapi.data.StructValue __dynamicStructureFields)
-
Method Summary
-
-
-
Field Detail
-
STATUS_NOT_AVAILABLE
public static final java.lang.String STATUS_NOT_AVAILABLE
- See Also:
- Constant Field Values
-
STATUS_VM_DEPLOYMENT_QUEUED
public static final java.lang.String STATUS_VM_DEPLOYMENT_QUEUED
- See Also:
- Constant Field Values
-
STATUS_VM_DEPLOYMENT_IN_PROGRESS
public static final java.lang.String STATUS_VM_DEPLOYMENT_IN_PROGRESS
- See Also:
- Constant Field Values
-
STATUS_VM_DEPLOYMENT_FAILED
public static final java.lang.String STATUS_VM_DEPLOYMENT_FAILED
- See Also:
- Constant Field Values
-
STATUS_VM_POWER_ON_IN_PROGRESS
public static final java.lang.String STATUS_VM_POWER_ON_IN_PROGRESS
- See Also:
- Constant Field Values
-
STATUS_VM_POWER_ON_FAILED
public static final java.lang.String STATUS_VM_POWER_ON_FAILED
- See Also:
- Constant Field Values
-
STATUS_VM_POWER_ON_SUCCESSFUL
public static final java.lang.String STATUS_VM_POWER_ON_SUCCESSFUL
- See Also:
- Constant Field Values
-
STATUS_VM_REGISTRATION_IN_PROGRESS
public static final java.lang.String STATUS_VM_REGISTRATION_IN_PROGRESS
- See Also:
- Constant Field Values
-
STATUS_VM_REGISTRATION_SUCCESSFUL
public static final java.lang.String STATUS_VM_REGISTRATION_SUCCESSFUL
- See Also:
- Constant Field Values
-
STATUS_VM_REGISTRATION_FAILED
public static final java.lang.String STATUS_VM_REGISTRATION_FAILED
- See Also:
- Constant Field Values
-
STATUS_VM_WAITING_TO_COME_ONLINE
public static final java.lang.String STATUS_VM_WAITING_TO_COME_ONLINE
- See Also:
- Constant Field Values
-
STATUS_VM_ONLINE_FAILED
public static final java.lang.String STATUS_VM_ONLINE_FAILED
- See Also:
- Constant Field Values
-
STATUS_VM_CONFIGURATION_IN_PROGRESS
public static final java.lang.String STATUS_VM_CONFIGURATION_IN_PROGRESS
- See Also:
- Constant Field Values
-
STATUS_VM_CONFIGURATION_SUCCESSFUL
public static final java.lang.String STATUS_VM_CONFIGURATION_SUCCESSFUL
- See Also:
- Constant Field Values
-
STATUS_VM_CONFIGURATION_FAILED
public static final java.lang.String STATUS_VM_CONFIGURATION_FAILED
- See Also:
- Constant Field Values
-
STATUS_VM_CLUSTERING_QUEUED
public static final java.lang.String STATUS_VM_CLUSTERING_QUEUED
- See Also:
- Constant Field Values
-
STATUS_VM_CLUSTERING_IN_PROGRESS
public static final java.lang.String STATUS_VM_CLUSTERING_IN_PROGRESS
- See Also:
- Constant Field Values
-
STATUS_VM_CLUSTERING_SUCCESSFUL
public static final java.lang.String STATUS_VM_CLUSTERING_SUCCESSFUL
- See Also:
- Constant Field Values
-
STATUS_VM_CLUSTERING_FAILED
public static final java.lang.String STATUS_VM_CLUSTERING_FAILED
- See Also:
- Constant Field Values
-
STATUS_VM_POWER_OFF_IN_PROGRESS
public static final java.lang.String STATUS_VM_POWER_OFF_IN_PROGRESS
- See Also:
- Constant Field Values
-
STATUS_VM_POWER_OFF_FAILED
public static final java.lang.String STATUS_VM_POWER_OFF_FAILED
- See Also:
- Constant Field Values
-
STATUS_WAITING_TO_UNDEPLOY_VM
public static final java.lang.String STATUS_WAITING_TO_UNDEPLOY_VM
- See Also:
- Constant Field Values
-
STATUS_VM_UNDEPLOY_IN_PROGRESS
public static final java.lang.String STATUS_VM_UNDEPLOY_IN_PROGRESS
- See Also:
- Constant Field Values
-
STATUS_VM_UNDEPLOY_FAILED
public static final java.lang.String STATUS_VM_UNDEPLOY_FAILED
- See Also:
- Constant Field Values
-
STATUS_VM_UNDEPLOY_SUCCESSFUL
public static final java.lang.String STATUS_VM_UNDEPLOY_SUCCESSFUL
- See Also:
- Constant Field Values
-
STATUS_UNKNOWN_STATE
public static final java.lang.String STATUS_UNKNOWN_STATE
- See Also:
- Constant Field Values
-
__dynamicStructureFields
protected com.vmware.vapi.data.StructValue __dynamicStructureFields
-
-
Method Detail
-
getDeploymentProgressState
public ALBControllerNodeVMDeploymentProgressState getDeploymentProgressState()
- Returns:
- The current value of the property.
-
setDeploymentProgressState
public void setDeploymentProgressState(ALBControllerNodeVMDeploymentProgressState deploymentProgressState)
- Parameters:
deploymentProgressState
- New value for the property.
-
getFailureCode
public java.lang.Long getFailureCode()
In case of auto-deployment-related failure, the code for the error will be stored here. format: int64- Returns:
- The current value of the property.
-
setFailureCode
public void setFailureCode(java.lang.Long failureCode)
In case of auto-deployment-related failure, the code for the error will be stored here. format: int64- Parameters:
failureCode
- New value for the property.
-
getFailureMessage
public java.lang.String getFailureMessage()
In case of auto-deployment-related failure, an error message will be stored here.- Returns:
- The current value of the property.
-
setFailureMessage
public void setFailureMessage(java.lang.String failureMessage)
In case of auto-deployment-related failure, an error message will be stored here.- Parameters:
failureMessage
- New value for the property.
-
getStatus
public java.lang.String getStatus()
Possible values are:-
STATUS_NOT_AVAILABLE
-
STATUS_VM_DEPLOYMENT_QUEUED
-
STATUS_VM_DEPLOYMENT_IN_PROGRESS
-
STATUS_VM_DEPLOYMENT_FAILED
-
STATUS_VM_POWER_ON_IN_PROGRESS
-
STATUS_VM_POWER_ON_FAILED
-
STATUS_VM_POWER_ON_SUCCESSFUL
-
STATUS_VM_REGISTRATION_IN_PROGRESS
-
STATUS_VM_REGISTRATION_SUCCESSFUL
-
STATUS_VM_REGISTRATION_FAILED
-
STATUS_VM_WAITING_TO_COME_ONLINE
-
STATUS_VM_ONLINE_FAILED
-
STATUS_VM_CONFIGURATION_IN_PROGRESS
-
STATUS_VM_CONFIGURATION_SUCCESSFUL
-
STATUS_VM_CONFIGURATION_FAILED
-
STATUS_VM_CLUSTERING_QUEUED
-
STATUS_VM_CLUSTERING_IN_PROGRESS
-
STATUS_VM_CLUSTERING_SUCCESSFUL
-
STATUS_VM_CLUSTERING_FAILED
-
STATUS_VM_POWER_OFF_IN_PROGRESS
-
STATUS_VM_POWER_OFF_FAILED
-
STATUS_WAITING_TO_UNDEPLOY_VM
-
STATUS_VM_UNDEPLOY_IN_PROGRESS
-
STATUS_VM_UNDEPLOY_FAILED
-
STATUS_VM_UNDEPLOY_SUCCESSFUL
-
STATUS_UNKNOWN_STATE
- Returns:
- The current value of the property.
-
-
setStatus
public void setStatus(java.lang.String status)
Possible values are:-
STATUS_NOT_AVAILABLE
-
STATUS_VM_DEPLOYMENT_QUEUED
-
STATUS_VM_DEPLOYMENT_IN_PROGRESS
-
STATUS_VM_DEPLOYMENT_FAILED
-
STATUS_VM_POWER_ON_IN_PROGRESS
-
STATUS_VM_POWER_ON_FAILED
-
STATUS_VM_POWER_ON_SUCCESSFUL
-
STATUS_VM_REGISTRATION_IN_PROGRESS
-
STATUS_VM_REGISTRATION_SUCCESSFUL
-
STATUS_VM_REGISTRATION_FAILED
-
STATUS_VM_WAITING_TO_COME_ONLINE
-
STATUS_VM_ONLINE_FAILED
-
STATUS_VM_CONFIGURATION_IN_PROGRESS
-
STATUS_VM_CONFIGURATION_SUCCESSFUL
-
STATUS_VM_CONFIGURATION_FAILED
-
STATUS_VM_CLUSTERING_QUEUED
-
STATUS_VM_CLUSTERING_IN_PROGRESS
-
STATUS_VM_CLUSTERING_SUCCESSFUL
-
STATUS_VM_CLUSTERING_FAILED
-
STATUS_VM_POWER_OFF_IN_PROGRESS
-
STATUS_VM_POWER_OFF_FAILED
-
STATUS_WAITING_TO_UNDEPLOY_VM
-
STATUS_VM_UNDEPLOY_IN_PROGRESS
-
STATUS_VM_UNDEPLOY_FAILED
-
STATUS_VM_UNDEPLOY_SUCCESSFUL
-
STATUS_UNKNOWN_STATE
- Parameters:
status
- New value for the property.
-
-
_getType
public com.vmware.vapi.bindings.type.StructType _getType()
- Specified by:
_getType
in interfacecom.vmware.vapi.bindings.StaticStructure
-
_getDataValue
public com.vmware.vapi.data.StructValue _getDataValue()
- Specified by:
_getDataValue
in interfacecom.vmware.vapi.bindings.Structure
-
_updateDataValue
protected void _updateDataValue(com.vmware.vapi.data.StructValue structValue)
-
_validate
public void _validate()
- Specified by:
_validate
in interfacecom.vmware.vapi.bindings.StaticStructure
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Specified by:
toString
in interfacecom.vmware.vapi.bindings.StaticStructure
- Overrides:
toString
in classjava.lang.Object
-
_hasTypeNameOf
public boolean _hasTypeNameOf(java.lang.Class<? extends com.vmware.vapi.bindings.Structure> clazz)
- Specified by:
_hasTypeNameOf
in interfacecom.vmware.vapi.bindings.Structure
-
_convertTo
public <T extends com.vmware.vapi.bindings.Structure> T _convertTo(java.lang.Class<T> clazz)
- Specified by:
_convertTo
in interfacecom.vmware.vapi.bindings.Structure
-
_setDynamicField
public void _setDynamicField(java.lang.String fieldName, com.vmware.vapi.data.DataValue fieldValue)
- Specified by:
_setDynamicField
in interfacecom.vmware.vapi.bindings.StaticStructure
-
_getDynamicField
public com.vmware.vapi.data.DataValue _getDynamicField(java.lang.String fieldName)
- Specified by:
_getDynamicField
in interfacecom.vmware.vapi.bindings.StaticStructure
-
_getDynamicFieldNames
public java.util.Set<java.lang.String> _getDynamicFieldNames()
- Specified by:
_getDynamicFieldNames
in interfacecom.vmware.vapi.bindings.StaticStructure
-
_getClassType
public static com.vmware.vapi.bindings.type.StructType _getClassType()
WARNING: Internal method, subject to change in future versions.- Returns:
StructType
instance representing the static bindings type for thisStructure
.
-
_getCanonicalName
public java.lang.String _getCanonicalName()
- Specified by:
_getCanonicalName
in interfacecom.vmware.vapi.bindings.Structure
-
_getCanonicalTypeName
public static java.lang.String _getCanonicalTypeName()
Returns the canonical type name. See_getCanonicalName()
.- Returns:
- canonical type name
-
_newInstance
public static ALBControllerNodeVMDeploymentStatusReport _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.- Parameters:
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.- Returns:
- the static bindings
StructType
-
_newInstance2
public static ALBControllerNodeVMDeploymentStatusReport _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
-
-