Places the server in rescue mode.
Namespace: net.openstack.Core.DomainAssembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax Public Function Rescue As String
member Rescue : unit -> string
Return Value
Type:
StringThe root password assigned for use during rescue mode.
Exceptions Remarks
This operation is completed asynchronously. To wait for the server to enter rescue mode,
call
WaitForState Overload with the state
Rescue.
Note |
---|
The provider may limit the duration of rescue mode, after which the rescue image is destroyed
and the server attempts to reboot. Rescue mode may be explicitly exited at any time by
calling UnRescue.
|
Version Information .NET Framework
Supported in: 4.5
openstack.net
Supported in: 1.6, 1.5, 1.4, 1.3.6
See Also