# Packages
No description provided by the author
# Functions
AddSecurityService will add the security service to a ShareNetwork.
Create will create a new ShareNetwork based on the values in CreateOpts.
Delete will delete the existing ShareNetwork with the provided ID.
ExtractShareNetworks extracts and returns ShareNetworks.
Get retrieves the ShareNetwork with the provided ID.
ListDetail returns ShareNetworks optionally limited by the conditions provided in ListOpts.
RemoveSecurityService will remove the security service from a ShareNetwork.
Update will update the ShareNetwork with provided information.
# Structs
AddSecurityServiceOpts contain options for adding a security service to an existing ShareNetwork.
AddSecurityServiceResult contains the response body and error from a security service addition request.
CreateOpts contains options for creating a ShareNetwork.
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 ShareNetworks.
RemoveSecurityServiceOpts contain options for removing a security service from an existing ShareNetwork.
RemoveSecurityServiceResult contains the response body and error from a security service removal request.
ShareNetwork contains all the information associated with an OpenStack ShareNetwork.
ShareNetworkPage is a pagination.pager that is returned from a call to the List function.
UpdateOpts contain options for updating an existing ShareNetwork.
UpdateResult contains the response body and error from an Update request.
# Interfaces
AddSecurityServiceOptsBuilder allows extensions to add additional parameters to the AddSecurityService request.
CreateOptsBuilder allows extensions to add additional parameters to the Create request.
ListOptsBuilder allows extensions to add additional parameters to the List request.
RemoveSecurityServiceOptsBuilder allows extensions to add additional parameters to the RemoveSecurityService request.
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.