public static final class UpgradeProgressStatus.Builder
extends java.lang.Object
UpgradeProgressStatus.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
UpgradeProgressStatus. |
| Modifier and Type | Method and Description |
|---|---|
UpgradeProgressStatus |
build() |
UpgradeProgressStatus.Builder |
setLastUpgradeStepStatus(com.vmware.vapi.bindings.Structure lastUpgradeStepStatus)
Status of last upgrade step
|
UpgradeProgressStatus.Builder |
setUpgradeBundlePresent(java.lang.Boolean upgradeBundlePresent)
True if upgrade bundle is present
|
UpgradeProgressStatus.Builder |
setUpgradeMetadata(com.vmware.vapi.bindings.Structure upgradeMetadata)
Meta info of upgrade
|
public Builder()
UpgradeProgressStatus.public UpgradeProgressStatus.Builder setLastUpgradeStepStatus(com.vmware.vapi.bindings.Structure lastUpgradeStepStatus)
lastUpgradeStepStatus - New value for the property.public UpgradeProgressStatus.Builder setUpgradeBundlePresent(java.lang.Boolean upgradeBundlePresent)
upgradeBundlePresent - New value for the property.public UpgradeProgressStatus.Builder setUpgradeMetadata(com.vmware.vapi.bindings.Structure upgradeMetadata)
upgradeMetadata - New value for the property.public UpgradeProgressStatus build()