AdvancedNetworkingPerformance.AccelerationMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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