ClusterIngressProfileArgs

data class ClusterIngressProfileArgs(val ipAddress: Output<String>? = null, val name: Output<String>? = null, val visibility: Output<String>) : ConvertibleToJava<ClusterIngressProfileArgs>

Constructors

Link copied to clipboard
constructor(ipAddress: Output<String>? = null, name: Output<String>? = null, visibility: Output<String>)

Properties

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

The IP Address the Ingress Profile is associated with.

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

The name of the Azure Red Hat OpenShift Cluster to create. Changing this forces a new resource to be created.

Link copied to clipboard
val visibility: Output<String>

Cluster Ingress visibility. Supported values are Public and Private. Changing this forces a new resource to be created.

Functions

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