GetZnodesZnode

data class GetZnodesZnode(val clusterId: String, val data: String, val dir: Boolean, val id: String, val path: String, val znodeName: String)

Constructors

Link copied to clipboard
constructor(clusterId: String, data: String, dir: Boolean, id: String, path: String, znodeName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Cluster.

Link copied to clipboard

The Node data.

Link copied to clipboard

Node list information, the value is as follows:

Link copied to clipboard
val id: String

The ID of the Znode. The value formats as <cluster_id>:<path>.

Link copied to clipboard

The Node path.

Link copied to clipboard

The Node name.