GetNodePoolsResult

data class GetNodePoolsResult(val filter: String? = null, val id: String, val nodePools: List<GetNodePoolsNodePool>, val prefix: String? = null)

A collection of values returned by getNodePools.

Constructors

Link copied to clipboard
constructor(filter: String? = null, id: String, nodePools: List<GetNodePoolsNodePool>, prefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val filter: String? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

(list of node pools) - A list of node pools matching the search criteria.

Link copied to clipboard
val prefix: String? = null