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.

@param id: Unique identifier to refer to this rule by.
@type id: C{str}

@param rule_type: RackspaceAccessRuleType.ALLOW or
                  RackspaceAccessRuleType.DENY.
@type id: C{int}

@param address: IP address or cidr (can be IPv4 or IPv6).
@type address: C{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 2013-07-01 17:02:02.