Interface Domain.DefinitionStages.WithInboundIpRules

All Known Subinterfaces:
Domain.Definition, Domain.DefinitionStages.WithCreate
Enclosing interface:
Domain.DefinitionStages

public static interface Domain.DefinitionStages.WithInboundIpRules
The stage of the Domain definition allowing to specify inboundIpRules.
  • Method Details

    • withInboundIpRules

      Domain.DefinitionStages.WithCreate withInboundIpRules(List<InboundIpRule> inboundIpRules)
      Specifies the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled..
      Parameters:
      inboundIpRules - This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled.
      Returns:
      the next definition stage.