ASRProcessServerDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Process server details.
public class ASRProcessServerDetails
type ASRProcessServerDetails = class
Public Class ASRProcessServerDetails
- Inheritance
-
ASRProcessServerDetails
Constructors
ASRProcessServerDetails(ProcessServerDetails) |
Initializes a new instance of the ASRProcessServerDetails class. |
Properties
AvailableMemoryInBytes |
Gets or sets the available memory. |
AvailableSpaceInBytes |
Gets or sets the available disk space. |
BiosId |
Gets or sets the process server bios Id. |
DiskUsageStatus |
Gets or sets the disk usage status. Possible values include: 'Normal', 'Warning', 'Error', 'Unknown' |
FabricObjectId |
Gets or sets the fabric object Id. |
Fqdn |
Gets or sets the process server fqdn. |
FreeSpacePercentage |
Gets or sets the free disk space percentage. |
Health |
Gets or sets the health of the process server. Possible values include: 'None', 'Normal', 'Warning', 'Critical'. |
HealthErrors |
Gets or sets the health errors. |
HistoricHealth |
Gets or sets the historic health of the process server based on the health in last 24 hours. Possible values include: 'None', 'Normal', 'Warning', 'Critical'. |
Id |
Gets or sets the process server Id. |
IpAddresses |
Gets or sets the list of IP addresses for communicating with the RCM component. |
LastHeartbeatUtc |
Gets or sets the last heartbeat received from the process server. |
MemoryUsagePercentage |
Gets or sets the memory usage percentage. |
MemoryUsageStatus |
Gets or sets the memory usage status. Possible values include: 'Normal', 'Warning', 'Error', 'Unknown' |
Name |
Gets or sets the process server name. |
ProcessorUsagePercentage |
Gets or sets the processor usage percentage. |
ProcessorUsageStatus |
Gets or sets the processor usage status. Possible values include: 'Normal', 'Warning', 'Error', 'Unknown' |
SystemLoad |
Gets or sets the system load. |
SystemLoadStatus |
Gets or sets the system load status. Possible values include: 'Normal', 'Warning', 'Error', 'Unknown' |
ThroughputInBytes |
Gets or sets the throughput in bytes. |
ThroughputStatus |
Gets or sets the throughput status. Possible values include: 'Normal', 'Warning', 'Error', 'Unknown' |
ThroughputUploadPendingDataInBytes |
Gets or sets the uploading pending data in bytes. |
TotalMemoryInBytes |
Gets or sets the total memory. |
TotalSpaceInBytes |
Gets or sets the total disk space. |
UsedMemoryInBytes |
Gets or sets the used memory. |
UsedSpaceInBytes |
Gets or sets the used disk space. |
Version |
Gets or sets the version. |