Interface Server.UpdateStages.WithPublicNetworkAccess

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

public static interface Server.UpdateStages.WithPublicNetworkAccess
The stage of the Server update allowing to specify publicNetworkAccess.
  • Method Details

    • withPublicNetworkAccess

      Server.Update withPublicNetworkAccess(PublicNetworkAccessEnum publicNetworkAccess)
      Specifies the publicNetworkAccess property: Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'.
      Parameters:
      publicNetworkAccess - Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'.
      Returns:
      the next definition stage.