Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateOptsExt ¶
type CreateOptsExt struct { servers.CreateOptsBuilder BlockDevice []volume.BlockDevice `json:"block_device_mapping_v2,omitempty"` SchedulerHints hints.SchedulerHints `json:"os:scheduler_hints,omitempty"` }
CreateOptsExt is a structure that extends the server `CreateOpts` structure
func (CreateOptsExt) ToServerCreateMap ¶
func (opts CreateOptsExt) ToServerCreateMap() (map[string]interface{}, error)
Click to show internal directories.
Click to hide internal directories.