EdgeKubernetesWorkerNode

data class EdgeKubernetesWorkerNode(val id: String? = null, val name: String? = null, val privateIp: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

ID of the node.

Link copied to clipboard
val name: String? = null

The kubernetes cluster's name. It is unique in one Alicloud account.

Link copied to clipboard
val privateIp: String? = null

The private IP address of node.