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: docs/dyn/compute_alpha.addresses.html
+44Lines changed: 44 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -277,6 +277,17 @@ <h3>Method Details</h3>
277
277
"httpErrorStatusCode": 42, # [Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a `404` means the resource was not found.
278
278
"id": "A String", # [Output Only] The unique identifier for the operation. This identifier is defined by the server.
279
279
"insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
"perLocationStatus": { # Status information per location (location name is key). Example key: zones/us-central1-a
282
+
"a_key": {
283
+
"createdVmCount": 42, # [Output Only] Count of VMs successfully created so far.
284
+
"deletedVmCount": 42, # [Output Only] Count of VMs that got deleted during rollback.
285
+
"failedToCreateVmCount": 42, # [Output Only] Count of VMs that started creating but encountered an error.
286
+
"status": "A String", # [Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back.
287
+
"targetVmCount": 42, # [Output Only] Count of VMs originally planned to be created.
288
+
},
289
+
},
290
+
},
280
291
"kind": "compute#operation", # [Output Only] Type of the resource. Always `compute#operation` for Operation resources.
281
292
"name": "A String", # [Output Only] Name of the operation.
282
293
"operationGroupId": "A String", # [Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request.
@@ -465,6 +476,17 @@ <h3>Method Details</h3>
465
476
"httpErrorStatusCode": 42, # [Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a `404` means the resource was not found.
466
477
"id": "A String", # [Output Only] The unique identifier for the operation. This identifier is defined by the server.
467
478
"insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
"perLocationStatus": { # Status information per location (location name is key). Example key: zones/us-central1-a
481
+
"a_key": {
482
+
"createdVmCount": 42, # [Output Only] Count of VMs successfully created so far.
483
+
"deletedVmCount": 42, # [Output Only] Count of VMs that got deleted during rollback.
484
+
"failedToCreateVmCount": 42, # [Output Only] Count of VMs that started creating but encountered an error.
485
+
"status": "A String", # [Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back.
486
+
"targetVmCount": 42, # [Output Only] Count of VMs originally planned to be created.
487
+
},
488
+
},
489
+
},
468
490
"kind": "compute#operation", # [Output Only] Type of the resource. Always `compute#operation` for Operation resources.
469
491
"name": "A String", # [Output Only] Name of the operation.
470
492
"operationGroupId": "A String", # [Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request.
@@ -667,6 +689,17 @@ <h3>Method Details</h3>
667
689
"httpErrorStatusCode": 42, # [Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a `404` means the resource was not found.
668
690
"id": "A String", # [Output Only] The unique identifier for the operation. This identifier is defined by the server.
669
691
"insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
"perLocationStatus": { # Status information per location (location name is key). Example key: zones/us-central1-a
694
+
"a_key": {
695
+
"createdVmCount": 42, # [Output Only] Count of VMs successfully created so far.
696
+
"deletedVmCount": 42, # [Output Only] Count of VMs that got deleted during rollback.
697
+
"failedToCreateVmCount": 42, # [Output Only] Count of VMs that started creating but encountered an error.
698
+
"status": "A String", # [Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back.
699
+
"targetVmCount": 42, # [Output Only] Count of VMs originally planned to be created.
700
+
},
701
+
},
702
+
},
670
703
"kind": "compute#operation", # [Output Only] Type of the resource. Always `compute#operation` for Operation resources.
671
704
"name": "A String", # [Output Only] Name of the operation.
672
705
"operationGroupId": "A String", # [Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request.
@@ -790,6 +823,17 @@ <h3>Method Details</h3>
790
823
"httpErrorStatusCode": 42, # [Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a `404` means the resource was not found.
791
824
"id": "A String", # [Output Only] The unique identifier for the operation. This identifier is defined by the server.
792
825
"insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
"perLocationStatus": { # Status information per location (location name is key). Example key: zones/us-central1-a
828
+
"a_key": {
829
+
"createdVmCount": 42, # [Output Only] Count of VMs successfully created so far.
830
+
"deletedVmCount": 42, # [Output Only] Count of VMs that got deleted during rollback.
831
+
"failedToCreateVmCount": 42, # [Output Only] Count of VMs that started creating but encountered an error.
832
+
"status": "A String", # [Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back.
833
+
"targetVmCount": 42, # [Output Only] Count of VMs originally planned to be created.
834
+
},
835
+
},
836
+
},
793
837
"kind": "compute#operation", # [Output Only] Type of the resource. Always `compute#operation` for Operation resources.
794
838
"name": "A String", # [Output Only] Name of the operation.
795
839
"operationGroupId": "A String", # [Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request.
Copy file name to clipboardExpand all lines: docs/dyn/compute_alpha.autoscalers.html
+44Lines changed: 44 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -325,6 +325,17 @@ <h3>Method Details</h3>
325
325
"httpErrorStatusCode": 42, # [Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a `404` means the resource was not found.
326
326
"id": "A String", # [Output Only] The unique identifier for the operation. This identifier is defined by the server.
327
327
"insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
"perLocationStatus": { # Status information per location (location name is key). Example key: zones/us-central1-a
330
+
"a_key": {
331
+
"createdVmCount": 42, # [Output Only] Count of VMs successfully created so far.
332
+
"deletedVmCount": 42, # [Output Only] Count of VMs that got deleted during rollback.
333
+
"failedToCreateVmCount": 42, # [Output Only] Count of VMs that started creating but encountered an error.
334
+
"status": "A String", # [Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back.
335
+
"targetVmCount": 42, # [Output Only] Count of VMs originally planned to be created.
336
+
},
337
+
},
338
+
},
328
339
"kind": "compute#operation", # [Output Only] Type of the resource. Always `compute#operation` for Operation resources.
329
340
"name": "A String", # [Output Only] Name of the operation.
330
341
"operationGroupId": "A String", # [Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request.
@@ -609,6 +620,17 @@ <h3>Method Details</h3>
609
620
"httpErrorStatusCode": 42, # [Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a `404` means the resource was not found.
610
621
"id": "A String", # [Output Only] The unique identifier for the operation. This identifier is defined by the server.
611
622
"insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
"perLocationStatus": { # Status information per location (location name is key). Example key: zones/us-central1-a
625
+
"a_key": {
626
+
"createdVmCount": 42, # [Output Only] Count of VMs successfully created so far.
627
+
"deletedVmCount": 42, # [Output Only] Count of VMs that got deleted during rollback.
628
+
"failedToCreateVmCount": 42, # [Output Only] Count of VMs that started creating but encountered an error.
629
+
"status": "A String", # [Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back.
630
+
"targetVmCount": 42, # [Output Only] Count of VMs originally planned to be created.
631
+
},
632
+
},
633
+
},
612
634
"kind": "compute#operation", # [Output Only] Type of the resource. Always `compute#operation` for Operation resources.
613
635
"name": "A String", # [Output Only] Name of the operation.
614
636
"operationGroupId": "A String", # [Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request.
@@ -930,6 +952,17 @@ <h3>Method Details</h3>
930
952
"httpErrorStatusCode": 42, # [Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a `404` means the resource was not found.
931
953
"id": "A String", # [Output Only] The unique identifier for the operation. This identifier is defined by the server.
932
954
"insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
"perLocationStatus": { # Status information per location (location name is key). Example key: zones/us-central1-a
957
+
"a_key": {
958
+
"createdVmCount": 42, # [Output Only] Count of VMs successfully created so far.
959
+
"deletedVmCount": 42, # [Output Only] Count of VMs that got deleted during rollback.
960
+
"failedToCreateVmCount": 42, # [Output Only] Count of VMs that started creating but encountered an error.
961
+
"status": "A String", # [Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back.
962
+
"targetVmCount": 42, # [Output Only] Count of VMs originally planned to be created.
963
+
},
964
+
},
965
+
},
933
966
"kind": "compute#operation", # [Output Only] Type of the resource. Always `compute#operation` for Operation resources.
934
967
"name": "A String", # [Output Only] Name of the operation.
935
968
"operationGroupId": "A String", # [Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request.
@@ -1154,6 +1187,17 @@ <h3>Method Details</h3>
1154
1187
"httpErrorStatusCode": 42, # [Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a `404` means the resource was not found.
1155
1188
"id": "A String", # [Output Only] The unique identifier for the operation. This identifier is defined by the server.
1156
1189
"insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
"perLocationStatus": { # Status information per location (location name is key). Example key: zones/us-central1-a
1192
+
"a_key": {
1193
+
"createdVmCount": 42, # [Output Only] Count of VMs successfully created so far.
1194
+
"deletedVmCount": 42, # [Output Only] Count of VMs that got deleted during rollback.
1195
+
"failedToCreateVmCount": 42, # [Output Only] Count of VMs that started creating but encountered an error.
1196
+
"status": "A String", # [Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back.
1197
+
"targetVmCount": 42, # [Output Only] Count of VMs originally planned to be created.
1198
+
},
1199
+
},
1200
+
},
1157
1201
"kind": "compute#operation", # [Output Only] Type of the resource. Always `compute#operation` for Operation resources.
1158
1202
"name": "A String", # [Output Only] Name of the operation.
1159
1203
"operationGroupId": "A String", # [Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request.
0 commit comments