Click or drag to resize
ReplicaVMInfo Class
Represents replica virtual machine information
Inheritance Hierarchy
SystemObject
  DoubleTake.Virtualization.ContractVMInfo
    DoubleTake.Virtualization.Contract.VRAReplicaVMInfo

Namespace: DoubleTake.Virtualization.Contract.VRA
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public class ReplicaVMInfo : VMInfo

The ReplicaVMInfo type exposes the following members.

Constructors
  NameDescription
Public methodReplicaVMInfo
Top
Properties
  NameDescription
Public propertyAddress
This value is the virtual machine guest name or IP address.
(Inherited from VMInfo.)
Public propertyBootVolumeSignature
This value is the virtual machine boot volume signature which is required for agentless Hyper-V WAN failover.
(Inherited from VMInfo.)
Public propertyCoresPerProcessor
This value is the number of cores per processor.
Public propertyCpus
This value is the number of processors.
Public propertyDisplayName
This value is the virtual machine display name.
(Inherited from VMInfo.)
Public propertyExtensionData
Gets or sets the structure that contains extra data.
(Inherited from VMInfo.)
Public propertyGuestOS
This value is the virtual machine guest operating system.
(Inherited from VMInfo.)
Public propertyGuestUri
This value is the guest URI.
(Inherited from VMInfo.)
Public propertyId
This value is the virtual machine unique ID.
(Inherited from VMInfo.)
Public propertyMemory
This value is the amount of memory in bytes.
Public propertyOperatingSystem
This value is the ESX operating system.
Public propertyPath
This value is the virtual machine configuration file location.
(Inherited from VMInfo.)
Public propertyPathTransformations
This value represents where the protected source virtual machine will be located on the target.
(Inherited from VMInfo.)
Public propertyPrestageFolder
This value is the full path to a location that contains an existing virtual disk that you want to reuse.
Public propertyReplicaVmVersion
Gets or sets the version of the Vm hardware.
Public propertyRunOnceAtStartup
This value is a command to run when the replica virtual machine is first powered on.
Public propertySnapshotDataPath
This value is the virtual machine snapshot location.
(Inherited from VMInfo.)
Public propertySnapshotFileNames
This value is the virtual machine snapshot file names.
(Inherited from VMInfo.)
Public propertySystemDirectory
This value is the virtual machine system directory which is required for agentless Hyper-V WAN failover.
(Inherited from VMInfo.)
Public propertyVirtualHardDiskPath
This value is the virtual machine hard disk location.
(Inherited from VMInfo.)
Top
Fields
  NameDescription
Public fieldBiosGuid
This value is the virtual machine BIOS unique ID.
(Inherited from VMInfo.)
Top
See Also