Navigation Menu

Skip to content

Commit

Permalink
feat(baremetalsolution): update the api
Browse files Browse the repository at this point in the history
#### baremetalsolution:v2

The following keys were added:
- schemas.Instance.properties.workloadProfile.type (Total Keys: 1)
- schemas.Volume.properties.workloadProfile.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Dec 6, 2022
1 parent 0777a53 commit 21f9266
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 2 deletions.
Expand Up @@ -255,8 +255,10 @@ <h3>Method Details</h3>
&quot;snapshotSchedulePolicy&quot;: &quot;A String&quot;, # The name of the snapshot schedule policy in use for this volume, if any.
&quot;state&quot;: &quot;A String&quot;, # The state of this storage volume.
&quot;storageType&quot;: &quot;A String&quot;, # The storage type for this volume.
&quot;workloadProfile&quot;: &quot;A String&quot;, # The workload profile for the volume.
},
],
&quot;workloadProfile&quot;: &quot;A String&quot;, # The workload profile for the instance.
}

x__xgafv: string, V1 error format.
Expand Down Expand Up @@ -557,8 +559,10 @@ <h3>Method Details</h3>
&quot;snapshotSchedulePolicy&quot;: &quot;A String&quot;, # The name of the snapshot schedule policy in use for this volume, if any.
&quot;state&quot;: &quot;A String&quot;, # The state of this storage volume.
&quot;storageType&quot;: &quot;A String&quot;, # The storage type for this volume.
&quot;workloadProfile&quot;: &quot;A String&quot;, # The workload profile for the volume.
},
],
&quot;workloadProfile&quot;: &quot;A String&quot;, # The workload profile for the instance.
}</pre>
</div>

Expand Down Expand Up @@ -711,8 +715,10 @@ <h3>Method Details</h3>
&quot;snapshotSchedulePolicy&quot;: &quot;A String&quot;, # The name of the snapshot schedule policy in use for this volume, if any.
&quot;state&quot;: &quot;A String&quot;, # The state of this storage volume.
&quot;storageType&quot;: &quot;A String&quot;, # The storage type for this volume.
&quot;workloadProfile&quot;: &quot;A String&quot;, # The workload profile for the volume.
},
],
&quot;workloadProfile&quot;: &quot;A String&quot;, # The workload profile for the instance.
},
],
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token identifying a page of results from the server.
Expand Down Expand Up @@ -875,8 +881,10 @@ <h3>Method Details</h3>
&quot;snapshotSchedulePolicy&quot;: &quot;A String&quot;, # The name of the snapshot schedule policy in use for this volume, if any.
&quot;state&quot;: &quot;A String&quot;, # The state of this storage volume.
&quot;storageType&quot;: &quot;A String&quot;, # The storage type for this volume.
&quot;workloadProfile&quot;: &quot;A String&quot;, # The workload profile for the volume.
},
],
&quot;workloadProfile&quot;: &quot;A String&quot;, # The workload profile for the instance.
}

updateMask: string, The list of fields to update. The currently supported fields are: `labels` `hyperthreading_enabled` `os_image`
Expand Down
3 changes: 3 additions & 0 deletions docs/dyn/baremetalsolution_v2.projects.locations.volumes.html
Expand Up @@ -151,6 +151,7 @@ <h3>Method Details</h3>
&quot;snapshotSchedulePolicy&quot;: &quot;A String&quot;, # The name of the snapshot schedule policy in use for this volume, if any.
&quot;state&quot;: &quot;A String&quot;, # The state of this storage volume.
&quot;storageType&quot;: &quot;A String&quot;, # The storage type for this volume.
&quot;workloadProfile&quot;: &quot;A String&quot;, # The workload profile for the volume.
}</pre>
</div>

Expand Down Expand Up @@ -206,6 +207,7 @@ <h3>Method Details</h3>
&quot;snapshotSchedulePolicy&quot;: &quot;A String&quot;, # The name of the snapshot schedule policy in use for this volume, if any.
&quot;state&quot;: &quot;A String&quot;, # The state of this storage volume.
&quot;storageType&quot;: &quot;A String&quot;, # The storage type for this volume.
&quot;workloadProfile&quot;: &quot;A String&quot;, # The workload profile for the volume.
},
],
}</pre>
Expand Down Expand Up @@ -263,6 +265,7 @@ <h3>Method Details</h3>
&quot;snapshotSchedulePolicy&quot;: &quot;A String&quot;, # The name of the snapshot schedule policy in use for this volume, if any.
&quot;state&quot;: &quot;A String&quot;, # The state of this storage volume.
&quot;storageType&quot;: &quot;A String&quot;, # The storage type for this volume.
&quot;workloadProfile&quot;: &quot;A String&quot;, # The workload profile for the volume.
}

updateMask: string, The list of fields to update. The only currently supported fields are: &#x27;labels&#x27;
Expand Down
Expand Up @@ -228,7 +228,7 @@
}
}
},
"revision": "20221031",
"revision": "20221201",
"rootUrl": "https://baremetalsolution.googleapis.com/",
"schemas": {
"CancelOperationRequest": {
Expand Down
Expand Up @@ -1437,7 +1437,7 @@
}
}
},
"revision": "20221031",
"revision": "20221201",
"rootUrl": "https://baremetalsolution.googleapis.com/",
"schemas": {
"AllowedClient": {
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 21f9266

Please sign in to comment.