AksNetworkingConfigurationArgs

data class AksNetworkingConfigurationArgs(val dnsServiceIP: Output<String>? = null, val dockerBridgeCidr: Output<String>? = null, val serviceCidr: Output<String>? = null, val subnetId: Output<String>? = null) : ConvertibleToJava<AksNetworkingConfigurationArgs>

Advance configuration for AKS networking

Constructors

Link copied to clipboard
constructor(dnsServiceIP: Output<String>? = null, dockerBridgeCidr: Output<String>? = null, serviceCidr: Output<String>? = null, subnetId: Output<String>? = null)

Properties

Link copied to clipboard
val dnsServiceIP: Output<String>? = null

An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr.

Link copied to clipboard
val dockerBridgeCidr: Output<String>? = null

A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes service address range.

Link copied to clipboard
val serviceCidr: Output<String>? = null

A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges.

Link copied to clipboard
val subnetId: Output<String>? = null

Virtual network subnet resource ID the compute nodes belong to

Functions

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