Click or drag to resize
V2VVirtualMachineModel Class
Describes a virtual machine to be protected by the V2V feature.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsV2VVirtualMachineModel

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntax
public sealed class V2VVirtualMachineModel

The V2VVirtualMachineModel type exposes the following members.

Constructors
  NameDescription
Public methodV2VVirtualMachineModel
Initializes a new instance of the V2VVirtualMachineModel class
Top
Properties
  NameDescription
Public propertyActivationCode
Gets or sets the license key on the virtual machine.
Public propertyBiosGuid
Gets or sets the BIOS unique ID for the virtual machine.
Public propertyCPUs
Gets or sets the number of processors on the virtual machine.
Public propertyCredentials
Gets or sets the credentials used to access the virtual machine.
Public propertyDiskFormat
Gets or sets the disk format.
Public propertyDisplayName
Gets or sets the virtual machine display name.
Public propertyGuestOS
Gets or sets the guest operating system.
Public propertyGuid
Gets or sets the unique ID of the virtual machine.
Public propertyMemory
Gets or sets the amount of memory, in bytes, on the virtual machine.
Public propertyNetworkId
Gets or sets the unique ID of the virtual machine network.
Public propertyNetworkInterfaceInfo
Gets or sets the desired NIC configuration on the replica virtual machine.
Public propertyPath
Gets or sets the path of the original source virtual machine.
Public propertySnapshotPath
Gets or sets the location of the virtual machine's snapshot files.
Public propertySystemDirectory
Gets or sets the location of the system directory.
Public propertyTargetPath
Gets or sets the target path. Do not use this property. Double-Take uses it internally.
Public propertyVolumes
Gets or sets a volume to protect and any changes to its base configuration.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also