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.withAccessFromIpAddress(String ipAddress) Specifies that access to the container registry from the specific ip address should be allowed.withAccessFromIpAddressRange(String ipAddressCidr) Specifies that access to the container registry from the specific ip range should be allowed.Specifies that by default access to container registry should be denied from all networks except from those networks specified viawithAccessFromIpAddress(String)()}withAccessFromIpAddressRange(String).Specifies that access to the container registry from trusted services should be allowed.
-
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
-
withAccessFromSelectedNetworks
Registry.DefinitionStages.WithCreate withAccessFromSelectedNetworks()Specifies that by default access to container registry should be denied from all networks except from those networks specified viawithAccessFromIpAddress(String)()}withAccessFromIpAddressRange(String).- Returns:
- the next stage of the definition
-
withAccessFromIpAddressRange
Specifies that access to the container registry from the specific ip range should be allowed.- Parameters:
ipAddressCidr- the ip address range expressed in cidr format- Returns:
- the next stage of the definition
-
withAccessFromIpAddress
Specifies that access to the container registry from the specific ip address should be allowed.- Parameters:
ipAddress- the ip address- Returns:
- the next stage of the definition
-
withAccessFromTrustedServices
Registry.DefinitionStages.WithCreate withAccessFromTrustedServices()Specifies that access to the container registry from trusted services should be allowed.- Returns:
- the next stage of the definition
- See Also:
-