KubernetesClusterNodePoolNode

data class KubernetesClusterNodePoolNode(val createdAt: String? = null, val dropletId: String? = null, val id: String? = null, val name: String? = null, val status: String? = null, val updatedAt: String? = null)

Constructors

Link copied to clipboard
constructor(createdAt: String? = null, dropletId: String? = null, id: String? = null, name: String? = null, status: String? = null, updatedAt: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: String? = null

The date and time when the node was created.

Link copied to clipboard
val dropletId: String? = null

The id of the node's droplet

Link copied to clipboard
val id: String? = null

A unique ID that can be used to identify and reference the node.

Link copied to clipboard
val name: String? = null

A name for the Kubernetes cluster.

Link copied to clipboard
val status: String? = null

A string indicating the current status of the individual node.

Link copied to clipboard
val updatedAt: String? = null

The date and time when the node was last updated.