Zoom Rooms Controller SDK Reference 6.5.0
|
Statistical overall info. More...
#include <ISettingService.h>
Data Fields | |
int32_t | cpuCoreNumber = 0 |
CPU core number. | |
float | cpuFrequency = 0.0f |
CPU frequency. | |
int32_t | cpuZRUsage = 0 |
CPU ZR usage. | |
int32_t | cpuOverallUsage = 0 |
CPU overall usage. | |
int32_t | memorySize = 0 |
Memory size. | |
int32_t | memoryZRUsage = 0 |
Memory ZR usage. | |
int32_t | memoryOverallUsage = 0 |
Memory overall usage. | |
NetworkType | networkType = NetworkTypeUnknown |
Network type, see NetworkType enum. | |
std::string | proxy |
Proxy. | |
NetworkConnectionType | netWorkConnectionType = NetworkConnectionTypeUnknown |
Network connection type. | |
std::string | dataCenterRegionMessage |
Data center region message. | |
std::string | encryption |
Encryption type. | |
Statistical overall info.
Definition at line 227 of file ISettingService.h.
int32_t StatisticalOverallInfo::cpuCoreNumber = 0 |
CPU core number.
Definition at line 229 of file ISettingService.h.
float StatisticalOverallInfo::cpuFrequency = 0.0f |
CPU frequency.
Definition at line 230 of file ISettingService.h.
int32_t StatisticalOverallInfo::cpuOverallUsage = 0 |
CPU overall usage.
Definition at line 232 of file ISettingService.h.
int32_t StatisticalOverallInfo::cpuZRUsage = 0 |
CPU ZR usage.
Definition at line 231 of file ISettingService.h.
std::string StatisticalOverallInfo::dataCenterRegionMessage |
Data center region message.
Definition at line 239 of file ISettingService.h.
std::string StatisticalOverallInfo::encryption |
Encryption type.
Definition at line 240 of file ISettingService.h.
int32_t StatisticalOverallInfo::memoryOverallUsage = 0 |
Memory overall usage.
Definition at line 235 of file ISettingService.h.
int32_t StatisticalOverallInfo::memorySize = 0 |
Memory size.
Definition at line 233 of file ISettingService.h.
int32_t StatisticalOverallInfo::memoryZRUsage = 0 |
Memory ZR usage.
Definition at line 234 of file ISettingService.h.
NetworkConnectionType StatisticalOverallInfo::netWorkConnectionType = NetworkConnectionTypeUnknown |
Network connection type.
Definition at line 238 of file ISettingService.h.
NetworkType StatisticalOverallInfo::networkType = NetworkTypeUnknown |
Network type, see NetworkType enum.
Definition at line 236 of file ISettingService.h.
std::string StatisticalOverallInfo::proxy |
Proxy.
Definition at line 237 of file ISettingService.h.