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)
created_at = None

Timestamp when the security group was created.

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.

revision_number = None

Revision number of the security group. Type: int

updated_at = None

Timestamp when the security group was last updated.

security_group_rules = None

A list of SecurityGroupRule objects. Type: list