AzureVmDiskDetailsResponse

data class AzureVmDiskDetailsResponse(val diskEncryptionSetId: String? = null, val diskId: String? = null, val lunId: String? = null, val maxSizeMB: String? = null, val targetDiskLocation: String? = null, val targetDiskName: String? = null, val vhdId: String? = null, val vhdName: String? = null, val vhdType: String? = null)

Disk details for E2A provider.

Constructors

Link copied to clipboard
constructor(diskEncryptionSetId: String? = null, diskId: String? = null, lunId: String? = null, maxSizeMB: String? = null, targetDiskLocation: String? = null, targetDiskName: String? = null, vhdId: String? = null, vhdName: String? = null, vhdType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The DiskEncryptionSet ARM ID.

Link copied to clipboard
val diskId: String? = null

The disk resource id.

Link copied to clipboard
val lunId: String? = null

Ordinal\LunId of the disk for the Azure VM.

Link copied to clipboard
val maxSizeMB: String? = null

Max side in MB.

Link copied to clipboard

Blob uri of the Azure disk.

Link copied to clipboard
val targetDiskName: String? = null

The target Azure disk name.

Link copied to clipboard
val vhdId: String? = null

The VHD id.

Link copied to clipboard
val vhdName: String? = null

VHD name.

Link copied to clipboard
val vhdType: String? = null

VHD type.