openstack.network.v2.security_group

The SecurityGroup Class

The SecurityGroup class inherits from Resource.

class openstack.network.v2.security_group.SecurityGroup(_synchronized=False, **attrs)

The base resource

Parameters:_synchronized (bool) – This is not intended to be used directly. See new() and existing().
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

security_group_rules = None

A list of SecurityGroupRule objects. Type: list

updated_at = None

Timestamp when the security group was last updated.