ManagedClusterAPIServerAccessProfileResponse

data class ManagedClusterAPIServerAccessProfileResponse(val authorizedIPRanges: List<String>? = null, val enablePrivateCluster: Boolean? = null, val privateDNSZone: String? = null)

Access profile for managed cluster API server.

Constructors

constructor(authorizedIPRanges: List<String>? = null, enablePrivateCluster: Boolean? = null, privateDNSZone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Authorized IP Ranges to kubernetes API server.

Link copied to clipboard

Whether to create the cluster as a private cluster or not.

Link copied to clipboard
val privateDNSZone: String? = null

Private dns zone mode for private cluster.