Versions in this module Expand all Collapse all v1 v1.0.0 Oct 28, 2014 Changes in this version + func Create(client *gophercloud.ServiceClient, opts servers.CreateOptsBuilder) servers.CreateResult + type BlockDevice struct + BootIndex int + DeleteOnTermination bool + DestinationType string + SourceType SourceType + UUID string + VolumeSize int + type CreateOptsExt struct + BlockDevice []BlockDevice + func (opts CreateOptsExt) ToServerCreateMap() (map[string]interface{}, error) + type CreateResult struct + type SourceType string + const Image + const Snapshot + const Volume