IComputeProviderRescueServer Method |
Namespace: net.openstack.Core.Providers
string RescueServer( string serverId, string region = null, CloudIdentity identity = null )
Exception | Condition |
---|---|
ArgumentNullException | If serverId is . |
ArgumentException | If serverId is empty. |
NotSupportedException |
If the provider does not support the given identity type.
-or- The specified region is not supported. |
InvalidOperationException |
If identity is and no default identity is available for the provider.
-or- If region is and no default region is available for the provider. |
ResponseException | If the REST API request failed. |
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 UnRescueServer(String, String, CloudIdentity). |