You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The stage of the network interface definition allowing to disable accelerated networking.
518
+
* The stage of the network interface definition allowing to specify accelerated networking.
519
519
*/
520
520
interfaceWithAcceleratedNetworking {
521
+
/**
522
+
* Enables accelerated networking.
523
+
* <p>
524
+
* 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
525
+
* take advantage of accelerated networking. This feature might not be available in some regions, virtual machine sizes, or operating system versions.
526
+
* It cannot be enabled if it has already been attached to a running virtual machine.
527
+
* @return the next stage of the update
528
+
*/
529
+
UpdatewithAcceleratedNetworking();
530
+
521
531
/**
522
532
* Disables accelerated networking.
523
533
* @return the next stage of the update
524
534
*/
525
-
UpdatewithoutAcceleratedNetworking(); }
535
+
UpdatewithoutAcceleratedNetworking();
536
+
}
526
537
527
538
/**
528
539
* The stage of the network interface update allowing to associate it with a load balancer.
0 commit comments