OracleProviderInstancePropertiesArgs

data class OracleProviderInstancePropertiesArgs(val dbName: Output<String>? = null, val dbPassword: Output<String>? = null, val dbPasswordUri: Output<String>? = null, val dbPort: Output<String>? = null, val dbUsername: Output<String>? = null, val hostname: Output<String>? = null, val providerType: Output<String>, val sapSid: Output<String>? = null, val sslCertificateUri: Output<String>? = null, val sslPreference: Output<Either<String, SslPreference>>? = null) : ConvertibleToJava<OracleProviderInstancePropertiesArgs>

Gets or sets the Oracle provider properties.

Constructors

Link copied to clipboard
constructor(dbName: Output<String>? = null, dbPassword: Output<String>? = null, dbPasswordUri: Output<String>? = null, dbPort: Output<String>? = null, dbUsername: Output<String>? = null, hostname: Output<String>? = null, providerType: Output<String>, sapSid: Output<String>? = null, sslCertificateUri: Output<String>? = null, sslPreference: Output<Either<String, SslPreference>>? = null)

Properties

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

Gets or sets the oracle database name.

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

Gets or sets the oracle database password.

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

Gets or sets the key vault URI to secret with the database password.

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

Gets or sets the oracle database sql port.

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

Gets or sets the oracle database user name.

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

Gets or sets the target virtual machine name.

Link copied to clipboard
val providerType: Output<String>

The provider type. For example, the value can be SapHana. Expected value is 'Oracle'.

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

Gets or sets the SAP System Identifier

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

Gets or sets the blob URI to SSL certificate for the Oracle Database.

Link copied to clipboard
val sslPreference: Output<Either<String, SslPreference>>? = null

Gets or sets certificate preference if secure communication is enabled.

Functions

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