A2AUnprotectedDiskDetailsResponse

data class A2AUnprotectedDiskDetailsResponse(val diskAutoProtectionStatus: String? = null, val diskLunId: Int? = null)

A2A unprotected disk details.

Constructors

Link copied to clipboard
constructor(diskAutoProtectionStatus: String? = null, diskLunId: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A value indicating whether the disk auto protection is enabled.

Link copied to clipboard
val diskLunId: Int? = null

The source lun Id for the data disk.