InMageRcmProtectedDiskDetailsResponse

data class InMageRcmProtectedDiskDetailsResponse(val capacityInBytes: Double, val customTargetDiskName: String? = null, val dataPendingAtSourceAgentInMB: Double, val dataPendingInLogDataStoreInMB: Double, val diskEncryptionSetId: String, val diskId: String, val diskName: String, val diskState: String, val diskType: String? = null, val irDetails: InMageRcmSyncDetailsResponse? = null, val isInitialReplicationComplete: String, val isOSDisk: String, val logStorageAccountId: String, val resyncDetails: InMageRcmSyncDetailsResponse? = null, val sectorSizeInBytes: Int? = null, val seedBlobUri: String, val seedManagedDiskId: String, val targetManagedDiskId: String)

InMageRcm protected disk details.

Constructors

Link copied to clipboard
constructor(capacityInBytes: Double, customTargetDiskName: String? = null, dataPendingAtSourceAgentInMB: Double, dataPendingInLogDataStoreInMB: Double, diskEncryptionSetId: String, diskId: String, diskName: String, diskState: String, diskType: String? = null, irDetails: InMageRcmSyncDetailsResponse? = null, isInitialReplicationComplete: String, isOSDisk: String, logStorageAccountId: String, resyncDetails: InMageRcmSyncDetailsResponse? = null, sectorSizeInBytes: Int? = null, seedBlobUri: 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 custom target Azure disk name.

Link copied to clipboard

The data pending at source agent in MB.

Link copied to clipboard

The data pending in log data store in MB.

Link copied to clipboard

The DiskEncryptionSet ARM Id.

Link copied to clipboard

The disk Id.

Link copied to clipboard

The disk name.

Link copied to clipboard

The disk state.

Link copied to clipboard
val diskType: String? = null

The disk type.

Link copied to clipboard

The initial replication details.

Link copied to clipboard

A value indicating whether initial replication is complete or not.

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 resync details.

Link copied to clipboard
val sectorSizeInBytes: Int? = null

The logical sector size (in bytes), 512 by default.

Link copied to clipboard

The uri of the seed blob.

Link copied to clipboard

The ARM Id of the seed managed disk.

Link copied to clipboard

The ARM Id of the target managed disk.