From 21f9266331d46ae55a4749d485d5937797d75c03 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 6 Dec 2022 07:07:38 +0000 Subject: [PATCH] feat(baremetalsolution): update the api #### baremetalsolution:v2 The following keys were added: - schemas.Instance.properties.workloadProfile.type (Total Keys: 1) - schemas.Volume.properties.workloadProfile.type (Total Keys: 1) --- ...ution_v2.projects.locations.instances.html | 8 +++++ ...olution_v2.projects.locations.volumes.html | 3 ++ .../documents/baremetalsolution.v1.json | 2 +- .../documents/baremetalsolution.v2.json | 30 ++++++++++++++++++- 4 files changed, 41 insertions(+), 2 deletions(-) diff --git a/docs/dyn/baremetalsolution_v2.projects.locations.instances.html b/docs/dyn/baremetalsolution_v2.projects.locations.instances.html index 942650575d2..6e8bc145401 100644 --- a/docs/dyn/baremetalsolution_v2.projects.locations.instances.html +++ b/docs/dyn/baremetalsolution_v2.projects.locations.instances.html @@ -255,8 +255,10 @@

Method Details

"snapshotSchedulePolicy": "A String", # The name of the snapshot schedule policy in use for this volume, if any. "state": "A String", # The state of this storage volume. "storageType": "A String", # The storage type for this volume. + "workloadProfile": "A String", # The workload profile for the volume. }, ], + "workloadProfile": "A String", # The workload profile for the instance. } x__xgafv: string, V1 error format. @@ -557,8 +559,10 @@

Method Details

"snapshotSchedulePolicy": "A String", # The name of the snapshot schedule policy in use for this volume, if any. "state": "A String", # The state of this storage volume. "storageType": "A String", # The storage type for this volume. + "workloadProfile": "A String", # The workload profile for the volume. }, ], + "workloadProfile": "A String", # The workload profile for the instance. } @@ -711,8 +715,10 @@

Method Details

"snapshotSchedulePolicy": "A String", # The name of the snapshot schedule policy in use for this volume, if any. "state": "A String", # The state of this storage volume. "storageType": "A String", # The storage type for this volume. + "workloadProfile": "A String", # The workload profile for the volume. }, ], + "workloadProfile": "A String", # The workload profile for the instance. }, ], "nextPageToken": "A String", # A token identifying a page of results from the server. @@ -875,8 +881,10 @@

Method Details

"snapshotSchedulePolicy": "A String", # The name of the snapshot schedule policy in use for this volume, if any. "state": "A String", # The state of this storage volume. "storageType": "A String", # The storage type for this volume. + "workloadProfile": "A String", # The workload profile for the volume. }, ], + "workloadProfile": "A String", # The workload profile for the instance. } updateMask: string, The list of fields to update. The currently supported fields are: `labels` `hyperthreading_enabled` `os_image` diff --git a/docs/dyn/baremetalsolution_v2.projects.locations.volumes.html b/docs/dyn/baremetalsolution_v2.projects.locations.volumes.html index 390626237d0..a37ce52d699 100644 --- a/docs/dyn/baremetalsolution_v2.projects.locations.volumes.html +++ b/docs/dyn/baremetalsolution_v2.projects.locations.volumes.html @@ -151,6 +151,7 @@

Method Details

"snapshotSchedulePolicy": "A String", # The name of the snapshot schedule policy in use for this volume, if any. "state": "A String", # The state of this storage volume. "storageType": "A String", # The storage type for this volume. + "workloadProfile": "A String", # The workload profile for the volume. } @@ -206,6 +207,7 @@

Method Details

"snapshotSchedulePolicy": "A String", # The name of the snapshot schedule policy in use for this volume, if any. "state": "A String", # The state of this storage volume. "storageType": "A String", # The storage type for this volume. + "workloadProfile": "A String", # The workload profile for the volume. }, ], } @@ -263,6 +265,7 @@

Method Details

"snapshotSchedulePolicy": "A String", # The name of the snapshot schedule policy in use for this volume, if any. "state": "A String", # The state of this storage volume. "storageType": "A String", # The storage type for this volume. + "workloadProfile": "A String", # The workload profile for the volume. } updateMask: string, The list of fields to update. The only currently supported fields are: 'labels' diff --git a/googleapiclient/discovery_cache/documents/baremetalsolution.v1.json b/googleapiclient/discovery_cache/documents/baremetalsolution.v1.json index 851ded4dbb4..16db8792aec 100644 --- a/googleapiclient/discovery_cache/documents/baremetalsolution.v1.json +++ b/googleapiclient/discovery_cache/documents/baremetalsolution.v1.json @@ -228,7 +228,7 @@ } } }, - "revision": "20221031", + "revision": "20221201", "rootUrl": "https://baremetalsolution.googleapis.com/", "schemas": { "CancelOperationRequest": { diff --git a/googleapiclient/discovery_cache/documents/baremetalsolution.v2.json b/googleapiclient/discovery_cache/documents/baremetalsolution.v2.json index 6fc9faba459..61583e1a1a2 100644 --- a/googleapiclient/discovery_cache/documents/baremetalsolution.v2.json +++ b/googleapiclient/discovery_cache/documents/baremetalsolution.v2.json @@ -1437,7 +1437,7 @@ } } }, - "revision": "20221031", + "revision": "20221201", "rootUrl": "https://baremetalsolution.googleapis.com/", "schemas": { "AllowedClient": { @@ -1705,6 +1705,20 @@ "$ref": "Volume" }, "type": "array" + }, + "workloadProfile": { + "description": "The workload profile for the instance.", + "enum": [ + "WORKLOAD_PROFILE_UNSPECIFIED", + "WORKLOAD_PROFILE_GENERIC", + "WORKLOAD_PROFILE_HANA" + ], + "enumDescriptions": [ + "The workload profile is in an unknown state.", + "The workload profile is generic.", + "The workload profile is hana." + ], + "type": "string" } }, "type": "object" @@ -3280,6 +3294,20 @@ "This storage type for this volume is HDD." ], "type": "string" + }, + "workloadProfile": { + "description": "The workload profile for the volume.", + "enum": [ + "WORKLOAD_PROFILE_UNSPECIFIED", + "GENERIC", + "HANA" + ], + "enumDescriptions": [ + "The workload profile is in an unknown state.", + "The workload profile is generic.", + "The workload profile is hana." + ], + "type": "string" } }, "type": "object"