Kubernetes Cluster Api Server Access Profile Args
data class KubernetesClusterApiServerAccessProfileArgs(val authorizedIpRanges: Output<List<String>>? = null, val subnetId: Output<String>? = null, val vnetIntegrationEnabled: Output<Boolean>? = null) : ConvertibleToJava<KubernetesClusterApiServerAccessProfileArgs>
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.