AutonomousDatabasePropertiesConnectionStringProfile

data class AutonomousDatabasePropertiesConnectionStringProfile(val consumerGroup: String? = null, val displayName: String? = null, val hostFormat: String? = null, val isRegional: Boolean? = null, val protocol: String? = null, val sessionMode: String? = null, val syntaxFormat: String? = null, val tlsAuthentication: String? = null, val value: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val consumerGroup: String? = null

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

Link copied to clipboard
val displayName: String? = null

The display name for the database connection.

Link copied to clipboard
val hostFormat: String? = null

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

Link copied to clipboard
val isRegional: Boolean? = null

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

Link copied to clipboard
val protocol: String? = null

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

Link copied to clipboard
val sessionMode: String? = null

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

Link copied to clipboard
val syntaxFormat: String? = null

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
val value: String? = null

The value of the connection string.