Show / Hide Table of Contents

Class CloudAutomationFreezePeriod

Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.

Inheritance
object
CloudAutomationFreezePeriod
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 CloudAutomationFreezePeriod

Properties

FreezePeriodEndTime

Declaration
[JsonProperty(PropertyName = "freezePeriodEndTime")]
public string FreezePeriodEndTime { get; set; }
Property Value
Type Description
string

End time of the freeze period cycle.

FreezePeriodStartTime

Declaration
[JsonProperty(PropertyName = "freezePeriodStartTime")]
public string FreezePeriodStartTime { get; set; }
Property Value
Type Description
string

Start time of the freeze period cycle.

In this article
Back to top