# Packages
No description provided by the author
# Functions
Create will create a new SecurityService based on the values in CreateOpts.
Delete will delete the existing SecurityService with the provided ID.
ExtractSecurityServices extracts and returns SecurityServices.
Get retrieves the SecurityService with the provided ID.
List returns SecurityServices optionally limited by the conditions provided in ListOpts.
Update will update the SecurityService with provided information.
# Constants
Valid security service types.
Valid security service types.
Valid security service types.
# Structs
CreateOpts contains options for creating a SecurityService.
CreateResult contains the response body and error from a Create request.
DeleteResult contains the response body and error from a Delete request.
GetResult contains the response body and error from a Get request.
ListOpts holds options for listing SecurityServices.
SecurityService contains all the information associated with an OpenStack SecurityService.
SecurityServicePage is a pagination.pager that is returned from a call to the List function.
UpdateOpts contain options for updating an existing SecurityService.
UpdateResult contains the response body and error from an Update request.
# 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