Package com.vmware.nsx_policy.model
Class ALBControllerNodeVMDeploymentStatusReport.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.ALBControllerNodeVMDeploymentStatusReport.Builder
-
- Enclosing class:
- ALBControllerNodeVMDeploymentStatusReport
public static final class ALBControllerNodeVMDeploymentStatusReport.Builder extends java.lang.ObjectBuilder class forALBControllerNodeVMDeploymentStatusReport.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofALBControllerNodeVMDeploymentStatusReport.
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofALBControllerNodeVMDeploymentStatusReport.
-
-
Method Detail
-
setDeploymentProgressState
public ALBControllerNodeVMDeploymentStatusReport.Builder setDeploymentProgressState(ALBControllerNodeVMDeploymentProgressState deploymentProgressState)
- Parameters:
deploymentProgressState- New value for the property.
-
setFailureCode
public ALBControllerNodeVMDeploymentStatusReport.Builder 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.
-
setFailureMessage
public ALBControllerNodeVMDeploymentStatusReport.Builder 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.
-
setStatus
public ALBControllerNodeVMDeploymentStatusReport.Builder setStatus(java.lang.String status)
Possible values are:-
ALBControllerNodeVMDeploymentStatusReport.STATUS_NOT_AVAILABLE -
ALBControllerNodeVMDeploymentStatusReport.STATUS_VM_DEPLOYMENT_QUEUED -
ALBControllerNodeVMDeploymentStatusReport.STATUS_VM_DEPLOYMENT_IN_PROGRESS -
ALBControllerNodeVMDeploymentStatusReport.STATUS_VM_DEPLOYMENT_FAILED -
ALBControllerNodeVMDeploymentStatusReport.STATUS_VM_POWER_ON_IN_PROGRESS -
ALBControllerNodeVMDeploymentStatusReport.STATUS_VM_POWER_ON_FAILED -
ALBControllerNodeVMDeploymentStatusReport.STATUS_VM_POWER_ON_SUCCESSFUL -
ALBControllerNodeVMDeploymentStatusReport.STATUS_VM_REGISTRATION_IN_PROGRESS -
ALBControllerNodeVMDeploymentStatusReport.STATUS_VM_REGISTRATION_SUCCESSFUL -
ALBControllerNodeVMDeploymentStatusReport.STATUS_VM_REGISTRATION_FAILED -
ALBControllerNodeVMDeploymentStatusReport.STATUS_VM_WAITING_TO_COME_ONLINE -
ALBControllerNodeVMDeploymentStatusReport.STATUS_VM_ONLINE_FAILED -
ALBControllerNodeVMDeploymentStatusReport.STATUS_VM_CONFIGURATION_IN_PROGRESS -
ALBControllerNodeVMDeploymentStatusReport.STATUS_VM_CONFIGURATION_SUCCESSFUL -
ALBControllerNodeVMDeploymentStatusReport.STATUS_VM_CONFIGURATION_FAILED -
ALBControllerNodeVMDeploymentStatusReport.STATUS_VM_CLUSTERING_QUEUED -
ALBControllerNodeVMDeploymentStatusReport.STATUS_VM_CLUSTERING_IN_PROGRESS -
ALBControllerNodeVMDeploymentStatusReport.STATUS_VM_CLUSTERING_SUCCESSFUL -
ALBControllerNodeVMDeploymentStatusReport.STATUS_VM_CLUSTERING_FAILED -
ALBControllerNodeVMDeploymentStatusReport.STATUS_VM_POWER_OFF_IN_PROGRESS -
ALBControllerNodeVMDeploymentStatusReport.STATUS_VM_POWER_OFF_FAILED -
ALBControllerNodeVMDeploymentStatusReport.STATUS_WAITING_TO_UNDEPLOY_VM -
ALBControllerNodeVMDeploymentStatusReport.STATUS_VM_UNDEPLOY_IN_PROGRESS -
ALBControllerNodeVMDeploymentStatusReport.STATUS_VM_UNDEPLOY_FAILED -
ALBControllerNodeVMDeploymentStatusReport.STATUS_VM_UNDEPLOY_SUCCESSFUL -
ALBControllerNodeVMDeploymentStatusReport.STATUS_UNKNOWN_STATE
- Parameters:
status- New value for the property.
-
-
build
public ALBControllerNodeVMDeploymentStatusReport build()
-
-