l.l.d.r.RackspaceAccessRule(object) : class documentation

Part of libcloud.loadbalancer.drivers.rackspace View Source View In Hierarchy

An access rule allows or denies traffic to a Load Balancer based on the incoming IPs.
ParametersidUnique identifier to refer to this rule by. (type: int)
rule_typeRackspaceAccessRuleType.ALLOW or RackspaceAccessRuleType.DENY.
addressIP address or cidr (can be IPv4 or IPv6). (type: str)
Method __init__ Undocumented
Method _to_dict Undocumented
def __init__(self, id=None, rule_type=None, address=None): (source)
Undocumented
def _to_dict(self): (source)
Undocumented
API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:49:10.