Versions in this module Expand all Collapse all v1 v1.0.21 Mar 14, 2020 Changes in this version + func CreateServer(client *gophercloud.ServiceClient, opts servers.CreateOptsBuilder) (r servers.CreateResult) + func ListServers(client *gophercloud.ServiceClient) (onDemandServers, monthlyServers []servers.ServerBrief, err error) + type Charging struct + ChargingMode string + ExpireTime string + ValidTime string + type ServerExt struct + Addresses map[string]interface{} + AvailbiltyZone string + Charging Charging + Created time.Time + Flavor map[string]interface{} + ID string + Image map[string]interface{} + ImageId string + KeyName string + Links []interface{} + Metadata map[string]string + Name string + PowerState int + SecurityGroups []map[string]interface{} + Status string + TaskState string + TenantID string + Updated time.Time + UserID string + VMstate string + VolumeAttached []VolumeInfo + VpcId string + func Get(client *gophercloud.ServiceClient, serverId string) (ServerExt, error) + type VolumeInfo struct + ID string + Size int + VolumeType string