ClusterProfileArgs

data class ClusterProfileArgs(val domain: Output<String>? = null, val fipsValidatedModules: Output<Either<String, FipsValidatedModules>>? = null, val pullSecret: Output<String>? = null, val resourceGroupId: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<ClusterProfileArgs>

ClusterProfile represents a cluster profile.

Constructors

Link copied to clipboard
constructor(domain: Output<String>? = null, fipsValidatedModules: Output<Either<String, FipsValidatedModules>>? = null, pullSecret: Output<String>? = null, resourceGroupId: Output<String>? = null, version: Output<String>? = null)

Properties

Link copied to clipboard
val domain: Output<String>? = null

The domain for the cluster.

Link copied to clipboard
val fipsValidatedModules: Output<Either<String, FipsValidatedModules>>? = null

If FIPS validated crypto modules are used

Link copied to clipboard
val pullSecret: Output<String>? = null

The pull secret for the cluster.

Link copied to clipboard
val resourceGroupId: Output<String>? = null

The ID of the cluster resource group.

Link copied to clipboard
val version: Output<String>? = null

The version of the cluster.

Functions

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