Skip to content

Commit fe19827

Browse files
feat(baremetalsolution): update the api
#### baremetalsolution:v2 The following keys were added: - schemas.Instance.properties.pod.type (Total Keys: 1) - schemas.Volume.properties.pod.type (Total Keys: 1)
1 parent 2bbca8f commit fe19827

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

docs/dyn/baremetalsolution_v2.projects.locations.instances.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ <h3>Method Details</h3>
227227
},
228228
],
229229
&quot;osImage&quot;: &quot;A String&quot;, # The OS image currently installed on the server.
230+
&quot;pod&quot;: &quot;A String&quot;, # 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.
230231
&quot;state&quot;: &quot;A String&quot;, # The state of the server.
231232
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Update a time stamp.
232233
}</pre>
@@ -315,6 +316,7 @@ <h3>Method Details</h3>
315316
},
316317
],
317318
&quot;osImage&quot;: &quot;A String&quot;, # The OS image currently installed on the server.
319+
&quot;pod&quot;: &quot;A String&quot;, # 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.
318320
&quot;state&quot;: &quot;A String&quot;, # The state of the server.
319321
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Update a time stamp.
320322
},
@@ -413,11 +415,12 @@ <h3>Method Details</h3>
413415
},
414416
],
415417
&quot;osImage&quot;: &quot;A String&quot;, # The OS image currently installed on the server.
418+
&quot;pod&quot;: &quot;A String&quot;, # 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.
416419
&quot;state&quot;: &quot;A String&quot;, # The state of the server.
417420
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Update a time stamp.
418421
}
419422

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`
421424
x__xgafv: string, V1 error format.
422425
Allowed values
423426
1 - v1 error format

docs/dyn/baremetalsolution_v2.projects.locations.volumes.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ <h3>Method Details</h3>
123123
&quot;a_key&quot;: &quot;A String&quot;,
124124
},
125125
&quot;name&quot;: &quot;A String&quot;, # 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+
&quot;pod&quot;: &quot;A String&quot;, # Immutable. Pod name.
126127
&quot;remainingSpaceGib&quot;: &quot;A String&quot;, # The space remaining in the storage volume for new LUNs, in GiB, excluding space reserved for snapshots.
127128
&quot;requestedSizeGib&quot;: &quot;A String&quot;, # The requested size of this storage volume, in GiB.
128129
&quot;snapshotAutoDeleteBehavior&quot;: &quot;A String&quot;, # The behavior to use when snapshot reserved space is full.
@@ -171,6 +172,7 @@ <h3>Method Details</h3>
171172
&quot;a_key&quot;: &quot;A String&quot;,
172173
},
173174
&quot;name&quot;: &quot;A String&quot;, # 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+
&quot;pod&quot;: &quot;A String&quot;, # Immutable. Pod name.
174176
&quot;remainingSpaceGib&quot;: &quot;A String&quot;, # The space remaining in the storage volume for new LUNs, in GiB, excluding space reserved for snapshots.
175177
&quot;requestedSizeGib&quot;: &quot;A String&quot;, # The requested size of this storage volume, in GiB.
176178
&quot;snapshotAutoDeleteBehavior&quot;: &quot;A String&quot;, # The behavior to use when snapshot reserved space is full.
@@ -221,6 +223,7 @@ <h3>Method Details</h3>
221223
&quot;a_key&quot;: &quot;A String&quot;,
222224
},
223225
&quot;name&quot;: &quot;A String&quot;, # 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+
&quot;pod&quot;: &quot;A String&quot;, # Immutable. Pod name.
224227
&quot;remainingSpaceGib&quot;: &quot;A String&quot;, # The space remaining in the storage volume for new LUNs, in GiB, excluding space reserved for snapshots.
225228
&quot;requestedSizeGib&quot;: &quot;A String&quot;, # The requested size of this storage volume, in GiB.
226229
&quot;snapshotAutoDeleteBehavior&quot;: &quot;A String&quot;, # The behavior to use when snapshot reserved space is full.

googleapiclient/discovery_cache/documents/baremetalsolution.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
}
269269
}
270270
},
271-
"revision": "20220501",
271+
"revision": "20220506",
272272
"rootUrl": "https://baremetalsolution.googleapis.com/",
273273
"schemas": {
274274
"CancelOperationRequest": {

googleapiclient/discovery_cache/documents/baremetalsolution.v2.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
"type": "string"
319319
},
320320
"updateMask": {
321-
"description": "The list of fields to update. The only currently supported fields are: `labels` `hyperthreading_enabled`",
321+
"description": "The list of fields to update. The currently supported fields are: `labels` `hyperthreading_enabled` `os_image`",
322322
"format": "google-fieldmask",
323323
"location": "query",
324324
"type": "string"
@@ -999,7 +999,7 @@
999999
}
10001000
}
10011001
},
1002-
"revision": "20220501",
1002+
"revision": "20220506",
10031003
"rootUrl": "https://baremetalsolution.googleapis.com/",
10041004
"schemas": {
10051005
"AllowedClient": {
@@ -1128,6 +1128,10 @@
11281128
"description": "The OS image currently installed on the server.",
11291129
"type": "string"
11301130
},
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+
},
11311135
"state": {
11321136
"description": "The state of the server.",
11331137
"enum": [
@@ -2334,6 +2338,10 @@
23342338
"readOnly": true,
23352339
"type": "string"
23362340
},
2341+
"pod": {
2342+
"description": "Immutable. Pod name.",
2343+
"type": "string"
2344+
},
23372345
"remainingSpaceGib": {
23382346
"description": "The space remaining in the storage volume for new LUNs, in GiB, excluding space reserved for snapshots.",
23392347
"format": "int64",

0 commit comments

Comments
 (0)