Part of libcloud.compute.drivers.openstack View Source View In Hierarchy
A Security Group.
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}