AdvancedNetworkingArgs

data class AdvancedNetworkingArgs(val enabled: Output<Boolean>? = null, val observability: Output<AdvancedNetworkingObservabilityArgs>? = null, val security: Output<AdvancedNetworkingSecurityArgs>? = null) : ConvertibleToJava<AdvancedNetworkingArgs>

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

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, observability: Output<AdvancedNetworkingObservabilityArgs>? = null, security: Output<AdvancedNetworkingSecurityArgs>? = null)

Properties

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

Indicates the enablement of Advanced Networking functionalities of observability and security on AKS clusters. When this is set to true, all observability and security features will be set to enabled unless explicitly disabled. If not specified, the default is false.

Link copied to clipboard

Observability profile to enable advanced network metrics and flow logs with historical contexts.

Link copied to clipboard

Security profile to enable security features on cilium based cluster.

Functions

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