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.ObjectBuilder 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 DeploymentChecksActionbuild()DeploymentChecksAction.BuildersetAction(java.lang.String action)Possible values are:DeploymentChecksAction.ACTION_PRE_CHECKSDeploymentChecksAction.ACTION_POST_CHECKSDeploymentChecksAction.ACTION_ABORT_CHECKSRun 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()
-
-