ManagedSoftwareUpdateInputDetails

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

Bases: object

The database registered for Oracle Managed Database Software Updates.

Methods

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

Attributes

is_enrolled [Required] Gets the is_enrolled of this ManagedSoftwareUpdateInputDetails.
preference_details Gets the preference_details of this ManagedSoftwareUpdateInputDetails.
__init__(**kwargs)

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

Parameters:
  • is_enrolled (bool) – The value to assign to the is_enrolled property of this ManagedSoftwareUpdateInputDetails.
  • preference_details (oci.database.models.ManagedSoftwareUpdatePreferenceDetails) – The value to assign to the preference_details property of this ManagedSoftwareUpdateInputDetails.
is_enrolled

[Required] Gets the is_enrolled of this ManagedSoftwareUpdateInputDetails. If true, database is registered for Oracle Managed Database Software Updates otherwise database is not registered for Oracle Managed Database Software Updates

Returns:The is_enrolled of this ManagedSoftwareUpdateInputDetails.
Return type:bool
preference_details

Gets the preference_details of this ManagedSoftwareUpdateInputDetails.

Returns:The preference_details of this ManagedSoftwareUpdateInputDetails.
Return type:oci.database.models.ManagedSoftwareUpdatePreferenceDetails