package
1.0.0
Repository: https://github.com/dspeichert/gophercloud.git
Documentation: pkg.go.dev

# Functions

Create is an operation which provisions a new virtual IP based on the configuration defined in the CreateOpts struct.
Delete will permanently delete a particular virtual IP based on its unique ID.
ExtractVIPs accepts a Page struct, specifically a VIPPage struct, and extracts the elements into a slice of VirtualIP structs.
Get retrieves a particular virtual IP based on its unique ID.
List returns a Pager which allows you to iterate over a collection of routers.
Update is an operation which modifies the attributes of the specified VIP.

# Variables

Convenience vars for AdminStateUp values.
Convenience vars for AdminStateUp values.

# Structs

CreateOpts contains all the values needed to create a new virtual IP.
CreateResult represents the result of a create operation.
DeleteResult represents the result of a delete operation.
GetResult represents the result of a get operation.
ListOpts allows the filtering and sorting of paginated collections through the API.
SessionPersistence represents the session persistence feature of the load balancing service.
UpdateOpts contains all the values needed to update an existing virtual IP.
UpdateResult represents the result of an update operation.
VIPPage is the page returned by a pager when traversing over a collection of routers.
VirtualIP is the primary load balancing configuration object that specifies the virtual IP address and port on which client traffic is received, as well as other details such as the load balancing method to be use, protocol, etc.