Security group interface (1.1 extension).
Bases: novaclient.base.Resource
Populate and bind to a manager.
| Parameters: | 
 | 
|---|
Delete this security group.
| Returns: | An instance of novaclient.base.TupleWithMeta | 
|---|
Update this security group.
| Returns: | SecurityGroup | 
|---|
Bases: novaclient.base.ManagerWithFind
Create a security group
| Parameters: | 
 | 
|---|---|
| Return type: | the security group object | 
Delete a security group
| Parameters: | group – The security group to delete (group or ID) | 
|---|---|
| Returns: | An instance of novaclient.base.TupleWithMeta | 
Get a security group
| Parameters: | group_id – The security group to get by ID | 
|---|---|
| Return type: | SecurityGroup | 
Get a list of all security_groups
| Return type: | list of SecurityGroup | 
|---|
alias of SecurityGroup
Update a security group
| Parameters: | 
 | 
|---|---|
| Return type: | the security group object |