CreateDatabaseToolsRelatedResourceMySqlDetails

class oci.database_tools.models.CreateDatabaseToolsRelatedResourceMySqlDetails(**kwargs)

Bases: object

The related resource

Attributes

ENTITY_TYPE_MYSQLDBSYSTEM A constant which can be used with the entity_type property of a CreateDatabaseToolsRelatedResourceMySqlDetails.
entity_type [Required] Gets the entity_type of this CreateDatabaseToolsRelatedResourceMySqlDetails.
identifier [Required] Gets the identifier of this CreateDatabaseToolsRelatedResourceMySqlDetails.

Methods

__init__(**kwargs) Initializes a new CreateDatabaseToolsRelatedResourceMySqlDetails object with values from keyword arguments.
ENTITY_TYPE_MYSQLDBSYSTEM = 'MYSQLDBSYSTEM'

A constant which can be used with the entity_type property of a CreateDatabaseToolsRelatedResourceMySqlDetails. This constant has a value of “MYSQLDBSYSTEM”

__init__(**kwargs)

Initializes a new CreateDatabaseToolsRelatedResourceMySqlDetails 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 CreateDatabaseToolsRelatedResourceMySqlDetails. Allowed values for this property are: “MYSQLDBSYSTEM”
  • identifier (str) – The value to assign to the identifier property of this CreateDatabaseToolsRelatedResourceMySqlDetails.
entity_type

[Required] Gets the entity_type of this CreateDatabaseToolsRelatedResourceMySqlDetails. The resource entity type.

Allowed values for this property are: “MYSQLDBSYSTEM”

Returns:The entity_type of this CreateDatabaseToolsRelatedResourceMySqlDetails.
Return type:str
identifier

[Required] Gets the identifier of this CreateDatabaseToolsRelatedResourceMySqlDetails. The OCID of the related resource.

Returns:The identifier of this CreateDatabaseToolsRelatedResourceMySqlDetails.
Return type:str