ClusterApiServerProfileArgs

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

Constructors

Link copied to clipboard
constructor(ipAddress: Output<String>? = null, url: 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 url: Output<String>? = null

The URL the API Server Profile is associated with.

Link copied to clipboard
val visibility: Output<String>

Cluster API server 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(): ClusterApiServerProfileArgs