Interface Domain.UpdateStages.WithInboundIpRules

  • All Known Subinterfaces:
    Domain.Update
    Enclosing interface:
    Domain.UpdateStages

    public static interface Domain.UpdateStages.WithInboundIpRules
    The stage of the Domain update allowing to specify inboundIpRules.
    • Method Detail

      • withInboundIpRules

        Domain.Update 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.