GetAutonomousDatabasesAutonomousDatabasePropertyConnectionStringProfile

data class GetAutonomousDatabasesAutonomousDatabasePropertyConnectionStringProfile(val consumerGroup: String, val displayName: String, val hostFormat: String, val isRegional: Boolean, val protocol: String, val sessionMode: String, val syntaxFormat: String, val tlsAuthentication: String, val value: String)

Constructors

constructor(consumerGroup: String, displayName: String, hostFormat: String, isRegional: Boolean, protocol: String, sessionMode: String, syntaxFormat: String, tlsAuthentication: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The current consumer group being used by the connection. Possible values: CONSUMER_GROUP_UNSPECIFIED HIGH MEDIUM LOW TP TPURGENT

Link copied to clipboard

The display name for the database connection.

Link copied to clipboard

The host name format being currently used in connection string. Possible values: HOST_FORMAT_UNSPECIFIED FQDN IP

Link copied to clipboard

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

Link copied to clipboard

The protocol being used by the connection. Possible values: PROTOCOL_UNSPECIFIED TCP TCPS

Link copied to clipboard

The current session mode of the connection. Possible values: SESSION_MODE_UNSPECIFIED DIRECT INDIRECT

Link copied to clipboard

The syntax of the connection string. Possible values: SYNTAX_FORMAT_UNSPECIFIED LONG EZCONNECT EZCONNECTPLUS

Link copied to clipboard

This field indicates the TLS authentication type of the connection. Possible values: TLS_AUTHENTICATION_UNSPECIFIED SERVER MUTUAL

Link copied to clipboard

The value of the connection string.