class TencentCloud::Tsf::V20180326::JvmMonitorData
def initialize(heapmemory=nil, nonheapmemory=nil, edenspace=nil, survivorspace=nil, oldspace=nil, metaspace=nil, threadpicture=nil, younggc=nil, fullgc=nil, cpuusage=nil, classcount=nil)
def initialize(heapmemory=nil, nonheapmemory=nil, edenspace=nil, survivorspace=nil, oldspace=nil, metaspace=nil, threadpicture=nil, younggc=nil, fullgc=nil, cpuusage=nil, classcount=nil) @HeapMemory = heapmemory @NonHeapMemory = nonheapmemory @EdenSpace = edenspace @SurvivorSpace = survivorspace @OldSpace = oldspace @MetaSpace = metaspace @ThreadPicture = threadpicture @YoungGC = younggc @FullGC = fullgc @CpuUsage = cpuusage @ClassCount = classcount end