Uses of Class
com.vmware.nsx_policy.model.DeploymentChecksStatus.Builder
-
Packages that use DeploymentChecksStatus.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of DeploymentChecksStatus.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return DeploymentChecksStatus.Builder Modifier and Type Method Description DeploymentChecksStatus.Builder
DeploymentChecksStatus.Builder. setDescription(java.lang.String description)
Show more information about pre/post check performed.DeploymentChecksStatus.Builder
DeploymentChecksStatus.Builder. setName(java.lang.String name)
Name of pre/post checkDeploymentChecksStatus.Builder
DeploymentChecksStatus.Builder. setReason(java.lang.String reason)
Reason for failure of pre/post check.DeploymentChecksStatus.Builder
DeploymentChecksStatus.Builder. setStatus(java.lang.String status)
Possible values are:DeploymentChecksStatus.STATUS_SUCCESS
DeploymentChecksStatus.STATUS_FAILED
DeploymentChecksStatus.STATUS_WARNING
DeploymentChecksStatus.STATUS_SKIPPED
DeploymentChecksStatus.STATUS_IN_PROGRESS
DeploymentChecksStatus.STATUS_STOPPING
DeploymentChecksStatus.STATUS_STOPPED
DeploymentChecksStatus.STATUS_NOT_STARTED
Status pre/post check.
-