# 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.
# 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.