class TencentCloud::Cdc::V20201214::HostStatistic

def initialize(hosttype=nil, hostfamily=nil, cpu=nil, memory=nil, count=nil, cpuaverage=nil, memaverage=nil, netaverage=nil, cpudetaildata=nil, memdetaildata=nil, netratedetaildata=nil, netpacketdetaildata=nil)

def initialize(hosttype=nil, hostfamily=nil, cpu=nil, memory=nil, count=nil, cpuaverage=nil, memaverage=nil, netaverage=nil, cpudetaildata=nil, memdetaildata=nil, netratedetaildata=nil, netpacketdetaildata=nil)
  @HostType = hosttype
  @HostFamily = hostfamily
  @Cpu = cpu
  @Memory = memory
  @Count = count
  @CpuAverage = cpuaverage
  @MemAverage = memaverage
  @NetAverage = netaverage
  @CpuDetailData = cpudetaildata
  @MemDetailData = memdetaildata
  @NetRateDetailData = netratedetaildata
  @NetPacketDetailData = netpacketdetaildata
end