ServerInfoModel Class |
Namespace: DoubleTake.Web.Models
The ServerInfoModel type exposes the following members.
| Name | Description | |
|---|---|---|
| ServerInfoModel | Initializes a new instance of the ServerInfoModel class |
| Name | Description | |
|---|---|---|
| BiosGuid |
Gets or sets the BIOS GUID.
| |
| BootVolume |
Gets or sets the boot volume.
| |
| CoresPerProcessor |
Gets or sets the number of cores per processor.
| |
| Disks |
Gets or sets the disks on the server that has volume(s) on it.
| |
| Domain |
Gets or sets the domain the server is a member of.
| |
| FullyQualifiedDomain |
Gets or sets the fully qualified domain name of the server.
| |
| HalInternalName |
Gets or sets the internal name of the hardware abstraction layer (HAL).
| |
| HalVersion |
Gets or sets the version of the hardware abstraction layer (HAL).
| |
| IsClustered |
Gets or sets a value indicating whether the server is part of a cluster.
| |
| IsHostedByHyperV |
Gets or sets a value indicating whether or not the server is hosted by Hyper-V.
| |
| IsHostedByVMware |
Gets or sets a value indicating whether or not the server is hosted by VMware.
| |
| IsHostedByXen |
Gets or sets a value indicating whether or not the server is hosted by Xen.
| |
| IsHyperVHost |
Gets or sets a value indicating whether or not the server is a Hyper-V host.
| |
| IsReplicationEnabled |
Gets or sets a value indicating whether or not replication is enabled.
| |
| IsSbs |
Gets or sets a value indicating whether or not the server is running Microsoft Windows Small Business Server.
| |
| IsSse |
Gets or sets a value indicating whether or not the server is running Microsoft Windows Storage Server.
| |
| LogicalProcessorCount |
Gets or sets the logical processor count. This count includes threads.
| |
| LvmOptions |
Gets or sets LVM information for volumes.
| |
| ManagementPort |
Gets or sets the port where the management service is listening.
| |
| MemorySize |
Gets or sets the amount of memory on the server.
| |
| Name |
Gets or sets the name of the server.
| |
| NetworkInterfaces |
Gets or sets the network interfaces on the server.
| |
| NodeLockedServerInfo |
Gets or sets the node locked server information.
| |
| OperatingSystem |
Gets or sets the operating system on the server.
| |
| ProcessorCount |
Gets or sets the processor count of the server.
| |
| ProgramFilesPath |
Gets or sets the program files path.
| |
| SystemPath |
Gets or sets the system path.
| |
| SystemRoot |
Gets or sets the system root path.
| |
| SystemVolume |
Gets or sets the system volume.
| |
| Volumes |
Gets or sets the volumes on the server.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |