HanaDbProviderInstancePropertiesResponse

data class HanaDbProviderInstancePropertiesResponse(val dbName: String? = null, val dbPassword: String? = null, val dbPasswordUri: String? = null, val dbUsername: String? = null, val hostname: String? = null, val instanceNumber: String? = null, val providerType: String, val sapSid: String? = null, val sqlPort: String? = null, val sslCertificateUri: String? = null, val sslHostNameInCertificate: String? = null, val sslPreference: String? = null)

Gets or sets the provider properties.

Constructors

Link copied to clipboard
constructor(dbName: String? = null, dbPassword: String? = null, dbPasswordUri: String? = null, dbUsername: String? = null, hostname: String? = null, instanceNumber: String? = null, providerType: String, sapSid: String? = null, sqlPort: String? = null, sslCertificateUri: String? = null, sslHostNameInCertificate: String? = null, sslPreference: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dbName: String? = null

Gets or sets the hana database name.

Link copied to clipboard
val dbPassword: String? = null

Gets or sets the database password.

Link copied to clipboard
val dbPasswordUri: String? = null

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

Link copied to clipboard
val dbUsername: String? = null

Gets or sets the database user name.

Link copied to clipboard
val hostname: String? = null

Gets or sets the target virtual machine size.

Link copied to clipboard
val instanceNumber: String? = null

Gets or sets the database instance number.

Link copied to clipboard

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

Link copied to clipboard
val sapSid: String? = null

Gets or sets the SAP System Identifier.

Link copied to clipboard
val sqlPort: String? = null

Gets or sets the database sql port.

Link copied to clipboard

Gets or sets the blob URI to SSL certificate for the DB.

Link copied to clipboard

Gets or sets the hostname(s) in the SSL certificate.

Link copied to clipboard
val sslPreference: String? = null

Gets or sets certificate preference if secure communication is enabled.