We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a932ec0 commit 327e1a8Copy full SHA for 327e1a8
1 file changed
services/iaas/v1/iaas.json
@@ -1743,6 +1743,14 @@
1743
"CreateSnapshotPayload": {
1744
"description": "Object that represents a snapshot.",
1745
"properties": {
1746
+ "availabilityZone": {
1747
+ "allOf": [
1748
+ {
1749
+ "$ref": "#/components/schemas/AvailabilityZone"
1750
+ }
1751
+ ],
1752
+ "readOnly": true
1753
+ },
1754
"createdAt": {
1755
"allOf": [
1756
{
@@ -4136,6 +4144,14 @@
4136
4144
"Snapshot": {
4137
4145
4138
4146
4147
4148
4149
4150
4151
4152
4153
4154
4139
4155
4140
4156
4141
4157
0 commit comments