blob: f16a4bb01bef2658c0cbb73a3ce71a5726dd624f [file] [log] [blame]
Jamie Hannaford686c4962014-09-23 10:46:20 +02001// Package ports contains functionality for working with Neutron port resources.
2// A port represents a virtual switch port on a logical network switch. Virtual
3// instances attach their interfaces into ports. The logical port also defines
4// the MAC address and the IP address(es) to be assigned to the interfaces
5// plugged into them. When IP addresses are associated to a port, this also
6// implies the port is associated with a subnet, as the IP address was taken
7// from the allocation pool for a specific subnet.
Jamie Hannaford548d3402014-09-18 15:50:08 +02008package ports