Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateOpts ¶
type VolumeType ¶
type VolumeType struct { // user-defined metadata ExtraSpecs map[string]interface{} `json:"extra_specs"` // unique identifier ID string `json:"id"` // display name Name string `json:"name"` }
func Create ¶
func Create(client *golangsdk.ServiceClient, opts CreateOpts) (*VolumeType, error)
func Get ¶
func Get(client *golangsdk.ServiceClient, id string) (*VolumeType, error)
func List ¶
func List(client *golangsdk.ServiceClient) ([]VolumeType, error)
Click to show internal directories.
Click to hide internal directories.