GetHanaBackupClientsHanaBackupClient

data class GetHanaBackupClientsHanaBackupClient(val alertSetting: String, val clientId: String, val clientName: String, val clientType: String, val clientVersion: String, val clusterId: String, val id: String, val instanceId: String, val instanceName: String, val maxVersion: String, val networkType: String, val status: String, val statusMessage: String, val useHttps: Boolean, val vaultId: String)

Constructors

Link copied to clipboard
constructor(alertSetting: String, clientId: String, clientName: String, clientType: String, clientVersion: String, clusterId: String, id: String, instanceId: String, instanceName: String, maxVersion: String, networkType: String, status: String, statusMessage: String, useHttps: Boolean, vaultId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The alert settings.

Link copied to clipboard

The ID of the backup client.

Link copied to clipboard

The name of the backup client.

Link copied to clipboard

The type of the backup client.

Link copied to clipboard

The version number of the backup client.

Link copied to clipboard

The ID of the SAP HANA instance.

Link copied to clipboard
val id: String

The id of the Hana Backup Client. It formats as <vault_id>:<client_id>.

Link copied to clipboard

The ID of the instance.

Link copied to clipboard

The name of the ECS instance.

Link copied to clipboard

The maximum version number of the backup client.

Link copied to clipboard

The network type.

Link copied to clipboard

The status of the Hana Backup Client. Valid Values: REGISTERED, ACTIVATED, DEACTIVATED, INSTALLING, INSTALL_FAILED, NOT_INSTALLED, UPGRADING, UPGRADE_FAILED, UNINSTALLING, UNINSTALL_FAILED, STOPPED, UNKNOWN.

Link copied to clipboard

The status information.

Link copied to clipboard

Indicates whether data is transmitted over HTTPS.

Link copied to clipboard

The ID of the backup vault.