Reference documentation and code samples for the Oracle Database@Google Cloud V1 API class Google::Cloud::OracleDatabase::V1::DatabaseConnectionStringProfile.
The connection string profile to allow clients to group. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/DatabaseConnectionStringProfile
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#consumer_group
def consumer_group() -> ::Google::Cloud::OracleDatabase::V1::DatabaseConnectionStringProfile::ConsumerGroup
Returns
- (::Google::Cloud::OracleDatabase::V1::DatabaseConnectionStringProfile::ConsumerGroup) — Output only. The current consumer group being used by the connection.
#display_name
def display_name() -> ::String
Returns
- (::String) — Output only. The display name for the database connection.
#host_format
def host_format() -> ::Google::Cloud::OracleDatabase::V1::DatabaseConnectionStringProfile::HostFormat
Returns
- (::Google::Cloud::OracleDatabase::V1::DatabaseConnectionStringProfile::HostFormat) — Output only. The host name format being currently used in connection string.
#is_regional
def is_regional() -> ::Boolean
Returns
- (::Boolean) — Output only. This field indicates if the connection string is regional and is only applicable for cross-region Data Guard.
#protocol
def protocol() -> ::Google::Cloud::OracleDatabase::V1::DatabaseConnectionStringProfile::Protocol
Returns
- (::Google::Cloud::OracleDatabase::V1::DatabaseConnectionStringProfile::Protocol) — Output only. The protocol being used by the connection.
#session_mode
def session_mode() -> ::Google::Cloud::OracleDatabase::V1::DatabaseConnectionStringProfile::SessionMode
Returns
- (::Google::Cloud::OracleDatabase::V1::DatabaseConnectionStringProfile::SessionMode) — Output only. The current session mode of the connection.
#syntax_format
def syntax_format() -> ::Google::Cloud::OracleDatabase::V1::DatabaseConnectionStringProfile::SyntaxFormat
Returns
- (::Google::Cloud::OracleDatabase::V1::DatabaseConnectionStringProfile::SyntaxFormat) — Output only. The syntax of the connection string.
#tls_authentication
def tls_authentication() -> ::Google::Cloud::OracleDatabase::V1::DatabaseConnectionStringProfile::TLSAuthentication
Returns
- (::Google::Cloud::OracleDatabase::V1::DatabaseConnectionStringProfile::TLSAuthentication) — Output only. This field indicates the TLS authentication type of the connection.
#value
def value() -> ::String
Returns
- (::String) — Output only. The value of the connection string.