Share via


IInMageRcmProtectedDiskDetails Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageRcmProtectedDiskDetailsTypeConverter))]
public interface IInMageRcmProtectedDiskDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageRcmProtectedDiskDetailsTypeConverter))>]
type IInMageRcmProtectedDiskDetails = interface
    interface IJsonSerializable
Public Interface IInMageRcmProtectedDiskDetails
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

CapacityInByte

The disk capacity in bytes.

DataPendingAtSourceAgentInMb

The data pending at source agent in MB.

DataPendingInLogDataStoreInMb

The data pending in log data store in MB.

DiskEncryptionSetId

The DiskEncryptionSet ARM Id.

DiskId

The disk Id.

DiskName

The disk name.

DiskType

The disk type.

IrDetailLast15MinutesTransferredByte

The bytes transferred in last 15 minutes from source VM to azure.

IrDetailLastDataTransferTimeUtc

The time of the last data transfer from source VM to azure.

IrDetailLastRefreshTime

The last refresh time.

IrDetailProcessedByte

The total processed bytes. This includes bytes that are transferred from source VM to azure and matched bytes.

IrDetailProgressHealth

The progress health.

IrDetailProgressPercentage

Progress in percentage. Progress percentage is calculated based on processed bytes.

IrDetailStartTime

The start time.

IrDetailTransferredByte

The transferred bytes from source VM to azure for the disk.

IsInitialReplicationComplete

A value indicating whether initial replication is complete or not.

IsOSDisk

A value indicating whether the disk is the OS disk.

LogStorageAccountId

The log storage account ARM Id.

ResyncDetailLast15MinutesTransferredByte

The bytes transferred in last 15 minutes from source VM to azure.

ResyncDetailLastDataTransferTimeUtc

The time of the last data transfer from source VM to azure.

ResyncDetailLastRefreshTime

The last refresh time.

ResyncDetailProcessedByte

The total processed bytes. This includes bytes that are transferred from source VM to azure and matched bytes.

ResyncDetailProgressHealth

The progress health.

ResyncDetailProgressPercentage

Progress in percentage. Progress percentage is calculated based on processed bytes.

ResyncDetailStartTime

The start time.

ResyncDetailTransferredByte

The transferred bytes from source VM to azure for the disk.

SeedBlobUri

The uri of the seed blob.

SeedManagedDiskId

The ARM Id of the seed managed disk.

TargetManagedDiskId

The ARM Id of the target managed disk.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to