Click or drag to resize
VMInfo Class
Represents properties of virtual machine.
Inheritance Hierarchy

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

The VMInfo type exposes the following members.

Constructors
  NameDescription
Public methodVMInfo
Top
Properties
  NameDescription
Public propertyAddress
This value is the virtual machine guest name or IP address.
Public propertyBootVolumeSignature
This value is the virtual machine boot volume signature which is required for agentless Hyper-V WAN failover.
Public propertyDisplayName
This value is the virtual machine display name.
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyGuestOS
This value is the virtual machine guest operating system.
Public propertyGuestUri
This value is the guest URI.
Public propertyId
This value is the virtual machine unique ID.
Public propertyPath
This value is the virtual machine configuration file location.
Public propertyPathTransformations
This value represents where the protected source virtual machine will be located on the target.
Public propertySnapshotDataPath
This value is the virtual machine snapshot location.
Public propertySnapshotFileNames
This value is the virtual machine snapshot file names.
Public propertySystemDirectory
This value is the virtual machine system directory which is required for agentless Hyper-V WAN failover.
Public propertyVirtualHardDiskPath
This value is the virtual machine hard disk location.
Top
Fields
  NameDescription
Public fieldBiosGuid
This value is the virtual machine BIOS unique ID.
Top
See Also