EnableExternalMysqlAssociatedServiceDetails¶
-
class
oci.database_management.models.
EnableExternalMysqlAssociatedServiceDetails
(**kwargs)¶ Bases:
object
Details to enable an eMysql Associated Service.
Attributes
SERVICE_NAME_OPERATIONS_INSIGHTS
A constant which can be used with the service_name property of a EnableExternalMysqlAssociatedServiceDetails. connector_id
[Required] Gets the connector_id of this EnableExternalMysqlAssociatedServiceDetails. service_name
[Required] Gets the service_name of this EnableExternalMysqlAssociatedServiceDetails. service_resource_id
[Required] Gets the service_resource_id of this EnableExternalMysqlAssociatedServiceDetails. Methods
__init__
(**kwargs)Initializes a new EnableExternalMysqlAssociatedServiceDetails 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 EnableExternalMysqlAssociatedServiceDetails. This constant has a value of “OPERATIONS_INSIGHTS”
-
__init__
(**kwargs)¶ Initializes a new EnableExternalMysqlAssociatedServiceDetails 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 EnableExternalMysqlAssociatedServiceDetails.
- connector_id (str) – The value to assign to the connector_id property of this EnableExternalMysqlAssociatedServiceDetails.
- service_name (str) – The value to assign to the service_name property of this EnableExternalMysqlAssociatedServiceDetails. Allowed values for this property are: “OPERATIONS_INSIGHTS”
-
connector_id
¶ [Required] Gets the connector_id of this EnableExternalMysqlAssociatedServiceDetails. OCID of the External MySQL Database connector.
Returns: The connector_id of this EnableExternalMysqlAssociatedServiceDetails. Return type: str
-
service_name
¶ [Required] Gets the service_name of this EnableExternalMysqlAssociatedServiceDetails. Name of the Associated Service.
Allowed values for this property are: “OPERATIONS_INSIGHTS”
Returns: The service_name of this EnableExternalMysqlAssociatedServiceDetails. Return type: str
-
service_resource_id
¶ [Required] Gets the service_resource_id of this EnableExternalMysqlAssociatedServiceDetails. OCID of the Service Resource.
Returns: The service_resource_id of this EnableExternalMysqlAssociatedServiceDetails. Return type: str
-