public static class CloudAutomationUpdateDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CloudAutomationUpdateDetails.Builder |
applyUpdateTimePreference(CloudAutomationApplyUpdateTimePreference applyUpdateTimePreference) |
CloudAutomationUpdateDetails |
build() |
CloudAutomationUpdateDetails.Builder |
copy(CloudAutomationUpdateDetails model) |
CloudAutomationUpdateDetails.Builder |
freezePeriod(CloudAutomationFreezePeriod freezePeriod) |
CloudAutomationUpdateDetails.Builder |
isEarlyAdoptionEnabled(Boolean isEarlyAdoptionEnabled)
Annotates whether the cluster should be part of early access to apply VM cloud automation
software updates.
|
CloudAutomationUpdateDetails.Builder |
isFreezePeriodEnabled(Boolean isFreezePeriodEnabled)
Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from
receiving cloud automation software updates during critical business cycles.
|
public CloudAutomationUpdateDetails.Builder isEarlyAdoptionEnabled(Boolean isEarlyAdoptionEnabled)
Annotates whether the cluster should be part of early access to apply VM cloud automation software updates. Those clusters annotated as early access will download the software bits for cloud automation in the first week after the update is available, while other clusters will have to wait until the following week.
isEarlyAdoptionEnabled
- the value to setpublic CloudAutomationUpdateDetails.Builder isFreezePeriodEnabled(Boolean isFreezePeriodEnabled)
Specifies if the freeze period is enabled for the VM cluster to prevent the VMs from receiving cloud automation software updates during critical business cycles. Freeze period starts at 12:00 AM UTC and ends at 11:59:59 PM UTC on the selected date. Ensure that the freezing period does not exceed 45 days.
isFreezePeriodEnabled
- the value to setpublic CloudAutomationUpdateDetails.Builder applyUpdateTimePreference(CloudAutomationApplyUpdateTimePreference applyUpdateTimePreference)
public CloudAutomationUpdateDetails.Builder freezePeriod(CloudAutomationFreezePeriod freezePeriod)
public CloudAutomationUpdateDetails build()
public CloudAutomationUpdateDetails.Builder copy(CloudAutomationUpdateDetails model)
Copyright © 2016–2024. All rights reserved.