Show / Hide Table of Contents

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.

Inheritance
object
MaintenanceVersionPreferenceDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top