Interface Registry.DefinitionStages.WithPublicNetworkAccess
-
- All Known Subinterfaces:
Registry.Definition,Registry.DefinitionStages.WithCreate
- Enclosing interface:
- Registry.DefinitionStages
public static interface Registry.DefinitionStages.WithPublicNetworkAccessThe stage of the container registry definition allowing to disable public network access.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Registry.DefinitionStages.WithCreatedisablePublicNetworkAccess()Disables public network access for the container registry, for private link feature.
-
-
-
Method Detail
-
disablePublicNetworkAccess
Registry.DefinitionStages.WithCreate disablePublicNetworkAccess()
Disables public network access for the container registry, for private link feature.- Returns:
- the next stage of the definition
-
-