GetClusterPlainArgs

data class GetClusterPlainArgs(val clusterId: String, val clusterState: String? = null) : ConvertibleToJava<GetClusterPlainArgs>

A collection of arguments for invoking getCluster.

Constructors

Link copied to clipboard
constructor(clusterId: String, clusterState: String? = null)

Properties

Link copied to clipboard

ID of Cloud HSM v2 cluster.

Link copied to clipboard
val clusterState: String? = null

State of the cluster to be found.

Functions

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