DPMProtectedItemExtendedInfoArgs

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
val diskStorageUsedInBytes: Output<String>? = null

Used Disk storage in bytes.

Link copied to clipboard
val isCollocated: Output<Boolean>? = null

To check if backup item is collocated.

Link copied to clipboard
val isPresentOnCloud: Output<Boolean>? = null

To check if backup item is cloud protected.

Link copied to clipboard
val lastBackupStatus: Output<String>? = null

Last backup status information on backup item.

Link copied to clipboard
val lastRefreshedAt: Output<String>? = null

Last refresh time on backup item.

Link copied to clipboard
val oldestRecoveryPoint: Output<String>? = null

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
val onPremiseRecoveryPointCount: Output<Int>? = null

disk recovery point count.

Link copied to clipboard

Attribute to provide information on various DBs.

Link copied to clipboard
val protected: Output<Boolean>? = null

To check if backup item is disk protected.

Link copied to clipboard
val protectionGroupName: Output<String>? = null

Protection group name of the backup item.

Link copied to clipboard
val recoveryPointCount: Output<Int>? = null

cloud recovery point count.

Link copied to clipboard
val totalDiskStorageSizeInBytes: Output<String>? = null

total Disk storage in bytes.

Functions

Link copied to clipboard
open override fun toJava(): DPMProtectedItemExtendedInfoArgs