tencentcloud-sdk-python 3.0.1257__py2.py3-none-any.whl → 3.0.1259__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tencentcloud/__init__.py +1 -1
- tencentcloud/apm/v20210622/models.py +26 -0
- tencentcloud/asr/v20190614/models.py +3 -2
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +7 -1
- tencentcloud/autoscaling/v20180419/errorcodes.py +3 -0
- tencentcloud/autoscaling/v20180419/models.py +18 -2
- tencentcloud/bi/v20220105/models.py +44 -4
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/errorcodes.py +6 -0
- tencentcloud/billing/v20180709/models.py +424 -0
- tencentcloud/bsca/v20210811/models.py +306 -1
- tencentcloud/ccc/v20200210/ccc_client.py +23 -0
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +237 -136
- tencentcloud/cdb/v20170320/cdb_client.py +1 -1
- tencentcloud/cdb/v20170320/models.py +13 -1
- tencentcloud/cdn/v20180606/models.py +1 -1
- tencentcloud/cdwdoris/v20211228/models.py +16 -2
- tencentcloud/cfw/v20190904/cfw_client.py +7 -33
- tencentcloud/cfw/v20190904/models.py +711 -1329
- tencentcloud/ciam/v20220331/models.py +13 -0
- tencentcloud/ckafka/v20190819/models.py +4 -4
- tencentcloud/clb/v20180317/models.py +2 -4
- tencentcloud/cloudaudit/v20190319/cloudaudit_client.py +30 -34
- tencentcloud/cloudaudit/v20190319/errorcodes.py +0 -39
- tencentcloud/cloudaudit/v20190319/models.py +328 -254
- tencentcloud/cls/v20201016/cls_client.py +8 -1
- tencentcloud/cls/v20201016/models.py +551 -109
- tencentcloud/csip/v20221121/models.py +226 -136
- tencentcloud/cvm/v20170312/errorcodes.py +6 -0
- tencentcloud/cvm/v20170312/models.py +78 -0
- tencentcloud/cwp/v20180228/cwp_client.py +6 -2
- tencentcloud/cwp/v20180228/models.py +240 -114
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +27 -27
- tencentcloud/cynosdb/v20190107/models.py +78 -0
- tencentcloud/dasb/v20191018/models.py +155 -0
- tencentcloud/domain/v20180808/errorcodes.py +45 -0
- tencentcloud/eb/v20210416/models.py +19 -19
- tencentcloud/es/v20180416/errorcodes.py +4 -1
- tencentcloud/es/v20180416/es_client.py +92 -0
- tencentcloud/es/v20180416/models.py +770 -12
- tencentcloud/ess/v20201111/ess_client.py +87 -8
- tencentcloud/ess/v20201111/models.py +239 -11
- tencentcloud/essbasic/v20210526/essbasic_client.py +135 -51
- tencentcloud/essbasic/v20210526/models.py +365 -19
- tencentcloud/gaap/v20180529/models.py +40 -3
- tencentcloud/hunyuan/v20230901/models.py +12 -0
- tencentcloud/ioa/v20220601/errorcodes.py +15 -0
- tencentcloud/ioa/v20220601/ioa_client.py +26 -2
- tencentcloud/ioa/v20220601/models.py +516 -46
- tencentcloud/iotexplorer/v20190423/models.py +52 -0
- tencentcloud/iotvideo/v20191126/iotvideo_client.py +46 -0
- tencentcloud/iotvideo/v20191126/models.py +379 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +1 -1
- tencentcloud/live/v20180801/models.py +51 -0
- tencentcloud/mongodb/v20190725/models.py +3 -7
- tencentcloud/mqtt/v20240516/models.py +2 -2
- tencentcloud/mrs/v20200910/models.py +22 -0
- tencentcloud/ms/v20180408/models.py +101 -62
- tencentcloud/ocr/v20181119/models.py +7 -16
- tencentcloud/ocr/v20181119/ocr_client.py +1 -0
- tencentcloud/organization/v20210331/errorcodes.py +30 -0
- tencentcloud/organization/v20210331/models.py +674 -0
- tencentcloud/organization/v20210331/organization_client.py +138 -0
- tencentcloud/privatedns/v20201028/errorcodes.py +12 -0
- tencentcloud/privatedns/v20201028/models.py +858 -4
- tencentcloud/privatedns/v20201028/privatedns_client.py +92 -0
- tencentcloud/redis/v20180412/models.py +14 -14
- tencentcloud/redis/v20180412/redis_client.py +2 -0
- tencentcloud/region/v20220627/models.py +0 -1
- tencentcloud/scf/v20180416/models.py +889 -8
- tencentcloud/scf/v20180416/scf_client.py +115 -0
- tencentcloud/smop/v20201203/models.py +17 -17
- tencentcloud/ssl/v20191205/models.py +1 -1
- tencentcloud/ssm/v20190923/models.py +84 -0
- tencentcloud/tat/v20201028/models.py +1 -29
- tencentcloud/tcss/v20201101/models.py +472 -46
- tencentcloud/tcss/v20201101/tcss_client.py +1 -1
- tencentcloud/tdmq/v20200217/models.py +7 -7
- tencentcloud/tem/v20210701/models.py +202 -198
- tencentcloud/teo/v20220901/errorcodes.py +30 -0
- tencentcloud/teo/v20220901/models.py +1466 -93
- tencentcloud/teo/v20220901/teo_client.py +115 -0
- tencentcloud/tke/v20180525/models.py +70 -0
- tencentcloud/tke/v20180525/tke_client.py +23 -0
- tencentcloud/tms/v20201229/models.py +0 -558
- tencentcloud/tms/v20201229/tms_client.py +0 -23
- tencentcloud/trp/v20210515/models.py +6 -6
- tencentcloud/trtc/v20190722/models.py +353 -4
- tencentcloud/tse/v20201207/models.py +94 -0
- tencentcloud/tse/v20201207/tse_client.py +23 -0
- tencentcloud/vclm/v20240523/models.py +166 -0
- tencentcloud/vpc/v20170312/models.py +134 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/waf/v20180125/models.py +239 -531
- tencentcloud/waf/v20180125/waf_client.py +23 -25
- tencentcloud/wedata/v20210820/models.py +991 -0
- tencentcloud/wedata/v20210820/wedata_client.py +46 -0
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/RECORD +103 -108
- tencentcloud/cr/__init__.py +0 -0
- tencentcloud/cr/v20180321/__init__.py +0 -0
- tencentcloud/cr/v20180321/cr_client.py +0 -672
- tencentcloud/cr/v20180321/errorcodes.py +0 -114
- tencentcloud/cr/v20180321/models.py +0 -4966
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/top_level.txt +0 -0
@@ -160,6 +160,108 @@ class ActionSummaryOverviewItem(AbstractModel):
|
|
160
160
|
|
161
161
|
|
162
162
|
|
163
|
+
class AdjustInfoDetail(AbstractModel):
|
164
|
+
"""UIN异常调整明细
|
165
|
+
|
166
|
+
"""
|
167
|
+
|
168
|
+
def __init__(self):
|
169
|
+
r"""
|
170
|
+
:param _PayerUin: 支付者UIN:支付者的账号 ID,账号 ID 是用户在腾讯云的唯一账号标识
|
171
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
172
|
+
:type PayerUin: str
|
173
|
+
:param _Month: 账单月份,格式:yyyy-MM
|
174
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
175
|
+
:type Month: str
|
176
|
+
:param _AdjustType: 调整类型
|
177
|
+
调账:manualAdjustment
|
178
|
+
补结算:supplementarySettlement
|
179
|
+
重结算:reSettlement
|
180
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
181
|
+
:type AdjustType: str
|
182
|
+
:param _AdjustNum: 调整单号
|
183
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
184
|
+
:type AdjustNum: str
|
185
|
+
:param _AdjustCompletionTime: 异常调整完成时间,格式:yyyy-MM-dd HH:mm:ss
|
186
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
187
|
+
:type AdjustCompletionTime: str
|
188
|
+
:param _AdjustAmount: 调整金额
|
189
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
190
|
+
:type AdjustAmount: float
|
191
|
+
"""
|
192
|
+
self._PayerUin = None
|
193
|
+
self._Month = None
|
194
|
+
self._AdjustType = None
|
195
|
+
self._AdjustNum = None
|
196
|
+
self._AdjustCompletionTime = None
|
197
|
+
self._AdjustAmount = None
|
198
|
+
|
199
|
+
@property
|
200
|
+
def PayerUin(self):
|
201
|
+
return self._PayerUin
|
202
|
+
|
203
|
+
@PayerUin.setter
|
204
|
+
def PayerUin(self, PayerUin):
|
205
|
+
self._PayerUin = PayerUin
|
206
|
+
|
207
|
+
@property
|
208
|
+
def Month(self):
|
209
|
+
return self._Month
|
210
|
+
|
211
|
+
@Month.setter
|
212
|
+
def Month(self, Month):
|
213
|
+
self._Month = Month
|
214
|
+
|
215
|
+
@property
|
216
|
+
def AdjustType(self):
|
217
|
+
return self._AdjustType
|
218
|
+
|
219
|
+
@AdjustType.setter
|
220
|
+
def AdjustType(self, AdjustType):
|
221
|
+
self._AdjustType = AdjustType
|
222
|
+
|
223
|
+
@property
|
224
|
+
def AdjustNum(self):
|
225
|
+
return self._AdjustNum
|
226
|
+
|
227
|
+
@AdjustNum.setter
|
228
|
+
def AdjustNum(self, AdjustNum):
|
229
|
+
self._AdjustNum = AdjustNum
|
230
|
+
|
231
|
+
@property
|
232
|
+
def AdjustCompletionTime(self):
|
233
|
+
return self._AdjustCompletionTime
|
234
|
+
|
235
|
+
@AdjustCompletionTime.setter
|
236
|
+
def AdjustCompletionTime(self, AdjustCompletionTime):
|
237
|
+
self._AdjustCompletionTime = AdjustCompletionTime
|
238
|
+
|
239
|
+
@property
|
240
|
+
def AdjustAmount(self):
|
241
|
+
return self._AdjustAmount
|
242
|
+
|
243
|
+
@AdjustAmount.setter
|
244
|
+
def AdjustAmount(self, AdjustAmount):
|
245
|
+
self._AdjustAmount = AdjustAmount
|
246
|
+
|
247
|
+
|
248
|
+
def _deserialize(self, params):
|
249
|
+
self._PayerUin = params.get("PayerUin")
|
250
|
+
self._Month = params.get("Month")
|
251
|
+
self._AdjustType = params.get("AdjustType")
|
252
|
+
self._AdjustNum = params.get("AdjustNum")
|
253
|
+
self._AdjustCompletionTime = params.get("AdjustCompletionTime")
|
254
|
+
self._AdjustAmount = params.get("AdjustAmount")
|
255
|
+
memeber_set = set(params.keys())
|
256
|
+
for name, value in vars(self).items():
|
257
|
+
property_name = name[1:]
|
258
|
+
if property_name in memeber_set:
|
259
|
+
memeber_set.remove(property_name)
|
260
|
+
if len(memeber_set) > 0:
|
261
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
262
|
+
|
263
|
+
|
264
|
+
|
163
265
|
class AllocationAverageData(AbstractModel):
|
164
266
|
"""分账账单趋势图平均值
|
165
267
|
|
@@ -490,6 +592,24 @@ class AllocationDetail(AbstractModel):
|
|
490
592
|
2 - 未分配
|
491
593
|
注意:此字段可能返回 null,表示取不到有效值。
|
492
594
|
:type AllocationType: int
|
595
|
+
:param _DiscountObject: 当前消费项的优惠对象,例如:官网折扣、用户折扣、活动折扣。
|
596
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
597
|
+
:type DiscountObject: str
|
598
|
+
:param _DiscountType: 当前消费项的优惠类型,例如:折扣、合同价。
|
599
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
600
|
+
:type DiscountType: str
|
601
|
+
:param _DiscountContent: 对优惠类型的补充描述,例如:商务折扣8折,则优惠类型为“折扣”,优惠内容为“0.8”。
|
602
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
603
|
+
:type DiscountContent: str
|
604
|
+
:param _SPDeduction: SPDeduction
|
605
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
606
|
+
:type SPDeduction: str
|
607
|
+
:param _SPDeductionRate: SPDeduction
|
608
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
609
|
+
:type SPDeductionRate: str
|
610
|
+
:param _BillMonth: 账单月
|
611
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
612
|
+
:type BillMonth: str
|
493
613
|
"""
|
494
614
|
self._TreeNodeUniqKey = None
|
495
615
|
self._TreeNodeUniqKeyName = None
|
@@ -557,6 +677,12 @@ class AllocationDetail(AbstractModel):
|
|
557
677
|
self._DeductedMeasure = None
|
558
678
|
self._ComponentConfig = None
|
559
679
|
self._AllocationType = None
|
680
|
+
self._DiscountObject = None
|
681
|
+
self._DiscountType = None
|
682
|
+
self._DiscountContent = None
|
683
|
+
self._SPDeduction = None
|
684
|
+
self._SPDeductionRate = None
|
685
|
+
self._BillMonth = None
|
560
686
|
|
561
687
|
@property
|
562
688
|
def TreeNodeUniqKey(self):
|
@@ -1094,6 +1220,54 @@ class AllocationDetail(AbstractModel):
|
|
1094
1220
|
def AllocationType(self, AllocationType):
|
1095
1221
|
self._AllocationType = AllocationType
|
1096
1222
|
|
1223
|
+
@property
|
1224
|
+
def DiscountObject(self):
|
1225
|
+
return self._DiscountObject
|
1226
|
+
|
1227
|
+
@DiscountObject.setter
|
1228
|
+
def DiscountObject(self, DiscountObject):
|
1229
|
+
self._DiscountObject = DiscountObject
|
1230
|
+
|
1231
|
+
@property
|
1232
|
+
def DiscountType(self):
|
1233
|
+
return self._DiscountType
|
1234
|
+
|
1235
|
+
@DiscountType.setter
|
1236
|
+
def DiscountType(self, DiscountType):
|
1237
|
+
self._DiscountType = DiscountType
|
1238
|
+
|
1239
|
+
@property
|
1240
|
+
def DiscountContent(self):
|
1241
|
+
return self._DiscountContent
|
1242
|
+
|
1243
|
+
@DiscountContent.setter
|
1244
|
+
def DiscountContent(self, DiscountContent):
|
1245
|
+
self._DiscountContent = DiscountContent
|
1246
|
+
|
1247
|
+
@property
|
1248
|
+
def SPDeduction(self):
|
1249
|
+
return self._SPDeduction
|
1250
|
+
|
1251
|
+
@SPDeduction.setter
|
1252
|
+
def SPDeduction(self, SPDeduction):
|
1253
|
+
self._SPDeduction = SPDeduction
|
1254
|
+
|
1255
|
+
@property
|
1256
|
+
def SPDeductionRate(self):
|
1257
|
+
return self._SPDeductionRate
|
1258
|
+
|
1259
|
+
@SPDeductionRate.setter
|
1260
|
+
def SPDeductionRate(self, SPDeductionRate):
|
1261
|
+
self._SPDeductionRate = SPDeductionRate
|
1262
|
+
|
1263
|
+
@property
|
1264
|
+
def BillMonth(self):
|
1265
|
+
return self._BillMonth
|
1266
|
+
|
1267
|
+
@BillMonth.setter
|
1268
|
+
def BillMonth(self, BillMonth):
|
1269
|
+
self._BillMonth = BillMonth
|
1270
|
+
|
1097
1271
|
|
1098
1272
|
def _deserialize(self, params):
|
1099
1273
|
self._TreeNodeUniqKey = params.get("TreeNodeUniqKey")
|
@@ -1167,6 +1341,12 @@ class AllocationDetail(AbstractModel):
|
|
1167
1341
|
self._DeductedMeasure = params.get("DeductedMeasure")
|
1168
1342
|
self._ComponentConfig = params.get("ComponentConfig")
|
1169
1343
|
self._AllocationType = params.get("AllocationType")
|
1344
|
+
self._DiscountObject = params.get("DiscountObject")
|
1345
|
+
self._DiscountType = params.get("DiscountType")
|
1346
|
+
self._DiscountContent = params.get("DiscountContent")
|
1347
|
+
self._SPDeduction = params.get("SPDeduction")
|
1348
|
+
self._SPDeductionRate = params.get("SPDeductionRate")
|
1349
|
+
self._BillMonth = params.get("BillMonth")
|
1170
1350
|
memeber_set = set(params.keys())
|
1171
1351
|
for name, value in vars(self).items():
|
1172
1352
|
property_name = name[1:]
|
@@ -2578,6 +2758,27 @@ class AllocationSummaryByItem(AbstractModel):
|
|
2578
2758
|
:param _ComponentConfig: 配置描述:资源配置规格信息
|
2579
2759
|
注意:此字段可能返回 null,表示取不到有效值。
|
2580
2760
|
:type ComponentConfig: str
|
2761
|
+
:param _SPDeduction: SPDeduction
|
2762
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2763
|
+
:type SPDeduction: str
|
2764
|
+
:param _SPDeductionRate: 节省计划抵扣率:节省计划可用余额额度范围内,节省计划对于此组件打的折扣率
|
2765
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2766
|
+
:type SPDeductionRate: str
|
2767
|
+
:param _AssociatedOrder: AssociatedOrder
|
2768
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2769
|
+
:type AssociatedOrder: str
|
2770
|
+
:param _DiscountObject: 当前消费项的优惠对象,例如:官网折扣、用户折扣、活动折扣。
|
2771
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2772
|
+
:type DiscountObject: str
|
2773
|
+
:param _DiscountType: 当前消费项的优惠类型,例如:折扣、合同价。
|
2774
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2775
|
+
:type DiscountType: str
|
2776
|
+
:param _DiscountContent: 对优惠类型的补充描述,例如:商务折扣8折,则优惠类型为“折扣”,优惠内容为“0.8”。
|
2777
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2778
|
+
:type DiscountContent: str
|
2779
|
+
:param _BillMonth: 账单月
|
2780
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2781
|
+
:type BillMonth: str
|
2581
2782
|
"""
|
2582
2783
|
self._TreeNodeUniqKey = None
|
2583
2784
|
self._TreeNodeUniqKeyName = None
|
@@ -2640,6 +2841,13 @@ class AllocationSummaryByItem(AbstractModel):
|
|
2640
2841
|
self._Formula = None
|
2641
2842
|
self._FormulaUrl = None
|
2642
2843
|
self._ComponentConfig = None
|
2844
|
+
self._SPDeduction = None
|
2845
|
+
self._SPDeductionRate = None
|
2846
|
+
self._AssociatedOrder = None
|
2847
|
+
self._DiscountObject = None
|
2848
|
+
self._DiscountType = None
|
2849
|
+
self._DiscountContent = None
|
2850
|
+
self._BillMonth = None
|
2643
2851
|
|
2644
2852
|
@property
|
2645
2853
|
def TreeNodeUniqKey(self):
|
@@ -3137,6 +3345,62 @@ class AllocationSummaryByItem(AbstractModel):
|
|
3137
3345
|
def ComponentConfig(self, ComponentConfig):
|
3138
3346
|
self._ComponentConfig = ComponentConfig
|
3139
3347
|
|
3348
|
+
@property
|
3349
|
+
def SPDeduction(self):
|
3350
|
+
return self._SPDeduction
|
3351
|
+
|
3352
|
+
@SPDeduction.setter
|
3353
|
+
def SPDeduction(self, SPDeduction):
|
3354
|
+
self._SPDeduction = SPDeduction
|
3355
|
+
|
3356
|
+
@property
|
3357
|
+
def SPDeductionRate(self):
|
3358
|
+
return self._SPDeductionRate
|
3359
|
+
|
3360
|
+
@SPDeductionRate.setter
|
3361
|
+
def SPDeductionRate(self, SPDeductionRate):
|
3362
|
+
self._SPDeductionRate = SPDeductionRate
|
3363
|
+
|
3364
|
+
@property
|
3365
|
+
def AssociatedOrder(self):
|
3366
|
+
return self._AssociatedOrder
|
3367
|
+
|
3368
|
+
@AssociatedOrder.setter
|
3369
|
+
def AssociatedOrder(self, AssociatedOrder):
|
3370
|
+
self._AssociatedOrder = AssociatedOrder
|
3371
|
+
|
3372
|
+
@property
|
3373
|
+
def DiscountObject(self):
|
3374
|
+
return self._DiscountObject
|
3375
|
+
|
3376
|
+
@DiscountObject.setter
|
3377
|
+
def DiscountObject(self, DiscountObject):
|
3378
|
+
self._DiscountObject = DiscountObject
|
3379
|
+
|
3380
|
+
@property
|
3381
|
+
def DiscountType(self):
|
3382
|
+
return self._DiscountType
|
3383
|
+
|
3384
|
+
@DiscountType.setter
|
3385
|
+
def DiscountType(self, DiscountType):
|
3386
|
+
self._DiscountType = DiscountType
|
3387
|
+
|
3388
|
+
@property
|
3389
|
+
def DiscountContent(self):
|
3390
|
+
return self._DiscountContent
|
3391
|
+
|
3392
|
+
@DiscountContent.setter
|
3393
|
+
def DiscountContent(self, DiscountContent):
|
3394
|
+
self._DiscountContent = DiscountContent
|
3395
|
+
|
3396
|
+
@property
|
3397
|
+
def BillMonth(self):
|
3398
|
+
return self._BillMonth
|
3399
|
+
|
3400
|
+
@BillMonth.setter
|
3401
|
+
def BillMonth(self, BillMonth):
|
3402
|
+
self._BillMonth = BillMonth
|
3403
|
+
|
3140
3404
|
|
3141
3405
|
def _deserialize(self, params):
|
3142
3406
|
self._TreeNodeUniqKey = params.get("TreeNodeUniqKey")
|
@@ -3205,6 +3469,13 @@ class AllocationSummaryByItem(AbstractModel):
|
|
3205
3469
|
self._Formula = params.get("Formula")
|
3206
3470
|
self._FormulaUrl = params.get("FormulaUrl")
|
3207
3471
|
self._ComponentConfig = params.get("ComponentConfig")
|
3472
|
+
self._SPDeduction = params.get("SPDeduction")
|
3473
|
+
self._SPDeductionRate = params.get("SPDeductionRate")
|
3474
|
+
self._AssociatedOrder = params.get("AssociatedOrder")
|
3475
|
+
self._DiscountObject = params.get("DiscountObject")
|
3476
|
+
self._DiscountType = params.get("DiscountType")
|
3477
|
+
self._DiscountContent = params.get("DiscountContent")
|
3478
|
+
self._BillMonth = params.get("BillMonth")
|
3208
3479
|
memeber_set = set(params.keys())
|
3209
3480
|
for name, value in vars(self).items():
|
3210
3481
|
property_name = name[1:]
|
@@ -3351,6 +3622,12 @@ class AllocationSummaryByResource(AbstractModel):
|
|
3351
3622
|
:param _ComponentConfig: 配置描述:对应资源下各组件名称及用量(如组件为用量累加型计费则为合计用量)
|
3352
3623
|
注意:此字段可能返回 null,表示取不到有效值。
|
3353
3624
|
:type ComponentConfig: str
|
3625
|
+
:param _SPDeduction: SPDeduction
|
3626
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3627
|
+
:type SPDeduction: str
|
3628
|
+
:param _BillMonth: 账单月
|
3629
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3630
|
+
:type BillMonth: str
|
3354
3631
|
"""
|
3355
3632
|
self._TreeNodeUniqKey = None
|
3356
3633
|
self._TreeNodeUniqKeyName = None
|
@@ -3394,6 +3671,8 @@ class AllocationSummaryByResource(AbstractModel):
|
|
3394
3671
|
self._RegionType = None
|
3395
3672
|
self._RegionTypeName = None
|
3396
3673
|
self._ComponentConfig = None
|
3674
|
+
self._SPDeduction = None
|
3675
|
+
self._BillMonth = None
|
3397
3676
|
|
3398
3677
|
@property
|
3399
3678
|
def TreeNodeUniqKey(self):
|
@@ -3739,6 +4018,22 @@ class AllocationSummaryByResource(AbstractModel):
|
|
3739
4018
|
def ComponentConfig(self, ComponentConfig):
|
3740
4019
|
self._ComponentConfig = ComponentConfig
|
3741
4020
|
|
4021
|
+
@property
|
4022
|
+
def SPDeduction(self):
|
4023
|
+
return self._SPDeduction
|
4024
|
+
|
4025
|
+
@SPDeduction.setter
|
4026
|
+
def SPDeduction(self, SPDeduction):
|
4027
|
+
self._SPDeduction = SPDeduction
|
4028
|
+
|
4029
|
+
@property
|
4030
|
+
def BillMonth(self):
|
4031
|
+
return self._BillMonth
|
4032
|
+
|
4033
|
+
@BillMonth.setter
|
4034
|
+
def BillMonth(self, BillMonth):
|
4035
|
+
self._BillMonth = BillMonth
|
4036
|
+
|
3742
4037
|
|
3743
4038
|
def _deserialize(self, params):
|
3744
4039
|
self._TreeNodeUniqKey = params.get("TreeNodeUniqKey")
|
@@ -3788,6 +4083,8 @@ class AllocationSummaryByResource(AbstractModel):
|
|
3788
4083
|
self._RegionType = params.get("RegionType")
|
3789
4084
|
self._RegionTypeName = params.get("RegionTypeName")
|
3790
4085
|
self._ComponentConfig = params.get("ComponentConfig")
|
4086
|
+
self._SPDeduction = params.get("SPDeduction")
|
4087
|
+
self._BillMonth = params.get("BillMonth")
|
3791
4088
|
memeber_set = set(params.keys())
|
3792
4089
|
for name, value in vars(self).items():
|
3793
4090
|
property_name = name[1:]
|
@@ -11424,6 +11721,9 @@ class DescribeAllocationBillConditionsResponse(AbstractModel):
|
|
11424
11721
|
:param _AllocationTreeNode: 分账单元筛选列表
|
11425
11722
|
注意:此字段可能返回 null,表示取不到有效值。
|
11426
11723
|
:type AllocationTreeNode: list of AllocationTreeNode
|
11724
|
+
:param _TagKey: 分账标签键
|
11725
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
11726
|
+
:type TagKey: list of str
|
11427
11727
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11428
11728
|
:type RequestId: str
|
11429
11729
|
"""
|
@@ -11442,6 +11742,7 @@ class DescribeAllocationBillConditionsResponse(AbstractModel):
|
|
11442
11742
|
self._Component = None
|
11443
11743
|
self._Zone = None
|
11444
11744
|
self._AllocationTreeNode = None
|
11745
|
+
self._TagKey = None
|
11445
11746
|
self._RequestId = None
|
11446
11747
|
|
11447
11748
|
@property
|
@@ -11564,6 +11865,14 @@ class DescribeAllocationBillConditionsResponse(AbstractModel):
|
|
11564
11865
|
def AllocationTreeNode(self, AllocationTreeNode):
|
11565
11866
|
self._AllocationTreeNode = AllocationTreeNode
|
11566
11867
|
|
11868
|
+
@property
|
11869
|
+
def TagKey(self):
|
11870
|
+
return self._TagKey
|
11871
|
+
|
11872
|
+
@TagKey.setter
|
11873
|
+
def TagKey(self, TagKey):
|
11874
|
+
self._TagKey = TagKey
|
11875
|
+
|
11567
11876
|
@property
|
11568
11877
|
def RequestId(self):
|
11569
11878
|
return self._RequestId
|
@@ -11664,6 +11973,7 @@ class DescribeAllocationBillConditionsResponse(AbstractModel):
|
|
11664
11973
|
obj = AllocationTreeNode()
|
11665
11974
|
obj._deserialize(item)
|
11666
11975
|
self._AllocationTreeNode.append(obj)
|
11976
|
+
self._TagKey = params.get("TagKey")
|
11667
11977
|
self._RequestId = params.get("RequestId")
|
11668
11978
|
|
11669
11979
|
|
@@ -13443,6 +13753,120 @@ class DescribeAllocationTrendByMonthResponse(AbstractModel):
|
|
13443
13753
|
self._RequestId = params.get("RequestId")
|
13444
13754
|
|
13445
13755
|
|
13756
|
+
class DescribeBillAdjustInfoRequest(AbstractModel):
|
13757
|
+
"""DescribeBillAdjustInfo请求参数结构体
|
13758
|
+
|
13759
|
+
"""
|
13760
|
+
|
13761
|
+
def __init__(self):
|
13762
|
+
r"""
|
13763
|
+
:param _Month: 格式:yyyy-MM
|
13764
|
+
账单月份,month和timeFrom&timeTo必传一个,如果有传timeFrom&timeTo则month字段无效
|
13765
|
+
:type Month: str
|
13766
|
+
:param _TimeFrom: 格式:yyyy-MM-dd
|
13767
|
+
开始时间,month和timeFrom&timeTo必传一个,如果有该字段则month字段无效。timeFrom和timeTo必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据
|
13768
|
+
:type TimeFrom: str
|
13769
|
+
:param _TimeTo: 格式:yyyy-MM-dd
|
13770
|
+
截止时间,month和timeFrom&timeTo必传一个,如果有该字段则month字段无效。timeFrom和timeTo必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据
|
13771
|
+
:type TimeTo: str
|
13772
|
+
"""
|
13773
|
+
self._Month = None
|
13774
|
+
self._TimeFrom = None
|
13775
|
+
self._TimeTo = None
|
13776
|
+
|
13777
|
+
@property
|
13778
|
+
def Month(self):
|
13779
|
+
return self._Month
|
13780
|
+
|
13781
|
+
@Month.setter
|
13782
|
+
def Month(self, Month):
|
13783
|
+
self._Month = Month
|
13784
|
+
|
13785
|
+
@property
|
13786
|
+
def TimeFrom(self):
|
13787
|
+
return self._TimeFrom
|
13788
|
+
|
13789
|
+
@TimeFrom.setter
|
13790
|
+
def TimeFrom(self, TimeFrom):
|
13791
|
+
self._TimeFrom = TimeFrom
|
13792
|
+
|
13793
|
+
@property
|
13794
|
+
def TimeTo(self):
|
13795
|
+
return self._TimeTo
|
13796
|
+
|
13797
|
+
@TimeTo.setter
|
13798
|
+
def TimeTo(self, TimeTo):
|
13799
|
+
self._TimeTo = TimeTo
|
13800
|
+
|
13801
|
+
|
13802
|
+
def _deserialize(self, params):
|
13803
|
+
self._Month = params.get("Month")
|
13804
|
+
self._TimeFrom = params.get("TimeFrom")
|
13805
|
+
self._TimeTo = params.get("TimeTo")
|
13806
|
+
memeber_set = set(params.keys())
|
13807
|
+
for name, value in vars(self).items():
|
13808
|
+
property_name = name[1:]
|
13809
|
+
if property_name in memeber_set:
|
13810
|
+
memeber_set.remove(property_name)
|
13811
|
+
if len(memeber_set) > 0:
|
13812
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
13813
|
+
|
13814
|
+
|
13815
|
+
|
13816
|
+
class DescribeBillAdjustInfoResponse(AbstractModel):
|
13817
|
+
"""DescribeBillAdjustInfo返回参数结构体
|
13818
|
+
|
13819
|
+
"""
|
13820
|
+
|
13821
|
+
def __init__(self):
|
13822
|
+
r"""
|
13823
|
+
:param _Total: 数据总量
|
13824
|
+
:type Total: int
|
13825
|
+
:param _Data: 明细数据
|
13826
|
+
:type Data: list of AdjustInfoDetail
|
13827
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13828
|
+
:type RequestId: str
|
13829
|
+
"""
|
13830
|
+
self._Total = None
|
13831
|
+
self._Data = None
|
13832
|
+
self._RequestId = None
|
13833
|
+
|
13834
|
+
@property
|
13835
|
+
def Total(self):
|
13836
|
+
return self._Total
|
13837
|
+
|
13838
|
+
@Total.setter
|
13839
|
+
def Total(self, Total):
|
13840
|
+
self._Total = Total
|
13841
|
+
|
13842
|
+
@property
|
13843
|
+
def Data(self):
|
13844
|
+
return self._Data
|
13845
|
+
|
13846
|
+
@Data.setter
|
13847
|
+
def Data(self, Data):
|
13848
|
+
self._Data = Data
|
13849
|
+
|
13850
|
+
@property
|
13851
|
+
def RequestId(self):
|
13852
|
+
return self._RequestId
|
13853
|
+
|
13854
|
+
@RequestId.setter
|
13855
|
+
def RequestId(self, RequestId):
|
13856
|
+
self._RequestId = RequestId
|
13857
|
+
|
13858
|
+
|
13859
|
+
def _deserialize(self, params):
|
13860
|
+
self._Total = params.get("Total")
|
13861
|
+
if params.get("Data") is not None:
|
13862
|
+
self._Data = []
|
13863
|
+
for item in params.get("Data"):
|
13864
|
+
obj = AdjustInfoDetail()
|
13865
|
+
obj._deserialize(item)
|
13866
|
+
self._Data.append(obj)
|
13867
|
+
self._RequestId = params.get("RequestId")
|
13868
|
+
|
13869
|
+
|
13446
13870
|
class DescribeBillDetailForOrganizationRequest(AbstractModel):
|
13447
13871
|
"""DescribeBillDetailForOrganization请求参数结构体
|
13448
13872
|
|