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