DPMProtectedItemExtendedInfoResponse

data class DPMProtectedItemExtendedInfoResponse(val diskStorageUsedInBytes: String? = null, val isCollocated: Boolean? = null, val isPresentOnCloud: Boolean? = null, val lastBackupStatus: String? = null, val lastRefreshedAt: String? = null, val oldestRecoveryPoint: String? = null, val onPremiseLatestRecoveryPoint: String? = null, val onPremiseOldestRecoveryPoint: String? = null, val onPremiseRecoveryPointCount: Int? = null, val protectableObjectLoadPath: Map<String, String>? = null, val protected: Boolean? = null, val protectionGroupName: String? = null, val recoveryPointCount: Int? = null, val totalDiskStorageSizeInBytes: String? = null)

Additional information of DPM Protected item.

Constructors

Link copied to clipboard
constructor(diskStorageUsedInBytes: String? = null, isCollocated: Boolean? = null, isPresentOnCloud: Boolean? = null, lastBackupStatus: String? = null, lastRefreshedAt: String? = null, oldestRecoveryPoint: String? = null, onPremiseLatestRecoveryPoint: String? = null, onPremiseOldestRecoveryPoint: String? = null, onPremiseRecoveryPointCount: Int? = null, protectableObjectLoadPath: Map<String, String>? = null, protected: Boolean? = null, protectionGroupName: String? = null, recoveryPointCount: Int? = null, totalDiskStorageSizeInBytes: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Used Disk storage in bytes.

Link copied to clipboard
val isCollocated: Boolean? = null

To check if backup item is collocated.

Link copied to clipboard

To check if backup item is cloud protected.

Link copied to clipboard

Last backup status information on backup item.

Link copied to clipboard
val lastRefreshedAt: String? = null

Last refresh time on backup item.

Link copied to clipboard

Oldest cloud recovery point time.

Link copied to clipboard

latest disk recovery point time.

Link copied to clipboard

Oldest disk recovery point time.

Link copied to clipboard

disk recovery point count.

Link copied to clipboard

Attribute to provide information on various DBs.

Link copied to clipboard
val protected: Boolean? = null

To check if backup item is disk protected.

Link copied to clipboard

Protection group name of the backup item.

Link copied to clipboard
val recoveryPointCount: Int? = null

cloud recovery point count.

Link copied to clipboard

total Disk storage in bytes.