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
fun DPMProtectedItemExtendedInfoArgs(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)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard