l.c.d.o.OpenStackSecurityGroup(object) : class documentation

Part of libcloud.compute.drivers.openstack View Source View In Hierarchy

A Security Group.
Method __init__ Constructor.
Method __repr__ Undocumented
def __init__(self, id, tenant_id, name, description, driver, rules=None, extra=None): (source)
Constructor.

@keyword    id: Group id.
@type       id: C{str}

@keyword    tenant_id: Owner of the security group.
@type       tenant_id: C{str}

@keyword    name: Human-readable name for the security group. Might
                  not be unique.
@type       name: C{str}

@keyword    description: Human-readable description of a security
                         group.
@type       description: C{str}

@keyword    rules: Rules associated with this group.
@type       description: C{list} of L{OpenStackSecurityGroupRule}

@keyword    extra: Extra attributes associated with this group.
@type       extra: C{dict}
def __repr__(self): (source)
Undocumented
API Documentation for libcloud, generated by pydoctor at 2013-07-01 17:02:02.