Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func List ¶
func List(c *gophercloud.ServiceClient) pagination.Pager
List returns a Pager which allows you to iterate over the full collection of extensions. It does not accept query parameters.
Types ¶
type Extension ¶
Extension is a single OpenStack extension.
func ExtractExtensions ¶
func ExtractExtensions(page pagination.Page) ([]Extension, error)
ExtractExtensions interprets a Page as a slice of Extensions.
type GetResult ¶
GetResult wraps a GetResult from common.
func Get ¶
func Get(c *gophercloud.ServiceClient, alias string) GetResult
Get retrieves information for a specific extension using its alias.
Directories ¶
Path | Synopsis |
---|---|
Package external provides information and interaction with the external extension for the OpenStack Networking service.
|
Package external provides information and interaction with the external extension for the OpenStack Networking service. |
Package layer3 provides access to the Layer-3 networking extension for the OpenStack Neutron service.
|
Package layer3 provides access to the Layer-3 networking extension for the OpenStack Neutron service. |
Package lbaas provides information and interaction with the Load Balancer as a Service extension for the OpenStack Networking service.
|
Package lbaas provides information and interaction with the Load Balancer as a Service extension for the OpenStack Networking service. |
Package provider gives access to the provider Neutron plugin, allowing network extended attributes.
|
Package provider gives access to the provider Neutron plugin, allowing network extended attributes. |
Package security contains functionality to work with security group and security group rules Neutron resources.
|
Package security contains functionality to work with security group and security group rules Neutron resources. |
Click to show internal directories.
Click to hide internal directories.