ClusterPoolResourcePropertiesNetworkProfileArgs

data class ClusterPoolResourcePropertiesNetworkProfileArgs(val apiServerAuthorizedIpRanges: Output<List<String>>? = null, val enablePrivateApiServer: Output<Boolean>? = null, val outboundType: Output<Either<String, OutboundType>>? = null, val subnetId: Output<String>) : ConvertibleToJava<ClusterPoolResourcePropertiesNetworkProfileArgs>

Cluster pool network profile.

Constructors

constructor(apiServerAuthorizedIpRanges: Output<List<String>>? = null, enablePrivateApiServer: Output<Boolean>? = null, outboundType: Output<Either<String, OutboundType>>? = null, subnetId: Output<String>)

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 private AKS clusters. So you cannot set enablePrivateApiServer to true and apiServerAuthorizedIpRanges at the same time. Currently, this property is not supported and please don't use it.

Link copied to clipboard
val enablePrivateApiServer: Output<Boolean>? = null

ClusterPool is based on AKS cluster. AKS cluster exposes the API server to public internet by default. If you set this property to true, a private AKS cluster will be created, and it will use private apiserver, which is not exposed to public internet.

Link copied to clipboard
val outboundType: Output<Either<String, OutboundType>>? = null

This can only be set at cluster pool creation time and cannot be changed later.

Link copied to clipboard
val subnetId: Output<String>

Cluster pool subnet resource id.

Functions

Link copied to clipboard
open override fun toJava(): ClusterPoolResourcePropertiesNetworkProfileArgs