InstanceNode

data class InstanceNode(val id: String? = null, val zone: String? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, zone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

(Output) Node identifying string. e.g. 'node-0', 'node-1'

Link copied to clipboard
val zone: String? = null

(Output) Location of the node.