ClusterClusterNode

data class ClusterClusterNode(val nodeRole: String? = null, val privateIpAddress: String? = null, val publicIpAddress: String? = null)

Constructors

Link copied to clipboard
constructor(nodeRole: String? = null, privateIpAddress: String? = null, publicIpAddress: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nodeRole: String? = null

Whether the node is a leader node or a compute node

Link copied to clipboard

The private IP address of a node within a cluster

Link copied to clipboard
val publicIpAddress: String? = null

The public IP address of a node within a cluster