Interface NetworkInterface.UpdateStages.WithAcceleratedNetworking

  • All Known Subinterfaces:
    NetworkInterface.Update
    Enclosing interface:
    NetworkInterface.UpdateStages

    public static interface NetworkInterface.UpdateStages.WithAcceleratedNetworking
    The stage of the network interface definition allowing to specify accelerated networking.
    • Method Detail

      • withAcceleratedNetworking

        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

        NetworkInterface.Update withoutAcceleratedNetworking()
        Disables accelerated networking.
        Returns:
        the next stage of the update