ClusterApiServerProfile

data class ClusterApiServerProfile(val ipAddress: String? = null, val url: String? = null, val visibility: String)

Constructors

Link copied to clipboard
constructor(ipAddress: String? = null, url: String? = null, visibility: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipAddress: String? = null

The IP Address the Ingress Profile is associated with.

Link copied to clipboard
val url: String? = null

The URL the API Server Profile is associated with.

Link copied to clipboard

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