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.Object
Builder 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 PlatformDeploymentChecksAction
build()
PlatformDeploymentChecksAction.Builder
setAction(java.lang.String action)
Possible values are:PlatformDeploymentChecksAction.ACTION_PRE_CHECKS
PlatformDeploymentChecksAction.ACTION_POST_CHECKS
PlatformDeploymentChecksAction.ACTION_ABORT_CHECKS
Run pre/post deployment checks.PlatformDeploymentChecksAction.Builder
setDeploymentConfig(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()
-
-