Interface NetworkInterface.DefinitionStages.WithAcceleratedNetworking
- All Known Subinterfaces:
NetworkInterface.Definition, NetworkInterface.DefinitionStages.WithCreate
- Enclosing interface:
NetworkInterface.DefinitionStages
public static interface NetworkInterface.DefinitionStages.WithAcceleratedNetworking
The stage of the network interface definition allowing to enable accelerated networking.
-
Method Summary
Modifier and TypeMethodDescriptionEnables accelerated networking.
-
Method Details
-
withAcceleratedNetworking
NetworkInterface.DefinitionStages.WithCreate withAcceleratedNetworking()Enables accelerated networking.Note that additional steps need to be taken in the virtual machine itself for the virtual machine associated with this network interface to be able to take advantage of accelerated networking. This feature might not be available in some regions, virtual machine sizes, or operating system versions. It can be enabled only during the creation of a network interface, not during an update.
- Returns:
- the next stage of the definition
-