Show / Hide Table of Contents

Class FamilyMaintenancePolicy

The policy that specifies the maintenance and upgrade preferences for an environment. For more information about the options, see Understanding Environment Maintenance.

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

Properties

ConcurrentMaintenance

Declaration
[JsonProperty(PropertyName = "concurrentMaintenance")]
[JsonConverter(typeof(ResponseEnumConverter))]
public FamilyMaintenancePolicy.ConcurrentMaintenanceEnum? ConcurrentMaintenance { get; set; }
Property Value
Type Description
FamilyMaintenancePolicy.ConcurrentMaintenanceEnum?

Option to upgrade both production and non-production environments at the same time. When set to PROD both types of environnments are upgraded on the production schedule. When set to NON_PROD both types of environments are upgraded on the non-production schedule.

IsMonthlyPatchingEnabled

Declaration
[JsonProperty(PropertyName = "isMonthlyPatchingEnabled")]
public bool? IsMonthlyPatchingEnabled { get; set; }
Property Value
Type Description
bool?

When True, monthly patching is enabled for the environment family.

QuarterlyUpgradeBeginTimes

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

The quarterly maintenance month group schedule of the Fusion environment family.

In this article
Back to top