Managed Cluster APIServer Access Profile Response
data class ManagedClusterAPIServerAccessProfileResponse(val authorizedIPRanges: List<String>? = null, val disableRunCommand: Boolean? = null, val enablePrivateCluster: Boolean? = null, val enablePrivateClusterPublicFQDN: Boolean? = null, val privateDNSZone: String? = null)
Access profile for managed cluster API server.
Constructors
Types
Properties
Link copied to clipboard
IP ranges are specified in CIDR format, e.g. 137.117.106.88/29. This feature is not compatible with clusters that use Public IP Per Node, or clusters that are using a Basic Load Balancer. For more information see API server authorized IP ranges.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The default is System. For more details see configure private DNS zone. Allowed values are 'system' and 'none'.