Show / Hide Table of Contents

Class QuarterlyUpgradeBeginTimes

Determines the quarterly upgrade begin times (monthly maintenance group schedule ) of the Fusion environment.

Inheritance
object
QuarterlyUpgradeBeginTimes
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FusionappsService.Models
Assembly: OCI.DotNetSDK.Fusionapps.dll
Syntax
public class QuarterlyUpgradeBeginTimes

Properties

BeginTimesValue

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

The frequency and month when maintenance occurs for the Fusion environment.

OverrideType

Declaration
[JsonProperty(PropertyName = "overrideType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public QuarterlyUpgradeBeginTimes.OverrideTypeEnum? OverrideType { get; set; }
Property Value
Type Description
QuarterlyUpgradeBeginTimes.OverrideTypeEnum?

Determines if the maintenance schedule of the Fusion environment is inherited from the Fusion environment family.

In this article
Back to top