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/file_v1beta1.projects.locations.instances.html
+16
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,7 @@ <h3>Method Details</h3>
140
140
"sourceBackup": "A String", # The resource name of the backup, in the format `projects/{project_id}/locations/{location_id}/backups/{backup_id}`, that this file share has been restored from.
141
141
},
142
142
],
143
+
"kmsKeyName": "A String", # KMS key name used for data encryption.
143
144
"labels": { # Resource labels to represent user provided metadata.
144
145
"a_key": "A String",
145
146
},
@@ -160,6 +161,9 @@ <h3>Method Details</h3>
160
161
"satisfiesPzs": True or False, # Output only. Reserved for future use.
161
162
"state": "A String", # Output only. The instance state.
162
163
"statusMessage": "A String", # Output only. Additional information about the instance state, if available.
164
+
"suspensionReasons": [ # Output only. field indicates all the reasons the instance is in "SUSPENDED" state.
165
+
"A String",
166
+
],
163
167
"tier": "A String", # The service tier of the instance.
164
168
}
165
169
@@ -264,6 +268,7 @@ <h3>Method Details</h3>
264
268
"sourceBackup": "A String", # The resource name of the backup, in the format `projects/{project_id}/locations/{location_id}/backups/{backup_id}`, that this file share has been restored from.
265
269
},
266
270
],
271
+
"kmsKeyName": "A String", # KMS key name used for data encryption.
267
272
"labels": { # Resource labels to represent user provided metadata.
268
273
"a_key": "A String",
269
274
},
@@ -284,6 +289,9 @@ <h3>Method Details</h3>
284
289
"satisfiesPzs": True or False, # Output only. Reserved for future use.
285
290
"state": "A String", # Output only. The instance state.
286
291
"statusMessage": "A String", # Output only. Additional information about the instance state, if available.
292
+
"suspensionReasons": [ # Output only. field indicates all the reasons the instance is in "SUSPENDED" state.
293
+
"A String",
294
+
],
287
295
"tier": "A String", # The service tier of the instance.
288
296
}</pre>
289
297
</div>
@@ -330,6 +338,7 @@ <h3>Method Details</h3>
330
338
"sourceBackup": "A String", # The resource name of the backup, in the format `projects/{project_id}/locations/{location_id}/backups/{backup_id}`, that this file share has been restored from.
331
339
},
332
340
],
341
+
"kmsKeyName": "A String", # KMS key name used for data encryption.
333
342
"labels": { # Resource labels to represent user provided metadata.
334
343
"a_key": "A String",
335
344
},
@@ -350,6 +359,9 @@ <h3>Method Details</h3>
350
359
"satisfiesPzs": True or False, # Output only. Reserved for future use.
351
360
"state": "A String", # Output only. The instance state.
352
361
"statusMessage": "A String", # Output only. Additional information about the instance state, if available.
362
+
"suspensionReasons": [ # Output only. field indicates all the reasons the instance is in "SUSPENDED" state.
363
+
"A String",
364
+
],
353
365
"tier": "A String", # The service tier of the instance.
354
366
},
355
367
],
@@ -405,6 +417,7 @@ <h3>Method Details</h3>
405
417
"sourceBackup": "A String", # The resource name of the backup, in the format `projects/{project_id}/locations/{location_id}/backups/{backup_id}`, that this file share has been restored from.
406
418
},
407
419
],
420
+
"kmsKeyName": "A String", # KMS key name used for data encryption.
408
421
"labels": { # Resource labels to represent user provided metadata.
409
422
"a_key": "A String",
410
423
},
@@ -425,6 +438,9 @@ <h3>Method Details</h3>
425
438
"satisfiesPzs": True or False, # Output only. Reserved for future use.
426
439
"state": "A String", # Output only. The instance state.
427
440
"statusMessage": "A String", # Output only. Additional information about the instance state, if available.
441
+
"suspensionReasons": [ # Output only. field indicates all the reasons the instance is in "SUSPENDED" state.
442
+
"A String",
443
+
],
428
444
"tier": "A String", # The service tier of the instance.
0 commit comments