Kubernetes Cluster Api Server Access Profile
data class KubernetesClusterApiServerAccessProfile(val authorizedIpRanges: List<String>? = null, val subnetId: String? = null, val vnetIntegrationEnabled: Boolean? = null)
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
Should API Server VNet Integration be enabled? For more details please visit Use API Server VNet Integration.