GetKubernetesClusterNodePoolNode

data class GetKubernetesClusterNodePoolNode(val createdAt: String, val dropletId: String, val id: String, val name: String, val status: String, val updatedAt: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date and time when the node was created.

Link copied to clipboard
Link copied to clipboard
val id: String

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

Link copied to clipboard

The name of Kubernetes cluster.

Link copied to clipboard

A string indicating the current status of the individual node.

Link copied to clipboard

The date and time when the node was last updated.