ProcessServerResponse

constructor(agentExpiryDate: String? = null, agentVersion: String? = null, agentVersionDetails: VersionDetailsResponse? = null, availableMemoryInBytes: Double? = null, availableSpaceInBytes: Double? = null, cpuLoad: String? = null, cpuLoadStatus: String? = null, friendlyName: String? = null, health: String, healthErrors: List<HealthErrorResponse>? = null, hostId: String? = null, id: String? = null, ipAddress: String? = null, lastHeartbeat: String? = null, machineCount: String? = null, marsCommunicationStatus: String, marsRegistrationStatus: String, memoryUsageStatus: String? = null, mobilityServiceUpdates: List<MobilityServiceUpdateResponse>? = null, osType: String? = null, osVersion: String? = null, psServiceStatus: String? = null, psStatsRefreshTime: String, replicationPairCount: String? = null, spaceUsageStatus: String? = null, sslCertExpiryDate: String? = null, sslCertExpiryRemainingDays: Int? = null, systemLoad: String? = null, systemLoadStatus: String? = null, throughputInBytes: Double, throughputInMBps: Double, throughputStatus: String, throughputUploadPendingDataInBytes: Double, totalMemoryInBytes: Double? = null, totalSpaceInBytes: Double? = null, versionStatus: String? = null)