Click or drag to resize
ServerInfo Class
Represents information about a server.
Inheritance Hierarchy
SystemObject
  DoubleTake.Core.ContractServerInfo

Namespace: DoubleTake.Core.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.1.0.599
Syntax
public class ServerInfo : IExtensibleDataObject

The ServerInfo type exposes the following members.

Constructors
  NameDescription
Public methodServerInfo
Top
Properties
  NameDescription
Public propertyBiosGuid
This value is the BIOS unique ID.
Public propertyBootVolume
This value is the server's boot volume.
Public propertyCoresPerProcessor
This value is the number of cores per processor on the server.
Public propertyDomain
This value is the domain the server is a member of.
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyFullyQualifiedDomain
This value is the fully qualified domain name.
Public propertyHalInternalName
This value is the internal name of the hardware abstraction layer (HAL).
Public propertyHalVersion
The value is the version of the hardware abstraction layer (HAL).
Public propertyIsClustered
This value is true if this the server is part of a cluster; otherwise, it is false.
Public propertyIsHostedByHyperV
This value is true if the server is hosted by Hyper-V; otherwise, it is false.
Public propertyIsHostedByVMware
This value is true if the server is hosted by VMware; otherwise, it is false.
Public propertyIsHostedByXen
This value is true if the server is hosted by Xen; otherwise, it is false.
Public propertyIsHyperVHost
This value is true if the server is a Hyper-V host; otherwise, it is false.
Public propertyIsReplicationEnabled
This value is true if replication is enabled; otherwise, it is false.
Public propertyIsSBS
This value is true if the server is running Microsoft Windows Small Business Server; otherwise, it is false.
Public propertyIsSSE
This value is true if the server is running Microsoft Windows Storage Server; otherwise, it is false.
Public propertyLogicalProcessorCount
Gets or sets the number of logical processors including threads.
Public propertyLvmOptions
This value represents the Linux Volume Manager (LVM) options.
Public propertyManagementPort
This value is the port where the Management Service is listening.
Public propertyMemorySize
This value is the amount of memory on the server.
Public propertyName
This value is the name of the server.
Public propertyNetworkInterfaces
This value represents the NICs on the server.
Public propertyNodeLockedServerInfo
This value is the server information needed for an activation key.
Public propertyOperatingSystem
This value is the operating system on the server.
Public propertyProcessorCount
This value is the processor count on the server.
Public propertyProgramFilesPath
This value is the server's program files path.
Public propertySystemPath
This value is the server's system path.
Public propertySystemRoot
This value is the server's system root path.
Public propertySystemStateDefinition
Do not use this property. Double-Take uses it internally.
Public propertySystemVolume
This value is the server's system volume.
Public propertyVolumes
This value represents the volumes on the server.
Top
See Also