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

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

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class AllConnectionStrings.

A list of all connection strings that can be used to connect to the Autonomous Database.

Inheritance

object > AllConnectionStrings

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

AllConnectionStrings()

public AllConnectionStrings()

AllConnectionStrings(AllConnectionStrings)

public AllConnectionStrings(AllConnectionStrings other)
Parameter
Name Description
other AllConnectionStrings

Properties

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