Interface NetworkInterface.DefinitionStages.WithLoadBalancer

    • Method Detail

      • withExistingLoadBalancerBackend

        NetworkInterface.DefinitionStages.WithCreate withExistingLoadBalancerBackend​(LoadBalancer loadBalancer,
                                                                                     String backendName)
        Associates the network interface's primary IP configuration with a backend of an existing load balancer.
        Parameters:
        loadBalancer - an existing load balancer
        backendName - the name of an existing backend on that load balancer
        Returns:
        the next stage of the definition
      • withExistingLoadBalancerInboundNatRule

        NetworkInterface.DefinitionStages.WithCreate withExistingLoadBalancerInboundNatRule​(LoadBalancer loadBalancer,
                                                                                            String inboundNatRuleName)
        Associates the network interface's primary IP configuration with an inbound NAT rule of an existing load balancer.
        Parameters:
        loadBalancer - an existing load balancer
        inboundNatRuleName - the name of an existing inbound NAT rule on the selected load balancer
        Returns:
        the next stage of the definition