GetClusterPlainArgs

data class GetClusterPlainArgs(val name: String, val parent: String) : ConvertibleToJava<GetClusterPlainArgs>

A collection of arguments for invoking getCluster.

Constructors

Link copied to clipboard
fun GetClusterPlainArgs(name: String, parent: String)

Functions

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

Properties

Link copied to clipboard

Name of the resource.

Link copied to clipboard

The resource name of the private cloud that this cluster belongs.