Class CacheUpgradeSettingsResponse
- java.lang.Object
-
- com.pulumi.azurenative.storagecache.outputs.CacheUpgradeSettingsResponse
-
public final class CacheUpgradeSettingsResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CacheUpgradeSettingsResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CacheUpgradeSettingsResponse.Builder
builder()
static CacheUpgradeSettingsResponse.Builder
builder(CacheUpgradeSettingsResponse defaults)
java.util.Optional<java.lang.String>
scheduledTime()
java.util.Optional<java.lang.Boolean>
upgradeScheduleEnabled()
-
-
-
Method Detail
-
scheduledTime
public java.util.Optional<java.lang.String> scheduledTime()
- Returns:
- When upgradeScheduleEnabled is true, this field holds the user-chosen upgrade time. At the user-chosen time, the firmware update will automatically be installed on the cache.
-
upgradeScheduleEnabled
public java.util.Optional<java.lang.Boolean> upgradeScheduleEnabled()
- Returns:
- True if the user chooses to select an installation time between now and firmwareUpdateDeadline. Else the firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation.
-
builder
public static CacheUpgradeSettingsResponse.Builder builder()
-
builder
public static CacheUpgradeSettingsResponse.Builder builder(CacheUpgradeSettingsResponse defaults)
-
-