Interface Registry.UpdateStages.WithDedicatedDataEndpoints
- All Known Subinterfaces:
Registry.Update
- Enclosing interface:
Registry.UpdateStages
public static interface Registry.UpdateStages.WithDedicatedDataEndpoints
The stage of the container registry definition allowing to configure dedicated data endpoints.
-
Method Summary
Modifier and TypeMethodDescriptionDisables dedicated data endpoints for the container registry.Enables dedicated data endpoints for the container registry.
-
Method Details
-
enableDedicatedDataEndpoints
Registry.Update enableDedicatedDataEndpoints()Enables dedicated data endpoints for the container registry.- Returns:
- the next stage of the definition
- See Also:
-
disableDedicatedDataEndpoints
Registry.Update disableDedicatedDataEndpoints()Disables dedicated data endpoints for the container registry.- Returns:
- the next stage of the definition
-