KubernetesClusterNodePoolNodeArgs

data class KubernetesClusterNodePoolNodeArgs(val createdAt: Output<String>? = null, val dropletId: Output<String>? = null, val id: Output<String>? = null, val name: Output<String>? = null, val status: Output<String>? = null, val updatedAt: Output<String>? = null) : ConvertibleToJava<KubernetesClusterNodePoolNodeArgs>

Constructors

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

Properties

Link copied to clipboard
val createdAt: Output<String>? = null

The date and time when the node was created.

Link copied to clipboard
val dropletId: Output<String>? = null

The id of the node's droplet

Link copied to clipboard
val id: Output<String>? = null

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

Link copied to clipboard
val name: Output<String>? = null

A name for the Kubernetes cluster.

Link copied to clipboard
val status: Output<String>? = null

A string indicating the current status of the individual node.

Link copied to clipboard
val updatedAt: Output<String>? = null

The date and time when the node was last updated.

Functions

Link copied to clipboard
open override fun toJava(): KubernetesClusterNodePoolNodeArgs