openstack.network.v2.security_group¶
The SecurityGroup Class¶
The SecurityGroup
class inherits from Resource
.
-
class
openstack.network.v2.security_group.
SecurityGroup
(attrs=None, loaded=False)¶ -
description
= None¶ The security group description.
-
name
= None¶ The security group name.
-
project_id
= None¶ The ID of the project this security group is associated with.
-
security_group_rules
= None¶ A list of
SecurityGroupRule
objects. Type: list
-