File tree Expand file tree Collapse file tree 3 files changed +57
-0
lines changed Expand file tree Collapse file tree 3 files changed +57
-0
lines changed Original file line number Diff line number Diff line change 1238
1238
"addressFamily" : {
1239
1239
"$ref" : " #/components/schemas/CreateNetworkAddressFamily"
1240
1240
},
1241
+ "dhcp" : {
1242
+ "allOf" : [
1243
+ {
1244
+ "$ref" : " #/components/schemas/DHCP"
1245
+ }
1246
+ ],
1247
+ "default" : true
1248
+ },
1241
1249
"labels" : {
1242
1250
"$ref" : " #/components/schemas/Labels"
1243
1251
},
1805
1813
"format" : " date-time" ,
1806
1814
"type" : " string"
1807
1815
},
1816
+ "DHCP" : {
1817
+ "description" : " Enable or disable DHCP for a network." ,
1818
+ "example" : true ,
1819
+ "type" : " boolean"
1820
+ },
1808
1821
"DeleteOnTermination" : {
1809
1822
"description" : " Delete the volume during the termination of the server. Defaults to false." ,
1810
1823
"type" : " boolean"
2583
2596
],
2584
2597
"readOnly" : true
2585
2598
},
2599
+ "dhcp" : {
2600
+ "$ref" : " #/components/schemas/DHCP"
2601
+ },
2586
2602
"gateway" : {
2587
2603
"$ref" : " #/components/schemas/NetworkGateway"
2588
2604
},
2829
2845
"addressFamily" : {
2830
2846
"$ref" : " #/components/schemas/UpdateNetworkAddressFamily"
2831
2847
},
2848
+ "dhcp" : {
2849
+ "$ref" : " #/components/schemas/DHCP"
2850
+ },
2832
2851
"labels" : {
2833
2852
"$ref" : " #/components/schemas/Labels"
2834
2853
},
Original file line number Diff line number Diff line change 1270
1270
"addressFamily" : {
1271
1271
"$ref" : " #/components/schemas/CreateNetworkAddressFamily"
1272
1272
},
1273
+ "dhcp" : {
1274
+ "allOf" : [
1275
+ {
1276
+ "$ref" : " #/components/schemas/DHCP"
1277
+ }
1278
+ ],
1279
+ "default" : true
1280
+ },
1273
1281
"labels" : {
1274
1282
"$ref" : " #/components/schemas/Labels"
1275
1283
},
1879
1887
"format" : " date-time" ,
1880
1888
"type" : " string"
1881
1889
},
1890
+ "DHCP" : {
1891
+ "description" : " Enable or disable DHCP for a network." ,
1892
+ "example" : true ,
1893
+ "type" : " boolean"
1894
+ },
1882
1895
"DeleteOnTermination" : {
1883
1896
"description" : " Delete the volume during the termination of the server. Defaults to false." ,
1884
1897
"type" : " boolean"
2657
2670
],
2658
2671
"readOnly" : true
2659
2672
},
2673
+ "dhcp" : {
2674
+ "$ref" : " #/components/schemas/DHCP"
2675
+ },
2660
2676
"gateway" : {
2661
2677
"$ref" : " #/components/schemas/NetworkGateway"
2662
2678
},
2911
2927
"addressFamily" : {
2912
2928
"$ref" : " #/components/schemas/UpdateNetworkAddressFamily"
2913
2929
},
2930
+ "dhcp" : {
2931
+ "$ref" : " #/components/schemas/DHCP"
2932
+ },
2914
2933
"labels" : {
2915
2934
"$ref" : " #/components/schemas/Labels"
2916
2935
},
Original file line number Diff line number Diff line change 1238
1238
"addressFamily" : {
1239
1239
"$ref" : " #/components/schemas/CreateNetworkAddressFamily"
1240
1240
},
1241
+ "dhcp" : {
1242
+ "allOf" : [
1243
+ {
1244
+ "$ref" : " #/components/schemas/DHCP"
1245
+ }
1246
+ ],
1247
+ "default" : true
1248
+ },
1241
1249
"labels" : {
1242
1250
"$ref" : " #/components/schemas/Labels"
1243
1251
},
1805
1813
"format" : " date-time" ,
1806
1814
"type" : " string"
1807
1815
},
1816
+ "DHCP" : {
1817
+ "description" : " Enable or disable DHCP for a network." ,
1818
+ "example" : true ,
1819
+ "type" : " boolean"
1820
+ },
1808
1821
"DeleteOnTermination" : {
1809
1822
"description" : " Delete the volume during the termination of the server. Defaults to false." ,
1810
1823
"type" : " boolean"
2583
2596
],
2584
2597
"readOnly" : true
2585
2598
},
2599
+ "dhcp" : {
2600
+ "$ref" : " #/components/schemas/DHCP"
2601
+ },
2586
2602
"gateway" : {
2587
2603
"$ref" : " #/components/schemas/NetworkGateway"
2588
2604
},
2829
2845
"addressFamily" : {
2830
2846
"$ref" : " #/components/schemas/UpdateNetworkAddressFamily"
2831
2847
},
2848
+ "dhcp" : {
2849
+ "$ref" : " #/components/schemas/DHCP"
2850
+ },
2832
2851
"labels" : {
2833
2852
"$ref" : " #/components/schemas/Labels"
2834
2853
},
You can’t perform that action at this time.
0 commit comments