tccli 3.0.1070.1__py2.py3-none-any.whl → 3.0.1072.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/examples/billing/v20180709/DescribeAllocateConditions.md +499 -0
- tccli/examples/billing/v20180709/DescribeAllocationBillConditions.md +495 -0
- tccli/examples/billing/v20180709/DescribeAllocationBillDetail.md +152 -0
- tccli/examples/billing/v20180709/DescribeAllocationMonthOverview.md +384 -0
- tccli/examples/billing/v20180709/DescribeAllocationOverview.md +102 -0
- tccli/examples/billing/v20180709/DescribeAllocationSummaryByBusiness.md +132 -0
- tccli/examples/billing/v20180709/DescribeAllocationSummaryByItem.md +96 -0
- tccli/examples/billing/v20180709/DescribeAllocationSummaryByResource.md +82 -0
- tccli/examples/billing/v20180709/DescribeAllocationTrendByMonth.md +60 -0
- tccli/examples/billing/v20180709/DescribeGatherResource.md +69 -0
- tccli/examples/cam/v20190116/GetCustomMFATokenInfo.md +2 -2
- tccli/examples/cam/v20190116/ListCollaborators.md +11 -10
- tccli/examples/cvm/v20170312/DescribeKeyPairs.md +1 -0
- tccli/examples/cvm/v20170312/InquiryPriceRenewInstances.md +3 -3
- tccli/examples/cvm/v20170312/InquiryPriceResetInstancesType.md +2 -40
- tccli/examples/dts/v20211206/DescribeSyncJobs.md +2 -0
- tccli/examples/ess/v20201111/CreateFlowApprovers.md +26 -0
- tccli/examples/ess/v20201111/CreateFlowByFiles.md +261 -0
- tccli/examples/ess/v20201111/DescribeFlowTemplates.md +6 -1
- tccli/examples/essbasic/v20210526/ChannelCreateFlowApprovers.md +34 -0
- tccli/examples/essbasic/v20210526/ChannelCreateFlowByFiles.md +257 -0
- tccli/examples/essbasic/v20210526/ChannelCreateReleaseFlow.md +35 -0
- tccli/examples/mariadb/v20170312/CreateAccount.md +1 -1
- tccli/examples/oceanus/v20190422/CreateJob.md +2 -1
- tccli/examples/postgres/v20170312/CreateBaseBackup.md +2 -2
- tccli/examples/postgres/v20170312/DeleteBaseBackup.md +1 -1
- tccli/examples/postgres/v20170312/DescribeBaseBackups.md +2 -2
- tccli/examples/postgres/v20170312/ModifyBaseBackupExpireTime.md +2 -2
- tccli/examples/sqlserver/v20180328/DescribeDBInstancesAttribute.md +8 -0
- tccli/examples/sqlserver/v20180328/ModifyDReadable.md +25 -0
- tccli/examples/tdmq/v20200217/DescribeRocketMQMsg.md +12 -12
- tccli/examples/tdmq/v20200217/DescribeRocketMQPublicAccessMonitorData.md +39 -0
- tccli/examples/teo/v20220901/CreateAccelerationDomain.md +1 -1
- tccli/examples/vpc/v20170312/DescribeVpnGateways.md +43 -65
- tccli/services/antiddos/v20200309/api.json +27 -16
- tccli/services/batch/v20170312/api.json +26 -26
- tccli/services/billing/billing_client.py +610 -80
- tccli/services/billing/v20180709/api.json +9519 -4207
- tccli/services/billing/v20180709/examples.json +80 -0
- tccli/services/cam/v20190116/api.json +35 -30
- tccli/services/cam/v20190116/examples.json +3 -3
- tccli/services/cdwdoris/v20211228/api.json +20 -0
- tccli/services/cvm/v20170312/api.json +81 -78
- tccli/services/cvm/v20170312/examples.json +9 -9
- tccli/services/dcdb/v20180411/api.json +25 -25
- tccli/services/dts/v20211206/api.json +53 -11
- tccli/services/dts/v20211206/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +72 -4
- tccli/services/ess/v20201111/examples.json +13 -1
- tccli/services/essbasic/v20210526/api.json +20 -2
- tccli/services/essbasic/v20210526/examples.json +18 -0
- tccli/services/goosefs/v20220519/api.json +9 -0
- tccli/services/lighthouse/v20200324/api.json +61 -0
- tccli/services/mariadb/v20170312/api.json +36 -36
- tccli/services/mariadb/v20170312/examples.json +1 -1
- tccli/services/mrs/v20200910/api.json +18 -0
- tccli/services/oceanus/v20190422/api.json +28 -0
- tccli/services/oceanus/v20190422/examples.json +1 -1
- tccli/services/postgres/v20170312/api.json +79 -74
- tccli/services/postgres/v20170312/examples.json +7 -7
- tccli/services/rce/v20201103/api.json +25 -25
- tccli/services/sqlserver/sqlserver_client.py +53 -0
- tccli/services/sqlserver/v20180328/api.json +237 -34
- tccli/services/sqlserver/v20180328/examples.json +9 -1
- tccli/services/tdmq/tdmq_client.py +110 -57
- tccli/services/tdmq/v20200217/api.json +222 -4
- tccli/services/tdmq/v20200217/examples.json +10 -2
- tccli/services/teo/v20220901/api.json +1 -1
- tccli/services/teo/v20220901/examples.json +1 -1
- tccli/services/trtc/v20190722/api.json +4 -4
- tccli/services/vpc/v20170312/api.json +32 -24
- tccli/services/vpc/v20170312/examples.json +7 -7
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/RECORD +78 -66
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1072.1'
|
@@ -0,0 +1,499 @@
|
|
1
|
+
**Example 1: 查询分账条件**
|
2
|
+
|
3
|
+
查询分账条件
|
4
|
+
|
5
|
+
Input:
|
6
|
+
|
7
|
+
```
|
8
|
+
tccli billing DescribeAllocateConditions --cli-unfold-argument ```
|
9
|
+
|
10
|
+
Output:
|
11
|
+
```
|
12
|
+
{
|
13
|
+
"Response": {
|
14
|
+
"Business": [
|
15
|
+
{
|
16
|
+
"Children": [
|
17
|
+
{},
|
18
|
+
{}
|
19
|
+
]
|
20
|
+
},
|
21
|
+
{
|
22
|
+
"Children": [
|
23
|
+
{}
|
24
|
+
]
|
25
|
+
},
|
26
|
+
{
|
27
|
+
"Children": [
|
28
|
+
{}
|
29
|
+
]
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"Children": [
|
33
|
+
{}
|
34
|
+
]
|
35
|
+
},
|
36
|
+
{
|
37
|
+
"Children": [
|
38
|
+
{}
|
39
|
+
]
|
40
|
+
},
|
41
|
+
{
|
42
|
+
"Children": [
|
43
|
+
{},
|
44
|
+
{}
|
45
|
+
]
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"Children": [
|
49
|
+
{}
|
50
|
+
]
|
51
|
+
}
|
52
|
+
],
|
53
|
+
"OwnerUin": [
|
54
|
+
{
|
55
|
+
"OwnerUin": "700000384179"
|
56
|
+
}
|
57
|
+
],
|
58
|
+
"OperateUin": [
|
59
|
+
{
|
60
|
+
"OperateUin": "700000384179"
|
61
|
+
}
|
62
|
+
],
|
63
|
+
"Product": [
|
64
|
+
{
|
65
|
+
"ProductCode": "sp_cvm_s1",
|
66
|
+
"ProductCodeName": "云服务器CVM-标准型S1"
|
67
|
+
},
|
68
|
+
{
|
69
|
+
"ProductCode": "sp_cbs_premium",
|
70
|
+
"ProductCodeName": "高性能云硬盘"
|
71
|
+
},
|
72
|
+
{
|
73
|
+
"ProductCode": "sp_cos_pkg_std_new",
|
74
|
+
"ProductCodeName": "COS 标准存储容量包 new"
|
75
|
+
},
|
76
|
+
{
|
77
|
+
"ProductCode": "sp_cvm_s2",
|
78
|
+
"ProductCodeName": "云服务器CVM-标准型S2"
|
79
|
+
},
|
80
|
+
{
|
81
|
+
"ProductCode": "sp_rav_audio_video",
|
82
|
+
"ProductCodeName": "实时音视频-音视频通话"
|
83
|
+
},
|
84
|
+
{
|
85
|
+
"ProductCode": "sp_cdn_cn_flux_package",
|
86
|
+
"ProductCodeName": "中国境内CDN流量包"
|
87
|
+
},
|
88
|
+
{
|
89
|
+
"ProductCode": "sp_ci_pkg_im_com",
|
90
|
+
"ProductCodeName": "CI 图片压缩资源包"
|
91
|
+
},
|
92
|
+
{
|
93
|
+
"ProductCode": "sp_redis_single",
|
94
|
+
"ProductCodeName": "云数据库Redis-社区版"
|
95
|
+
},
|
96
|
+
{
|
97
|
+
"ProductCode": "sp_ci_pkg_co_re",
|
98
|
+
"ProductCodeName": "万象-COS-内容识别资源包"
|
99
|
+
}
|
100
|
+
],
|
101
|
+
"ActionType": [
|
102
|
+
{
|
103
|
+
"ActionType": "prepay_purchase",
|
104
|
+
"ActionTypeName": "包年包月新购"
|
105
|
+
},
|
106
|
+
{
|
107
|
+
"ActionType": "prepay_return",
|
108
|
+
"ActionTypeName": "包年包月退款"
|
109
|
+
},
|
110
|
+
{
|
111
|
+
"ActionType": "prepay_modify",
|
112
|
+
"ActionTypeName": "包年包月配置变更"
|
113
|
+
},
|
114
|
+
{
|
115
|
+
"ActionType": "prepay_renew",
|
116
|
+
"ActionTypeName": "包年包月续费"
|
117
|
+
}
|
118
|
+
],
|
119
|
+
"Item": [
|
120
|
+
{
|
121
|
+
"ItemCode": "sv_cvm_bandwidth_prepay",
|
122
|
+
"ItemCodeName": "带宽-按带宽计费"
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"ItemCode": "sv_cbs_memspace_premium",
|
126
|
+
"ItemCodeName": "高性能云硬盘-存储空间"
|
127
|
+
},
|
128
|
+
{
|
129
|
+
"ItemCode": "sv_cos_pkg_std_new_20",
|
130
|
+
"ItemCodeName": "COS 标准存储容量包 20GB new"
|
131
|
+
},
|
132
|
+
{
|
133
|
+
"ItemCode": "virtual_v_cvm_compute_s2",
|
134
|
+
"ItemCodeName": "计算组件"
|
135
|
+
},
|
136
|
+
{
|
137
|
+
"ItemCode": "sv_cvm_rootdisk_cbspremium",
|
138
|
+
"ItemCodeName": "高效云系统盘"
|
139
|
+
},
|
140
|
+
{
|
141
|
+
"ItemCode": "sv_rav_audio_video_custom_free",
|
142
|
+
"ItemCodeName": "音视频通话-赠送套餐包"
|
143
|
+
},
|
144
|
+
{
|
145
|
+
"ItemCode": "sv_cvm_rootdisk_local",
|
146
|
+
"ItemCodeName": "本地系统盘"
|
147
|
+
},
|
148
|
+
{
|
149
|
+
"ItemCode": "virtual_v_cvm_compute_s1",
|
150
|
+
"ItemCodeName": "计算组件"
|
151
|
+
},
|
152
|
+
{
|
153
|
+
"ItemCode": "sv_cdn_cn_flux_package",
|
154
|
+
"ItemCodeName": "CDN流量包-流量"
|
155
|
+
},
|
156
|
+
{
|
157
|
+
"ItemCode": "sv_ci_pkg_im_com_10",
|
158
|
+
"ItemCodeName": "CI 图片压缩资源包 10万次"
|
159
|
+
},
|
160
|
+
{
|
161
|
+
"ItemCode": "sv_redis_mem_single",
|
162
|
+
"ItemCodeName": "云数据库Redis-社区版-内存"
|
163
|
+
},
|
164
|
+
{
|
165
|
+
"ItemCode": "sv_ci_pkg_co_re_10",
|
166
|
+
"ItemCodeName": "万象-COS-内容识别资源包 10万次"
|
167
|
+
},
|
168
|
+
{
|
169
|
+
"ItemCode": "sv_rav_audio_video_assign_formal",
|
170
|
+
"ItemCodeName": "实时音视频-音视频通话-固定套餐包"
|
171
|
+
},
|
172
|
+
{
|
173
|
+
"ItemCode": "sv_cos_pkg_std_new_10",
|
174
|
+
"ItemCodeName": "COS 标准存储容量包 10GB new"
|
175
|
+
}
|
176
|
+
],
|
177
|
+
"InstanceType": [
|
178
|
+
{
|
179
|
+
"InstanceType": "ri",
|
180
|
+
"InstanceTypeName": "预留实例"
|
181
|
+
},
|
182
|
+
{
|
183
|
+
"InstanceType": "svp",
|
184
|
+
"InstanceTypeName": "节省计划"
|
185
|
+
},
|
186
|
+
{
|
187
|
+
"InstanceType": "si",
|
188
|
+
"InstanceTypeName": "竞价实例"
|
189
|
+
},
|
190
|
+
{
|
191
|
+
"InstanceType": "rp",
|
192
|
+
"InstanceTypeName": "资源包"
|
193
|
+
},
|
194
|
+
{
|
195
|
+
"InstanceType": "capacityReserve",
|
196
|
+
"InstanceTypeName": "容量预留"
|
197
|
+
}
|
198
|
+
],
|
199
|
+
"Region": [
|
200
|
+
{
|
201
|
+
"RegionId": 0,
|
202
|
+
"RegionName": "其他"
|
203
|
+
},
|
204
|
+
{
|
205
|
+
"RegionId": 1,
|
206
|
+
"RegionName": "华南地区(广州)"
|
207
|
+
},
|
208
|
+
{
|
209
|
+
"RegionId": 3,
|
210
|
+
"RegionName": "华北地区(北京(北京一区 原天津))"
|
211
|
+
},
|
212
|
+
{
|
213
|
+
"RegionId": 4,
|
214
|
+
"RegionName": "华东地区(上海)"
|
215
|
+
},
|
216
|
+
{
|
217
|
+
"RegionId": 5,
|
218
|
+
"RegionName": "港澳台地区(香港)"
|
219
|
+
},
|
220
|
+
{
|
221
|
+
"RegionId": 6,
|
222
|
+
"RegionName": "北美地区(多伦多)"
|
223
|
+
},
|
224
|
+
{
|
225
|
+
"RegionId": 7,
|
226
|
+
"RegionName": "华东地区(上海金融)"
|
227
|
+
},
|
228
|
+
{
|
229
|
+
"RegionId": 8,
|
230
|
+
"RegionName": "华北地区(北京)"
|
231
|
+
},
|
232
|
+
{
|
233
|
+
"RegionId": 9,
|
234
|
+
"RegionName": "东南亚地区(新加坡)"
|
235
|
+
},
|
236
|
+
{
|
237
|
+
"RegionId": 11,
|
238
|
+
"RegionName": "华南地区(深圳金融)"
|
239
|
+
},
|
240
|
+
{
|
241
|
+
"RegionId": 12,
|
242
|
+
"RegionName": "华南地区(广州OPEN)"
|
243
|
+
},
|
244
|
+
{
|
245
|
+
"RegionId": 15,
|
246
|
+
"RegionName": "美西地区(美国硅谷)"
|
247
|
+
},
|
248
|
+
{
|
249
|
+
"RegionId": 16,
|
250
|
+
"RegionName": "西南地区(成都)"
|
251
|
+
},
|
252
|
+
{
|
253
|
+
"RegionId": 17,
|
254
|
+
"RegionName": "欧洲地区(法兰克福)"
|
255
|
+
},
|
256
|
+
{
|
257
|
+
"RegionId": 18,
|
258
|
+
"RegionName": "亚太地区(首尔)"
|
259
|
+
},
|
260
|
+
{
|
261
|
+
"RegionId": 19,
|
262
|
+
"RegionName": "西南地区(重庆)"
|
263
|
+
},
|
264
|
+
{
|
265
|
+
"RegionId": 21,
|
266
|
+
"RegionName": "亚太地区(印度)"
|
267
|
+
},
|
268
|
+
{
|
269
|
+
"RegionId": 22,
|
270
|
+
"RegionName": "美东地区(弗吉尼亚)"
|
271
|
+
},
|
272
|
+
{
|
273
|
+
"RegionId": 23,
|
274
|
+
"RegionName": "亚太地区(泰国)"
|
275
|
+
},
|
276
|
+
{
|
277
|
+
"RegionId": 24,
|
278
|
+
"RegionName": "欧洲地区(欧洲东北)"
|
279
|
+
},
|
280
|
+
{
|
281
|
+
"RegionId": 25,
|
282
|
+
"RegionName": "亚太地区(日本)"
|
283
|
+
},
|
284
|
+
{
|
285
|
+
"RegionId": 31,
|
286
|
+
"RegionName": "华东地区(济南)"
|
287
|
+
},
|
288
|
+
{
|
289
|
+
"RegionId": 32,
|
290
|
+
"RegionName": "华东地区(杭州)"
|
291
|
+
},
|
292
|
+
{
|
293
|
+
"RegionId": 33,
|
294
|
+
"RegionName": "华东地区(南京)"
|
295
|
+
},
|
296
|
+
{
|
297
|
+
"RegionId": 34,
|
298
|
+
"RegionName": "华东地区(福州)"
|
299
|
+
},
|
300
|
+
{
|
301
|
+
"RegionId": 35,
|
302
|
+
"RegionName": "华中地区(武汉)"
|
303
|
+
},
|
304
|
+
{
|
305
|
+
"RegionId": 36,
|
306
|
+
"RegionName": "华北地区(天津)"
|
307
|
+
},
|
308
|
+
{
|
309
|
+
"RegionId": 37,
|
310
|
+
"RegionName": "华南地区(深圳)"
|
311
|
+
},
|
312
|
+
{
|
313
|
+
"RegionId": 39,
|
314
|
+
"RegionName": "港澳台地区(台北)"
|
315
|
+
},
|
316
|
+
{
|
317
|
+
"RegionId": 41,
|
318
|
+
"RegionName": "中东地区(迪拜)"
|
319
|
+
},
|
320
|
+
{
|
321
|
+
"RegionId": 42,
|
322
|
+
"RegionName": "美国南部(洛杉矶)"
|
323
|
+
},
|
324
|
+
{
|
325
|
+
"RegionId": 43,
|
326
|
+
"RegionName": "南美地区(巴西圣保罗互联区)"
|
327
|
+
},
|
328
|
+
{
|
329
|
+
"RegionId": 44,
|
330
|
+
"RegionName": "澳洲地区(悉尼)"
|
331
|
+
},
|
332
|
+
{
|
333
|
+
"RegionId": 45,
|
334
|
+
"RegionName": "华中地区(长沙)"
|
335
|
+
},
|
336
|
+
{
|
337
|
+
"RegionId": 46,
|
338
|
+
"RegionName": "华北地区(北京金融)"
|
339
|
+
},
|
340
|
+
{
|
341
|
+
"RegionId": 47,
|
342
|
+
"RegionName": "其他地区(其他)"
|
343
|
+
},
|
344
|
+
{
|
345
|
+
"RegionId": 53,
|
346
|
+
"RegionName": "华北地区(石家庄)"
|
347
|
+
},
|
348
|
+
{
|
349
|
+
"RegionId": 54,
|
350
|
+
"RegionName": "华南地区(清远)"
|
351
|
+
},
|
352
|
+
{
|
353
|
+
"RegionId": 55,
|
354
|
+
"RegionName": "华东地区(合肥)"
|
355
|
+
},
|
356
|
+
{
|
357
|
+
"RegionId": 56,
|
358
|
+
"RegionName": "东北地区(沈阳)"
|
359
|
+
},
|
360
|
+
{
|
361
|
+
"RegionId": 57,
|
362
|
+
"RegionName": "西北地区(西安)"
|
363
|
+
},
|
364
|
+
{
|
365
|
+
"RegionId": 58,
|
366
|
+
"RegionName": "西北地区(西北)"
|
367
|
+
},
|
368
|
+
{
|
369
|
+
"RegionId": 71,
|
370
|
+
"RegionName": "华中地区(郑州)"
|
371
|
+
},
|
372
|
+
{
|
373
|
+
"RegionId": 72,
|
374
|
+
"RegionName": "亚太东南地区(雅加达)"
|
375
|
+
},
|
376
|
+
{
|
377
|
+
"RegionId": 73,
|
378
|
+
"RegionName": "华南地区(清远信安)"
|
379
|
+
},
|
380
|
+
{
|
381
|
+
"RegionId": 74,
|
382
|
+
"RegionName": "南美地区(圣保罗)"
|
383
|
+
},
|
384
|
+
{
|
385
|
+
"RegionId": 76,
|
386
|
+
"RegionName": "西南地区(贵阳)"
|
387
|
+
},
|
388
|
+
{
|
389
|
+
"RegionId": 77,
|
390
|
+
"RegionName": "华南地区(深圳深宇财付通)"
|
391
|
+
},
|
392
|
+
{
|
393
|
+
"RegionId": 78,
|
394
|
+
"RegionName": "华东地区(上海自动驾驶云)"
|
395
|
+
},
|
396
|
+
{
|
397
|
+
"RegionId": 79,
|
398
|
+
"RegionName": "华南地区(深圳金融专区(TCE))"
|
399
|
+
},
|
400
|
+
{
|
401
|
+
"RegionId": 81,
|
402
|
+
"RegionName": "华东地区(上海金融专区(TCE))"
|
403
|
+
},
|
404
|
+
{
|
405
|
+
"RegionId": 1001,
|
406
|
+
"RegionName": "亚太地区(亚太一区)"
|
407
|
+
},
|
408
|
+
{
|
409
|
+
"RegionId": 1002,
|
410
|
+
"RegionName": "亚太地区(亚太二区)"
|
411
|
+
},
|
412
|
+
{
|
413
|
+
"RegionId": 1003,
|
414
|
+
"RegionName": "亚太地区(亚太三区)"
|
415
|
+
},
|
416
|
+
{
|
417
|
+
"RegionId": 1004,
|
418
|
+
"RegionName": "中东地区(中东)"
|
419
|
+
},
|
420
|
+
{
|
421
|
+
"RegionId": 1005,
|
422
|
+
"RegionName": "欧洲地区(欧洲)"
|
423
|
+
},
|
424
|
+
{
|
425
|
+
"RegionId": 1006,
|
426
|
+
"RegionName": "北美地区(北美)"
|
427
|
+
},
|
428
|
+
{
|
429
|
+
"RegionId": 1007,
|
430
|
+
"RegionName": "南美地区(南美)"
|
431
|
+
},
|
432
|
+
{
|
433
|
+
"RegionId": 1008,
|
434
|
+
"RegionName": "非洲地区(非洲)"
|
435
|
+
},
|
436
|
+
{
|
437
|
+
"RegionId": 1009,
|
438
|
+
"RegionName": "中国大陆(中国大陆)"
|
439
|
+
},
|
440
|
+
{
|
441
|
+
"RegionId": 1010,
|
442
|
+
"RegionName": "自定义区(自定义区)"
|
443
|
+
},
|
444
|
+
{
|
445
|
+
"RegionId": 2009,
|
446
|
+
"RegionName": "境内地区(中国大陆通用)"
|
447
|
+
},
|
448
|
+
{
|
449
|
+
"RegionId": 2010,
|
450
|
+
"RegionName": "境外地区(中国港澳台与海外通用)"
|
451
|
+
}
|
452
|
+
],
|
453
|
+
"PayMode": [
|
454
|
+
{
|
455
|
+
"PayMode": "prePay",
|
456
|
+
"PayModeName": "包年包月"
|
457
|
+
},
|
458
|
+
{
|
459
|
+
"PayMode": "postPay",
|
460
|
+
"PayModeName": "按量计费"
|
461
|
+
},
|
462
|
+
{
|
463
|
+
"PayMode": "riPay",
|
464
|
+
"PayModeName": "预留实例"
|
465
|
+
}
|
466
|
+
],
|
467
|
+
"Project": [
|
468
|
+
{
|
469
|
+
"ProjectId": 0,
|
470
|
+
"ProjectName": "默认项目"
|
471
|
+
}
|
472
|
+
],
|
473
|
+
"Tag": [
|
474
|
+
{
|
475
|
+
"TagKey": "yzd_key2",
|
476
|
+
"TagValue": "yzd_value2"
|
477
|
+
},
|
478
|
+
{
|
479
|
+
"TagKey": "key1",
|
480
|
+
"TagValue": "value1"
|
481
|
+
},
|
482
|
+
{
|
483
|
+
"TagKey": "key2",
|
484
|
+
"TagValue": "value2"
|
485
|
+
},
|
486
|
+
{
|
487
|
+
"TagKey": "key3",
|
488
|
+
"TagValue": "value3"
|
489
|
+
},
|
490
|
+
{
|
491
|
+
"TagKey": "yzd_key1",
|
492
|
+
"TagValue": "yzd_value2"
|
493
|
+
}
|
494
|
+
],
|
495
|
+
"RequestId": "da214fee-dcee-4b23-96b7-8dcd6cab1345"
|
496
|
+
}
|
497
|
+
}
|
498
|
+
```
|
499
|
+
|