tencentcloud-sdk-python 3.0.1407__py2.py3-none-any.whl → 3.0.1409__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 +15 -0
- tencentcloud/bh/v20230418/models.py +15 -0
- tencentcloud/ccc/v20200210/models.py +168 -4
- tencentcloud/cdb/v20170320/cdb_client.py +5 -5
- tencentcloud/cdb/v20170320/models.py +42 -38
- tencentcloud/cdn/v20180606/errorcodes.py +9 -0
- tencentcloud/cdn/v20180606/models.py +2 -2
- tencentcloud/cfs/v20190719/models.py +19 -0
- tencentcloud/ckafka/v20190819/models.py +30 -0
- tencentcloud/common/credential.py +2 -3
- tencentcloud/csip/v20221121/csip_client.py +299 -0
- tencentcloud/csip/v20221121/models.py +11311 -6698
- tencentcloud/cvm/v20170312/models.py +15 -0
- tencentcloud/dts/v20211206/models.py +15 -0
- tencentcloud/emr/v20190103/emr_client.py +23 -0
- tencentcloud/emr/v20190103/models.py +345 -0
- tencentcloud/es/v20180416/models.py +77 -0
- tencentcloud/ess/v20201111/errorcodes.py +54 -0
- tencentcloud/ess/v20201111/ess_client.py +32 -0
- tencentcloud/ess/v20201111/models.py +218 -8
- tencentcloud/essbasic/v20210526/errorcodes.py +33 -3
- tencentcloud/essbasic/v20210526/essbasic_client.py +33 -0
- tencentcloud/essbasic/v20210526/models.py +247 -2
- tencentcloud/gs/v20191118/models.py +15 -0
- tencentcloud/gwlb/v20240906/models.py +2 -2
- tencentcloud/ioa/v20220601/models.py +75 -0
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +34 -11
- tencentcloud/iotexplorer/v20190423/models.py +258 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +12 -0
- tencentcloud/live/v20180801/live_client.py +0 -46
- tencentcloud/live/v20180801/models.py +15 -232
- tencentcloud/lkeap/v20240522/lkeap_client.py +0 -23
- tencentcloud/lkeap/v20240522/models.py +0 -167
- tencentcloud/mqtt/v20240516/models.py +120 -0
- tencentcloud/ocr/v20181119/models.py +38 -0
- tencentcloud/ocr/v20181119/ocr_client.py +10 -0
- tencentcloud/organization/v20210331/models.py +15 -0
- tencentcloud/partners/v20180321/models.py +4 -4
- tencentcloud/postgres/v20170312/models.py +4 -0
- tencentcloud/ssl/v20191205/models.py +1081 -29
- tencentcloud/ssl/v20191205/ssl_client.py +92 -0
- tencentcloud/tcbr/v20220217/models.py +17 -0
- tencentcloud/tdmq/v20200217/models.py +107 -68
- tencentcloud/tdmq/v20200217/tdmq_client.py +2 -2
- tencentcloud/trocket/v20230308/errorcodes.py +3 -0
- tencentcloud/trocket/v20230308/models.py +232 -130
- tencentcloud/trocket/v20230308/trocket_client.py +35 -14
- tencentcloud/trtc/v20190722/models.py +6 -6
- tencentcloud/tse/v20201207/models.py +30 -0
- tencentcloud/wedata/v20210820/models.py +1280 -2
- tencentcloud/wedata/v20210820/wedata_client.py +46 -0
- {tencentcloud_sdk_python-3.0.1407.dist-info → tencentcloud_sdk_python-3.0.1409.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1407.dist-info → tencentcloud_sdk_python-3.0.1409.dist-info}/RECORD +57 -57
- {tencentcloud_sdk_python-3.0.1407.dist-info → tencentcloud_sdk_python-3.0.1409.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1407.dist-info → tencentcloud_sdk_python-3.0.1409.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1407.dist-info → tencentcloud_sdk_python-3.0.1409.dist-info}/top_level.txt +0 -0
@@ -4736,6 +4736,14 @@ API:通过API手动注册
|
|
4736
4736
|
:type MaxSubscription: int
|
4737
4737
|
:param _AuthorizationPolicy: 授权策略开关
|
4738
4738
|
:type AuthorizationPolicy: bool
|
4739
|
+
:param _SharedSubscriptionGroupLimit: 共享订阅组数最大限制
|
4740
|
+
:type SharedSubscriptionGroupLimit: int
|
4741
|
+
:param _MaxTopicFilterPerSharedSubscriptionGroup: 单个共享订阅组TopicFilter数限制
|
4742
|
+
:type MaxTopicFilterPerSharedSubscriptionGroup: int
|
4743
|
+
:param _AutoSubscriptionPolicyLimit: 自动订阅规则条数限制
|
4744
|
+
:type AutoSubscriptionPolicyLimit: int
|
4745
|
+
:param _MaxTopicFilterPerAutoSubscriptionPolicy: 单条自动订阅规则TopicFilter数限制
|
4746
|
+
:type MaxTopicFilterPerAutoSubscriptionPolicy: int
|
4739
4747
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4740
4748
|
:type RequestId: str
|
4741
4749
|
"""
|
@@ -4763,6 +4771,10 @@ API:通过API手动注册
|
|
4763
4771
|
self._RegistrationCode = None
|
4764
4772
|
self._MaxSubscription = None
|
4765
4773
|
self._AuthorizationPolicy = None
|
4774
|
+
self._SharedSubscriptionGroupLimit = None
|
4775
|
+
self._MaxTopicFilterPerSharedSubscriptionGroup = None
|
4776
|
+
self._AutoSubscriptionPolicyLimit = None
|
4777
|
+
self._MaxTopicFilterPerAutoSubscriptionPolicy = None
|
4766
4778
|
self._RequestId = None
|
4767
4779
|
|
4768
4780
|
@property
|
@@ -5034,6 +5046,50 @@ API:通过API手动注册
|
|
5034
5046
|
def AuthorizationPolicy(self, AuthorizationPolicy):
|
5035
5047
|
self._AuthorizationPolicy = AuthorizationPolicy
|
5036
5048
|
|
5049
|
+
@property
|
5050
|
+
def SharedSubscriptionGroupLimit(self):
|
5051
|
+
"""共享订阅组数最大限制
|
5052
|
+
:rtype: int
|
5053
|
+
"""
|
5054
|
+
return self._SharedSubscriptionGroupLimit
|
5055
|
+
|
5056
|
+
@SharedSubscriptionGroupLimit.setter
|
5057
|
+
def SharedSubscriptionGroupLimit(self, SharedSubscriptionGroupLimit):
|
5058
|
+
self._SharedSubscriptionGroupLimit = SharedSubscriptionGroupLimit
|
5059
|
+
|
5060
|
+
@property
|
5061
|
+
def MaxTopicFilterPerSharedSubscriptionGroup(self):
|
5062
|
+
"""单个共享订阅组TopicFilter数限制
|
5063
|
+
:rtype: int
|
5064
|
+
"""
|
5065
|
+
return self._MaxTopicFilterPerSharedSubscriptionGroup
|
5066
|
+
|
5067
|
+
@MaxTopicFilterPerSharedSubscriptionGroup.setter
|
5068
|
+
def MaxTopicFilterPerSharedSubscriptionGroup(self, MaxTopicFilterPerSharedSubscriptionGroup):
|
5069
|
+
self._MaxTopicFilterPerSharedSubscriptionGroup = MaxTopicFilterPerSharedSubscriptionGroup
|
5070
|
+
|
5071
|
+
@property
|
5072
|
+
def AutoSubscriptionPolicyLimit(self):
|
5073
|
+
"""自动订阅规则条数限制
|
5074
|
+
:rtype: int
|
5075
|
+
"""
|
5076
|
+
return self._AutoSubscriptionPolicyLimit
|
5077
|
+
|
5078
|
+
@AutoSubscriptionPolicyLimit.setter
|
5079
|
+
def AutoSubscriptionPolicyLimit(self, AutoSubscriptionPolicyLimit):
|
5080
|
+
self._AutoSubscriptionPolicyLimit = AutoSubscriptionPolicyLimit
|
5081
|
+
|
5082
|
+
@property
|
5083
|
+
def MaxTopicFilterPerAutoSubscriptionPolicy(self):
|
5084
|
+
"""单条自动订阅规则TopicFilter数限制
|
5085
|
+
:rtype: int
|
5086
|
+
"""
|
5087
|
+
return self._MaxTopicFilterPerAutoSubscriptionPolicy
|
5088
|
+
|
5089
|
+
@MaxTopicFilterPerAutoSubscriptionPolicy.setter
|
5090
|
+
def MaxTopicFilterPerAutoSubscriptionPolicy(self, MaxTopicFilterPerAutoSubscriptionPolicy):
|
5091
|
+
self._MaxTopicFilterPerAutoSubscriptionPolicy = MaxTopicFilterPerAutoSubscriptionPolicy
|
5092
|
+
|
5037
5093
|
@property
|
5038
5094
|
def RequestId(self):
|
5039
5095
|
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -5071,6 +5127,10 @@ API:通过API手动注册
|
|
5071
5127
|
self._RegistrationCode = params.get("RegistrationCode")
|
5072
5128
|
self._MaxSubscription = params.get("MaxSubscription")
|
5073
5129
|
self._AuthorizationPolicy = params.get("AuthorizationPolicy")
|
5130
|
+
self._SharedSubscriptionGroupLimit = params.get("SharedSubscriptionGroupLimit")
|
5131
|
+
self._MaxTopicFilterPerSharedSubscriptionGroup = params.get("MaxTopicFilterPerSharedSubscriptionGroup")
|
5132
|
+
self._AutoSubscriptionPolicyLimit = params.get("AutoSubscriptionPolicyLimit")
|
5133
|
+
self._MaxTopicFilterPerAutoSubscriptionPolicy = params.get("MaxTopicFilterPerAutoSubscriptionPolicy")
|
5074
5134
|
self._RequestId = params.get("RequestId")
|
5075
5135
|
|
5076
5136
|
|
@@ -7042,6 +7102,14 @@ DELETING,删除中
|
|
7042
7102
|
:type MaxCaNum: int
|
7043
7103
|
:param _MaxSubscription: 最大订阅数
|
7044
7104
|
:type MaxSubscription: int
|
7105
|
+
:param _SharedSubscriptionGroupLimit: 共享订阅组数最大限制
|
7106
|
+
:type SharedSubscriptionGroupLimit: int
|
7107
|
+
:param _MaxTopicFilterPerSharedSubscriptionGroup: 单个共享订阅组TopicFilter数限制
|
7108
|
+
:type MaxTopicFilterPerSharedSubscriptionGroup: int
|
7109
|
+
:param _AutoSubscriptionPolicyLimit: 自动订阅规则条数限制
|
7110
|
+
:type AutoSubscriptionPolicyLimit: int
|
7111
|
+
:param _MaxTopicFilterPerAutoSubscriptionPolicy: 单条自动订阅规则TopicFilter数限制
|
7112
|
+
:type MaxTopicFilterPerAutoSubscriptionPolicy: int
|
7045
7113
|
"""
|
7046
7114
|
self._InstanceId = None
|
7047
7115
|
self._InstanceName = None
|
@@ -7063,6 +7131,10 @@ DELETING,删除中
|
|
7063
7131
|
self._AuthorizationPolicyLimit = None
|
7064
7132
|
self._MaxCaNum = None
|
7065
7133
|
self._MaxSubscription = None
|
7134
|
+
self._SharedSubscriptionGroupLimit = None
|
7135
|
+
self._MaxTopicFilterPerSharedSubscriptionGroup = None
|
7136
|
+
self._AutoSubscriptionPolicyLimit = None
|
7137
|
+
self._MaxTopicFilterPerAutoSubscriptionPolicy = None
|
7066
7138
|
|
7067
7139
|
@property
|
7068
7140
|
def InstanceId(self):
|
@@ -7298,6 +7370,50 @@ DELETING,删除中
|
|
7298
7370
|
def MaxSubscription(self, MaxSubscription):
|
7299
7371
|
self._MaxSubscription = MaxSubscription
|
7300
7372
|
|
7373
|
+
@property
|
7374
|
+
def SharedSubscriptionGroupLimit(self):
|
7375
|
+
"""共享订阅组数最大限制
|
7376
|
+
:rtype: int
|
7377
|
+
"""
|
7378
|
+
return self._SharedSubscriptionGroupLimit
|
7379
|
+
|
7380
|
+
@SharedSubscriptionGroupLimit.setter
|
7381
|
+
def SharedSubscriptionGroupLimit(self, SharedSubscriptionGroupLimit):
|
7382
|
+
self._SharedSubscriptionGroupLimit = SharedSubscriptionGroupLimit
|
7383
|
+
|
7384
|
+
@property
|
7385
|
+
def MaxTopicFilterPerSharedSubscriptionGroup(self):
|
7386
|
+
"""单个共享订阅组TopicFilter数限制
|
7387
|
+
:rtype: int
|
7388
|
+
"""
|
7389
|
+
return self._MaxTopicFilterPerSharedSubscriptionGroup
|
7390
|
+
|
7391
|
+
@MaxTopicFilterPerSharedSubscriptionGroup.setter
|
7392
|
+
def MaxTopicFilterPerSharedSubscriptionGroup(self, MaxTopicFilterPerSharedSubscriptionGroup):
|
7393
|
+
self._MaxTopicFilterPerSharedSubscriptionGroup = MaxTopicFilterPerSharedSubscriptionGroup
|
7394
|
+
|
7395
|
+
@property
|
7396
|
+
def AutoSubscriptionPolicyLimit(self):
|
7397
|
+
"""自动订阅规则条数限制
|
7398
|
+
:rtype: int
|
7399
|
+
"""
|
7400
|
+
return self._AutoSubscriptionPolicyLimit
|
7401
|
+
|
7402
|
+
@AutoSubscriptionPolicyLimit.setter
|
7403
|
+
def AutoSubscriptionPolicyLimit(self, AutoSubscriptionPolicyLimit):
|
7404
|
+
self._AutoSubscriptionPolicyLimit = AutoSubscriptionPolicyLimit
|
7405
|
+
|
7406
|
+
@property
|
7407
|
+
def MaxTopicFilterPerAutoSubscriptionPolicy(self):
|
7408
|
+
"""单条自动订阅规则TopicFilter数限制
|
7409
|
+
:rtype: int
|
7410
|
+
"""
|
7411
|
+
return self._MaxTopicFilterPerAutoSubscriptionPolicy
|
7412
|
+
|
7413
|
+
@MaxTopicFilterPerAutoSubscriptionPolicy.setter
|
7414
|
+
def MaxTopicFilterPerAutoSubscriptionPolicy(self, MaxTopicFilterPerAutoSubscriptionPolicy):
|
7415
|
+
self._MaxTopicFilterPerAutoSubscriptionPolicy = MaxTopicFilterPerAutoSubscriptionPolicy
|
7416
|
+
|
7301
7417
|
|
7302
7418
|
def _deserialize(self, params):
|
7303
7419
|
self._InstanceId = params.get("InstanceId")
|
@@ -7320,6 +7436,10 @@ DELETING,删除中
|
|
7320
7436
|
self._AuthorizationPolicyLimit = params.get("AuthorizationPolicyLimit")
|
7321
7437
|
self._MaxCaNum = params.get("MaxCaNum")
|
7322
7438
|
self._MaxSubscription = params.get("MaxSubscription")
|
7439
|
+
self._SharedSubscriptionGroupLimit = params.get("SharedSubscriptionGroupLimit")
|
7440
|
+
self._MaxTopicFilterPerSharedSubscriptionGroup = params.get("MaxTopicFilterPerSharedSubscriptionGroup")
|
7441
|
+
self._AutoSubscriptionPolicyLimit = params.get("AutoSubscriptionPolicyLimit")
|
7442
|
+
self._MaxTopicFilterPerAutoSubscriptionPolicy = params.get("MaxTopicFilterPerAutoSubscriptionPolicy")
|
7323
7443
|
memeber_set = set(params.keys())
|
7324
7444
|
for name, value in vars(self).items():
|
7325
7445
|
property_name = name[1:]
|
@@ -30003,6 +30003,12 @@ class SingleInvoiceItem(AbstractModel):
|
|
30003
30003
|
:param _SaleInventory: 销货清单
|
30004
30004
|
注意:此字段可能返回 null,表示取不到有效值。
|
30005
30005
|
:type SaleInventory: :class:`tencentcloud.ocr.v20181119.models.SaleInventory`
|
30006
|
+
:param _MotorVehicleSaleInvoiceElectronic: 机动车销售统一发票(电子)
|
30007
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
30008
|
+
:type MotorVehicleSaleInvoiceElectronic: :class:`tencentcloud.ocr.v20181119.models.MotorVehicleSaleInvoice`
|
30009
|
+
:param _UsedCarPurchaseInvoiceElectronic: 二手车销售统一发票(电子)
|
30010
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
30011
|
+
:type UsedCarPurchaseInvoiceElectronic: :class:`tencentcloud.ocr.v20181119.models.UsedCarPurchaseInvoice`
|
30006
30012
|
"""
|
30007
30013
|
self._VatSpecialInvoice = None
|
30008
30014
|
self._VatCommonInvoice = None
|
@@ -30039,6 +30045,8 @@ class SingleInvoiceItem(AbstractModel):
|
|
30039
30045
|
self._OverseasInvoice = None
|
30040
30046
|
self._ShoppingReceipt = None
|
30041
30047
|
self._SaleInventory = None
|
30048
|
+
self._MotorVehicleSaleInvoiceElectronic = None
|
30049
|
+
self._UsedCarPurchaseInvoiceElectronic = None
|
30042
30050
|
|
30043
30051
|
@property
|
30044
30052
|
def VatSpecialInvoice(self):
|
@@ -30460,6 +30468,30 @@ class SingleInvoiceItem(AbstractModel):
|
|
30460
30468
|
def SaleInventory(self, SaleInventory):
|
30461
30469
|
self._SaleInventory = SaleInventory
|
30462
30470
|
|
30471
|
+
@property
|
30472
|
+
def MotorVehicleSaleInvoiceElectronic(self):
|
30473
|
+
"""机动车销售统一发票(电子)
|
30474
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
30475
|
+
:rtype: :class:`tencentcloud.ocr.v20181119.models.MotorVehicleSaleInvoice`
|
30476
|
+
"""
|
30477
|
+
return self._MotorVehicleSaleInvoiceElectronic
|
30478
|
+
|
30479
|
+
@MotorVehicleSaleInvoiceElectronic.setter
|
30480
|
+
def MotorVehicleSaleInvoiceElectronic(self, MotorVehicleSaleInvoiceElectronic):
|
30481
|
+
self._MotorVehicleSaleInvoiceElectronic = MotorVehicleSaleInvoiceElectronic
|
30482
|
+
|
30483
|
+
@property
|
30484
|
+
def UsedCarPurchaseInvoiceElectronic(self):
|
30485
|
+
"""二手车销售统一发票(电子)
|
30486
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
30487
|
+
:rtype: :class:`tencentcloud.ocr.v20181119.models.UsedCarPurchaseInvoice`
|
30488
|
+
"""
|
30489
|
+
return self._UsedCarPurchaseInvoiceElectronic
|
30490
|
+
|
30491
|
+
@UsedCarPurchaseInvoiceElectronic.setter
|
30492
|
+
def UsedCarPurchaseInvoiceElectronic(self, UsedCarPurchaseInvoiceElectronic):
|
30493
|
+
self._UsedCarPurchaseInvoiceElectronic = UsedCarPurchaseInvoiceElectronic
|
30494
|
+
|
30463
30495
|
|
30464
30496
|
def _deserialize(self, params):
|
30465
30497
|
if params.get("VatSpecialInvoice") is not None:
|
@@ -30567,6 +30599,12 @@ class SingleInvoiceItem(AbstractModel):
|
|
30567
30599
|
if params.get("SaleInventory") is not None:
|
30568
30600
|
self._SaleInventory = SaleInventory()
|
30569
30601
|
self._SaleInventory._deserialize(params.get("SaleInventory"))
|
30602
|
+
if params.get("MotorVehicleSaleInvoiceElectronic") is not None:
|
30603
|
+
self._MotorVehicleSaleInvoiceElectronic = MotorVehicleSaleInvoice()
|
30604
|
+
self._MotorVehicleSaleInvoiceElectronic._deserialize(params.get("MotorVehicleSaleInvoiceElectronic"))
|
30605
|
+
if params.get("UsedCarPurchaseInvoiceElectronic") is not None:
|
30606
|
+
self._UsedCarPurchaseInvoiceElectronic = UsedCarPurchaseInvoice()
|
30607
|
+
self._UsedCarPurchaseInvoiceElectronic._deserialize(params.get("UsedCarPurchaseInvoiceElectronic"))
|
30570
30608
|
memeber_set = set(params.keys())
|
30571
30609
|
for name, value in vars(self).items():
|
30572
30610
|
property_name = name[1:]
|
@@ -1811,6 +1811,16 @@ class OcrClient(AbstractClient):
|
|
1811
1811
|
<td> 二手车销售统一发票 </td>
|
1812
1812
|
<td> 12 </td>
|
1813
1813
|
</tr>
|
1814
|
+
<tr>
|
1815
|
+
<td> MotorVehicleSaleInvoiceElectronic </td>
|
1816
|
+
<td> 机动车销售统一发票(电子)</td>
|
1817
|
+
<td> 12 </td>
|
1818
|
+
</tr>
|
1819
|
+
<tr>
|
1820
|
+
<td> UsedCarPurchaseInvoiceElectronic </td>
|
1821
|
+
<td> 二手车销售统一发票(电子)</td>
|
1822
|
+
<td> 12 </td>
|
1823
|
+
</tr>
|
1814
1824
|
<tr>
|
1815
1825
|
<td> VatInvoiceRoll </td>
|
1816
1826
|
<td> 增值税普通发票(卷票) </td>
|
@@ -21343,6 +21343,8 @@ class UserInfo(AbstractModel):
|
|
21343
21343
|
:type UpdateTime: str
|
21344
21344
|
:param _IsSelected: 是否选中
|
21345
21345
|
:type IsSelected: bool
|
21346
|
+
:param _Password: 用户密码
|
21347
|
+
:type Password: str
|
21346
21348
|
"""
|
21347
21349
|
self._UserName = None
|
21348
21350
|
self._FirstName = None
|
@@ -21356,6 +21358,7 @@ class UserInfo(AbstractModel):
|
|
21356
21358
|
self._CreateTime = None
|
21357
21359
|
self._UpdateTime = None
|
21358
21360
|
self._IsSelected = None
|
21361
|
+
self._Password = None
|
21359
21362
|
|
21360
21363
|
@property
|
21361
21364
|
def UserName(self):
|
@@ -21489,6 +21492,17 @@ class UserInfo(AbstractModel):
|
|
21489
21492
|
def IsSelected(self, IsSelected):
|
21490
21493
|
self._IsSelected = IsSelected
|
21491
21494
|
|
21495
|
+
@property
|
21496
|
+
def Password(self):
|
21497
|
+
"""用户密码
|
21498
|
+
:rtype: str
|
21499
|
+
"""
|
21500
|
+
return self._Password
|
21501
|
+
|
21502
|
+
@Password.setter
|
21503
|
+
def Password(self, Password):
|
21504
|
+
self._Password = Password
|
21505
|
+
|
21492
21506
|
|
21493
21507
|
def _deserialize(self, params):
|
21494
21508
|
self._UserName = params.get("UserName")
|
@@ -21503,6 +21517,7 @@ class UserInfo(AbstractModel):
|
|
21503
21517
|
self._CreateTime = params.get("CreateTime")
|
21504
21518
|
self._UpdateTime = params.get("UpdateTime")
|
21505
21519
|
self._IsSelected = params.get("IsSelected")
|
21520
|
+
self._Password = params.get("Password")
|
21506
21521
|
memeber_set = set(params.keys())
|
21507
21522
|
for name, value in vars(self).items():
|
21508
21523
|
property_name = name[1:]
|
@@ -2862,9 +2862,9 @@ class DescribeAgentDealsByCacheRequest(AbstractModel):
|
|
2862
2862
|
:type Offset: int
|
2863
2863
|
:param _Limit: 限制数目 最大200
|
2864
2864
|
:type Limit: int
|
2865
|
-
:param _CreatTimeRangeStart:
|
2865
|
+
:param _CreatTimeRangeStart: 下单时间范围起始点【*请必传并控制时间范围最大90天,避免出现超时】
|
2866
2866
|
:type CreatTimeRangeStart: str
|
2867
|
-
:param _CreatTimeRangeEnd:
|
2867
|
+
:param _CreatTimeRangeEnd: 下单时间范围终止点【*请必传并控制时间范围最大90天,避免出现超时】
|
2868
2868
|
:type CreatTimeRangeEnd: str
|
2869
2869
|
:param _Order: 0:下单时间降序;其他:下单时间升序
|
2870
2870
|
:type Order: int
|
@@ -2914,7 +2914,7 @@ class DescribeAgentDealsByCacheRequest(AbstractModel):
|
|
2914
2914
|
|
2915
2915
|
@property
|
2916
2916
|
def CreatTimeRangeStart(self):
|
2917
|
-
"""
|
2917
|
+
"""下单时间范围起始点【*请必传并控制时间范围最大90天,避免出现超时】
|
2918
2918
|
:rtype: str
|
2919
2919
|
"""
|
2920
2920
|
return self._CreatTimeRangeStart
|
@@ -2925,7 +2925,7 @@ class DescribeAgentDealsByCacheRequest(AbstractModel):
|
|
2925
2925
|
|
2926
2926
|
@property
|
2927
2927
|
def CreatTimeRangeEnd(self):
|
2928
|
-
"""
|
2928
|
+
"""下单时间范围终止点【*请必传并控制时间范围最大90天,避免出现超时】
|
2929
2929
|
:rtype: str
|
2930
2930
|
"""
|
2931
2931
|
return self._CreatTimeRangeEnd
|
@@ -7519,6 +7519,7 @@ db-instance-id:按照实例ID过滤,类型为string。
|
|
7519
7519
|
db-instance-name:按照实例名过滤,类型为string。
|
7520
7520
|
db-instance-ip:按照实例私有网络IP地址过滤,类型为string。
|
7521
7521
|
base-backup-id:按照备份集ID过滤,类型为string。
|
7522
|
+
db-instance-status:按实例状态过滤,类型为string。取值参考DBInstance结构的DBInstanceStatus字段。
|
7522
7523
|
:type Filters: list of Filter
|
7523
7524
|
:param _Limit: 每页显示数量,取值范围为1-100,默认为返回10条。
|
7524
7525
|
:type Limit: int
|
@@ -7566,6 +7567,7 @@ db-instance-id:按照实例ID过滤,类型为string。
|
|
7566
7567
|
db-instance-name:按照实例名过滤,类型为string。
|
7567
7568
|
db-instance-ip:按照实例私有网络IP地址过滤,类型为string。
|
7568
7569
|
base-backup-id:按照备份集ID过滤,类型为string。
|
7570
|
+
db-instance-status:按实例状态过滤,类型为string。取值参考DBInstance结构的DBInstanceStatus字段。
|
7569
7571
|
:rtype: list of Filter
|
7570
7572
|
"""
|
7571
7573
|
return self._Filters
|
@@ -10130,6 +10132,7 @@ class DescribeLogBackupsRequest(AbstractModel):
|
|
10130
10132
|
db-instance-id:按照实例ID过滤,类型为string。
|
10131
10133
|
db-instance-name:按照实例名过滤,类型为string。
|
10132
10134
|
db-instance-ip:按照实例私有网络IP地址过滤,类型为string。
|
10135
|
+
db-instance-status:按实例状态过滤,类型为string。取值参考DBInstance结构的DBInstanceStatus字段。
|
10133
10136
|
:type Filters: list of Filter
|
10134
10137
|
:param _Limit: 每页显示数量,取值范围为1-100,默认为返回10条。
|
10135
10138
|
:type Limit: int
|
@@ -10176,6 +10179,7 @@ db-instance-ip:按照实例私有网络IP地址过滤,类型为string。
|
|
10176
10179
|
db-instance-id:按照实例ID过滤,类型为string。
|
10177
10180
|
db-instance-name:按照实例名过滤,类型为string。
|
10178
10181
|
db-instance-ip:按照实例私有网络IP地址过滤,类型为string。
|
10182
|
+
db-instance-status:按实例状态过滤,类型为string。取值参考DBInstance结构的DBInstanceStatus字段。
|
10179
10183
|
:rtype: list of Filter
|
10180
10184
|
"""
|
10181
10185
|
return self._Filters
|