Package-level declarations
Types
Link copied to clipboard
data class ClusterArgs(val apiServerProfile: Output<ClusterApiServerProfileArgs>? = null, val clusterProfile: Output<ClusterClusterProfileArgs>? = null, val ingressProfile: Output<ClusterIngressProfileArgs>? = null, val location: Output<String>? = null, val mainProfile: Output<ClusterMainProfileArgs>? = null, val name: Output<String>? = null, val networkProfile: Output<ClusterNetworkProfileArgs>? = null, val resourceGroupName: Output<String>? = null, val servicePrincipal: Output<ClusterServicePrincipalArgs>? = null, val tags: Output<Map<String, String>>? = null, val workerProfile: Output<ClusterWorkerProfileArgs>? = null) : ConvertibleToJava<ClusterArgs>
Manages a fully managed Azure Red Hat OpenShift Cluster (also known as ARO).
Link copied to clipboard
class ClusterArgsBuilder
Builder for ClusterArgs.
Link copied to clipboard
Link copied to clipboard
class ClusterResourceBuilder
Builder for Cluster.