Class UpdateFamilyMaintenancePolicyDetails
The editable settings of the policy that specifies the maintenance and upgrade preferences for an environment.
Inherited Members
Namespace: Oci.FusionappsService.Models
Assembly: OCI.DotNetSDK.Fusionapps.dll
Syntax
public class UpdateFamilyMaintenancePolicyDetailsProperties
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. |