AdvancedNetworkingResponse

data class AdvancedNetworkingResponse(val enabled: Boolean? = null, val observability: AdvancedNetworkingObservabilityResponse? = null, val security: AdvancedNetworkingSecurityResponse? = null)

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: Boolean? = null, observability: AdvancedNetworkingObservabilityResponse? = null, security: AdvancedNetworkingSecurityResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: 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.