toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.containerservice.kotlin.outputs
/
KubernetesClusterApiServerAccessProfile
Kubernetes
Cluster
Api
Server
Access
Profile
data
class
KubernetesClusterApiServerAccessProfile
(
val
authorizedIpRanges
:
List
<
String
>
?
=
null
)
Members
Constructors
Kubernetes
Cluster
Api
Server
Access
Profile
Link copied to clipboard
constructor
(
authorizedIpRanges
:
List
<
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
authorized
Ip
Ranges
Link copied to clipboard
val
authorizedIpRanges
:
List
<
String
>
?
=
null
Set of authorized IP ranges to allow access to API server, e.g. "198.51.100.0/24".