IInMageRcmFailbackProtectedDiskDetails Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageRcmFailbackProtectedDiskDetailsTypeConverter))]
public interface IInMageRcmFailbackProtectedDiskDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageRcmFailbackProtectedDiskDetailsTypeConverter))>]
type IInMageRcmFailbackProtectedDiskDetails = interface
interface IJsonSerializable
Public Interface IInMageRcmFailbackProtectedDiskDetails
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. |
DiskId |
The disk Id (reported by source agent). |
DiskName |
The disk name. |
DiskUuid |
The disk Uuid (reported by vCenter). |
IrDetailLast15MinutesTransferredByte |
The bytes transferred in last 15 minutes from source VM to target. |
IrDetailLastDataTransferTimeUtc |
The time of the last data transfer from source VM to target. |
IrDetailLastRefreshTime |
The last refresh time. |
IrDetailProcessedByte |
The total processed bytes. This includes bytes that are transferred from source VM to target 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. |
LastSyncTime |
The last sync time. |
ResyncDetailLast15MinutesTransferredByte |
The bytes transferred in last 15 minutes from source VM to target. |
ResyncDetailLastDataTransferTimeUtc |
The time of the last data transfer from source VM to target. |
ResyncDetailLastRefreshTime |
The last refresh time. |
ResyncDetailProcessedByte |
The total processed bytes. This includes bytes that are transferred from source VM to target 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. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |