Package com.vmware.nsx_policy.model
Class CloudNativeDeploymentAction.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.CloudNativeDeploymentAction.Builder
-
- Enclosing class:
- CloudNativeDeploymentAction
public static final class CloudNativeDeploymentAction.Builder extends java.lang.ObjectBuilder class forCloudNativeDeploymentAction.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofCloudNativeDeploymentAction.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudNativeDeploymentActionbuild()CloudNativeDeploymentAction.BuildersetAction(java.lang.String action)Possible values are:CloudNativeDeploymentAction.ACTION_DEPLOYCloudNativeDeploymentAction.ACTION_UNDEPLOYCloudNativeDeploymentAction.ACTION_REDEPLOYCloudNativeDeploymentAction.ACTION_UPDATE_FORMFACTORCloudNativeDeploymentAction.ACTION_REDEPLOY_UPDATE_FORMFACTORCloudNativeDeploymentAction.ACTION_FORCE_UNDEPLOYCloudNativeDeploymentAction.ACTION_RESTARTCloudNativeDeploymentAction.ACTION_RESETCloudNativeDeploymentAction.ACTION_RESET_BR_VERSIONAction can be deploy or undeploy.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofCloudNativeDeploymentAction.
-
-
Method Detail
-
setAction
public CloudNativeDeploymentAction.Builder setAction(java.lang.String action)
Possible values are:-
CloudNativeDeploymentAction.ACTION_DEPLOY -
CloudNativeDeploymentAction.ACTION_UNDEPLOY -
CloudNativeDeploymentAction.ACTION_REDEPLOY -
CloudNativeDeploymentAction.ACTION_UPDATE_FORMFACTOR -
CloudNativeDeploymentAction.ACTION_REDEPLOY_UPDATE_FORMFACTOR -
CloudNativeDeploymentAction.ACTION_FORCE_UNDEPLOY -
CloudNativeDeploymentAction.ACTION_RESTART -
CloudNativeDeploymentAction.ACTION_RESET -
CloudNativeDeploymentAction.ACTION_RESET_BR_VERSION
- Parameters:
action- New value for the property.
-
-
build
public CloudNativeDeploymentAction build()
-
-