Class DatabaseConnectionStringProfile (0.5.0)

DatabaseConnectionStringProfile(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Attributes

Name Description
consumer_group google.cloud.oracledatabase_v1.types.DatabaseConnectionStringProfile.ConsumerGroup
Output only. The current consumer group being used by the connection.
display_name str
Output only. The display name for the database connection.
host_format google.cloud.oracledatabase_v1.types.DatabaseConnectionStringProfile.HostFormat
Output only. The host name format being currently used in connection string.
is_regional bool
Output only. This field indicates if the connection string is regional and is only applicable for cross-region Data Guard.
protocol google.cloud.oracledatabase_v1.types.DatabaseConnectionStringProfile.Protocol
Output only. The protocol being used by the connection.
session_mode google.cloud.oracledatabase_v1.types.DatabaseConnectionStringProfile.SessionMode
Output only. The current session mode of the connection.
syntax_format google.cloud.oracledatabase_v1.types.DatabaseConnectionStringProfile.SyntaxFormat
Output only. The syntax of the connection string.
tls_authentication google.cloud.oracledatabase_v1.types.DatabaseConnectionStringProfile.TLSAuthentication
Output only. This field indicates the TLS authentication type of the connection.
value str
Output only. The value of the connection string.

Classes

ConsumerGroup

ConsumerGroup(value)

The various consumer groups available in the connection string profile.

HostFormat

HostFormat(value)

The host name format being used in the connection string.

Protocol

Protocol(value)

The protocol being used by the connection.

SessionMode

SessionMode(value)

The session mode of the connection.

SyntaxFormat

SyntaxFormat(value)

Specifies syntax of the connection string.

TLSAuthentication

TLSAuthentication(value)

This field indicates the TLS authentication type of the connection.