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 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 },
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"
25832596 ],
25842597 "readOnly" : true
25852598 },
2599+ "dhcp" : {
2600+ "$ref" : " #/components/schemas/DHCP"
2601+ },
25862602 "gateway" : {
25872603 "$ref" : " #/components/schemas/NetworkGateway"
25882604 },
28292845 "addressFamily" : {
28302846 "$ref" : " #/components/schemas/UpdateNetworkAddressFamily"
28312847 },
2848+ "dhcp" : {
2849+ "$ref" : " #/components/schemas/DHCP"
2850+ },
28322851 "labels" : {
28332852 "$ref" : " #/components/schemas/Labels"
28342853 },
Original file line number Diff line number Diff line change 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 },
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"
26572670 ],
26582671 "readOnly" : true
26592672 },
2673+ "dhcp" : {
2674+ "$ref" : " #/components/schemas/DHCP"
2675+ },
26602676 "gateway" : {
26612677 "$ref" : " #/components/schemas/NetworkGateway"
26622678 },
29112927 "addressFamily" : {
29122928 "$ref" : " #/components/schemas/UpdateNetworkAddressFamily"
29132929 },
2930+ "dhcp" : {
2931+ "$ref" : " #/components/schemas/DHCP"
2932+ },
29142933 "labels" : {
29152934 "$ref" : " #/components/schemas/Labels"
29162935 },
Original file line number Diff line number Diff line change 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 },
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"
25832596 ],
25842597 "readOnly" : true
25852598 },
2599+ "dhcp" : {
2600+ "$ref" : " #/components/schemas/DHCP"
2601+ },
25862602 "gateway" : {
25872603 "$ref" : " #/components/schemas/NetworkGateway"
25882604 },
28292845 "addressFamily" : {
28302846 "$ref" : " #/components/schemas/UpdateNetworkAddressFamily"
28312847 },
2848+ "dhcp" : {
2849+ "$ref" : " #/components/schemas/DHCP"
2850+ },
28322851 "labels" : {
28332852 "$ref" : " #/components/schemas/Labels"
28342853 },
You can’t perform that action at this time.
0 commit comments