Autonomous Database Properties Connection String Profile Args
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
Link copied to clipboard
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
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 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