Class AutonomousDatabaseConnectionStrings (0.5.0)

AutonomousDatabaseConnectionStrings(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Attributes

Name Description
all_connection_strings google.cloud.oracledatabase_v1.types.AllConnectionStrings
Output only. Returns all connection strings that can be used to connect to the Autonomous Database.
dedicated str
Output only. The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
high str
Output only. The database service provides the highest level of resources to each SQL statement.
low str
Output only. The database service provides the least level of resources to each SQL statement.
medium str
Output only. The database service provides a lower level of resources to each SQL statement.
profiles MutableSequence[google.cloud.oracledatabase_v1.types.DatabaseConnectionStringProfile]
Output only. A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.