DPMProtected Item Extended Info Response
    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
                fun DPMProtectedItemExtendedInfoResponse(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
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