KubernetesClusterApiServerAccessProfile

data class KubernetesClusterApiServerAccessProfile(val authorizedIpRanges: List<String>? = null, val subnetId: String? = null, val vnetIntegrationEnabled: Boolean? = null)

Constructors

Link copied to clipboard
constructor(authorizedIpRanges: List<String>? = null, subnetId: String? = null, vnetIntegrationEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Set of authorized IP ranges to allow access to API server, e.g. "198.51.100.0/24".

Link copied to clipboard
val subnetId: String? = null

The ID of the Subnet where the API server endpoint is delegated to.

Link copied to clipboard

Should API Server VNet Integration be enabled? For more details please visit Use API Server VNet Integration.