AdvancedNetworkingPerformance Class
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.
Profile to enable performance-enhancing features on clusters that use Azure CNI powered by Cilium.
public class AdvancedNetworkingPerformance
type AdvancedNetworkingPerformance = class
Public Class AdvancedNetworkingPerformance
- Inheritance
-
AdvancedNetworkingPerformance
Constructors
| Name | Description |
|---|---|
| AdvancedNetworkingPerformance() |
Initializes a new instance of the AdvancedNetworkingPerformance class. |
| AdvancedNetworkingPerformance(String) |
Initializes a new instance of the AdvancedNetworkingPerformance class. |
Properties
| Name | Description |
|---|---|
| AccelerationMode |
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' |