APIServerProfileArgs

data class APIServerProfileArgs(val ip: Output<String>? = null, val url: Output<String>? = null, val visibility: Output<Either<String, Visibility>>? = null) : ConvertibleToJava<APIServerProfileArgs>

APIServerProfile represents an API server profile.

Constructors

Link copied to clipboard
constructor(ip: Output<String>? = null, url: Output<String>? = null, visibility: Output<Either<String, Visibility>>? = null)

Properties

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

The IP of the cluster API server.

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

The URL to access the cluster API server.

Link copied to clipboard
val visibility: Output<Either<String, Visibility>>? = null

API server visibility.

Functions

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