package security

import "github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security"

Package security contains functionality to work with security group and security group rules Neutron resources.

Security groups and security group rules allows administrators and tenants the ability to specify the type of traffic and direction (ingress/egress) that is allowed to pass through a port. A security group is a container for security group rules.

When a port is created in Networking it is associated with a security group. If a security group is not specified the port is associated with a 'default' security group. By default, this group drops all ingress traffic and allows all egress. Rules can be added to this group in order to change the behaviour.

The basic characteristics of Neutron Security Groups are:

For ingress traffic (to an instance)

For egress traffic (from an instance)

"default security group" is defined for each tenant.

Index

Source Files

doc.go

Directories

PathSynopsis
openstack/networking/v2/extensions/security/groups
openstack/networking/v2/extensions/security/rules
Version
v1.0.0 (latest)
Published
Oct 28, 2014
Platform
js/wasm
Last checked
13 hours ago

Tools for package owners.