CloudHsmClusterSkuArgs

data class CloudHsmClusterSkuArgs(val capacity: Output<Int>? = null, val family: Output<Either<String, CloudHsmClusterSkuFamily>>, val name: Output<CloudHsmClusterSkuName>) : ConvertibleToJava<CloudHsmClusterSkuArgs>

Cloud Hsm Cluster SKU information

Constructors

Link copied to clipboard
constructor(capacity: Output<Int>? = null, family: Output<Either<String, CloudHsmClusterSkuFamily>>, name: Output<CloudHsmClusterSkuName>)

Properties

Link copied to clipboard
val capacity: Output<Int>? = null

Sku capacity

Link copied to clipboard
val family: Output<Either<String, CloudHsmClusterSkuFamily>>

Sku family of the Cloud HSM Cluster

Link copied to clipboard

Sku name of the Cloud HSM Cluster

Functions

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