File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 508
508
"description" : {
509
509
"$ref" : " #/components/schemas/Description"
510
510
},
511
+ "dynamicRoutes" : {
512
+ "$ref" : " #/components/schemas/DynamicRoutes"
513
+ },
511
514
"id" : {
512
515
"allOf" : [
513
516
{
1797
1800
"description" : " Object that represents a disk format.\n Possible values: `raw`, `qcow2`, `iso`." ,
1798
1801
"type" : " string"
1799
1802
},
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
+ },
1800
1808
"Error" : {
1801
1809
"description" : " Error with HTTP error code and an error message." ,
1802
1810
"properties" : {
3852
3860
"description" : {
3853
3861
"$ref" : " #/components/schemas/Description"
3854
3862
},
3863
+ "dynamicRoutes" : {
3864
+ "$ref" : " #/components/schemas/DynamicRoutes"
3865
+ },
3855
3866
"id" : {
3856
3867
"allOf" : [
3857
3868
{
4757
4768
"description" : {
4758
4769
"$ref" : " #/components/schemas/Description"
4759
4770
},
4771
+ "dynamicRoutes" : {
4772
+ "$ref" : " #/components/schemas/DynamicRoutes"
4773
+ },
4760
4774
"labels" : {
4761
4775
"$ref" : " #/components/schemas/Labels"
4762
4776
},
Original file line number Diff line number Diff line change 508
508
"description" : {
509
509
"$ref" : " #/components/schemas/Description"
510
510
},
511
+ "dynamicRoutes" : {
512
+ "$ref" : " #/components/schemas/DynamicRoutes"
513
+ },
511
514
"id" : {
512
515
"allOf" : [
513
516
{
1797
1800
"description" : " Object that represents a disk format.\n Possible values: `raw`, `qcow2`, `iso`." ,
1798
1801
"type" : " string"
1799
1802
},
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
+ },
1800
1808
"Error" : {
1801
1809
"description" : " Error with HTTP error code and an error message." ,
1802
1810
"properties" : {
3852
3860
"description" : {
3853
3861
"$ref" : " #/components/schemas/Description"
3854
3862
},
3863
+ "dynamicRoutes" : {
3864
+ "$ref" : " #/components/schemas/DynamicRoutes"
3865
+ },
3855
3866
"id" : {
3856
3867
"allOf" : [
3857
3868
{
4757
4768
"description" : {
4758
4769
"$ref" : " #/components/schemas/Description"
4759
4770
},
4771
+ "dynamicRoutes" : {
4772
+ "$ref" : " #/components/schemas/DynamicRoutes"
4773
+ },
4760
4774
"labels" : {
4761
4775
"$ref" : " #/components/schemas/Labels"
4762
4776
},
You can’t perform that action at this time.
0 commit comments