# Packages
No description provided by the author
# Functions
AddAccess will add access to a ShareType based on the values in AccessOpts.
Create will create a new ShareType based on the values in CreateOpts.
Delete will delete the existing ShareType with the provided ID.
ExtractShareTypes extracts and returns ShareTypes.
GetDefault will retrieve the default ShareType.
GetExtraSpecs will retrieve the extra specifications for a given ShareType.
List returns ShareTypes optionally limited by the conditions provided in ListOpts.
RemoveAccess will remove access to a ShareType based on the values in AccessOpts.
SetExtraSpecs will set new specifications for a ShareType based on the values in SetExtraSpecsOpts.
ShowAccess will show access details for an existing ShareType.
UnsetExtraSpecs will unset an extra specification for an existing ShareType.
# Structs
No description provided by the author
AddAccessResult contains the response body and error from a Add Access request.
CreateOpts contains options for creating a ShareType.
CreateResult contains the response body and error from a Create request.
DeleteResult contains the response body and error from a Delete request.
ExtraSpecsOpts represent the extra specifications that can be selected for a share type.
GetDefaultResult contains the response body and error from a Get Default request.
GetExtraSpecsResult contains the response body and error from a Get Extra Specs request.
ListOpts holds options for listing ShareTypes.
RemoveAccessResult contains the response body and error from a Remove Access request.
No description provided by the author
SetExtraSpecsResult contains the response body and error from a Set Extra Specs request.
ShareType contains all the information associated with an OpenStack ShareType.
ShareTypeAccess contains all the information associated with an OpenStack ShareTypeAccess.
ShareTypePage is a pagination.pager that is returned from a call to the List function.
ShowAccessResult contains the response body and error from a Show access request.
UnsetExtraSpecsResult contains the response body and error from a Unset Extra Specs request.
# Interfaces
AddAccessOptsBuilder allows extensions to add additional parameters to the AddAccess.
CreateOptsBuilder allows extensions to add additional parameters to the Create request.
ListOptsBuilder allows extensions to add additional parameters to the List request.
RemoveAccessOptsBuilder allows extensions to add additional parameters to the RemoveAccess.
SetExtraSpecsOptsBuilder allows extensions to add additional parameters to the SetExtraSpecs request.
# Type aliases
ExtraSpecs contains all the information associated with extra specifications for an Openstack ShareType.