GetKubernetesClustersClusterWorkerNode

data class GetKubernetesClustersClusterWorkerNode(val id: String, val name: String, val privateIp: String)

Constructors

Link copied to clipboard
constructor(id: String, name: String, privateIp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

ID of the node.

Link copied to clipboard

Node name.

Link copied to clipboard

The private IP address of node.