Click or drag to resize
ServerInfoModel Class
Server info model.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsServerInfoModel

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

The ServerInfoModel type exposes the following members.

Constructors
  NameDescription
Public methodServerInfoModel
Initializes a new instance of the ServerInfoModel class
Top
Properties
  NameDescription
Public propertyBiosGuid
Gets or sets the BIOS GUID.
Public propertyBootVolume
Gets or sets the boot volume.
Public propertyCoresPerProcessor
Gets or sets the number of cores per processor.
Public propertyDomain
Gets or sets the domain the server is a member of.
Public propertyFullyQualifiedDomain
Gets or sets the fully qualified domain name of the server.
Public propertyHalInternalName
Gets or sets the internal name of the hardware abstraction layer (HAL).
Public propertyHalVersion
Gets or sets the version of the hardware abstraction layer (HAL).
Public propertyIsClustered
Gets or sets a value indicating whether the server is part of a cluster.
Public propertyIsHostedByHyperV
Gets or sets a value indicating whether or not the server is hosted by Hyper-V.
Public propertyIsHostedByVMware
Gets or sets a value indicating whether or not the server is hosted by VMware.
Public propertyIsHostedByXen
Gets or sets a value indicating whether or not the server is hosted by Xen.
Public propertyIsHyperVHost
Gets or sets a value indicating whether or not the server is a Hyper-V host.
Public propertyIsReplicationEnabled
Gets or sets a value indicating whether or not replication is enabled.
Public propertyIsSbs
Gets or sets a value indicating whether or not the server is running Microsoft Windows Small Business Server.
Public propertyIsSse
Gets or sets a value indicating whether or not the server is running Microsoft Windows Storage Server.
Public propertyLogicalProcessorCount
Gets or sets the logical processor count. This count includes threads.
Public propertyLvmOptions
Gets or sets LVM information for volumes.
Public propertyManagementPort
Gets or sets the port where the management service is listening.
Public propertyMemorySize
Gets or sets the amount of memory on the server.
Public propertyName
Gets or sets the name of the server.
Public propertyNetworkInterfaces
Gets or sets the network interfaces on the server.
Public propertyNodeLockedServerInfo
Gets or sets the node locked server information.
Public propertyOperatingSystem
Gets or sets the operating system on the server.
Public propertyProcessorCount
Gets or sets the processor count of the server.
Public propertyProgramFilesPath
Gets or sets the program files path.
Public propertySystemPath
Gets or sets the system path.
Public propertySystemRoot
Gets or sets the system root path.
Public propertySystemVolume
Gets or sets the system volume.
Public propertyVolumes
Gets or sets the volumes on the server.
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