ManagedKubernetesWorkerNode

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

Constructors

Link copied to clipboard
fun ManagedKubernetesWorkerNode(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

(Deprecated from version 1.177.0) ID of the node.

Link copied to clipboard
val name: String? = null

This parameter specifies the name of the component.

Link copied to clipboard
val privateIp: String? = null

(Deprecated from version 1.177.0) The private IP address of node.