Versions in this module Expand all Collapse all v1 v1.0.21 Mar 12, 2020 Changes in this version + func List(c *gophercloud.ServiceClient, opts ListOptsBuilder) pagination.Pager + func Resize(client *gophercloud.ServiceClient, serverId string, opts ResizeOpts) (jobId string, err error) + type AttachableQuantity struct + FreeBlk int + FreeDisk int + FreeNik int + FreeScsi int + type Flavor struct + AccessIsPublic bool + AttachableQuantity AttachableQuantity + Disk string + FlvDisabled bool + FlvEphemeral int64 + ID string + Links []Link + Name string + OsExtraSpecs OsExtraSpecs + Ram int64 + RxtxCap string + RxtxFactor int64 + RxtxQuota string + Swap string + Vcpus string + type Flavors struct + Fs []Flavor + func ExtractFlavors(r pagination.Page) (Flavors, error) + type FlavorsPage struct + func (r FlavorsPage) IsEmpty() (bool, error) + type Job struct + Id string + type Link struct + Href string + Rel string + Type string + type ListOpts struct + AvailabilityZone string + func (opts ListOpts) ToFlavorListMap() (string, error) + type ListOptsBuilder interface + ToFlavorListMap func() (string, error) + type OsExtraSpecs struct + CondOperationAz string + CondOperationStatus string + Generation string + InstanceVnicBandwidth int64 + InstanceVnicMaxCount int + InstanceVnicType string + IoPersistentGrant bool + PciPassthroughAlias string + PciPassthroughEnableGpu string + PciPassthroughGpuSpecs string + PerformanceType string + QuotaLocalDisk string + QuotaLocalNvmeSsd string + QuotaMaxPps string + QuotaMaxRate string + QuotaMinRate string + ResourceType string + VirtualizationEnvTypes string + type ResizeOpts struct + DedicatedHostId string + FlavorRef string + func (opts ResizeOpts) ToResizeOptsMap() (map[string]interface{}, error) + type ResizeResult struct + func (r ResizeResult) ExtractJob() (Job, error)