InMageRcmProtectedDiskDetailsResponse

data class InMageRcmProtectedDiskDetailsResponse(val capacityInBytes: Double, val diskEncryptionSetId: String, val diskId: String, val diskName: String, val diskType: String, val isOSDisk: String, val logStorageAccountId: String, val seedManagedDiskId: String, val targetManagedDiskId: String)

InMageRcm protected disk details.

Constructors

Link copied to clipboard
constructor(capacityInBytes: Double, diskEncryptionSetId: String, diskId: String, diskName: String, diskType: String, isOSDisk: String, logStorageAccountId: String, seedManagedDiskId: String, targetManagedDiskId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The disk capacity in bytes.

Link copied to clipboard

The disk encryption set ARM Id.

Link copied to clipboard

The disk Id.

Link copied to clipboard

The disk name.

Link copied to clipboard

The disk type.

Link copied to clipboard

A value indicating whether the disk is the OS disk.

Link copied to clipboard

The log storage account ARM Id.

Link copied to clipboard

The ARM Id of the seed managed disk.

Link copied to clipboard

The ARM Id of the target managed disk.