Class CloudAutomationApplyUpdateTimePreference
Configure the time slot for applying VM cloud automation software updates to the cluster. When nothing is selected, the default time slot is 12 AM to 2 AM UTC. Any 2-hour slot is available starting at 12 AM.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class CloudAutomationApplyUpdateTimePreference
Properties
ApplyUpdatePreferredEndTime
Declaration
[JsonProperty(PropertyName = "applyUpdatePreferredEndTime")]
public string ApplyUpdatePreferredEndTime { get; set; }
Property Value
Type | Description |
---|---|
string | End time for polling VM cloud automation software updates for the cluster. If the endTime is not specified, 2 AM UTC is used by default. |
ApplyUpdatePreferredStartTime
Declaration
[JsonProperty(PropertyName = "applyUpdatePreferredStartTime")]
public string ApplyUpdatePreferredStartTime { get; set; }
Property Value
Type | Description |
---|---|
string | Start time for polling VM cloud automation software updates for the cluster. If the startTime is not specified, 12 AM UTC is used by default. |