GetVaultsVault

data class GetVaultsVault(val bucketName: String, val bytesDone: String, val createdTime: String, val dedup: Boolean, val description: String, val id: String, val indexAvailable: Boolean, val indexLevel: String, val indexUpdateTime: String, val latestReplicationTime: String, val paymentType: String, val replication: Boolean, val replicationSourceRegionId: String, val replicationSourceVaultId: String, val retention: String, val searchEnabled: Boolean, val sourceTypes: List<String>, val status: String, val storageSize: String, val updatedTime: String, val vaultId: String, val vaultName: String, val vaultStatusMessage: String, val vaultStorageClass: String, val vaultType: String)

Constructors

Link copied to clipboard
constructor(bucketName: String, bytesDone: String, createdTime: String, dedup: Boolean, description: String, id: String, indexAvailable: Boolean, indexLevel: String, indexUpdateTime: String, latestReplicationTime: String, paymentType: String, replication: Boolean, replicationSourceRegionId: String, replicationSourceVaultId: String, retention: String, searchEnabled: Boolean, sourceTypes: List<String>, status: String, storageSize: String, updatedTime: String, vaultId: String, vaultName: String, vaultStatusMessage: String, vaultStorageClass: String, vaultType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the OSS bucket of the Vault.

Link copied to clipboard

The amount of backup data. The unit is Byte.

Link copied to clipboard

The creation time of the Vault. UNIX time in seconds.

Link copied to clipboard

Whether to enable the deduplication function for the database backup Vault.

Link copied to clipboard

The description of the vault.

Link copied to clipboard
val id: String

The ID of vault.

Link copied to clipboard

Index available.

Link copied to clipboard

Index level.

Link copied to clipboard

Index update time.

Link copied to clipboard

The time of the last remote backup synchronization.

Link copied to clipboard

Billing model, possible values:

Link copied to clipboard

Whether it is a remote backup warehouse. It's a boolean value.

Link copied to clipboard

The region ID to which the remote backup Vault belongs.

Link copied to clipboard

The source vault ID of the remote backup Vault.

Link copied to clipboard

Warehouse-level data retention days, only valid for archive libraries.

Link copied to clipboard

Whether to enable the backup search function.

Link copied to clipboard
Link copied to clipboard

The status of Vault. Valid values: CREATED, ERROR, UNKNOWN.

Link copied to clipboard

Backup vault storage usage. The unit is Byte.

Link copied to clipboard

The update time of the Vault. UNIX time in seconds.

Link copied to clipboard

The ID of vault, same as id.

Link copied to clipboard

The name of vault.

Link copied to clipboard

Error status information of Vault. Only valid for remote backup warehouses. Only the remote backup warehouse is valid.

Link copied to clipboard

The storage class of vault. Valid values: STANDARD.

Link copied to clipboard

The type of Vault. Valid values: STANDARD,OTS_BACKUP.