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

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

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

The connection string profile to allow clients to group. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/DatabaseConnectionStringProfile

Inheritance

object > DatabaseConnectionStringProfile

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

DatabaseConnectionStringProfile()

public DatabaseConnectionStringProfile()

DatabaseConnectionStringProfile(DatabaseConnectionStringProfile)

public DatabaseConnectionStringProfile(DatabaseConnectionStringProfile other)
Parameter
Name Description
other DatabaseConnectionStringProfile

Properties

ConsumerGroup

public DatabaseConnectionStringProfile.Types.ConsumerGroup ConsumerGroup { get; set; }

Output only. The current consumer group being used by the connection.

Property Value
Type Description
DatabaseConnectionStringProfileTypesConsumerGroup

DisplayName

public string DisplayName { get; set; }

Output only. The display name for the database connection.

Property Value
Type Description
string

HostFormat

public DatabaseConnectionStringProfile.Types.HostFormat HostFormat { get; set; }

Output only. The host name format being currently used in connection string.

Property Value
Type Description
DatabaseConnectionStringProfileTypesHostFormat

IsRegional

public bool IsRegional { get; set; }

Output only. This field indicates if the connection string is regional and is only applicable for cross-region Data Guard.

Property Value
Type Description
bool

Protocol

public DatabaseConnectionStringProfile.Types.Protocol Protocol { get; set; }

Output only. The protocol being used by the connection.

Property Value
Type Description
DatabaseConnectionStringProfileTypesProtocol

SessionMode

public DatabaseConnectionStringProfile.Types.SessionMode SessionMode { get; set; }

Output only. The current session mode of the connection.

Property Value
Type Description
DatabaseConnectionStringProfileTypesSessionMode

SyntaxFormat

public DatabaseConnectionStringProfile.Types.SyntaxFormat SyntaxFormat { get; set; }

Output only. The syntax of the connection string.

Property Value
Type Description
DatabaseConnectionStringProfileTypesSyntaxFormat

TlsAuthentication

public DatabaseConnectionStringProfile.Types.TLSAuthentication TlsAuthentication { get; set; }

Output only. This field indicates the TLS authentication type of the connection.

Property Value
Type Description
DatabaseConnectionStringProfileTypesTLSAuthentication

Value

public string Value { get; set; }

Output only. The value of the connection string.

Property Value
Type Description
string