File tree Expand file tree Collapse file tree 3 files changed +132
-6
lines changed Expand file tree Collapse file tree 3 files changed +132
-6
lines changed Original file line number Diff line number Diff line change 705705 ],
706706 "readOnly" : true
707707 },
708+ "encrypted" : {
709+ "allOf" : [
710+ {
711+ "$ref" : " #/components/schemas/VolumeEncryption"
712+ }
713+ ],
714+ "readOnly" : true
715+ },
708716 "id" : {
709717 "allOf" : [
710718 {
10721080 ],
10731081 "readOnly" : true
10741082 },
1083+ "importProgress" : {
1084+ "allOf" : [
1085+ {
1086+ "$ref" : " #/components/schemas/v1ImageImportProgress"
1087+ }
1088+ ],
1089+ "readOnly" : true
1090+ },
10751091 "labels" : {
10761092 "$ref" : " #/components/schemas/Labels"
10771093 },
20042020 ],
20052021 "readOnly" : true
20062022 },
2023+ "importProgress" : {
2024+ "allOf" : [
2025+ {
2026+ "$ref" : " #/components/schemas/v1ImageImportProgress"
2027+ }
2028+ ],
2029+ "readOnly" : true
2030+ },
20072031 "labels" : {
20082032 "$ref" : " #/components/schemas/Labels"
20092033 },
42724296 ],
42734297 "readOnly" : true
42744298 },
4299+ "encrypted" : {
4300+ "allOf" : [
4301+ {
4302+ "$ref" : " #/components/schemas/VolumeEncryption"
4303+ }
4304+ ],
4305+ "readOnly" : true
4306+ },
42754307 "id" : {
42764308 "allOf" : [
42774309 {
48744906 "description" : " An error message." ,
48754907 "example" : " Project not found" ,
48764908 "type" : " string"
4909+ },
4910+ "v1ImageImportProgress" : {
4911+ "description" : " Indicates Image Import Progress in percent." ,
4912+ "example" : 100 ,
4913+ "format" : " int64" ,
4914+ "type" : " integer"
48774915 }
48784916 }
48794917 },
Original file line number Diff line number Diff line change 719719 ],
720720 "readOnly" : true
721721 },
722+ "encrypted" : {
723+ "allOf" : [
724+ {
725+ "$ref" : " #/components/schemas/VolumeEncryption"
726+ }
727+ ],
728+ "readOnly" : true
729+ },
722730 "id" : {
723731 "allOf" : [
724732 {
10711079 ],
10721080 "readOnly" : true
10731081 },
1082+ "importProgress" : {
1083+ "allOf" : [
1084+ {
1085+ "$ref" : " #/components/schemas/v1ImageImportProgress"
1086+ }
1087+ ],
1088+ "readOnly" : true
1089+ },
10741090 "labels" : {
10751091 "$ref" : " #/components/schemas/Labels"
10761092 },
19731989 ],
19741990 "readOnly" : true
19751991 },
1992+ "importProgress" : {
1993+ "allOf" : [
1994+ {
1995+ "$ref" : " #/components/schemas/v1ImageImportProgress"
1996+ }
1997+ ],
1998+ "readOnly" : true
1999+ },
19762000 "labels" : {
19772001 "$ref" : " #/components/schemas/Labels"
19782002 },
34533477 "$ref" : " #/components/schemas/AreaDefaultPrefixLengthIPv4"
34543478 }
34553479 ],
3456- "default" : 25
3480+ "default" : 25 ,
3481+ "format" : " int64" ,
3482+ "type" : " integer"
34573483 },
34583484 "maxPrefixLen" : {
34593485 "allOf" : [
34603486 {
34613487 "$ref" : " #/components/schemas/AreaMaxPrefixLengthIPv4"
34623488 }
34633489 ],
3464- "default" : 29
3490+ "default" : 29 ,
3491+ "format" : " int64" ,
3492+ "type" : " integer"
34653493 },
34663494 "minPrefixLen" : {
34673495 "allOf" : [
34683496 {
34693497 "$ref" : " #/components/schemas/AreaMinPrefixLengthIPv4"
34703498 }
34713499 ],
3472- "default" : 24
3500+ "default" : 24 ,
3501+ "format" : " int64" ,
3502+ "type" : " integer"
34733503 },
34743504 "networkRanges" : {
34753505 "$ref" : " #/components/schemas/NetworkRangeList"
45464576 ],
45474577 "readOnly" : true
45484578 },
4579+ "encrypted" : {
4580+ "allOf" : [
4581+ {
4582+ "$ref" : " #/components/schemas/VolumeEncryption"
4583+ }
4584+ ],
4585+ "readOnly" : true
4586+ },
45494587 "id" : {
45504588 "allOf" : [
45514589 {
51945232 "example" : " Project not found" ,
51955233 "type" : " string"
51965234 },
5235+ "v1ImageImportProgress" : {
5236+ "description" : " Indicates Image Import Progress in percent." ,
5237+ "example" : 100 ,
5238+ "format" : " int64" ,
5239+ "type" : " integer"
5240+ },
51975241 "v1RegionName" : {
51985242 "description" : " Name of the region." ,
51995243 "example" : " eu01" ,
Original file line number Diff line number Diff line change 719719 ],
720720 "readOnly" : true
721721 },
722+ "encrypted" : {
723+ "allOf" : [
724+ {
725+ "$ref" : " #/components/schemas/VolumeEncryption"
726+ }
727+ ],
728+ "readOnly" : true
729+ },
722730 "id" : {
723731 "allOf" : [
724732 {
10711079 ],
10721080 "readOnly" : true
10731081 },
1082+ "importProgress" : {
1083+ "allOf" : [
1084+ {
1085+ "$ref" : " #/components/schemas/v1ImageImportProgress"
1086+ }
1087+ ],
1088+ "readOnly" : true
1089+ },
10741090 "labels" : {
10751091 "$ref" : " #/components/schemas/Labels"
10761092 },
18981914 ],
18991915 "readOnly" : true
19001916 },
1917+ "importProgress" : {
1918+ "allOf" : [
1919+ {
1920+ "$ref" : " #/components/schemas/v1ImageImportProgress"
1921+ }
1922+ ],
1923+ "readOnly" : true
1924+ },
19011925 "labels" : {
19021926 "$ref" : " #/components/schemas/Labels"
19031927 },
33783402 "$ref" : " #/components/schemas/AreaDefaultPrefixLengthIPv4"
33793403 }
33803404 ],
3381- "default" : 25
3405+ "default" : 25 ,
3406+ "format" : " int64" ,
3407+ "type" : " integer"
33823408 },
33833409 "maxPrefixLen" : {
33843410 "allOf" : [
33853411 {
33863412 "$ref" : " #/components/schemas/AreaMaxPrefixLengthIPv4"
33873413 }
33883414 ],
3389- "default" : 29
3415+ "default" : 29 ,
3416+ "format" : " int64" ,
3417+ "type" : " integer"
33903418 },
33913419 "minPrefixLen" : {
33923420 "allOf" : [
33933421 {
33943422 "$ref" : " #/components/schemas/AreaMinPrefixLengthIPv4"
33953423 }
33963424 ],
3397- "default" : 24
3425+ "default" : 24 ,
3426+ "format" : " int64" ,
3427+ "type" : " integer"
33983428 },
33993429 "networkRanges" : {
34003430 "$ref" : " #/components/schemas/NetworkRangeList"
49985028 "example" : " Project not found" ,
49995029 "type" : " string"
50005030 },
5031+ "v1ImageImportProgress" : {
5032+ "description" : " Indicates Image Import Progress in percent." ,
5033+ "example" : 100 ,
5034+ "format" : " int64" ,
5035+ "type" : " integer"
5036+ },
50015037 "v1RegionName" : {
50025038 "description" : " Name of the region." ,
50035039 "example" : " eu01" ,
50975133 ],
50985134 "readOnly" : true
50995135 },
5136+ "encrypted" : {
5137+ "allOf" : [
5138+ {
5139+ "$ref" : " #/components/schemas/VolumeEncryption"
5140+ }
5141+ ],
5142+ "readOnly" : true
5143+ },
51005144 "id" : {
51015145 "allOf" : [
51025146 {
You can’t perform that action at this time.
0 commit comments