InMageRcmFailbackProtectedDiskDetails Class
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.
InMageRcmFailback protected disk details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageRcmFailbackProtectedDiskDetailsTypeConverter))]
public class InMageRcmFailbackProtectedDiskDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageRcmFailbackProtectedDiskDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageRcmFailbackProtectedDiskDetailsTypeConverter))>]
type InMageRcmFailbackProtectedDiskDetails = class
interface IInMageRcmFailbackProtectedDiskDetails
interface IJsonSerializable
Public Class InMageRcmFailbackProtectedDiskDetails
Implements IInMageRcmFailbackProtectedDiskDetails
- Inheritance
-
InMageRcmFailbackProtectedDiskDetails
- Attributes
- Implements
Constructors
InMageRcmFailbackProtectedDiskDetails() |
Creates an new InMageRcmFailbackProtectedDiskDetails instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of InMageRcmFailbackProtectedDiskDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of InMageRcmFailbackProtectedDiskDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageRcmFailbackProtectedDiskDetails. |
FromJsonString(String) |
Creates a new instance of InMageRcmFailbackProtectedDiskDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of InMageRcmFailbackProtectedDiskDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |