Class AutonomousDatabaseConnectionStrings
The connection string used to connect to the Autonomous Database. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionStrings
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class AutonomousDatabaseConnectionStrings : IDirectResponseSchema
Properties
AllConnectionStrings
Output only. Returns all connection strings that can be used to connect to the Autonomous Database.
Declaration
[JsonProperty("allConnectionStrings")]
public virtual AllConnectionStrings AllConnectionStrings { get; set; }
Property Value
Type | Description |
---|---|
AllConnectionStrings |
Dedicated
Output only. The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
Declaration
[JsonProperty("dedicated")]
public virtual string Dedicated { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
High
Output only. The database service provides the highest level of resources to each SQL statement.
Declaration
[JsonProperty("high")]
public virtual string High { get; set; }
Property Value
Type | Description |
---|---|
string |
Low
Output only. The database service provides the least level of resources to each SQL statement.
Declaration
[JsonProperty("low")]
public virtual string Low { get; set; }
Property Value
Type | Description |
---|---|
string |
Medium
Output only. The database service provides a lower level of resources to each SQL statement.
Declaration
[JsonProperty("medium")]
public virtual string Medium { get; set; }
Property Value
Type | Description |
---|---|
string |
Profiles
Output only. A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.
Declaration
[JsonProperty("profiles")]
public virtual IList<DatabaseConnectionStringProfile> Profiles { get; set; }
Property Value
Type | Description |
---|---|
IList<DatabaseConnectionStringProfile> |