Skip to content

Commit 9bb313d

Browse files
OAS Update
1 parent 99776da commit 9bb313d

File tree

3 files changed

+57
-0
lines changed

3 files changed

+57
-0
lines changed

services/iaas/v1/iaas.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,6 +1238,14 @@
12381238
"addressFamily": {
12391239
"$ref": "#/components/schemas/CreateNetworkAddressFamily"
12401240
},
1241+
"dhcp": {
1242+
"allOf": [
1243+
{
1244+
"$ref": "#/components/schemas/DHCP"
1245+
}
1246+
],
1247+
"default": true
1248+
},
12411249
"labels": {
12421250
"$ref": "#/components/schemas/Labels"
12431251
},
@@ -1805,6 +1813,11 @@
18051813
"format": "date-time",
18061814
"type": "string"
18071815
},
1816+
"DHCP": {
1817+
"description": "Enable or disable DHCP for a network.",
1818+
"example": true,
1819+
"type": "boolean"
1820+
},
18081821
"DeleteOnTermination": {
18091822
"description": "Delete the volume during the termination of the server. Defaults to false.",
18101823
"type": "boolean"
@@ -2583,6 +2596,9 @@
25832596
],
25842597
"readOnly": true
25852598
},
2599+
"dhcp": {
2600+
"$ref": "#/components/schemas/DHCP"
2601+
},
25862602
"gateway": {
25872603
"$ref": "#/components/schemas/NetworkGateway"
25882604
},
@@ -2829,6 +2845,9 @@
28292845
"addressFamily": {
28302846
"$ref": "#/components/schemas/UpdateNetworkAddressFamily"
28312847
},
2848+
"dhcp": {
2849+
"$ref": "#/components/schemas/DHCP"
2850+
},
28322851
"labels": {
28332852
"$ref": "#/components/schemas/Labels"
28342853
},

services/iaas/v1alpha1/iaas.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,6 +1270,14 @@
12701270
"addressFamily": {
12711271
"$ref": "#/components/schemas/CreateNetworkAddressFamily"
12721272
},
1273+
"dhcp": {
1274+
"allOf": [
1275+
{
1276+
"$ref": "#/components/schemas/DHCP"
1277+
}
1278+
],
1279+
"default": true
1280+
},
12731281
"labels": {
12741282
"$ref": "#/components/schemas/Labels"
12751283
},
@@ -1879,6 +1887,11 @@
18791887
"format": "date-time",
18801888
"type": "string"
18811889
},
1890+
"DHCP": {
1891+
"description": "Enable or disable DHCP for a network.",
1892+
"example": true,
1893+
"type": "boolean"
1894+
},
18821895
"DeleteOnTermination": {
18831896
"description": "Delete the volume during the termination of the server. Defaults to false.",
18841897
"type": "boolean"
@@ -2657,6 +2670,9 @@
26572670
],
26582671
"readOnly": true
26592672
},
2673+
"dhcp": {
2674+
"$ref": "#/components/schemas/DHCP"
2675+
},
26602676
"gateway": {
26612677
"$ref": "#/components/schemas/NetworkGateway"
26622678
},
@@ -2911,6 +2927,9 @@
29112927
"addressFamily": {
29122928
"$ref": "#/components/schemas/UpdateNetworkAddressFamily"
29132929
},
2930+
"dhcp": {
2931+
"$ref": "#/components/schemas/DHCP"
2932+
},
29142933
"labels": {
29152934
"$ref": "#/components/schemas/Labels"
29162935
},

services/iaas/v1beta1/iaas.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,6 +1238,14 @@
12381238
"addressFamily": {
12391239
"$ref": "#/components/schemas/CreateNetworkAddressFamily"
12401240
},
1241+
"dhcp": {
1242+
"allOf": [
1243+
{
1244+
"$ref": "#/components/schemas/DHCP"
1245+
}
1246+
],
1247+
"default": true
1248+
},
12411249
"labels": {
12421250
"$ref": "#/components/schemas/Labels"
12431251
},
@@ -1805,6 +1813,11 @@
18051813
"format": "date-time",
18061814
"type": "string"
18071815
},
1816+
"DHCP": {
1817+
"description": "Enable or disable DHCP for a network.",
1818+
"example": true,
1819+
"type": "boolean"
1820+
},
18081821
"DeleteOnTermination": {
18091822
"description": "Delete the volume during the termination of the server. Defaults to false.",
18101823
"type": "boolean"
@@ -2583,6 +2596,9 @@
25832596
],
25842597
"readOnly": true
25852598
},
2599+
"dhcp": {
2600+
"$ref": "#/components/schemas/DHCP"
2601+
},
25862602
"gateway": {
25872603
"$ref": "#/components/schemas/NetworkGateway"
25882604
},
@@ -2829,6 +2845,9 @@
28292845
"addressFamily": {
28302846
"$ref": "#/components/schemas/UpdateNetworkAddressFamily"
28312847
},
2848+
"dhcp": {
2849+
"$ref": "#/components/schemas/DHCP"
2850+
},
28322851
"labels": {
28332852
"$ref": "#/components/schemas/Labels"
28342853
},

0 commit comments

Comments
 (0)