MaintenanceVersionPreferenceDetails

class oci.database.models.MaintenanceVersionPreferenceDetails(**kwargs)

Bases: object

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.

Methods

__init__(**kwargs) Initializes a new MaintenanceVersionPreferenceDetails object with values from keyword arguments.

Attributes

reference_resource_id_for_image_updates Gets the reference_resource_id_for_image_updates of this MaintenanceVersionPreferenceDetails.
__init__(**kwargs)

Initializes a new MaintenanceVersionPreferenceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:reference_resource_id_for_image_updates (str) – The value to assign to the reference_resource_id_for_image_updates property of this MaintenanceVersionPreferenceDetails.
reference_resource_id_for_image_updates

Gets the reference_resource_id_for_image_updates of this MaintenanceVersionPreferenceDetails. The OCID of the resource the maintenance run will refer to when trying to fetch target versions.

Returns:The reference_resource_id_for_image_updates of this MaintenanceVersionPreferenceDetails.
Return type:str