Class MaintenanceVersionPreferenceDetails
The preferences for target versions of future maintenance runs.
Currently these preferences are only supported for Monthly maintenance runs created via scheduling plans
If no preferences are specified then the version will be set by default to "Latest". Changing preferences
will not change versions for an already existing maintenance run.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class MaintenanceVersionPreferenceDetails
Properties
ReferenceResourceIdForImageUpdates
Declaration
[JsonProperty(PropertyName = "referenceResourceIdForImageUpdates")]
public string ReferenceResourceIdForImageUpdates { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the resource the maintenance run will refer to when trying to fetch target versions. |