ContainerServiceNetworkProfileArgs

data class ContainerServiceNetworkProfileArgs(val advancedNetworking: Output<AdvancedNetworkingArgs>? = null, val dnsServiceIP: Output<String>? = null, val ipFamilies: Output<List<Either<String, IpFamily>>>? = null, val loadBalancerProfile: Output<ManagedClusterLoadBalancerProfileArgs>? = null, val loadBalancerSku: Output<Either<String, LoadBalancerSku>>? = null, val natGatewayProfile: Output<ManagedClusterNATGatewayProfileArgs>? = null, val networkDataplane: Output<Either<String, NetworkDataplane>>? = null, val networkMode: Output<Either<String, NetworkMode>>? = null, val networkPlugin: Output<Either<String, NetworkPlugin>>? = null, val networkPluginMode: Output<Either<String, NetworkPluginMode>>? = null, val networkPolicy: Output<Either<String, NetworkPolicy>>? = null, val outboundType: Output<Either<String, OutboundType>>? = null, val podCidr: Output<String>? = null, val podCidrs: Output<List<String>>? = null, val serviceCidr: Output<String>? = null, val serviceCidrs: Output<List<String>>? = null) : ConvertibleToJava<ContainerServiceNetworkProfileArgs>

Profile of network configuration.

Constructors

Link copied to clipboard
constructor(advancedNetworking: Output<AdvancedNetworkingArgs>? = null, dnsServiceIP: Output<String>? = null, ipFamilies: Output<List<Either<String, IpFamily>>>? = null, loadBalancerProfile: Output<ManagedClusterLoadBalancerProfileArgs>? = null, loadBalancerSku: Output<Either<String, LoadBalancerSku>>? = null, natGatewayProfile: Output<ManagedClusterNATGatewayProfileArgs>? = null, networkDataplane: Output<Either<String, NetworkDataplane>>? = null, networkMode: Output<Either<String, NetworkMode>>? = null, networkPlugin: Output<Either<String, NetworkPlugin>>? = null, networkPluginMode: Output<Either<String, NetworkPluginMode>>? = null, networkPolicy: Output<Either<String, NetworkPolicy>>? = null, outboundType: Output<Either<String, OutboundType>>? = null, podCidr: Output<String>? = null, podCidrs: Output<List<String>>? = null, serviceCidr: Output<String>? = null, serviceCidrs: Output<List<String>>? = null)

Properties

Link copied to clipboard

Advanced Networking profile for enabling observability and security feature suite on a cluster. For more information see aka.ms/aksadvancednetworking.

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 ipFamilies: Output<List<Either<String, IpFamily>>>? = null

IP families are used to determine single-stack or dual-stack clusters. For single-stack, the expected value is IPv4. For dual-stack, the expected values are IPv4 and IPv6.

Link copied to clipboard

Profile of the cluster load balancer.

Link copied to clipboard
val loadBalancerSku: Output<Either<String, LoadBalancerSku>>? = null

The default is 'standard'. See Azure Load Balancer SKUs for more information about the differences between load balancer SKUs.

Link copied to clipboard

Profile of the cluster NAT gateway.

Link copied to clipboard
val networkDataplane: Output<Either<String, NetworkDataplane>>? = null

Network dataplane used in the Kubernetes cluster.

Link copied to clipboard
val networkMode: Output<Either<String, NetworkMode>>? = null

This cannot be specified if networkPlugin is anything other than 'azure'.

Link copied to clipboard
val networkPlugin: Output<Either<String, NetworkPlugin>>? = null

Network plugin used for building the Kubernetes network.

Link copied to clipboard
val networkPluginMode: Output<Either<String, NetworkPluginMode>>? = null

The mode the network plugin should use.

Link copied to clipboard
val networkPolicy: Output<Either<String, NetworkPolicy>>? = null

Network policy used for building the Kubernetes network.

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

This can only be set at cluster creation time and cannot be changed later. For more information see egress outbound type.

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

A CIDR notation IP range from which to assign pod IPs when kubenet is used.

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

One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.

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 serviceCidrs: Output<List<String>>? = null

One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking. They must not overlap with any Subnet IP ranges.

Functions

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