AutonomousDatabaseConnectionStrings(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)The connection string used to connect to the Autonomous Database. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionStrings
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. |