GetHanaInstancesInstance

data class GetHanaInstancesInstance(val alertSetting: String, val hanaInstanceId: String, val hanaName: String, val host: String, val id: String, val instanceNumber: Int, val resourceGroupId: String, val status: String, val statusMessage: String, val useSsl: Boolean, val userName: String, val validateCertificate: Boolean, val vaultId: String)

Constructors

Link copied to clipboard
constructor(alertSetting: String, hanaInstanceId: String, hanaName: String, host: String, id: String, instanceNumber: Int, resourceGroupId: String, status: String, statusMessage: String, useSsl: Boolean, userName: String, validateCertificate: Boolean, vaultId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The alert settings. Valid value: INHERITED, which indicates that the backup client sends alert notifications in the same way as the backup vault.

Link copied to clipboard

The ID of the SAP HANA instance.

Link copied to clipboard

The name of the SAP HANA instance.

Link copied to clipboard

The private or internal IP address of the host where the primary node of the SAP HANA instance resides.

Link copied to clipboard
val id: String

The ID of the Hana Instance. The value formats as <vault_id>:<hana_instance_id>.

Link copied to clipboard

The instance number of the SAP HANA system.

Link copied to clipboard

The ID of the resource group.

Link copied to clipboard

The status of the SAP HANA instance.

Link copied to clipboard

The status information.

Link copied to clipboard

The username of the SYSTEMDB database.

Link copied to clipboard

Indicates whether the SAP HANA instance is connected over Secure Sockets Layer (SSL).

Link copied to clipboard

Indicates whether the SSL certificate of the SAP HANA instance is verified.

Link copied to clipboard

The ID of the backup vault.