AutonomousDatabasePropertiesConnectionStringProfileArgs

data class AutonomousDatabasePropertiesConnectionStringProfileArgs(val consumerGroup: Output<String>? = null, val displayName: Output<String>? = null, val hostFormat: Output<String>? = null, val isRegional: Output<Boolean>? = null, val protocol: Output<String>? = null, val sessionMode: Output<String>? = null, val syntaxFormat: Output<String>? = null, val tlsAuthentication: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<AutonomousDatabasePropertiesConnectionStringProfileArgs>

Constructors

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

Properties

Link copied to clipboard
val consumerGroup: Output<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: Output<String>? = null

The display name for the database connection.

Link copied to clipboard
val hostFormat: Output<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: Output<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: Output<String>? = null

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

Link copied to clipboard
val sessionMode: Output<String>? = null

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

Link copied to clipboard
val syntaxFormat: Output<String>? = null

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

Link copied to clipboard
val tlsAuthentication: Output<String>? = null

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

Link copied to clipboard
val value: Output<String>? = null

The value of the connection string.

Functions

Link copied to clipboard
open override fun toJava(): AutonomousDatabasePropertiesConnectionStringProfileArgs