GetNodeTypePlainArgs

data class GetNodeTypePlainArgs(val clusterName: String, val nodeTypeName: String, val resourceGroupName: String) : ConvertibleToJava<GetNodeTypePlainArgs>

Constructors

Link copied to clipboard
fun GetNodeTypePlainArgs(clusterName: String, nodeTypeName: String, resourceGroupName: String)

Functions

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

Properties

Link copied to clipboard

The name of the cluster resource.

Link copied to clipboard

The name of the node type.

Link copied to clipboard

The name of the resource group.