Show / Hide Table of Contents

Class UpdateFamilyMaintenancePolicyDetails

The editable settings of the policy that specifies the maintenance and upgrade preferences for an environment.

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

Properties

ConcurrentMaintenance

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

Whether production and non-production environments are upgraded concurrently.

IsMonthlyPatchingEnabled

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

Whether the Fusion environment receives monthly patching.

In this article
Back to top