
com.pulumi.azurenative.recoveryservices.kotlin.inputs.DPMProtectedItemExtendedInfoArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.recoveryservices.kotlin.inputs
import com.pulumi.azurenative.recoveryservices.inputs.DPMProtectedItemExtendedInfoArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Boolean
import kotlin.Int
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Additional information of DPM Protected item.
* @property diskStorageUsedInBytes Used Disk storage in bytes.
* @property isCollocated To check if backup item is collocated.
* @property isPresentOnCloud To check if backup item is cloud protected.
* @property lastBackupStatus Last backup status information on backup item.
* @property lastRefreshedAt Last refresh time on backup item.
* @property oldestRecoveryPoint Oldest cloud recovery point time.
* @property onPremiseLatestRecoveryPoint latest disk recovery point time.
* @property onPremiseOldestRecoveryPoint Oldest disk recovery point time.
* @property onPremiseRecoveryPointCount disk recovery point count.
* @property protectableObjectLoadPath Attribute to provide information on various DBs.
* @property protected To check if backup item is disk protected.
* @property protectionGroupName Protection group name of the backup item.
* @property recoveryPointCount cloud recovery point count.
* @property totalDiskStorageSizeInBytes total Disk storage in bytes.
*/
public data class DPMProtectedItemExtendedInfoArgs(
public val diskStorageUsedInBytes: Output? = null,
public val isCollocated: Output? = null,
public val isPresentOnCloud: Output? = null,
public val lastBackupStatus: Output? = null,
public val lastRefreshedAt: Output? = null,
public val oldestRecoveryPoint: Output? = null,
public val onPremiseLatestRecoveryPoint: Output? = null,
public val onPremiseOldestRecoveryPoint: Output? = null,
public val onPremiseRecoveryPointCount: Output? = null,
public val protectableObjectLoadPath: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy