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 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 via withAccessFromIpAddress(String) ()} withAccessFromIpAddressRange(String).
      Returns:
      the next stage of the definition
    • withAccessFromIpAddressRange

      Registry.DefinitionStages.WithCreate withAccessFromIpAddressRange(String ipAddressCidr)
      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

      Registry.DefinitionStages.WithCreate withAccessFromIpAddress(String ipAddress)
      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: