Process Server Details Response
data class ProcessServerDetailsResponse(val availableMemoryInBytes: Double, val availableSpaceInBytes: Double, val freeSpacePercentage: Double, val health: String, val healthErrors: List<HealthErrorResponse>, val historicHealth: String, val id: String, val lastHeartbeatUtc: String, val memoryUsagePercentage: Double, val name: String, val processorUsagePercentage: Double, val throughputInBytes: Double, 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
fun ProcessServerDetailsResponse(availableMemoryInBytes: Double, availableSpaceInBytes: Double, freeSpacePercentage: Double, health: String, healthErrors: List<HealthErrorResponse>, historicHealth: String, id: String, lastHeartbeatUtc: String, memoryUsagePercentage: Double, name: String, processorUsagePercentage: Double, throughputInBytes: Double, throughputUploadPendingDataInBytes: Double, totalMemoryInBytes: Double, totalSpaceInBytes: Double, usedMemoryInBytes: Double, usedSpaceInBytes: Double, version: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard