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
name: string, Required. Name of the resource. (required)
472
+
body: object, The request body.
473
+
The object takes the form of:
474
+
475
+
{ # Message requesting to stop a server.
476
+
}
477
+
478
+
x__xgafv: string, V1 error format.
479
+
Allowed values
480
+
1 - v1 error format
481
+
2 - v2 error format
482
+
483
+
Returns:
484
+
An object of the form:
485
+
486
+
{ # This resource represents a long-running operation that is the result of a network API call.
487
+
"done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
488
+
"error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
489
+
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
490
+
"details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
491
+
{
492
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
493
+
},
494
+
],
495
+
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
496
+
},
497
+
"metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
498
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
499
+
},
500
+
"name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
501
+
"response": { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
502
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
Copy file name to clipboardExpand all lines: docs/dyn/baremetalsolution_v2.projects.locations.volumes.html
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,7 @@ <h3>Method Details</h3>
122
122
{ # A storage volume.
123
123
"autoGrownSizeGib": "A String", # The size, in GiB, that this storage volume has expanded as a result of an auto grow policy. In the absence of auto-grow, the value is 0.
124
124
"currentSizeGib": "A String", # The current size of this storage volume, in GiB, including space reserved for snapshots. This size might be different than the requested size if the storage volume has been configured with auto grow or auto shrink.
125
+
"emergencySizeGib": "A String", # Additional emergency size that was requested for this Volume, in GiB. current_size_gib includes this value.
125
126
"id": "A String", # An identifier for the `Volume`, generated by the backend.
126
127
"labels": { # Labels as key value pairs.
127
128
"a_key": "A String",
@@ -169,6 +170,7 @@ <h3>Method Details</h3>
169
170
{ # A storage volume.
170
171
"autoGrownSizeGib": "A String", # The size, in GiB, that this storage volume has expanded as a result of an auto grow policy. In the absence of auto-grow, the value is 0.
171
172
"currentSizeGib": "A String", # The current size of this storage volume, in GiB, including space reserved for snapshots. This size might be different than the requested size if the storage volume has been configured with auto grow or auto shrink.
173
+
"emergencySizeGib": "A String", # Additional emergency size that was requested for this Volume, in GiB. current_size_gib includes this value.
172
174
"id": "A String", # An identifier for the `Volume`, generated by the backend.
173
175
"labels": { # Labels as key value pairs.
174
176
"a_key": "A String",
@@ -218,6 +220,7 @@ <h3>Method Details</h3>
218
220
{ # A storage volume.
219
221
"autoGrownSizeGib": "A String", # The size, in GiB, that this storage volume has expanded as a result of an auto grow policy. In the absence of auto-grow, the value is 0.
220
222
"currentSizeGib": "A String", # The current size of this storage volume, in GiB, including space reserved for snapshots. This size might be different than the requested size if the storage volume has been configured with auto grow or auto shrink.
223
+
"emergencySizeGib": "A String", # Additional emergency size that was requested for this Volume, in GiB. current_size_gib includes this value.
221
224
"id": "A String", # An identifier for the `Volume`, generated by the backend.
222
225
"labels": { # Labels as key value pairs.
"description": "The OS image currently installed on the server.",
1404
+
"type": "string"
1405
+
},
1374
1406
"state": {
1375
1407
"description": "The state of the server.",
1376
1408
"enum": [
@@ -2269,12 +2301,20 @@
2269
2301
"enum": [
2270
2302
"STATE_UNSPECIFIED",
2271
2303
"DRAFT",
2272
-
"SUBMITTED"
2304
+
"SUBMITTED",
2305
+
"PROVISIONING",
2306
+
"PROVISIONED",
2307
+
"VALIDATED",
2308
+
"CANCELLED"
2273
2309
],
2274
2310
"enumDescriptions": [
2275
2311
"State wasn't specified.",
2276
2312
"ProvisioningConfig is a draft and can be freely modified.",
2277
-
"ProvisioningConfig was already submitted and cannot be modified."
2313
+
"ProvisioningConfig was already submitted and cannot be modified.",
2314
+
"ProvisioningConfig was in the provisioning state. Initially this state comes from the work order table in big query when SNOW is used. Later this field can be set by the work order API.",
2315
+
"ProvisioningConfig was provisioned, meaning the resources exist.",
2316
+
"ProvisioningConfig was validated. A validation tool will be run to set this state.",
2317
+
"ProvisioningConfig was canceled."
2278
2318
],
2279
2319
"readOnly": true,
2280
2320
"type": "string"
@@ -2535,6 +2575,12 @@
2535
2575
},
2536
2576
"type": "object"
2537
2577
},
2578
+
"StopInstanceRequest": {
2579
+
"description": "Message requesting to stop a server.",
2580
+
"id": "StopInstanceRequest",
2581
+
"properties": {},
2582
+
"type": "object"
2583
+
},
2538
2584
"SubmitProvisioningConfigRequest": {
2539
2585
"description": "Request for SubmitProvisioningConfig.",
2540
2586
"id": "SubmitProvisioningConfigRequest",
@@ -2631,6 +2677,11 @@
2631
2677
"format": "int64",
2632
2678
"type": "string"
2633
2679
},
2680
+
"emergencySizeGib": {
2681
+
"description": "Additional emergency size that was requested for this Volume, in GiB. current_size_gib includes this value.",
2682
+
"format": "int64",
2683
+
"type": "string"
2684
+
},
2634
2685
"id": {
2635
2686
"description": "An identifier for the `Volume`, generated by the backend.",
0 commit comments