java.lang.Object
org.jclouds.rackspace.cloudloadbalancers.v1.domain.SourceAddresses

public class SourceAddresses extends Object
The load balancer source IP addresses are useful for customers who are automating the deployment of infrastructure and need to determine the IP addresses of requests coming from our load balancers for the purpose of creating more robust firewall rules.
  • Constructor Details

    • SourceAddresses

      protected SourceAddresses(String ipv6Public, String ipv4Public, String ipv4Servicenet)
  • Method Details