package
1.0.0
Repository: https://github.com/sameo/gophercloud.git
Documentation: pkg.go.dev

# Functions

ExtractDiskConfig returns the DiskConfig setting for a specific server acquired from an servers.ExtractServers call, while iterating through a Pager.
ExtractGet returns the disk configuration from a servers.Get call.
ExtractRebuild returns the disk configuration from a servers.Rebuild call.
ExtractUpdate returns the disk configuration from a servers.Update call.

# Constants

Auto builds a server with a single partition the size of the target flavor disk and automatically adjusts the filesystem to fit the entire partition.
Manual builds a server using whatever partition scheme and filesystem are present in the source image.

# Variables

ErrInvalidDiskConfig is returned if an invalid string is specified for a DiskConfig option.

# Structs

CreateOptsExt adds a DiskConfig option to the base CreateOpts.
RebuildOptsExt adds a DiskConfig option to the base RebuildOpts.
ResizeOptsExt adds a DiskConfig option to the base server resize options.

# Type aliases

DiskConfig represents one of the two possible settings for the DiskConfig option when creating, rebuilding, or resizing servers: Auto or Manual.