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.Object
Builder 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 ALBControllerNodeVMDeploymentProgressState
build()
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.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.
-
-
-
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()
-
-