Zoom Rooms Controller SDK Reference 7.1.0
Loading...
Searching...
No Matches
StatisticalOverallInfo Struct Reference

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.
 
int32_t storageTotalMB = 0
 Total storage size in MB.
 
int32_t storageUsedMB = 0
 Used storage size in MB.
 
StatisticalDataStatus storageStatus = StatisticalDataStatusNone
 Storage usage status, see StatisticalDataStatus enum.
 
std::vector< StatisticalGPUInfogpuInfoList
 GPU statistical info list.
 

Detailed Description

Statistical overall info.

Definition at line 272 of file ISettingService.h.

Field Documentation

◆ cpuCoreNumber

int32_t StatisticalOverallInfo::cpuCoreNumber = 0

CPU core number.

Definition at line 274 of file ISettingService.h.

◆ cpuFrequency

float StatisticalOverallInfo::cpuFrequency = 0.0f

CPU frequency.

Definition at line 275 of file ISettingService.h.

◆ cpuOverallUsage

int32_t StatisticalOverallInfo::cpuOverallUsage = 0

CPU overall usage.

Definition at line 277 of file ISettingService.h.

◆ cpuZRUsage

int32_t StatisticalOverallInfo::cpuZRUsage = 0

CPU ZR usage.

Definition at line 276 of file ISettingService.h.

◆ dataCenterRegionMessage

std::string StatisticalOverallInfo::dataCenterRegionMessage

Data center region message.

Definition at line 284 of file ISettingService.h.

◆ encryption

std::string StatisticalOverallInfo::encryption

Encryption type.

Definition at line 285 of file ISettingService.h.

◆ gpuInfoList

std::vector<StatisticalGPUInfo> StatisticalOverallInfo::gpuInfoList

GPU statistical info list.

Definition at line 289 of file ISettingService.h.

◆ memoryOverallUsage

int32_t StatisticalOverallInfo::memoryOverallUsage = 0

Memory overall usage.

Definition at line 280 of file ISettingService.h.

◆ memorySize

int32_t StatisticalOverallInfo::memorySize = 0

Memory size.

Definition at line 278 of file ISettingService.h.

◆ memoryZRUsage

int32_t StatisticalOverallInfo::memoryZRUsage = 0

Memory ZR usage.

Definition at line 279 of file ISettingService.h.

◆ netWorkConnectionType

NetworkConnectionType StatisticalOverallInfo::netWorkConnectionType = NetworkConnectionTypeUnknown

Network connection type.

Definition at line 283 of file ISettingService.h.

◆ networkType

NetworkType StatisticalOverallInfo::networkType = NetworkTypeUnknown

Network type, see NetworkType enum.

Definition at line 281 of file ISettingService.h.

◆ proxy

std::string StatisticalOverallInfo::proxy

Proxy.

Definition at line 282 of file ISettingService.h.

◆ storageStatus

StatisticalDataStatus StatisticalOverallInfo::storageStatus = StatisticalDataStatusNone

Storage usage status, see StatisticalDataStatus enum.

Definition at line 288 of file ISettingService.h.

◆ storageTotalMB

int32_t StatisticalOverallInfo::storageTotalMB = 0

Total storage size in MB.

Definition at line 286 of file ISettingService.h.

◆ storageUsedMB

int32_t StatisticalOverallInfo::storageUsedMB = 0

Used storage size in MB.

Definition at line 287 of file ISettingService.h.