Class SourceAddresses
java.lang.Object
org.jclouds.rackspace.cloudloadbalancers.v1.domain.SourceAddresses
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.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SourceAddresses
(String ipv6Public, String ipv4Public, String ipv4Servicenet) -
Method Summary
Modifier and TypeMethodDescriptionstatic SourceAddresses.Builder
builder()
boolean
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
toString()
-
Constructor Details
-
SourceAddresses
-
-
Method Details