ClusterClusterProfile

data class ClusterClusterProfile(val domain: String, val fipsEnabled: Boolean? = null, val managedResourceGroupName: String? = null, val pullSecret: String? = null, val resourceGroupId: String? = null, val version: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The custom domain for the cluster. For more info, see Prepare a custom domain for your cluster. Changing this forces a new resource to be created.

Link copied to clipboard
val fipsEnabled: Boolean? = null

Whether Federal Information Processing Standard (FIPS) validated cryptographic modules are used. Defaults to false. Changing this forces a new resource to be created.

Link copied to clipboard

The name of a Resource Group which will be created to host VMs of Azure Red Hat OpenShift Cluster. The value cannot contain uppercase characters. Defaults to aro-{domain}. Changing this forces a new resource to be created.

Link copied to clipboard
val pullSecret: String? = null

The Red Hat pull secret for the cluster. For more info, see Get a Red Hat pull secret. Changing this forces a new resource to be created.

Link copied to clipboard
val resourceGroupId: String? = null

The resource group that the cluster profile is attached to.

Link copied to clipboard

The version of the OpenShift cluster. Available versions can be found with the Azure CLI command az aro get-versions --location <region>. Changing this forces a new resource to be created.