次の方法で共有


ProcessServerDetails Class

Definition

Process server details.

public class ProcessServerDetails
type ProcessServerDetails = class
Public Class ProcessServerDetails
Inheritance
ProcessServerDetails

Constructors

ProcessServerDetails()

Initializes a new instance of the ProcessServerDetails class.

ProcessServerDetails(String, String, String, String, String, IList<String>, String, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Double>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Double>, Nullable<Int64>, Nullable<Int64>, Nullable<Double>, String, Nullable<Int64>, String, String, String, String, String, IList<HealthError>, Nullable<Int32>, String)

Initializes a new instance of the ProcessServerDetails class.

Properties

AvailableMemoryInBytes

Gets the available memory.

AvailableSpaceInBytes

Gets the available disk space.

BiosId

Gets the process server Bios Id.

DiskUsageStatus

Gets the disk usage status. Possible values include: 'Healthy', 'Warning', 'Critical', 'Unknown'

FabricObjectId

Gets the fabric object Id.

Fqdn

Gets the process server Fqdn.

FreeSpacePercentage

Gets the free disk space percentage.

Health

Gets the health of the process server. Possible values include: 'None', 'Normal', 'Warning', 'Critical'

HealthErrors

Gets the health errors.

HistoricHealth

Gets the historic health of the process server based on the health in last 24 hours. Possible values include: 'None', 'Normal', 'Warning', 'Critical'

Id

Gets the process server Id.

IPAddresses

Gets the list of IP addresses for communicating with the RCM component.

LastHeartbeatUtc

Gets the last heartbeat received from the process server.

MemoryUsagePercentage

Gets the memory usage percentage.

MemoryUsageStatus

Gets the memory usage status. Possible values include: 'Healthy', 'Warning', 'Critical', 'Unknown'

Name

Gets the process server name.

ProcessorUsagePercentage

Gets the processor usage percentage.

ProcessorUsageStatus

Gets the processor usage status. Possible values include: 'Healthy', 'Warning', 'Critical', 'Unknown'

ProtectedItemCount

Gets the protected item count.

SystemLoad

Gets the system load.

SystemLoadStatus

Gets the system load status. Possible values include: 'Healthy', 'Warning', 'Critical', 'Unknown'

ThroughputInBytes

Gets the throughput in bytes.

ThroughputStatus

Gets the throughput status. Possible values include: 'Healthy', 'Warning', 'Critical', 'Unknown'

ThroughputUploadPendingDataInBytes

Gets the uploading pending data in bytes.

TotalMemoryInBytes

Gets the total memory.

TotalSpaceInBytes

Gets the total disk space.

UsedMemoryInBytes

Gets the used memory.

UsedSpaceInBytes

Gets the used disk space.

Version

Gets the version.

Applies to