Skip to content

Commit 1c58066

Browse files
committed
Update file(s) "dist/json/." from "cloudforet-io/api"
1 parent 2a6be0b commit 1c58066

File tree

5 files changed

+2124
-0
lines changed

5 files changed

+2124
-0
lines changed

dist/json/cloudforet/api/cost_analysis/v1/Cost_report.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,18 @@
200200
"oneofdecl": "",
201201
"defaultValue": ""
202202
},
203+
{
204+
"name": "is_adjusted",
205+
"description": "",
206+
"label": "",
207+
"type": "bool",
208+
"longType": "bool",
209+
"fullType": "bool",
210+
"ismap": false,
211+
"isoneof": false,
212+
"oneofdecl": "",
213+
"defaultValue": ""
214+
},
203215
{
204216
"name": "cost_report_config_id",
205217
"description": "",
@@ -212,6 +224,18 @@
212224
"oneofdecl": "",
213225
"defaultValue": ""
214226
},
227+
{
228+
"name": "project_id",
229+
"description": "",
230+
"label": "",
231+
"type": "string",
232+
"longType": "string",
233+
"fullType": "string",
234+
"ismap": false,
235+
"isoneof": false,
236+
"oneofdecl": "",
237+
"defaultValue": ""
238+
},
215239
{
216240
"name": "workspace_id",
217241
"description": "",

dist/json/cloudforet/api/cost_analysis/v1/Cost_report_config.json

Lines changed: 177 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,29 @@
99
"hasMessages": true,
1010
"hasServices": true,
1111
"enums": [
12+
{
13+
"name": "Scope",
14+
"longName": "CostReportConfigInfo.Scope",
15+
"fullName": "spaceone.api.cost_analysis.v1.CostReportConfigInfo.Scope",
16+
"description": "",
17+
"values": [
18+
{
19+
"name": "SCOPE_NONE",
20+
"number": "0",
21+
"description": ""
22+
},
23+
{
24+
"name": "WORKSPACE",
25+
"number": "1",
26+
"description": ""
27+
},
28+
{
29+
"name": "PROJECT",
30+
"number": "2",
31+
"description": ""
32+
}
33+
]
34+
},
1235
{
1336
"name": "State",
1437
"longName": "CostReportConfigInfo.State",
@@ -37,6 +60,29 @@
3760
}
3861
]
3962
},
63+
{
64+
"name": "Scope",
65+
"longName": "CostReportConfigQuery.Scope",
66+
"fullName": "spaceone.api.cost_analysis.v1.CostReportConfigQuery.Scope",
67+
"description": "",
68+
"values": [
69+
{
70+
"name": "SCOPE_NONE",
71+
"number": "0",
72+
"description": ""
73+
},
74+
{
75+
"name": "WORKSPACE",
76+
"number": "1",
77+
"description": ""
78+
},
79+
{
80+
"name": "PROJECT",
81+
"number": "2",
82+
"description": ""
83+
}
84+
]
85+
},
4086
{
4187
"name": "State",
4288
"longName": "CostReportConfigQuery.State",
@@ -59,10 +105,69 @@
59105
"description": ""
60106
}
61107
]
108+
},
109+
{
110+
"name": "Scope",
111+
"longName": "CreateCostReportConfigRequest.Scope",
112+
"fullName": "spaceone.api.cost_analysis.v1.CreateCostReportConfigRequest.Scope",
113+
"description": "",
114+
"values": [
115+
{
116+
"name": "SCOPE_NONE",
117+
"number": "0",
118+
"description": ""
119+
},
120+
{
121+
"name": "WORKSPACE",
122+
"number": "1",
123+
"description": ""
124+
},
125+
{
126+
"name": "PROJECT",
127+
"number": "2",
128+
"description": ""
129+
}
130+
]
62131
}
63132
],
64133
"extensions": [],
65134
"messages": [
135+
{
136+
"name": "AdjustmentOptions",
137+
"longName": "AdjustmentOptions",
138+
"fullName": "spaceone.api.cost_analysis.v1.AdjustmentOptions",
139+
"description": "",
140+
"hasExtensions": false,
141+
"hasFields": true,
142+
"hasOneofs": false,
143+
"extensions": [],
144+
"fields": [
145+
{
146+
"name": "enabled",
147+
"description": "",
148+
"label": "",
149+
"type": "bool",
150+
"longType": "bool",
151+
"fullType": "bool",
152+
"ismap": false,
153+
"isoneof": false,
154+
"oneofdecl": "",
155+
"defaultValue": ""
156+
},
157+
{
158+
"name": "period",
159+
"description": "",
160+
"label": "",
161+
"type": "int32",
162+
"longType": "int32",
163+
"fullType": "int32",
164+
"ismap": false,
165+
"isoneof": false,
166+
"oneofdecl": "",
167+
"defaultValue": ""
168+
}
169+
]
170+
},
66171
{
67172
"name": "CostReportConfigInfo",
68173
"longName": "CostReportConfigInfo",
@@ -97,6 +202,18 @@
97202
"oneofdecl": "",
98203
"defaultValue": ""
99204
},
205+
{
206+
"name": "scope",
207+
"description": "",
208+
"label": "",
209+
"type": "Scope",
210+
"longType": "CostReportConfigInfo.Scope",
211+
"fullType": "spaceone.api.cost_analysis.v1.CostReportConfigInfo.Scope",
212+
"ismap": false,
213+
"isoneof": false,
214+
"oneofdecl": "",
215+
"defaultValue": ""
216+
},
100217
{
101218
"name": "issue_day",
102219
"description": "",
@@ -121,6 +238,18 @@
121238
"oneofdecl": "",
122239
"defaultValue": ""
123240
},
241+
{
242+
"name": "adjustment_options",
243+
"description": "",
244+
"label": "",
245+
"type": "AdjustmentOptions",
246+
"longType": "AdjustmentOptions",
247+
"fullType": "spaceone.api.cost_analysis.v1.AdjustmentOptions",
248+
"ismap": false,
249+
"isoneof": false,
250+
"oneofdecl": "",
251+
"defaultValue": ""
252+
},
124253
{
125254
"name": "currency",
126255
"description": "",
@@ -252,6 +381,18 @@
252381
"isoneof": false,
253382
"oneofdecl": "",
254383
"defaultValue": ""
384+
},
385+
{
386+
"name": "scope",
387+
"description": "+optional",
388+
"label": "",
389+
"type": "Scope",
390+
"longType": "CostReportConfigQuery.Scope",
391+
"fullType": "spaceone.api.cost_analysis.v1.CostReportConfigQuery.Scope",
392+
"ismap": false,
393+
"isoneof": false,
394+
"oneofdecl": "",
395+
"defaultValue": ""
255396
}
256397
]
257398
},
@@ -349,6 +490,18 @@
349490
"hasOneofs": false,
350491
"extensions": [],
351492
"fields": [
493+
{
494+
"name": "scope",
495+
"description": "",
496+
"label": "",
497+
"type": "Scope",
498+
"longType": "CreateCostReportConfigRequest.Scope",
499+
"fullType": "spaceone.api.cost_analysis.v1.CreateCostReportConfigRequest.Scope",
500+
"ismap": false,
501+
"isoneof": false,
502+
"oneofdecl": "",
503+
"defaultValue": ""
504+
},
352505
{
353506
"name": "issue_day",
354507
"description": "+optional",
@@ -373,6 +526,18 @@
373526
"oneofdecl": "",
374527
"defaultValue": ""
375528
},
529+
{
530+
"name": "adjustment_options",
531+
"description": "+optional",
532+
"label": "",
533+
"type": "AdjustmentOptions",
534+
"longType": "AdjustmentOptions",
535+
"fullType": "spaceone.api.cost_analysis.v1.AdjustmentOptions",
536+
"ismap": false,
537+
"isoneof": false,
538+
"oneofdecl": "",
539+
"defaultValue": ""
540+
},
376541
{
377542
"name": "currency",
378543
"description": "+optional",
@@ -505,6 +670,18 @@
505670
"oneofdecl": "",
506671
"defaultValue": ""
507672
},
673+
{
674+
"name": "adjustment_options",
675+
"description": "+optional",
676+
"label": "",
677+
"type": "AdjustmentOptions",
678+
"longType": "AdjustmentOptions",
679+
"fullType": "spaceone.api.cost_analysis.v1.AdjustmentOptions",
680+
"ismap": false,
681+
"isoneof": false,
682+
"oneofdecl": "",
683+
"defaultValue": ""
684+
},
508685
{
509686
"name": "currency",
510687
"description": "+optional",

dist/json/cloudforet/api/cost_analysis/v1/Cost_report_data.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,18 @@
225225
"oneofdecl": "",
226226
"defaultValue": ""
227227
},
228+
{
229+
"name": "is_adjusted",
230+
"description": "",
231+
"label": "",
232+
"type": "bool",
233+
"longType": "bool",
234+
"fullType": "bool",
235+
"ismap": false,
236+
"isoneof": false,
237+
"oneofdecl": "",
238+
"defaultValue": ""
239+
},
228240
{
229241
"name": "provider",
230242
"description": "",
@@ -345,6 +357,18 @@
345357
"oneofdecl": "",
346358
"defaultValue": ""
347359
},
360+
{
361+
"name": "report_adjustment_policy_id",
362+
"description": "",
363+
"label": "",
364+
"type": "string",
365+
"longType": "string",
366+
"fullType": "string",
367+
"ismap": false,
368+
"isoneof": false,
369+
"oneofdecl": "",
370+
"defaultValue": ""
371+
},
348372
{
349373
"name": "cost_report_id",
350374
"description": "",

0 commit comments

Comments
 (0)