Class AccessRule
java.lang.Object
org.jclouds.rackspace.cloudloadbalancers.v1.domain.AccessRule
- Direct Known Subclasses:
AccessRuleWithId
The access rule management feature allows fine-grained network access controls to be applied to the load balancer's
virtual IP address. A single IP address, multiple IP addresses, or entire network subnets can be added as an access
rule. Rules that are configured with the ALLOW type will always take precedence over rules with the DENY type. To
reject traffic from all rules except for those with the ALLOW type, add an access rule with an address of
"0.0.0.0/0" and a DENY type.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AccessRule
Use this method to easily constructAccessRule.Type.ALLOW
rules for the address.static AccessRule
Use this method to easily constructAccessRule.Type.DENY
rules for the address.boolean
getType()
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
toString()
-
Constructor Details
-
AccessRule
-
-
Method Details
-
allow
Use this method to easily constructAccessRule.Type.ALLOW
rules for the address. -
deny
Use this method to easily constructAccessRule.Type.DENY
rules for the address. -
getAddress
-
getType
-
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-