# Packages
No description provided by the author
# Functions
Create accepts a CreateOpts struct and uses the values to create a new IPSec policy.
Delete will permanently delete a particular IPSec policy based on its unique ID.
ExtractPolicies accepts a Page struct, specifically a Policy struct, and extracts the elements into a slice of Policy structs.
Get retrieves a particular IPSec policy based on its unique ID.
List returns a Pager which allows you to iterate over a collection of IPSec policies.
Update allows IPSec policies to be updated.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
CreateOpts contains all the values needed to create a new IPSec policy.
CreateResult represents the result of a create operation.
CreateResult represents the result of a delete operation.
GetResult represents the result of a get operation.
No description provided by the author
The lifetime consists of a unit and integer value You can omit either the unit or value portion of the lifetime.
No description provided by the author
ListOpts allows the filtering of paginated collections through the API.
Policy is an IPSec Policy.
PolicyPage is the page returned by a pager when traversing over a collection of Policies.
UpdateOpts contains the values used when updating an IPSec policy.
UpdateResult represents the result of an update operation.
# Interfaces
CreateOptsBuilder allows extensions to add additional parameters to the Create request.
ListOptsBuilder allows extensions to add additional parameters to the List request.
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author