AzureFileshareProtectedItemExtendedInfoResponse

data class AzureFileshareProtectedItemExtendedInfoResponse(val oldestRecoveryPoint: String? = null, val policyState: String? = null, val recoveryPointCount: Int? = null, val resourceState: String, val resourceStateSyncTime: String)

Additional information about Azure File Share backup item.

Constructors

constructor(oldestRecoveryPoint: String? = null, policyState: String? = null, recoveryPointCount: Int? = null, resourceState: String, resourceStateSyncTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The oldest backup copy available for this item in the service.

Link copied to clipboard
val policyState: String? = null

Indicates consistency of policy object and policy applied to this backup item.

Link copied to clipboard
val recoveryPointCount: Int? = null

Number of available backup copies associated with this backup item.

Link copied to clipboard

Indicates the state of this resource. Possible values are from enum ResourceState {Invalid, Active, SoftDeleted, Deleted}

Link copied to clipboard

The resource state sync time for this backup item.