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