GetClusterClusterNode

data class GetClusterClusterNode(val nodeRole: String, val privateIpAddress: String, val publicIpAddress: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the node is a leader node or a compute node

Link copied to clipboard

Private IP address of a node within a cluster

Link copied to clipboard

Public IP address of a node within a cluster