# Functions
Create requests the creation of a server from the given block device mapping.
# Structs
BlockDevice is a structure with options for booting a server instance from a volume.
CreateOptsExt is a structure that extends the server `CreateOpts` structure by allowing for a block device mapping.
CreateResult temporarily contains the response from a Create call.
# Type aliases
SourceType represents the type of medium being used to create the volume.