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/baremetalsolution_v2.projects.locations.instances.html
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -227,6 +227,7 @@ <h3>Method Details</h3>
227
227
},
228
228
],
229
229
"osImage": "A String", # The OS image currently installed on the server.
230
+
"pod": "A String", # Immutable. Pod name. Pod is an independent part of infrastructure. Instance can be connected to the assets (networks, volumes) allocated in the same pod only.
230
231
"state": "A String", # The state of the server.
231
232
"updateTime": "A String", # Output only. Update a time stamp.
232
233
}</pre>
@@ -315,6 +316,7 @@ <h3>Method Details</h3>
315
316
},
316
317
],
317
318
"osImage": "A String", # The OS image currently installed on the server.
319
+
"pod": "A String", # Immutable. Pod name. Pod is an independent part of infrastructure. Instance can be connected to the assets (networks, volumes) allocated in the same pod only.
318
320
"state": "A String", # The state of the server.
319
321
"updateTime": "A String", # Output only. Update a time stamp.
320
322
},
@@ -413,11 +415,12 @@ <h3>Method Details</h3>
413
415
},
414
416
],
415
417
"osImage": "A String", # The OS image currently installed on the server.
418
+
"pod": "A String", # Immutable. Pod name. Pod is an independent part of infrastructure. Instance can be connected to the assets (networks, volumes) allocated in the same pod only.
416
419
"state": "A String", # The state of the server.
417
420
"updateTime": "A String", # Output only. Update a time stamp.
418
421
}
419
422
420
-
updateMask: string, The list of fields to update. The only currently supported fields are: `labels` `hyperthreading_enabled`
423
+
updateMask: string, The list of fields to update. The currently supported fields are: `labels` `hyperthreading_enabled` `os_image`
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
@@ -123,6 +123,7 @@ <h3>Method Details</h3>
123
123
"a_key": "A String",
124
124
},
125
125
"name": "A String", # Output only. The resource name of this `Volume`. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. Format: `projects/{project}/locations/{location}/volumes/{volume}`
126
+
"pod": "A String", # Immutable. Pod name.
126
127
"remainingSpaceGib": "A String", # The space remaining in the storage volume for new LUNs, in GiB, excluding space reserved for snapshots.
127
128
"requestedSizeGib": "A String", # The requested size of this storage volume, in GiB.
128
129
"snapshotAutoDeleteBehavior": "A String", # The behavior to use when snapshot reserved space is full.
@@ -171,6 +172,7 @@ <h3>Method Details</h3>
171
172
"a_key": "A String",
172
173
},
173
174
"name": "A String", # Output only. The resource name of this `Volume`. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. Format: `projects/{project}/locations/{location}/volumes/{volume}`
175
+
"pod": "A String", # Immutable. Pod name.
174
176
"remainingSpaceGib": "A String", # The space remaining in the storage volume for new LUNs, in GiB, excluding space reserved for snapshots.
175
177
"requestedSizeGib": "A String", # The requested size of this storage volume, in GiB.
176
178
"snapshotAutoDeleteBehavior": "A String", # The behavior to use when snapshot reserved space is full.
@@ -221,6 +223,7 @@ <h3>Method Details</h3>
221
223
"a_key": "A String",
222
224
},
223
225
"name": "A String", # Output only. The resource name of this `Volume`. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. Format: `projects/{project}/locations/{location}/volumes/{volume}`
226
+
"pod": "A String", # Immutable. Pod name.
224
227
"remainingSpaceGib": "A String", # The space remaining in the storage volume for new LUNs, in GiB, excluding space reserved for snapshots.
225
228
"requestedSizeGib": "A String", # The requested size of this storage volume, in GiB.
226
229
"snapshotAutoDeleteBehavior": "A String", # The behavior to use when snapshot reserved space is full.
"description": "The OS image currently installed on the server.",
1129
1129
"type": "string"
1130
1130
},
1131
+
"pod": {
1132
+
"description": "Immutable. Pod name. Pod is an independent part of infrastructure. Instance can be connected to the assets (networks, volumes) allocated in the same pod only.",
1133
+
"type": "string"
1134
+
},
1131
1135
"state": {
1132
1136
"description": "The state of the server.",
1133
1137
"enum": [
@@ -2334,6 +2338,10 @@
2334
2338
"readOnly": true,
2335
2339
"type": "string"
2336
2340
},
2341
+
"pod": {
2342
+
"description": "Immutable. Pod name.",
2343
+
"type": "string"
2344
+
},
2337
2345
"remainingSpaceGib": {
2338
2346
"description": "The space remaining in the storage volume for new LUNs, in GiB, excluding space reserved for snapshots.",
0 commit comments