DisableExternalMysqlAssociatedServiceDetails

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

Bases: object

Details to disable an eMysql Associated Service.

Attributes

SERVICE_NAME_OPERATIONS_INSIGHTS A constant which can be used with the service_name property of a DisableExternalMysqlAssociatedServiceDetails.
connector_id [Required] Gets the connector_id of this DisableExternalMysqlAssociatedServiceDetails.
service_name [Required] Gets the service_name of this DisableExternalMysqlAssociatedServiceDetails.
service_resource_id [Required] Gets the service_resource_id of this DisableExternalMysqlAssociatedServiceDetails.

Methods

__init__(**kwargs) Initializes a new DisableExternalMysqlAssociatedServiceDetails object with values from keyword arguments.
SERVICE_NAME_OPERATIONS_INSIGHTS = 'OPERATIONS_INSIGHTS'

A constant which can be used with the service_name property of a DisableExternalMysqlAssociatedServiceDetails. This constant has a value of “OPERATIONS_INSIGHTS”

__init__(**kwargs)

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

Parameters:
  • service_resource_id (str) – The value to assign to the service_resource_id property of this DisableExternalMysqlAssociatedServiceDetails.
  • connector_id (str) – The value to assign to the connector_id property of this DisableExternalMysqlAssociatedServiceDetails.
  • service_name (str) – The value to assign to the service_name property of this DisableExternalMysqlAssociatedServiceDetails. Allowed values for this property are: “OPERATIONS_INSIGHTS”
connector_id

[Required] Gets the connector_id of this DisableExternalMysqlAssociatedServiceDetails. OCID of the External MySQL Database connector.

Returns:The connector_id of this DisableExternalMysqlAssociatedServiceDetails.
Return type:str
service_name

[Required] Gets the service_name of this DisableExternalMysqlAssociatedServiceDetails. Name of the Associated Service.

Allowed values for this property are: “OPERATIONS_INSIGHTS”

Returns:The service_name of this DisableExternalMysqlAssociatedServiceDetails.
Return type:str
service_resource_id

[Required] Gets the service_resource_id of this DisableExternalMysqlAssociatedServiceDetails. OCID of the Service Resource.

Returns:The service_resource_id of this DisableExternalMysqlAssociatedServiceDetails.
Return type:str