ClusterProfileResponse

data class ClusterProfileResponse(val domain: String? = null, val fipsValidatedModules: String? = null, val pullSecret: String? = null, val resourceGroupId: String? = null, val version: String? = null)

ClusterProfile represents a cluster profile.

Constructors

Link copied to clipboard
constructor(domain: String? = null, fipsValidatedModules: String? = null, pullSecret: String? = null, resourceGroupId: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val domain: String? = null

The domain for the cluster.

Link copied to clipboard

If FIPS validated crypto modules are used

Link copied to clipboard
val pullSecret: String? = null

The pull secret for the cluster.

Link copied to clipboard
val resourceGroupId: String? = null

The ID of the cluster resource group.

Link copied to clipboard
val version: String? = null

The version of the cluster.