You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/corelib/Compute/v2_1/ServerBlockDeviceMapping.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
namespaceOpenStack.Compute.v2_1
4
4
{
5
5
/// <summary>
6
-
/// Enables you to boot a server from a volume when you specify additional parameters.
6
+
/// Defines how to boot a server from a volume.
7
7
/// </summary>
8
8
/// <remarks>
9
9
/// If you specify the volume status, you must set it to available. In the OpenStack Block Storage database, the volume attach_status must be detached.
@@ -17,7 +17,7 @@ public class ServerBlockDeviceMapping
17
17
publicintBootIndex{get;set;}
18
18
19
19
/// <summary>
20
-
/// Defines the order in which a hypervisor tries devices when it attempts to boot the guest from storage.
20
+
/// A path to the device for the volume that you want to use to boot the server.
thrownewInvalidOperationException(string.Format($"{callerName} can only be used on instances which were constructed by the ComputeService. Use ComputeService.{callerName} instead."));
/// <exception cref="InvalidOperationException">When this instance was not constructed by the <see cref="ComputeService"/>, as it is missing the appropriate internal state to execute service calls.</exception>
/// <exception cref="InvalidOperationException">When this instance was not constructed by the <see cref="ComputeService"/>, as it is missing the appropriate internal state to execute service calls.</exception>
0 commit comments