GetCloudHsmClusterPlainArgs

data class GetCloudHsmClusterPlainArgs(val cloudHsmClusterName: String, val resourceGroupName: String) : ConvertibleToJava<GetCloudHsmClusterPlainArgs>

Constructors

Link copied to clipboard
constructor(cloudHsmClusterName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the Cloud HSM Cluster within the specified resource group. Cloud HSM Cluster names must be between 3 and 23 characters in length.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Functions

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