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
"description": "Optional. Name of the snapshot to use as the source for the disk. If set, size_gb and fs_type must be empty.",
1540
+
"description": "Optional. Name of the snapshot to use as the source for the disk. If set, size_gb and fs_type must be empty. Must be formatted as ext4 file system with no partitions.",
1541
1541
"type": "string"
1542
1542
}
1543
1543
},
@@ -2111,7 +2111,7 @@
2111
2111
"type": "string"
2112
2112
},
2113
2113
"degraded": {
2114
-
"description": "Output only. Whether this workstation is in degraded mode, in which case it may require user action to restore full functionality. Details can be found in conditions.",
2114
+
"description": "Output only. Whether this workstation is in degraded mode, in which case it may require user action to restore full functionality. The conditions field contains detailed information about the status of the workstation.",
2115
2115
"readOnly": true,
2116
2116
"type": "boolean"
2117
2117
},
@@ -2263,7 +2263,7 @@
2263
2263
"type": "string"
2264
2264
},
2265
2265
"degraded": {
2266
-
"description": "Output only. Whether this workstation cluster is in degraded mode, in which case it may require user action to restore full functionality. Details can be found in conditions.",
2266
+
"description": "Output only. Whether this workstation cluster is in degraded mode, in which case it may require user action to restore full functionality. The conditions field contains detailed information about the status of the cluster.",
2267
2267
"readOnly": true,
2268
2268
"type": "boolean"
2269
2269
},
@@ -2327,7 +2327,7 @@
2327
2327
"additionalProperties": {
2328
2328
"type": "string"
2329
2329
},
2330
-
"description": "Optional. Tag keys/values directly bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
2330
+
"description": "Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
2331
2331
"type": "object"
2332
2332
},
2333
2333
"uid": {
@@ -2363,7 +2363,7 @@
2363
2363
"type": "object"
2364
2364
},
2365
2365
"conditions": {
2366
-
"description": "Output only. Status conditions describing the current resource state.",
2366
+
"description": "Output only. Status conditions describing the workstation configuration's current state.",
2367
2367
"items": {
2368
2368
"$ref": "Status"
2369
2369
},
@@ -2381,7 +2381,7 @@
2381
2381
"type": "string"
2382
2382
},
2383
2383
"degraded": {
2384
-
"description": "Output only. Whether this resource is degraded, in which case it may require user action to restore full functionality. See also the conditions field.",
2384
+
"description": "Output only. Whether this workstation configuration is in degraded mode, in which case it may require user action to restore full functionality. The conditions field contains detailed information about the status of the configuration.",
0 commit comments