AssociatedServiceDetails

class oci.database_management.models.AssociatedServiceDetails(**kwargs)

Bases: object

The details of the associated service that will be enabled or disabled for an external DB System.

Methods

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

Attributes

is_enabled [Required] Gets the is_enabled of this AssociatedServiceDetails.
metadata Gets the metadata of this AssociatedServiceDetails.
__init__(**kwargs)

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

Parameters:
  • is_enabled (bool) – The value to assign to the is_enabled property of this AssociatedServiceDetails.
  • metadata (str) – The value to assign to the metadata property of this AssociatedServiceDetails.
is_enabled

[Required] Gets the is_enabled of this AssociatedServiceDetails. The status of the associated service.

Returns:The is_enabled of this AssociatedServiceDetails.
Return type:bool
metadata

Gets the metadata of this AssociatedServiceDetails. The associated service-specific inputs in JSON string format, which Database Management can identify.

Returns:The metadata of this AssociatedServiceDetails.
Return type:str