Skip to content

Commit d787397

Browse files
OAS Update
1 parent a040a44 commit d787397

File tree

2 files changed

+4
-76
lines changed

2 files changed

+4
-76
lines changed

services/iaas/v1alpha1/iaas.json

Lines changed: 4 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -368,10 +368,6 @@
368368
"readOnly": true
369369
}
370370
},
371-
"required": [
372-
"volumeId",
373-
"serverId"
374-
],
375371
"type": "object"
376372
},
377373
"AllowedAddresses": {
@@ -538,10 +534,6 @@
538534
"writeOnly": true
539535
}
540536
},
541-
"required": [
542-
"id",
543-
"source"
544-
],
545537
"type": "object"
546538
},
547539
"BootVolumeSource": {
@@ -667,14 +659,6 @@
667659
]
668660
}
669661
},
670-
"required": [
671-
"id",
672-
"mac",
673-
"networkId",
674-
"type",
675-
"device",
676-
"status"
677-
],
678662
"type": "object"
679663
},
680664
"CreatePublicIPPayload": {
@@ -709,10 +693,6 @@
709693
"nullable": true
710694
}
711695
},
712-
"required": [
713-
"id",
714-
"ip"
715-
],
716696
"type": "object"
717697
},
718698
"CreateSecurityGroupPayload": {
@@ -764,9 +744,7 @@
764744
}
765745
},
766746
"required": [
767-
"id",
768-
"name",
769-
"rules"
747+
"name"
770748
],
771749
"type": "object"
772750
},
@@ -836,8 +814,6 @@
836814
}
837815
},
838816
"required": [
839-
"id",
840-
"securityGroupId",
841817
"direction"
842818
],
843819
"type": "object"
@@ -1033,8 +1009,6 @@
10331009
}
10341010
},
10351011
"required": [
1036-
"id",
1037-
"status",
10381012
"name",
10391013
"machineType"
10401014
],
@@ -1106,9 +1080,7 @@
11061080
}
11071081
},
11081082
"required": [
1109-
"id",
1110-
"availabilityZone",
1111-
"status"
1083+
"availabilityZone"
11121084
],
11131085
"type": "object"
11141086
},
@@ -1331,14 +1303,6 @@
13311303
]
13321304
}
13331305
},
1334-
"required": [
1335-
"id",
1336-
"mac",
1337-
"networkId",
1338-
"type",
1339-
"device",
1340-
"status"
1341-
],
13421306
"type": "object"
13431307
},
13441308
"NICList": {
@@ -1585,7 +1549,6 @@
15851549
}
15861550
},
15871551
"required": [
1588-
"networkRangeId",
15891552
"prefix"
15901553
],
15911554
"type": "object"
@@ -1769,10 +1732,6 @@
17691732
"nullable": true
17701733
}
17711734
},
1772-
"required": [
1773-
"id",
1774-
"ip"
1775-
],
17761735
"type": "object"
17771736
},
17781737
"PublicIpList": {
@@ -1950,7 +1909,6 @@
19501909
}
19511910
},
19521911
"required": [
1953-
"routeId",
19541912
"prefix",
19551913
"nexthop"
19561914
],
@@ -2018,9 +1976,7 @@
20181976
}
20191977
},
20201978
"required": [
2021-
"id",
2022-
"name",
2023-
"rules"
1979+
"name"
20241980
],
20251981
"type": "object"
20261982
},
@@ -2109,8 +2065,6 @@
21092065
}
21102066
},
21112067
"required": [
2112-
"id",
2113-
"securityGroupId",
21142068
"direction"
21152069
],
21162070
"type": "object"
@@ -2305,8 +2259,6 @@
23052259
}
23062260
},
23072261
"required": [
2308-
"id",
2309-
"status",
23102262
"name",
23112263
"machineType"
23122264
],
@@ -2583,10 +2535,6 @@
25832535
"readOnly": true
25842536
}
25852537
},
2586-
"required": [
2587-
"volumeId",
2588-
"serverId"
2589-
],
25902538
"type": "object"
25912539
},
25922540
"UpdateNICPayload": {
@@ -2665,14 +2613,6 @@
26652613
]
26662614
}
26672615
},
2668-
"required": [
2669-
"id",
2670-
"mac",
2671-
"networkId",
2672-
"type",
2673-
"device",
2674-
"status"
2675-
],
26762616
"type": "object"
26772617
},
26782618
"UpdatePublicIPPayload": {
@@ -2707,10 +2647,6 @@
27072647
"nullable": true
27082648
}
27092649
},
2710-
"required": [
2711-
"id",
2712-
"ip"
2713-
],
27142650
"type": "object"
27152651
},
27162652
"UpdateVolumePayload": {
@@ -2800,9 +2736,7 @@
28002736
}
28012737
},
28022738
"required": [
2803-
"id",
2804-
"availabilityZone",
2805-
"status"
2739+
"availabilityZone"
28062740
],
28072741
"type": "object"
28082742
},
@@ -2829,10 +2763,6 @@
28292763
"readOnly": true
28302764
}
28312765
},
2832-
"required": [
2833-
"volumeId",
2834-
"serverId"
2835-
],
28362766
"type": "object"
28372767
},
28382768
"VolumeList": {

services/iaas/v1beta1/iaas.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,6 @@
754754
}
755755
},
756756
"required": [
757-
"networkRangeId",
758757
"prefix"
759758
],
760759
"type": "object"
@@ -960,7 +959,6 @@
960959
}
961960
},
962961
"required": [
963-
"routeId",
964962
"prefix",
965963
"nexthop"
966964
],

0 commit comments

Comments
 (0)