Package com.vmware.nsx_policy.model
Class PlatformDeploymentChecksAction.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.PlatformDeploymentChecksAction.Builder
-
- Enclosing class:
- PlatformDeploymentChecksAction
public static final class PlatformDeploymentChecksAction.Builder extends java.lang.ObjectBuilder class forPlatformDeploymentChecksAction.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofPlatformDeploymentChecksAction.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlatformDeploymentChecksActionbuild()PlatformDeploymentChecksAction.BuildersetAction(java.lang.String action)Possible values are:PlatformDeploymentChecksAction.ACTION_PRE_CHECKSPlatformDeploymentChecksAction.ACTION_POST_CHECKSPlatformDeploymentChecksAction.ACTION_ABORT_CHECKSRun pre/post deployment checks.PlatformDeploymentChecksAction.BuildersetDeploymentConfig(PlatformDeploymentConfig deploymentConfig)
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofPlatformDeploymentChecksAction.
-
-
Method Detail
-
setAction
public PlatformDeploymentChecksAction.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.
-
setDeploymentConfig
public PlatformDeploymentChecksAction.Builder setDeploymentConfig(PlatformDeploymentConfig deploymentConfig)
- Parameters:
deploymentConfig- New value for the property.
-
build
public PlatformDeploymentChecksAction build()
-
-