AdvancedNetworkingPerformance Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. AdvancedNetworkingPerformance
- com.
Implements
public final class AdvancedNetworkingPerformance
implements JsonSerializable<AdvancedNetworkingPerformance>
Profile to enable performance-enhancing features on clusters that use Azure CNI powered by Cilium.
Constructor Summary
| Constructor | Description |
|---|---|
| AdvancedNetworkingPerformance() |
Creates an instance of Advanced |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Acceleration |
accelerationMode()
Get the acceleration |
|
static
Advanced |
fromJson(JsonReader jsonReader)
Reads an instance of Advanced |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Advanced |
withAccelerationMode(AccelerationMode accelerationMode)
Set the acceleration |
Methods inherited from java.lang.Object
Constructor Details
AdvancedNetworkingPerformance
public AdvancedNetworkingPerformance()
Creates an instance of AdvancedNetworkingPerformance class.
Method Details
accelerationMode
public AccelerationMode accelerationMode()
Get the accelerationMode property: 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.
Returns:
fromJson
public static AdvancedNetworkingPerformance fromJson(JsonReader jsonReader)
Reads an instance of AdvancedNetworkingPerformance from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withAccelerationMode
public AdvancedNetworkingPerformance withAccelerationMode(AccelerationMode accelerationMode)
Set the accelerationMode property: 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.
Parameters:
Returns: