public static class CccUpgradeInformation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CccUpgradeInformation |
build() |
CccUpgradeInformation.Builder |
copy(CccUpgradeInformation model) |
CccUpgradeInformation.Builder |
currentVersion(String currentVersion)
The current version of software installed on the Compute Cloud@Customer infrastructure.
|
CccUpgradeInformation.Builder |
isActive(Boolean isActive)
Indication that the Compute Cloud@Customer infrastructure is in the process of an upgrade
or an upgrade activity (such as preloading upgrade images).
|
CccUpgradeInformation.Builder |
scheduledUpgradeDuration(String scheduledUpgradeDuration)
Expected duration of Compute Cloud@Customer infrastructure scheduled upgrade.
|
CccUpgradeInformation.Builder |
timeOfScheduledUpgrade(Date timeOfScheduledUpgrade)
Compute Cloud@Customer infrastructure next upgrade time.
|
public CccUpgradeInformation.Builder currentVersion(String currentVersion)
The current version of software installed on the Compute Cloud@Customer infrastructure.
currentVersion
- the value to setpublic CccUpgradeInformation.Builder timeOfScheduledUpgrade(Date timeOfScheduledUpgrade)
Compute Cloud@Customer infrastructure next upgrade time. The rack might have performance impacts during this time.
timeOfScheduledUpgrade
- the value to setpublic CccUpgradeInformation.Builder scheduledUpgradeDuration(String scheduledUpgradeDuration)
Expected duration of Compute Cloud@Customer infrastructure scheduled upgrade. The actual upgrade time might be longer or shorter than this duration depending on rack activity, this is only an estimate.
scheduledUpgradeDuration
- the value to setpublic CccUpgradeInformation.Builder isActive(Boolean isActive)
Indication that the Compute Cloud@Customer infrastructure is in the process of an upgrade or an upgrade activity (such as preloading upgrade images).
isActive
- the value to setpublic CccUpgradeInformation build()
public CccUpgradeInformation.Builder copy(CccUpgradeInformation model)
Copyright © 2016–2024. All rights reserved.