Oracle Database@Google Cloud v1 API - Class AutonomousDatabaseConnectionStrings (1.0.0-beta01)

public sealed class AutonomousDatabaseConnectionStrings : IMessage<AutonomousDatabaseConnectionStrings>, IEquatable<AutonomousDatabaseConnectionStrings>, IDeepCloneable<AutonomousDatabaseConnectionStrings>, IBufferMessage, IMessage

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API 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

Inheritance

object > AutonomousDatabaseConnectionStrings

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

AutonomousDatabaseConnectionStrings()

public AutonomousDatabaseConnectionStrings()

AutonomousDatabaseConnectionStrings(AutonomousDatabaseConnectionStrings)

public AutonomousDatabaseConnectionStrings(AutonomousDatabaseConnectionStrings other)
Parameter
Name Description
other AutonomousDatabaseConnectionStrings

Properties

AllConnectionStrings

public AllConnectionStrings AllConnectionStrings { get; set; }

Output only. Returns all connection strings that can be used to connect to the Autonomous Database.

Property Value
Type Description
AllConnectionStrings

Dedicated

public string Dedicated { get; set; }

Output only. The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.

Property Value
Type Description
string

High

public string High { get; set; }

Output only. The database service provides the highest level of resources to each SQL statement.

Property Value
Type Description
string

Low

public string Low { get; set; }

Output only. The database service provides the least level of resources to each SQL statement.

Property Value
Type Description
string

Medium

public string Medium { get; set; }

Output only. The database service provides a lower level of resources to each SQL statement.

Property Value
Type Description
string

Profiles

public RepeatedField<DatabaseConnectionStringProfile> Profiles { get; }

Output only. A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.

Property Value
Type Description
RepeatedFieldDatabaseConnectionStringProfile