Show / Hide Table of Contents

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.

Inheritance
object
CloudAutomationApplyUpdateTimePreference
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top