ClusterClusterProfileArgs

data class ClusterClusterProfileArgs(val domain: Output<String>, val fipsEnabled: Output<Boolean>? = null, val managedResourceGroupName: Output<String>? = null, val pullSecret: Output<String>? = null, val resourceGroupId: Output<String>? = null, val version: Output<String>) : ConvertibleToJava<ClusterClusterProfileArgs>

Constructors

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

Properties

Link copied to clipboard
val domain: Output<String>

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: Output<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
val managedResourceGroupName: Output<String>? = null

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: Output<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: Output<String>? = null

The resource group that the cluster profile is attached to.

Link copied to clipboard
val version: Output<String>

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.

Functions

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