Package com.vmware.nsx_policy.model
Class DeploymentProgressStatus.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.DeploymentProgressStatus.Builder
-
- Enclosing class:
- DeploymentProgressStatus
public static final class DeploymentProgressStatus.Builder extends java.lang.Object
Builder class forDeploymentProgressStatus
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofDeploymentProgressStatus
.
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofDeploymentProgressStatus
.
-
-
Method Detail
-
setErrorMessage
public DeploymentProgressStatus.Builder setErrorMessage(java.util.List<java.lang.String> errorMessage)
Errors during deployment.- Parameters:
errorMessage
- New value for the property.
-
setOverallStatus
public DeploymentProgressStatus.Builder setOverallStatus(java.lang.String overallStatus)
Possible values are:-
DeploymentProgressStatus.OVERALL_STATUS_DEPLOYMENT_IN_PROGRESS
-
DeploymentProgressStatus.OVERALL_STATUS_UNDEPLOYMENT_IN_PROGRESS
-
DeploymentProgressStatus.OVERALL_STATUS_UPGRADE_IN_PROGRESS
-
DeploymentProgressStatus.OVERALL_STATUS_UPDATE_IN_PROGRESS
-
DeploymentProgressStatus.OVERALL_STATUS_DEPLOYMENT_QUEUED
-
DeploymentProgressStatus.OVERALL_STATUS_UNDEPLOYMENT_QUEUED
-
DeploymentProgressStatus.OVERALL_STATUS_UPDATE_QUEUED
-
DeploymentProgressStatus.OVERALL_STATUS_DEPLOYMENT_SUCCESSFUL
-
DeploymentProgressStatus.OVERALL_STATUS_UNDEPLOYMENT_SUCCESSFUL
-
DeploymentProgressStatus.OVERALL_STATUS_UPGRADE_SUCCESSFUL
-
DeploymentProgressStatus.OVERALL_STATUS_UPDATE_SUCCESSFUL
-
DeploymentProgressStatus.OVERALL_STATUS_DEPLOYMENT_FAILED
-
DeploymentProgressStatus.OVERALL_STATUS_UNDEPLOYMENT_FAILED
-
DeploymentProgressStatus.OVERALL_STATUS_UPGRADE_FAILED
-
DeploymentProgressStatus.OVERALL_STATUS_UPDATE_FAILED
-
DeploymentProgressStatus.OVERALL_STATUS_NOT_DEPLOYED
- Parameters:
overallStatus
- New value for the property.
-
-
setPercentage
public DeploymentProgressStatus.Builder setPercentage(java.lang.Long percentage)
Percentage completed for deployment. format: int64- Parameters:
percentage
- New value for the property.
-
setProgressMessage
public DeploymentProgressStatus.Builder setProgressMessage(java.lang.String progressMessage)
More information about progress.- Parameters:
progressMessage
- New value for the property.
-
build
public DeploymentProgressStatus build()
-
-