Interface LoadBalancerFrontend

    • Method Detail

      • isPublic

        boolean isPublic()
        Returns:
        true if the frontend is public, i.e. it has a public IP address associated with it
      • inboundNatPools

        Map<String,​LoadBalancerInboundNatPool> inboundNatPools()
        Returns:
        the inbound NAT pools on this load balancer that use this frontend, indexed by their names
      • inboundNatRules

        Map<String,​LoadBalancerInboundNatRule> inboundNatRules()
        Returns:
        the inbound NAT rules on this load balancer that use this frontend, indexed by their names
      • outboundRules

        Map<String,​LoadBalancerOutboundRule> outboundRules()
        Returns:
        the outbound rules on this load balancer that use this frontend, indexed by their names