Versions in this module Expand all Collapse all v0 v0.7.1 Dec 27, 2019 Changes in this version + type EvacuateOpts struct + AdminPass string + Host string + OnSharedStorage bool + func (opts EvacuateOpts) ToEvacuateMap() (map[string]interface{}, error) + type EvacuateOptsBuilder interface + ToEvacuateMap func() (map[string]interface{}, error) + type EvacuateResult struct + func Evacuate(client *gophercloud.ServiceClient, id string, opts EvacuateOptsBuilder) (r EvacuateResult) + func (r EvacuateResult) ExtractAdminPass() (string, error)