|
Zoom Rooms Controller SDK Reference 6.7.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 239 of file ISettingService.h.
| int32_t StatisticalOverallInfo::cpuCoreNumber = 0 |
CPU core number.
Definition at line 241 of file ISettingService.h.
| float StatisticalOverallInfo::cpuFrequency = 0.0f |
CPU frequency.
Definition at line 242 of file ISettingService.h.
| int32_t StatisticalOverallInfo::cpuOverallUsage = 0 |
CPU overall usage.
Definition at line 244 of file ISettingService.h.
| int32_t StatisticalOverallInfo::cpuZRUsage = 0 |
CPU ZR usage.
Definition at line 243 of file ISettingService.h.
| std::string StatisticalOverallInfo::dataCenterRegionMessage |
Data center region message.
Definition at line 251 of file ISettingService.h.
| std::string StatisticalOverallInfo::encryption |
Encryption type.
Definition at line 252 of file ISettingService.h.
| int32_t StatisticalOverallInfo::memoryOverallUsage = 0 |
Memory overall usage.
Definition at line 247 of file ISettingService.h.
| int32_t StatisticalOverallInfo::memorySize = 0 |
Memory size.
Definition at line 245 of file ISettingService.h.
| int32_t StatisticalOverallInfo::memoryZRUsage = 0 |
Memory ZR usage.
Definition at line 246 of file ISettingService.h.
| NetworkConnectionType StatisticalOverallInfo::netWorkConnectionType = NetworkConnectionTypeUnknown |
Network connection type.
Definition at line 250 of file ISettingService.h.
| NetworkType StatisticalOverallInfo::networkType = NetworkTypeUnknown |
Network type, see NetworkType enum.
Definition at line 248 of file ISettingService.h.
| std::string StatisticalOverallInfo::proxy |
Proxy.
Definition at line 249 of file ISettingService.h.