UpdateDatabaseToolsRelatedResourceMySqlDetails¶
- 
class oci.database_tools.models.UpdateDatabaseToolsRelatedResourceMySqlDetails(**kwargs)¶
- Bases: - object- The related resource - Attributes - ENTITY_TYPE_MYSQLDBSYSTEM- A constant which can be used with the entity_type property of a UpdateDatabaseToolsRelatedResourceMySqlDetails. - entity_type- Gets the entity_type of this UpdateDatabaseToolsRelatedResourceMySqlDetails. - identifier- Gets the identifier of this UpdateDatabaseToolsRelatedResourceMySqlDetails. - Methods - __init__(**kwargs)- Initializes a new UpdateDatabaseToolsRelatedResourceMySqlDetails object with values from keyword arguments. - 
ENTITY_TYPE_MYSQLDBSYSTEM= 'MYSQLDBSYSTEM'¶
- A constant which can be used with the entity_type property of a UpdateDatabaseToolsRelatedResourceMySqlDetails. This constant has a value of “MYSQLDBSYSTEM” 
 - 
__init__(**kwargs)¶
- Initializes a new UpdateDatabaseToolsRelatedResourceMySqlDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - entity_type (str) – The value to assign to the entity_type property of this UpdateDatabaseToolsRelatedResourceMySqlDetails. Allowed values for this property are: “MYSQLDBSYSTEM”
- identifier (str) – The value to assign to the identifier property of this UpdateDatabaseToolsRelatedResourceMySqlDetails.
 
 - 
entity_type¶
- Gets the entity_type of this UpdateDatabaseToolsRelatedResourceMySqlDetails. The resource entity type. - Allowed values for this property are: “MYSQLDBSYSTEM” - Returns: - The entity_type of this UpdateDatabaseToolsRelatedResourceMySqlDetails. - Return type: - str 
 
-