class TencentCloud::Cdc::V20201214::HostStatistic

CDC集群内宿主机的统计信息

def deserialize(params)

def deserialize(params)
  @HostType = params['HostType']
  @HostFamily = params['HostFamily']
  @Cpu = params['Cpu']
  @Memory = params['Memory']
  @Count = params['Count']
end

def initialize(hosttype=nil, hostfamily=nil, cpu=nil, memory=nil, count=nil)

def initialize(hosttype=nil, hostfamily=nil, cpu=nil, memory=nil, count=nil)
  @HostType = hosttype
  @HostFamily = hostfamily
  @Cpu = cpu
  @Memory = memory
  @Count = count
end