Skip to content

Commit ddc33c5

Browse files
OAS Update
1 parent 09f6da2 commit ddc33c5

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

services/iaas/v2/iaas.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,9 @@
508508
"description": {
509509
"$ref": "#/components/schemas/Description"
510510
},
511+
"dynamicRoutes": {
512+
"$ref": "#/components/schemas/DynamicRoutes"
513+
},
511514
"id": {
512515
"allOf": [
513516
{
@@ -1797,6 +1800,11 @@
17971800
"description": "Object that represents a disk format.\nPossible values: `raw`, `qcow2`, `iso`.",
17981801
"type": "string"
17991802
},
1803+
"DynamicRoutes": {
1804+
"default": true,
1805+
"description": "A config setting for a routing table which allows propagation of dynamic routes to this routing table.",
1806+
"type": "boolean"
1807+
},
18001808
"Error": {
18011809
"description": "Error with HTTP error code and an error message.",
18021810
"properties": {
@@ -3852,6 +3860,9 @@
38523860
"description": {
38533861
"$ref": "#/components/schemas/Description"
38543862
},
3863+
"dynamicRoutes": {
3864+
"$ref": "#/components/schemas/DynamicRoutes"
3865+
},
38553866
"id": {
38563867
"allOf": [
38573868
{
@@ -4757,6 +4768,9 @@
47574768
"description": {
47584769
"$ref": "#/components/schemas/Description"
47594770
},
4771+
"dynamicRoutes": {
4772+
"$ref": "#/components/schemas/DynamicRoutes"
4773+
},
47604774
"labels": {
47614775
"$ref": "#/components/schemas/Labels"
47624776
},

services/iaas/v2beta1/iaas.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,9 @@
508508
"description": {
509509
"$ref": "#/components/schemas/Description"
510510
},
511+
"dynamicRoutes": {
512+
"$ref": "#/components/schemas/DynamicRoutes"
513+
},
511514
"id": {
512515
"allOf": [
513516
{
@@ -1797,6 +1800,11 @@
17971800
"description": "Object that represents a disk format.\nPossible values: `raw`, `qcow2`, `iso`.",
17981801
"type": "string"
17991802
},
1803+
"DynamicRoutes": {
1804+
"default": true,
1805+
"description": "A config setting for a routing table which allows propagation of dynamic routes to this routing table.",
1806+
"type": "boolean"
1807+
},
18001808
"Error": {
18011809
"description": "Error with HTTP error code and an error message.",
18021810
"properties": {
@@ -3852,6 +3860,9 @@
38523860
"description": {
38533861
"$ref": "#/components/schemas/Description"
38543862
},
3863+
"dynamicRoutes": {
3864+
"$ref": "#/components/schemas/DynamicRoutes"
3865+
},
38553866
"id": {
38563867
"allOf": [
38573868
{
@@ -4757,6 +4768,9 @@
47574768
"description": {
47584769
"$ref": "#/components/schemas/Description"
47594770
},
4771+
"dynamicRoutes": {
4772+
"$ref": "#/components/schemas/DynamicRoutes"
4773+
},
47604774
"labels": {
47614775
"$ref": "#/components/schemas/Labels"
47624776
},

0 commit comments

Comments
 (0)