DPMProtected Item Extended Info Args
data class DPMProtectedItemExtendedInfoArgs(val diskStorageUsedInBytes: Output<String>? = null, val isCollocated: Output<Boolean>? = null, val isPresentOnCloud: Output<Boolean>? = null, val lastBackupStatus: Output<String>? = null, val lastRefreshedAt: Output<String>? = null, val oldestRecoveryPoint: Output<String>? = null, val onPremiseLatestRecoveryPoint: Output<String>? = null, val onPremiseOldestRecoveryPoint: Output<String>? = null, val onPremiseRecoveryPointCount: Output<Int>? = null, val protectableObjectLoadPath: Output<Map<String, String>>? = null, val protected: Output<Boolean>? = null, val protectionGroupName: Output<String>? = null, val recoveryPointCount: Output<Int>? = null, val totalDiskStorageSizeInBytes: Output<String>? = null) : ConvertibleToJava<DPMProtectedItemExtendedInfoArgs>
Additional information of DPM Protected item.
Constructors
Link copied to clipboard
constructor(diskStorageUsedInBytes: Output<String>? = null, isCollocated: Output<Boolean>? = null, isPresentOnCloud: Output<Boolean>? = null, lastBackupStatus: Output<String>? = null, lastRefreshedAt: Output<String>? = null, oldestRecoveryPoint: Output<String>? = null, onPremiseLatestRecoveryPoint: Output<String>? = null, onPremiseOldestRecoveryPoint: Output<String>? = null, onPremiseRecoveryPointCount: Output<Int>? = null, protectableObjectLoadPath: Output<Map<String, String>>? = null, protected: Output<Boolean>? = null, protectionGroupName: Output<String>? = null, recoveryPointCount: Output<Int>? = null, totalDiskStorageSizeInBytes: Output<String>? = null)
Properties
Link copied to clipboard
Used Disk storage in bytes.
Link copied to clipboard
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
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
Protection group name of the backup item.
Link copied to clipboard
cloud recovery point count.
Link copied to clipboard
total Disk storage in bytes.