Interface PrivateCloud.UpdateStages.WithInternet

All Known Subinterfaces:
PrivateCloud.Update
Enclosing interface:
PrivateCloud.UpdateStages

public static interface PrivateCloud.UpdateStages.WithInternet
The stage of the PrivateCloud update allowing to specify internet.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the internet property: Connectivity to internet is enabled or disabled.
  • Method Details

    • withInternet

      PrivateCloud.Update withInternet(InternetEnum internet)
      Specifies the internet property: Connectivity to internet is enabled or disabled.
      Parameters:
      internet - Connectivity to internet is enabled or disabled.
      Returns:
      the next definition stage.