AdvancedNetworkingPerformance.AccelerationMode Property

Definition

Gets or sets enable advanced network acceleration options. This allows users to configure acceleration using BPF host routing. This can be enabled only with Cilium dataplane. If not specified, the default value is None (no acceleration). The acceleration mode can be changed on a pre-existing cluster. See https://aka.ms/acnsperformance for a detailed explanation Possible values include: 'BpfVeth', 'None'

[Newtonsoft.Json.JsonProperty(PropertyName="accelerationMode")]
public string AccelerationMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="accelerationMode")>]
member this.AccelerationMode : string with get, set
Public Property AccelerationMode As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to