Skip to content

Commit

Permalink
feat: regenerate index files
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Aug 18, 2023
1 parent 71dfb32 commit 41f3f52
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion discovery/baremetalsolution-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1588,7 +1588,7 @@
}
}
},
"revision": "20230814",
"revision": "20230807",
"rootUrl": "https://baremetalsolution.googleapis.com/",
"schemas": {
"AllowedClient": {
Expand Down Expand Up @@ -3512,6 +3512,10 @@
"$ref": "SnapshotReservationDetail",
"description": "Details about snapshot space reservation and usage on the storage volume."
},
"snapshotSchedulePolicy": {
"description": "The name of the snapshot schedule policy in use for this volume, if any.",
"type": "string"
},
"state": {
"description": "The state of this storage volume.",
"enum": [
Expand All @@ -3532,6 +3536,10 @@
],
"type": "string"
},
"storageAggregatePool": {
"description": "Input only. Name of the storage aggregate pool to allocate the volume in. Can be used only for VOLUME_PERFORMANCE_TIER_ASSIGNED volumes.",
"type": "string"
},
"storageType": {
"description": "The storage type for this volume.",
"enum": [
Expand Down Expand Up @@ -3640,6 +3648,10 @@
"description": "Whether snapshots should be enabled.",
"type": "boolean"
},
"storageAggregatePool": {
"description": "Input only. Name of the storage aggregate pool to allocate the volume in. Can be used only for VOLUME_PERFORMANCE_TIER_ASSIGNED volumes.",
"type": "string"
},
"type": {
"description": "The type of this Volume.",
"enum": [
Expand Down

0 comments on commit 41f3f52

Please sign in to comment.