Node Stats Node
constructor(name: String? = null, ip: String? = null, host: String? = null, roles: List<String>? = null, os: NodeStatsOs? = null, process: NodeStatsProcess? = null, jvm: NodeStatsJvm? = null, fs: NodeStatsFs? = null, indices: NodeStatsIndices? = null, threadPool: Map<String, NodeStatsThreadPool>? = null)