Interface Registry.UpdateStages.WithPublicNetworkAccess
- All Known Subinterfaces:
Registry.Update
- Enclosing interface:
- Registry.UpdateStages
public static interface Registry.UpdateStages.WithPublicNetworkAccess
The stage of the container registry definition allowing to change public network access.
-
Method Summary
Modifier and TypeMethodDescriptionDisables public network access for the container registry, for private link feature.Enables public network access for the container registry.
-
Method Details
-
enablePublicNetworkAccess
Registry.Update enablePublicNetworkAccess()Enables public network access for the container registry.- Returns:
- the next stage of the update
-
disablePublicNetworkAccess
Registry.Update disablePublicNetworkAccess()Disables public network access for the container registry, for private link feature.- Returns:
- the next stage of the update
-