GetClusterNodePoolPlainArgs

data class GetClusterNodePoolPlainArgs(val kubernetesClusterName: String, val name: String, val resourceGroupName: String) : ConvertibleToJava<GetClusterNodePoolPlainArgs>

A collection of arguments for invoking getClusterNodePool.

Constructors

Link copied to clipboard
constructor(kubernetesClusterName: String, name: String, resourceGroupName: String)

Properties

Link copied to clipboard

The Name of the Kubernetes Cluster where this Node Pool is located.

Link copied to clipboard

The name of this Kubernetes Cluster Node Pool.

Link copied to clipboard

The name of the Resource Group where the Kubernetes Cluster exists.

Functions

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