ProcessServerDetailsResponse

data class ProcessServerDetailsResponse(val availableMemoryInBytes: Double, val availableSpaceInBytes: Double, val biosId: String, val diskUsageStatus: String, val fabricObjectId: String, val fqdn: String, val freeSpacePercentage: Double, val health: String, val healthErrors: List<HealthErrorResponse>, val historicHealth: String, val id: String, val ipAddresses: List<String>, val lastHeartbeatUtc: String, val memoryUsagePercentage: Double, val memoryUsageStatus: String, val name: String, val processorUsagePercentage: Double, val processorUsageStatus: String, val protectedItemCount: Int, val systemLoad: Double, val systemLoadStatus: String, val throughputInBytes: Double, val throughputStatus: String, val throughputUploadPendingDataInBytes: Double, val totalMemoryInBytes: Double, val totalSpaceInBytes: Double, val usedMemoryInBytes: Double, val usedSpaceInBytes: Double, val version: String)

Process server details.

Constructors

Link copied to clipboard
constructor(availableMemoryInBytes: Double, availableSpaceInBytes: Double, biosId: String, diskUsageStatus: String, fabricObjectId: String, fqdn: String, freeSpacePercentage: Double, health: String, healthErrors: List<HealthErrorResponse>, historicHealth: String, id: String, ipAddresses: List<String>, lastHeartbeatUtc: String, memoryUsagePercentage: Double, memoryUsageStatus: String, name: String, processorUsagePercentage: Double, processorUsageStatus: String, protectedItemCount: Int, systemLoad: Double, systemLoadStatus: String, throughputInBytes: Double, throughputStatus: String, throughputUploadPendingDataInBytes: Double, totalMemoryInBytes: Double, totalSpaceInBytes: Double, usedMemoryInBytes: Double, usedSpaceInBytes: Double, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The available memory.

Link copied to clipboard

The available disk space.

Link copied to clipboard

The process server Bios Id.

Link copied to clipboard

The disk usage status.

Link copied to clipboard

The fabric object Id.

Link copied to clipboard

The process server Fqdn.

Link copied to clipboard

The free disk space percentage.

Link copied to clipboard

The health of the process server.

Link copied to clipboard

The health errors.

Link copied to clipboard

The historic health of the process server based on the health in last 24 hours.

Link copied to clipboard
val id: String

The process server Id.

Link copied to clipboard

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

Link copied to clipboard

The last heartbeat received from the process server.

Link copied to clipboard

The memory usage percentage.

Link copied to clipboard

The memory usage status.

Link copied to clipboard

The process server name.

Link copied to clipboard

The processor usage percentage.

Link copied to clipboard

The processor usage status.

Link copied to clipboard

The protected item count.

Link copied to clipboard

The system load.

Link copied to clipboard

The system load status.

Link copied to clipboard

The throughput in bytes.

Link copied to clipboard

The throughput status.

Link copied to clipboard

The uploading pending data in bytes.

Link copied to clipboard

The total memory.

Link copied to clipboard

The total disk space.

Link copied to clipboard

The used memory.

Link copied to clipboard

The used disk space.

Link copied to clipboard

The version.