CreateDatabaseToolsRelatedResourcePostgresqlDetails¶
-
class
oci.database_tools.models.
CreateDatabaseToolsRelatedResourcePostgresqlDetails
(**kwargs)¶ Bases:
object
The related resource
Attributes
ENTITY_TYPE_POSTGRESQLDBSYSTEM
A constant which can be used with the entity_type property of a CreateDatabaseToolsRelatedResourcePostgresqlDetails. entity_type
[Required] Gets the entity_type of this CreateDatabaseToolsRelatedResourcePostgresqlDetails. identifier
[Required] Gets the identifier of this CreateDatabaseToolsRelatedResourcePostgresqlDetails. Methods
__init__
(**kwargs)Initializes a new CreateDatabaseToolsRelatedResourcePostgresqlDetails object with values from keyword arguments. -
ENTITY_TYPE_POSTGRESQLDBSYSTEM
= 'POSTGRESQLDBSYSTEM'¶ A constant which can be used with the entity_type property of a CreateDatabaseToolsRelatedResourcePostgresqlDetails. This constant has a value of “POSTGRESQLDBSYSTEM”
-
__init__
(**kwargs)¶ Initializes a new CreateDatabaseToolsRelatedResourcePostgresqlDetails 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 CreateDatabaseToolsRelatedResourcePostgresqlDetails. Allowed values for this property are: “POSTGRESQLDBSYSTEM”
- identifier (str) – The value to assign to the identifier property of this CreateDatabaseToolsRelatedResourcePostgresqlDetails.
-
entity_type
¶ [Required] Gets the entity_type of this CreateDatabaseToolsRelatedResourcePostgresqlDetails. The resource entity type.
Allowed values for this property are: “POSTGRESQLDBSYSTEM”
Returns: The entity_type of this CreateDatabaseToolsRelatedResourcePostgresqlDetails. Return type: str
-