HyperVReplicaReplicationDetails 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.
HyperV replica 2012 replication details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.HyperVReplicaReplicationDetailsTypeConverter))]
public class HyperVReplicaReplicationDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IHyperVReplicaReplicationDetails, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.HyperVReplicaReplicationDetailsTypeConverter))>]
type HyperVReplicaReplicationDetails = class
interface IHyperVReplicaReplicationDetails
interface IJsonSerializable
interface IReplicationProviderSpecificSettings
interface IValidates
Public Class HyperVReplicaReplicationDetails
Implements IHyperVReplicaReplicationDetails, IValidates
- Inheritance
-
HyperVReplicaReplicationDetails
- Attributes
- Implements
Constructors
HyperVReplicaReplicationDetails() |
Creates an new HyperVReplicaReplicationDetails instance. |
Properties
InitialReplicationDetailInitialReplicationProgressPercentage |
The initial replication progress percentage. |
InitialReplicationDetailInitialReplicationType |
Initial replication type. |
InstanceType |
Gets the Instance type. |
LastReplicatedTime |
The Last replication time. |
VMDiskDetail |
VM disk details. |
VMId |
The virtual machine Id. |
VMNic |
The PE Network details. |
VMProtectionState |
The protection state for the vm. |
VMProtectionStateDescription |
The protection state description for the vm. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of HyperVReplicaReplicationDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of HyperVReplicaReplicationDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IHyperVReplicaReplicationDetails. |
FromJsonString(String) |
Creates a new instance of HyperVReplicaReplicationDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of HyperVReplicaReplicationDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |