GetNodeTypePlainArgs

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

Constructors

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

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.

Functions

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