A2AUnprotectedDiskDetailsArgs

data class A2AUnprotectedDiskDetailsArgs(val diskAutoProtectionStatus: Output<Either<String, AutoProtectionOfDataDisk>>? = null, val diskLunId: Output<Int>? = null) : ConvertibleToJava<A2AUnprotectedDiskDetailsArgs>

A2A unprotected disk details.

Constructors

Link copied to clipboard
constructor(diskAutoProtectionStatus: Output<Either<String, AutoProtectionOfDataDisk>>? = null, diskLunId: Output<Int>? = null)

Properties

Link copied to clipboard

A value indicating whether the disk auto protection is enabled.

Link copied to clipboard
val diskLunId: Output<Int>? = null

The source lun Id for the data disk.

Functions

Link copied to clipboard
open override fun toJava(): A2AUnprotectedDiskDetailsArgs