HyperVReplicaReplicationDetails interface
HyperV replica 2012 replication details.
- Extends
Properties
initial |
Initial replication details. |
instance |
Polymorphic discriminator, which specifies the different types this object can be |
last |
The Last replication time. |
v |
VM disk details. |
vm |
The virtual machine Id. |
vm |
The PE Network details. |
vm |
The protection state for the vm. |
vm |
The protection state description for the vm. |
Property Details
initialReplicationDetails
Initial replication details.
initialReplicationDetails?: InitialReplicationDetails
Property Value
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "HyperVReplica2012"
Property Value
"HyperVReplica2012"
lastReplicatedTime
The Last replication time.
lastReplicatedTime?: Date
Property Value
Date
vMDiskDetails
vmId
The virtual machine Id.
vmId?: string
Property Value
string
vmNics
vmProtectionState
The protection state for the vm.
vmProtectionState?: string
Property Value
string
vmProtectionStateDescription
The protection state description for the vm.
vmProtectionStateDescription?: string
Property Value
string