GetNodePoolResult

data class GetNodePoolResult(val description: String, val id: String, val meta: Map<String, String>, val name: String, val schedulerConfigs: List<GetNodePoolSchedulerConfig>)

A collection of values returned by getNodePool.

Constructors

Link copied to clipboard
constructor(description: String, id: String, meta: Map<String, String>, name: String, schedulerConfigs: List<GetNodePoolSchedulerConfig>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(string) - The description of the node pool.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

(map[string]string) - Arbitrary KV metadata associated with the node pool.

Link copied to clipboard
Link copied to clipboard

(block) - Scheduler configuration for the node pool.