Skip to content

Commit

Permalink
OAS Update
Browse files Browse the repository at this point in the history
  • Loading branch information
stackit-pipeline committed Oct 10, 2024
1 parent a040a44 commit d787397
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 76 deletions.
78 changes: 4 additions & 74 deletions services/iaas/v1alpha1/iaas.json
Original file line number Diff line number Diff line change
Expand Up @@ -368,10 +368,6 @@
"readOnly": true
}
},
"required": [
"volumeId",
"serverId"
],
"type": "object"
},
"AllowedAddresses": {
Expand Down Expand Up @@ -538,10 +534,6 @@
"writeOnly": true
}
},
"required": [
"id",
"source"
],
"type": "object"
},
"BootVolumeSource": {
Expand Down Expand Up @@ -667,14 +659,6 @@
]
}
},
"required": [
"id",
"mac",
"networkId",
"type",
"device",
"status"
],
"type": "object"
},
"CreatePublicIPPayload": {
Expand Down Expand Up @@ -709,10 +693,6 @@
"nullable": true
}
},
"required": [
"id",
"ip"
],
"type": "object"
},
"CreateSecurityGroupPayload": {
Expand Down Expand Up @@ -764,9 +744,7 @@
}
},
"required": [
"id",
"name",
"rules"
"name"
],
"type": "object"
},
Expand Down Expand Up @@ -836,8 +814,6 @@
}
},
"required": [
"id",
"securityGroupId",
"direction"
],
"type": "object"
Expand Down Expand Up @@ -1033,8 +1009,6 @@
}
},
"required": [
"id",
"status",
"name",
"machineType"
],
Expand Down Expand Up @@ -1106,9 +1080,7 @@
}
},
"required": [
"id",
"availabilityZone",
"status"
"availabilityZone"
],
"type": "object"
},
Expand Down Expand Up @@ -1331,14 +1303,6 @@
]
}
},
"required": [
"id",
"mac",
"networkId",
"type",
"device",
"status"
],
"type": "object"
},
"NICList": {
Expand Down Expand Up @@ -1585,7 +1549,6 @@
}
},
"required": [
"networkRangeId",
"prefix"
],
"type": "object"
Expand Down Expand Up @@ -1769,10 +1732,6 @@
"nullable": true
}
},
"required": [
"id",
"ip"
],
"type": "object"
},
"PublicIpList": {
Expand Down Expand Up @@ -1950,7 +1909,6 @@
}
},
"required": [
"routeId",
"prefix",
"nexthop"
],
Expand Down Expand Up @@ -2018,9 +1976,7 @@
}
},
"required": [
"id",
"name",
"rules"
"name"
],
"type": "object"
},
Expand Down Expand Up @@ -2109,8 +2065,6 @@
}
},
"required": [
"id",
"securityGroupId",
"direction"
],
"type": "object"
Expand Down Expand Up @@ -2305,8 +2259,6 @@
}
},
"required": [
"id",
"status",
"name",
"machineType"
],
Expand Down Expand Up @@ -2583,10 +2535,6 @@
"readOnly": true
}
},
"required": [
"volumeId",
"serverId"
],
"type": "object"
},
"UpdateNICPayload": {
Expand Down Expand Up @@ -2665,14 +2613,6 @@
]
}
},
"required": [
"id",
"mac",
"networkId",
"type",
"device",
"status"
],
"type": "object"
},
"UpdatePublicIPPayload": {
Expand Down Expand Up @@ -2707,10 +2647,6 @@
"nullable": true
}
},
"required": [
"id",
"ip"
],
"type": "object"
},
"UpdateVolumePayload": {
Expand Down Expand Up @@ -2800,9 +2736,7 @@
}
},
"required": [
"id",
"availabilityZone",
"status"
"availabilityZone"
],
"type": "object"
},
Expand All @@ -2829,10 +2763,6 @@
"readOnly": true
}
},
"required": [
"volumeId",
"serverId"
],
"type": "object"
},
"VolumeList": {
Expand Down
2 changes: 0 additions & 2 deletions services/iaas/v1beta1/iaas.json
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,6 @@
}
},
"required": [
"networkRangeId",
"prefix"
],
"type": "object"
Expand Down Expand Up @@ -960,7 +959,6 @@
}
},
"required": [
"routeId",
"prefix",
"nexthop"
],
Expand Down

0 comments on commit d787397

Please sign in to comment.