Package com.vmware.nsx_policy.model
Class ALBControllerNodeVMDeploymentProgressState.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.ALBControllerNodeVMDeploymentProgressState.Builder
-
- Enclosing class:
- ALBControllerNodeVMDeploymentProgressState
public static final class ALBControllerNodeVMDeploymentProgressState.Builder extends java.lang.ObjectBuilder class forALBControllerNodeVMDeploymentProgressState.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofALBControllerNodeVMDeploymentProgressState.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ALBControllerNodeVMDeploymentProgressStatebuild()ALBControllerNodeVMDeploymentProgressState.BuildersetCurrentStepTitle(java.lang.String currentStepTitle)Name of the current running step of deployment This property may be present in responses from the server, but if it is present in a request to server it will be ignored.ALBControllerNodeVMDeploymentProgressState.BuildersetProgress(java.lang.Long progress)Overall progress percentage of deployment completed format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofALBControllerNodeVMDeploymentProgressState.
-
-
Method Detail
-
setCurrentStepTitle
public ALBControllerNodeVMDeploymentProgressState.Builder setCurrentStepTitle(java.lang.String currentStepTitle)
Name of the current running step of deployment This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
currentStepTitle- New value for the property.
-
setProgress
public ALBControllerNodeVMDeploymentProgressState.Builder setProgress(java.lang.Long progress)
Overall progress percentage of deployment completed format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
progress- New value for the property.
-
build
public ALBControllerNodeVMDeploymentProgressState build()
-
-