NetworkInterface.UpdateStages.WithAcceleratedNetworking Interface

public static interface NetworkInterface.UpdateStages.WithAcceleratedNetworking

The stage of the network interface definition allowing to specify accelerated networking.

Method Summary

Modifier and Type Method and Description
abstract Update withAcceleratedNetworking()

Enables accelerated networking.

abstract Update withoutAcceleratedNetworking()

Disables accelerated networking.

Method Details

withAcceleratedNetworking

public abstract NetworkInterface.Update 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 cannot be enabled if it has already been attached to a running virtual machine.

Returns:

the next stage of the update

withoutAcceleratedNetworking

public abstract NetworkInterface.Update withoutAcceleratedNetworking()

Disables accelerated networking.

Returns:

the next stage of the update

Applies to