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