Interface Disk.UpdateStages.WithPublicNetworkAccess
- All Known Subinterfaces:
Disk.Update
- Enclosing interface:
Disk.UpdateStages
public static interface Disk.UpdateStages.WithPublicNetworkAccess
The stage of disk update allowing to configure network access settings.
-
Method Summary
Modifier and TypeMethodDescriptionDisables public network access for the disk.Enables public network access for the disk.
-
Method Details
-
enablePublicNetworkAccess
Disk.Update enablePublicNetworkAccess()Enables public network access for the disk.- Returns:
- the next stage of the update
-
disablePublicNetworkAccess
Disk.Update disablePublicNetworkAccess()Disables public network access for the disk.- Returns:
- the next stage of the update
-