public static final class VMDeploymentProgressState.Builder
extends java.lang.Object
VMDeploymentProgressState.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
VMDeploymentProgressState. |
| Modifier and Type | Method and Description |
|---|---|
VMDeploymentProgressState |
build() |
VMDeploymentProgressState.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.
|
VMDeploymentProgressState.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.
|
public Builder()
VMDeploymentProgressState.public VMDeploymentProgressState.Builder setCurrentStepTitle(java.lang.String currentStepTitle)
currentStepTitle - New value for the property.public VMDeploymentProgressState.Builder setProgress(java.lang.Long progress)
progress - New value for the property.public VMDeploymentProgressState build()