Package com.vmware.nsx_policy.model
Class DeploymentChecksAction.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.DeploymentChecksAction.Builder
-
- Enclosing class:
- DeploymentChecksAction
public static final class DeploymentChecksAction.Builder extends java.lang.Object
Builder class forDeploymentChecksAction
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofDeploymentChecksAction
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentChecksAction
build()
DeploymentChecksAction.Builder
setAction(java.lang.String action)
Possible values are:DeploymentChecksAction.ACTION_PRE_CHECKS
DeploymentChecksAction.ACTION_POST_CHECKS
DeploymentChecksAction.ACTION_ABORT_CHECKS
Run pre/post deployment checks.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofDeploymentChecksAction
.
-
-
Method Detail
-
setAction
public DeploymentChecksAction.Builder setAction(java.lang.String action)
Possible values are: Run pre/post deployment checks. PRE_CHECKS - Run pre-check before deployment. POST_CHECKS - Run post-check after deployment. ABORT_CHECKS - Abort running pre/post deployement checks.- Parameters:
action
- New value for the property.
-
build
public DeploymentChecksAction build()
-
-