tencentcloud-sdk-python 3.0.1302__py2.py3-none-any.whl → 3.0.1304__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.
Files changed (38) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/aiart/v20221229/models.py +19 -0
  3. tencentcloud/apm/v20210622/errorcodes.py +8 -8
  4. tencentcloud/cat/v20180409/cat_client.py +1 -1
  5. tencentcloud/ccc/v20200210/ccc_client.py +25 -0
  6. tencentcloud/ccc/v20200210/models.py +159 -0
  7. tencentcloud/cdb/v20170320/models.py +15 -0
  8. tencentcloud/cdwdoris/v20211228/cdwdoris_client.py +1 -1
  9. tencentcloud/cdwdoris/v20211228/models.py +45 -306
  10. tencentcloud/clb/v20180317/models.py +146 -20
  11. tencentcloud/config/v20220802/models.py +2 -2
  12. tencentcloud/dc/v20180410/models.py +30 -2
  13. tencentcloud/dlc/v20210125/models.py +89 -0
  14. tencentcloud/emr/v20190103/models.py +50 -116
  15. tencentcloud/ess/v20201111/models.py +42 -24
  16. tencentcloud/essbasic/v20210526/models.py +64 -40
  17. tencentcloud/hunyuan/v20230901/models.py +40 -2
  18. tencentcloud/lke/v20231130/models.py +15 -0
  19. tencentcloud/lkeap/v20240522/models.py +8 -4
  20. tencentcloud/monitor/v20180724/models.py +55 -4
  21. tencentcloud/monitor/v20180724/monitor_client.py +1 -1
  22. tencentcloud/mps/v20190612/errorcodes.py +6 -0
  23. tencentcloud/mps/v20190612/models.py +867 -8
  24. tencentcloud/mps/v20190612/mps_client.py +138 -0
  25. tencentcloud/ocr/v20181119/models.py +45 -0
  26. tencentcloud/ssl/v20191205/models.py +4 -4
  27. tencentcloud/ssl/v20191205/ssl_client.py +1 -1
  28. tencentcloud/tchd/v20230306/models.py +0 -2
  29. tencentcloud/tiw/v20190919/models.py +6 -0
  30. tencentcloud/trtc/v20190722/models.py +15 -0
  31. tencentcloud/tse/v20201207/models.py +17 -0
  32. tencentcloud/vpc/v20170312/models.py +362 -12
  33. tencentcloud/wedata/v20210820/models.py +475 -0
  34. {tencentcloud_sdk_python-3.0.1302.dist-info → tencentcloud_sdk_python-3.0.1304.dist-info}/METADATA +1 -1
  35. {tencentcloud_sdk_python-3.0.1302.dist-info → tencentcloud_sdk_python-3.0.1304.dist-info}/RECORD +38 -38
  36. {tencentcloud_sdk_python-3.0.1302.dist-info → tencentcloud_sdk_python-3.0.1304.dist-info}/LICENSE +0 -0
  37. {tencentcloud_sdk_python-3.0.1302.dist-info → tencentcloud_sdk_python-3.0.1304.dist-info}/WHEEL +0 -0
  38. {tencentcloud_sdk_python-3.0.1302.dist-info → tencentcloud_sdk_python-3.0.1304.dist-info}/top_level.txt +0 -0
@@ -2825,6 +2825,9 @@ class Cluster(AbstractModel):
2825
2825
  :param _IPVersion: IP版本
2826
2826
  注意:此字段可能返回 null,表示取不到有效值。
2827
2827
  :type IPVersion: str
2828
+ :param _Tag: 标签信息
2829
+ 注意:此字段可能返回 null,表示取不到有效值。
2830
+ :type Tag: list of TagInfo
2828
2831
  """
2829
2832
  self._ClusterId = None
2830
2833
  self._ClusterName = None
@@ -2851,6 +2854,7 @@ class Cluster(AbstractModel):
2851
2854
  self._DisasterRecoveryType = None
2852
2855
  self._Egress = None
2853
2856
  self._IPVersion = None
2857
+ self._Tag = None
2854
2858
 
2855
2859
  @property
2856
2860
  def ClusterId(self):
@@ -3146,6 +3150,18 @@ class Cluster(AbstractModel):
3146
3150
  def IPVersion(self, IPVersion):
3147
3151
  self._IPVersion = IPVersion
3148
3152
 
3153
+ @property
3154
+ def Tag(self):
3155
+ """标签信息
3156
+ 注意:此字段可能返回 null,表示取不到有效值。
3157
+ :rtype: list of TagInfo
3158
+ """
3159
+ return self._Tag
3160
+
3161
+ @Tag.setter
3162
+ def Tag(self, Tag):
3163
+ self._Tag = Tag
3164
+
3149
3165
 
3150
3166
  def _deserialize(self, params):
3151
3167
  self._ClusterId = params.get("ClusterId")
@@ -3175,6 +3191,12 @@ class Cluster(AbstractModel):
3175
3191
  self._DisasterRecoveryType = params.get("DisasterRecoveryType")
3176
3192
  self._Egress = params.get("Egress")
3177
3193
  self._IPVersion = params.get("IPVersion")
3194
+ if params.get("Tag") is not None:
3195
+ self._Tag = []
3196
+ for item in params.get("Tag"):
3197
+ obj = TagInfo()
3198
+ obj._deserialize(item)
3199
+ self._Tag.append(obj)
3178
3200
  memeber_set = set(params.keys())
3179
3201
  for name, value in vars(self).items():
3180
3202
  property_name = name[1:]
@@ -7735,7 +7757,7 @@ class DescribeExclusiveClustersRequest(AbstractModel):
7735
7757
  <li> cluster-name - String - 是否必填:否 - (过滤条件)按照 集群 的名称过滤。</li>
7736
7758
  <li> cluster-tag - String - 是否必填:否 - (过滤条件)按照 集群 的标签过滤。(只有TGW/STGW集群有集群标签) </li>
7737
7759
  <li> vip - String - 是否必填:否 - (过滤条件)按照 集群 内的vip过滤。</li>
7738
- <li> loadblancer-id - String - 是否必填:否 - (过滤条件)按照 集群 内的负载均衡唯一ID过滤。</li>
7760
+ <li> loadbalancer-id - String - 是否必填:否 - (过滤条件)按照 集群 内的负载均衡唯一ID过滤。</li>
7739
7761
  <li> network - String - 是否必填:否 - (过滤条件)按照 集群 的网络类型过滤,如:"Public","Private"。</li>
7740
7762
  <li> zone - String - 是否必填:否 - (过滤条件)按照 集群 所在可用区过滤,如:"ap-guangzhou-1"(广州一区)。</li>
7741
7763
  <li> isp -- String - 是否必填:否 - (过滤条件)按照TGW集群的 Isp 类型过滤,如:"BGP","CMCC","CUCC","CTCC","INTERNAL"。</li>
@@ -7775,7 +7797,7 @@ class DescribeExclusiveClustersRequest(AbstractModel):
7775
7797
  <li> cluster-name - String - 是否必填:否 - (过滤条件)按照 集群 的名称过滤。</li>
7776
7798
  <li> cluster-tag - String - 是否必填:否 - (过滤条件)按照 集群 的标签过滤。(只有TGW/STGW集群有集群标签) </li>
7777
7799
  <li> vip - String - 是否必填:否 - (过滤条件)按照 集群 内的vip过滤。</li>
7778
- <li> loadblancer-id - String - 是否必填:否 - (过滤条件)按照 集群 内的负载均衡唯一ID过滤。</li>
7800
+ <li> loadbalancer-id - String - 是否必填:否 - (过滤条件)按照 集群 内的负载均衡唯一ID过滤。</li>
7779
7801
  <li> network - String - 是否必填:否 - (过滤条件)按照 集群 的网络类型过滤,如:"Public","Private"。</li>
7780
7802
  <li> zone - String - 是否必填:否 - (过滤条件)按照 集群 所在可用区过滤,如:"ap-guangzhou-1"(广州一区)。</li>
7781
7803
  <li> isp -- String - 是否必填:否 - (过滤条件)按照TGW集群的 Isp 类型过滤,如:"BGP","CMCC","CUCC","CTCC","INTERNAL"。</li>
@@ -8731,16 +8753,11 @@ OPEN:公网属性, INTERNAL:内网属性。
8731
8753
  :type SecurityGroup: str
8732
8754
  :param _MasterZone: 主可用区ID,如 :"100001" (对应的是广州一区)。可通过[DescribeZones](https://cloud.tencent.com/document/product/213/15707)获取可用区列表。
8733
8755
  :type MasterZone: str
8734
- :param _Filters: 每次请求的`Filters`的上限为10,`Filter.Values`的上限为100。<br/>`Filter.Name`和`Filter.Values`皆为必填项。详细的过滤条件如下:
8735
- <li> charge-type - String - 是否必填:否 - (过滤条件)按照 CLB 的实例计费模式过滤,包括"PREPAID","POSTPAID_BY_HOUR"。</li>
8736
- <li> internet-charge-type - String - 是否必填:否 - (过滤条件)按照 CLB 的网络计费模式过滤,包括"BANDWIDTH_PREPAID","TRAFFIC_POSTPAID_BY_HOUR","BANDWIDTH_POSTPAID_BY_HOUR","BANDWIDTH_PACKAGE"。</li>
8737
- <li> master-zone-id - String - 是否必填:否 - (过滤条件)按照 CLB 的主可用区ID过滤,如 :"100001" (对应的是广州一区)。</li>
8738
- <li> tag-key - String - 是否必填:否 - (过滤条件)按照 CLB 标签的键过滤。</li>
8739
- <li> tag:tag-key - String - 是否必填:否 - (过滤条件)按照CLB标签键值对进行过滤,tag-key使用具体的标签键进行替换。</li>
8740
- <li> function-name - String - 是否必填:否 - (过滤条件)按照 CLB 后端绑定的SCF云函数的函数名称过滤。</li>
8741
- <li> vip-isp - String - 是否必填:否 - (过滤条件)按照 CLB VIP的运营商类型过滤,如:"BGP","INTERNAL","CMCC","CTCC","CUCC"等。</li>
8742
- <li> sla-type - String - 是否必填:否 - (过滤条件)按照 CLB 的性能容量型规格过滤,包括"clb.c2.medium","clb.c3.small","clb.c3.medium","clb.c4.small","clb.c4.medium","clb.c4.large","clb.c4.xlarge"。</li>
8756
+ :param _Filters: 每次请求的`Filters`的上限为10,`Filter.Values`的上限为100。<br/>`Filter.Name`和`Filter.Values`皆为必填项。详细的过滤条件如下:<li> charge-type - String - 是否必填:否 - (过滤条件)按照 CLB 的实例计费模式过滤,包括"PREPAID","POSTPAID_BY_HOUR"。</li><li> internet-charge-type - String - 是否必填:否 - (过滤条件)按照 CLB 的网络计费模式过滤,包括"BANDWIDTH_PREPAID","TRAFFIC_POSTPAID_BY_HOUR","BANDWIDTH_POSTPAID_BY_HOUR","BANDWIDTH_PACKAGE"。</li><li> master-zone-id - String - 是否必填:否 - (过滤条件)按照 CLB 的主可用区ID过滤,如 :"100001" (对应的是广州一区)。</li><li> tag-key - String - 是否必填:否 - (过滤条件)按照 CLB 标签的键过滤。</li><li> tag:tag-key - String - 是否必填:否 - (过滤条件)按照CLB标签键值对进行过滤,tag-key使用具体的标签键进行替换。</li><li> function-name - String - 是否必填:否 - (过滤条件)按照 CLB 后端绑定的SCF云函数的函数名称过滤。</li><li> vip-isp - String - 是否必填:否 - (过滤条件)按照 CLB VIP的运营商类型过滤,如:"BGP","INTERNAL","CMCC","CTCC","CUCC"等。</li><li> sla-type - String - 是否必填:否 - (过滤条件)按照 CLB 的性能容量型规格过滤,包括"clb.c1.small","clb.c2.medium","clb.c3.small","clb.c3.medium","clb.c4.small","clb.c4.medium","clb.c4.large","clb.c4.xlarge","others"。</li><li> exclusive - uint64 - 是否必填:否 - (过滤条件)按照独占实例进行过滤。</li>
8743
8757
  :type Filters: list of Filter
8758
+ :param _AdditionalFields: 选择返回的扩充字段,不指定时,扩充字段默认不返回。详细支持的扩充字段如下:
8759
+ <li> TargetCount:绑定的后端服务数量</li>
8760
+ :type AdditionalFields: list of str
8744
8761
  """
8745
8762
  self._LoadBalancerIds = None
8746
8763
  self._LoadBalancerType = None
@@ -8761,6 +8778,7 @@ OPEN:公网属性, INTERNAL:内网属性。
8761
8778
  self._SecurityGroup = None
8762
8779
  self._MasterZone = None
8763
8780
  self._Filters = None
8781
+ self._AdditionalFields = None
8764
8782
 
8765
8783
  @property
8766
8784
  def LoadBalancerIds(self):
@@ -8964,15 +8982,7 @@ OPEN:公网属性, INTERNAL:内网属性。
8964
8982
 
8965
8983
  @property
8966
8984
  def Filters(self):
8967
- """每次请求的`Filters`的上限为10,`Filter.Values`的上限为100。<br/>`Filter.Name`和`Filter.Values`皆为必填项。详细的过滤条件如下:
8968
- <li> charge-type - String - 是否必填:否 - (过滤条件)按照 CLB 的实例计费模式过滤,包括"PREPAID","POSTPAID_BY_HOUR"。</li>
8969
- <li> internet-charge-type - String - 是否必填:否 - (过滤条件)按照 CLB 的网络计费模式过滤,包括"BANDWIDTH_PREPAID","TRAFFIC_POSTPAID_BY_HOUR","BANDWIDTH_POSTPAID_BY_HOUR","BANDWIDTH_PACKAGE"。</li>
8970
- <li> master-zone-id - String - 是否必填:否 - (过滤条件)按照 CLB 的主可用区ID过滤,如 :"100001" (对应的是广州一区)。</li>
8971
- <li> tag-key - String - 是否必填:否 - (过滤条件)按照 CLB 标签的键过滤。</li>
8972
- <li> tag:tag-key - String - 是否必填:否 - (过滤条件)按照CLB标签键值对进行过滤,tag-key使用具体的标签键进行替换。</li>
8973
- <li> function-name - String - 是否必填:否 - (过滤条件)按照 CLB 后端绑定的SCF云函数的函数名称过滤。</li>
8974
- <li> vip-isp - String - 是否必填:否 - (过滤条件)按照 CLB VIP的运营商类型过滤,如:"BGP","INTERNAL","CMCC","CTCC","CUCC"等。</li>
8975
- <li> sla-type - String - 是否必填:否 - (过滤条件)按照 CLB 的性能容量型规格过滤,包括"clb.c2.medium","clb.c3.small","clb.c3.medium","clb.c4.small","clb.c4.medium","clb.c4.large","clb.c4.xlarge"。</li>
8985
+ """每次请求的`Filters`的上限为10,`Filter.Values`的上限为100。<br/>`Filter.Name`和`Filter.Values`皆为必填项。详细的过滤条件如下:<li> charge-type - String - 是否必填:否 - (过滤条件)按照 CLB 的实例计费模式过滤,包括"PREPAID","POSTPAID_BY_HOUR"。</li><li> internet-charge-type - String - 是否必填:否 - (过滤条件)按照 CLB 的网络计费模式过滤,包括"BANDWIDTH_PREPAID","TRAFFIC_POSTPAID_BY_HOUR","BANDWIDTH_POSTPAID_BY_HOUR","BANDWIDTH_PACKAGE"。</li><li> master-zone-id - String - 是否必填:否 - (过滤条件)按照 CLB 的主可用区ID过滤,如 :"100001" (对应的是广州一区)。</li><li> tag-key - String - 是否必填:否 - (过滤条件)按照 CLB 标签的键过滤。</li><li> tag:tag-key - String - 是否必填:否 - (过滤条件)按照CLB标签键值对进行过滤,tag-key使用具体的标签键进行替换。</li><li> function-name - String - 是否必填:否 - (过滤条件)按照 CLB 后端绑定的SCF云函数的函数名称过滤。</li><li> vip-isp - String - 是否必填:否 - (过滤条件)按照 CLB VIP的运营商类型过滤,如:"BGP","INTERNAL","CMCC","CTCC","CUCC"等。</li><li> sla-type - String - 是否必填:否 - (过滤条件)按照 CLB 的性能容量型规格过滤,包括"clb.c1.small","clb.c2.medium","clb.c3.small","clb.c3.medium","clb.c4.small","clb.c4.medium","clb.c4.large","clb.c4.xlarge","others"。</li><li> exclusive - uint64 - 是否必填:否 - (过滤条件)按照独占实例进行过滤。</li>
8976
8986
  :rtype: list of Filter
8977
8987
  """
8978
8988
  return self._Filters
@@ -8981,6 +8991,18 @@ OPEN:公网属性, INTERNAL:内网属性。
8981
8991
  def Filters(self, Filters):
8982
8992
  self._Filters = Filters
8983
8993
 
8994
+ @property
8995
+ def AdditionalFields(self):
8996
+ """选择返回的扩充字段,不指定时,扩充字段默认不返回。详细支持的扩充字段如下:
8997
+ <li> TargetCount:绑定的后端服务数量</li>
8998
+ :rtype: list of str
8999
+ """
9000
+ return self._AdditionalFields
9001
+
9002
+ @AdditionalFields.setter
9003
+ def AdditionalFields(self, AdditionalFields):
9004
+ self._AdditionalFields = AdditionalFields
9005
+
8984
9006
 
8985
9007
  def _deserialize(self, params):
8986
9008
  self._LoadBalancerIds = params.get("LoadBalancerIds")
@@ -9007,6 +9029,7 @@ OPEN:公网属性, INTERNAL:内网属性。
9007
9029
  obj = Filter()
9008
9030
  obj._deserialize(item)
9009
9031
  self._Filters.append(obj)
9032
+ self._AdditionalFields = params.get("AdditionalFields")
9010
9033
  memeber_set = set(params.keys())
9011
9034
  for name, value in vars(self).items():
9012
9035
  property_name = name[1:]
@@ -13014,6 +13037,8 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
13014
13037
  :param _Exclusive: 实例类型是否为独占型。1:独占型实例。0:非独占型实例。
13015
13038
  注意:此字段可能返回 null,表示取不到有效值。
13016
13039
  :type Exclusive: int
13040
+ :param _TargetCount: 已绑定的后端服务数量。
13041
+ :type TargetCount: int
13017
13042
  """
13018
13043
  self._LoadBalancerId = None
13019
13044
  self._LoadBalancerName = None
@@ -13071,6 +13096,7 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
13071
13096
  self._LoadBalancerDomain = None
13072
13097
  self._Egress = None
13073
13098
  self._Exclusive = None
13099
+ self._TargetCount = None
13074
13100
 
13075
13101
  @property
13076
13102
  def LoadBalancerId(self):
@@ -13745,6 +13771,17 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
13745
13771
  def Exclusive(self, Exclusive):
13746
13772
  self._Exclusive = Exclusive
13747
13773
 
13774
+ @property
13775
+ def TargetCount(self):
13776
+ """已绑定的后端服务数量。
13777
+ :rtype: int
13778
+ """
13779
+ return self._TargetCount
13780
+
13781
+ @TargetCount.setter
13782
+ def TargetCount(self, TargetCount):
13783
+ self._TargetCount = TargetCount
13784
+
13748
13785
 
13749
13786
  def _deserialize(self, params):
13750
13787
  self._LoadBalancerId = params.get("LoadBalancerId")
@@ -13830,6 +13867,7 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
13830
13867
  self._LoadBalancerDomain = params.get("LoadBalancerDomain")
13831
13868
  self._Egress = params.get("Egress")
13832
13869
  self._Exclusive = params.get("Exclusive")
13870
+ self._TargetCount = params.get("TargetCount")
13833
13871
  memeber_set = set(params.keys())
13834
13872
  for name, value in vars(self).items():
13835
13873
  property_name = name[1:]
@@ -20736,6 +20774,20 @@ class TargetGroupInfo(AbstractModel):
20736
20774
  :param _AssociatedRule: 关联到的规则数组。在DescribeTargetGroupList接口调用时无法获取到该参数。
20737
20775
  注意:此字段可能返回 null,表示取不到有效值。
20738
20776
  :type AssociatedRule: list of AssociationItem
20777
+ :param _TargetGroupType: 目标组类型,当前支持v1(旧版目标组), v2(新版目标组), gwlb(全局负载均衡目标组)。
20778
+ 注意:此字段可能返回 null,表示取不到有效值。
20779
+ :type TargetGroupType: str
20780
+ :param _AssociatedRuleCount: 目标组已关联的规则数。
20781
+ 注意:此字段可能返回 null,表示取不到有效值。
20782
+ :type AssociatedRuleCount: int
20783
+ :param _RegisteredInstancesCount: 目标组内的实例数量。
20784
+ 注意:此字段可能返回 null,表示取不到有效值。
20785
+ :type RegisteredInstancesCount: int
20786
+ :param _Tag: 标签。
20787
+ :type Tag: list of TagInfo
20788
+ :param _Weight: 默认权重。只有v2类型目标组返回该字段。当返回为NULL时, 表示未设置默认权重。
20789
+ 注意:此字段可能返回 null,表示取不到有效值。
20790
+ :type Weight: int
20739
20791
  """
20740
20792
  self._TargetGroupId = None
20741
20793
  self._VpcId = None
@@ -20744,6 +20796,11 @@ class TargetGroupInfo(AbstractModel):
20744
20796
  self._CreatedTime = None
20745
20797
  self._UpdatedTime = None
20746
20798
  self._AssociatedRule = None
20799
+ self._TargetGroupType = None
20800
+ self._AssociatedRuleCount = None
20801
+ self._RegisteredInstancesCount = None
20802
+ self._Tag = None
20803
+ self._Weight = None
20747
20804
 
20748
20805
  @property
20749
20806
  def TargetGroupId(self):
@@ -20824,6 +20881,65 @@ class TargetGroupInfo(AbstractModel):
20824
20881
  def AssociatedRule(self, AssociatedRule):
20825
20882
  self._AssociatedRule = AssociatedRule
20826
20883
 
20884
+ @property
20885
+ def TargetGroupType(self):
20886
+ """目标组类型,当前支持v1(旧版目标组), v2(新版目标组), gwlb(全局负载均衡目标组)。
20887
+ 注意:此字段可能返回 null,表示取不到有效值。
20888
+ :rtype: str
20889
+ """
20890
+ return self._TargetGroupType
20891
+
20892
+ @TargetGroupType.setter
20893
+ def TargetGroupType(self, TargetGroupType):
20894
+ self._TargetGroupType = TargetGroupType
20895
+
20896
+ @property
20897
+ def AssociatedRuleCount(self):
20898
+ """目标组已关联的规则数。
20899
+ 注意:此字段可能返回 null,表示取不到有效值。
20900
+ :rtype: int
20901
+ """
20902
+ return self._AssociatedRuleCount
20903
+
20904
+ @AssociatedRuleCount.setter
20905
+ def AssociatedRuleCount(self, AssociatedRuleCount):
20906
+ self._AssociatedRuleCount = AssociatedRuleCount
20907
+
20908
+ @property
20909
+ def RegisteredInstancesCount(self):
20910
+ """目标组内的实例数量。
20911
+ 注意:此字段可能返回 null,表示取不到有效值。
20912
+ :rtype: int
20913
+ """
20914
+ return self._RegisteredInstancesCount
20915
+
20916
+ @RegisteredInstancesCount.setter
20917
+ def RegisteredInstancesCount(self, RegisteredInstancesCount):
20918
+ self._RegisteredInstancesCount = RegisteredInstancesCount
20919
+
20920
+ @property
20921
+ def Tag(self):
20922
+ """标签。
20923
+ :rtype: list of TagInfo
20924
+ """
20925
+ return self._Tag
20926
+
20927
+ @Tag.setter
20928
+ def Tag(self, Tag):
20929
+ self._Tag = Tag
20930
+
20931
+ @property
20932
+ def Weight(self):
20933
+ """默认权重。只有v2类型目标组返回该字段。当返回为NULL时, 表示未设置默认权重。
20934
+ 注意:此字段可能返回 null,表示取不到有效值。
20935
+ :rtype: int
20936
+ """
20937
+ return self._Weight
20938
+
20939
+ @Weight.setter
20940
+ def Weight(self, Weight):
20941
+ self._Weight = Weight
20942
+
20827
20943
 
20828
20944
  def _deserialize(self, params):
20829
20945
  self._TargetGroupId = params.get("TargetGroupId")
@@ -20838,6 +20954,16 @@ class TargetGroupInfo(AbstractModel):
20838
20954
  obj = AssociationItem()
20839
20955
  obj._deserialize(item)
20840
20956
  self._AssociatedRule.append(obj)
20957
+ self._TargetGroupType = params.get("TargetGroupType")
20958
+ self._AssociatedRuleCount = params.get("AssociatedRuleCount")
20959
+ self._RegisteredInstancesCount = params.get("RegisteredInstancesCount")
20960
+ if params.get("Tag") is not None:
20961
+ self._Tag = []
20962
+ for item in params.get("Tag"):
20963
+ obj = TagInfo()
20964
+ obj._deserialize(item)
20965
+ self._Tag.append(obj)
20966
+ self._Weight = params.get("Weight")
20841
20967
  memeber_set = set(params.keys())
20842
20968
  for name, value in vars(self).items():
20843
20969
  property_name = name[1:]
@@ -1961,7 +1961,7 @@ class ListAggregateDiscoveredResourcesRequest(AbstractModel):
1961
1961
  :type MaxResults: int
1962
1962
  :param _AccountGroupId: 账号组ID
1963
1963
  :type AccountGroupId: str
1964
- :param _Filters: resourceName:资源名 resourceId :资源ID
1964
+ :param _Filters: resourceName:资源名 resourceId :资源ID resourceType:资源类型
1965
1965
  :type Filters: list of Filter
1966
1966
  :param _Tags: 标签
1967
1967
  :type Tags: list of Tag
@@ -2001,7 +2001,7 @@ class ListAggregateDiscoveredResourcesRequest(AbstractModel):
2001
2001
 
2002
2002
  @property
2003
2003
  def Filters(self):
2004
- """resourceName:资源名 resourceId :资源ID
2004
+ """resourceName:资源名 resourceId :资源ID resourceType:资源类型
2005
2005
  :rtype: list of Filter
2006
2006
  """
2007
2007
  return self._Filters
@@ -608,7 +608,6 @@ stoped:终止状态
608
608
  :param _ApplyTime: 敏捷上云申请的时间
609
609
  :type ApplyTime: str
610
610
  :param _ReadyTime: 敏捷上云建设完成的时间
611
- 注意:此字段可能返回 null,表示取不到有效值。
612
611
  :type ReadyTime: str
613
612
  :param _ExpireTime: 敏捷上云过期时间
614
613
  :type ExpireTime: str
@@ -630,6 +629,8 @@ cross-region:跨地域
630
629
  :type CloudAttachServiceGatewaysSupport: bool
631
630
  :param _BUpdateBandwidth: 敏捷上云服务是否处于升降配中
632
631
  :type BUpdateBandwidth: bool
632
+ :param _ArRegion: 接入地域
633
+ :type ArRegion: str
633
634
  """
634
635
  self._InstanceId = None
635
636
  self._Name = None
@@ -650,6 +651,7 @@ cross-region:跨地域
650
651
  self._DirectConnectId = None
651
652
  self._CloudAttachServiceGatewaysSupport = None
652
653
  self._BUpdateBandwidth = None
654
+ self._ArRegion = None
653
655
 
654
656
  @property
655
657
  def InstanceId(self):
@@ -760,7 +762,6 @@ stoped:终止状态
760
762
  @property
761
763
  def ReadyTime(self):
762
764
  """敏捷上云建设完成的时间
763
- 注意:此字段可能返回 null,表示取不到有效值。
764
765
  :rtype: str
765
766
  """
766
767
  return self._ReadyTime
@@ -870,6 +871,17 @@ cross-region:跨地域
870
871
  def BUpdateBandwidth(self, BUpdateBandwidth):
871
872
  self._BUpdateBandwidth = BUpdateBandwidth
872
873
 
874
+ @property
875
+ def ArRegion(self):
876
+ """接入地域
877
+ :rtype: str
878
+ """
879
+ return self._ArRegion
880
+
881
+ @ArRegion.setter
882
+ def ArRegion(self, ArRegion):
883
+ self._ArRegion = ArRegion
884
+
873
885
 
874
886
  def _deserialize(self, params):
875
887
  self._InstanceId = params.get("InstanceId")
@@ -891,6 +903,7 @@ cross-region:跨地域
891
903
  self._DirectConnectId = params.get("DirectConnectId")
892
904
  self._CloudAttachServiceGatewaysSupport = params.get("CloudAttachServiceGatewaysSupport")
893
905
  self._BUpdateBandwidth = params.get("BUpdateBandwidth")
906
+ self._ArRegion = params.get("ArRegion")
894
907
  memeber_set = set(params.keys())
895
908
  for name, value in vars(self).items():
896
909
  property_name = name[1:]
@@ -971,6 +984,8 @@ class CreateCasInput(AbstractModel):
971
984
  :type Telephone: str
972
985
  :param _Remarks: 备注信息
973
986
  :type Remarks: str
987
+ :param _ArRegion: 接入地域
988
+ :type ArRegion: str
974
989
  """
975
990
  self._Name = None
976
991
  self._IdcAddress = None
@@ -978,6 +993,7 @@ class CreateCasInput(AbstractModel):
978
993
  self._Bandwidth = None
979
994
  self._Telephone = None
980
995
  self._Remarks = None
996
+ self._ArRegion = None
981
997
 
982
998
  @property
983
999
  def Name(self):
@@ -1045,6 +1061,17 @@ class CreateCasInput(AbstractModel):
1045
1061
  def Remarks(self, Remarks):
1046
1062
  self._Remarks = Remarks
1047
1063
 
1064
+ @property
1065
+ def ArRegion(self):
1066
+ """接入地域
1067
+ :rtype: str
1068
+ """
1069
+ return self._ArRegion
1070
+
1071
+ @ArRegion.setter
1072
+ def ArRegion(self, ArRegion):
1073
+ self._ArRegion = ArRegion
1074
+
1048
1075
 
1049
1076
  def _deserialize(self, params):
1050
1077
  self._Name = params.get("Name")
@@ -1053,6 +1080,7 @@ class CreateCasInput(AbstractModel):
1053
1080
  self._Bandwidth = params.get("Bandwidth")
1054
1081
  self._Telephone = params.get("Telephone")
1055
1082
  self._Remarks = params.get("Remarks")
1083
+ self._ArRegion = params.get("ArRegion")
1056
1084
  memeber_set = set(params.keys())
1057
1085
  for name, value in vars(self).items():
1058
1086
  property_name = name[1:]
@@ -29007,6 +29007,44 @@ class SessionResourceTemplate(AbstractModel):
29007
29007
 
29008
29008
 
29009
29009
 
29010
+ class SmartOptimizerChangeTablePolicy(AbstractModel):
29011
+ """混合表中,change表的数据保存时间,单位为天
29012
+
29013
+ """
29014
+
29015
+ def __init__(self):
29016
+ r"""
29017
+ :param _DataRetentionTime: change表的数据保存时间,单位为天
29018
+ 注意:此字段可能返回 null,表示取不到有效值。
29019
+ :type DataRetentionTime: int
29020
+ """
29021
+ self._DataRetentionTime = None
29022
+
29023
+ @property
29024
+ def DataRetentionTime(self):
29025
+ """change表的数据保存时间,单位为天
29026
+ 注意:此字段可能返回 null,表示取不到有效值。
29027
+ :rtype: int
29028
+ """
29029
+ return self._DataRetentionTime
29030
+
29031
+ @DataRetentionTime.setter
29032
+ def DataRetentionTime(self, DataRetentionTime):
29033
+ self._DataRetentionTime = DataRetentionTime
29034
+
29035
+
29036
+ def _deserialize(self, params):
29037
+ self._DataRetentionTime = params.get("DataRetentionTime")
29038
+ memeber_set = set(params.keys())
29039
+ for name, value in vars(self).items():
29040
+ property_name = name[1:]
29041
+ if property_name in memeber_set:
29042
+ memeber_set.remove(property_name)
29043
+ if len(memeber_set) > 0:
29044
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
29045
+
29046
+
29047
+
29010
29048
  class SmartOptimizerIndexPolicy(AbstractModel):
29011
29049
  """SmartOptimizerIndexPolicy
29012
29050
 
@@ -29173,12 +29211,16 @@ class SmartOptimizerPolicy(AbstractModel):
29173
29211
  :param _Index: SmartOptimizerIndexPolicy
29174
29212
  注意:此字段可能返回 null,表示取不到有效值。
29175
29213
  :type Index: :class:`tencentcloud.dlc.v20210125.models.SmartOptimizerIndexPolicy`
29214
+ :param _ChangeTable: SmartOptimizerChangeTablePolicy
29215
+ 注意:此字段可能返回 null,表示取不到有效值。
29216
+ :type ChangeTable: :class:`tencentcloud.dlc.v20210125.models.SmartOptimizerChangeTablePolicy`
29176
29217
  """
29177
29218
  self._Inherit = None
29178
29219
  self._Resources = None
29179
29220
  self._Written = None
29180
29221
  self._Lifecycle = None
29181
29222
  self._Index = None
29223
+ self._ChangeTable = None
29182
29224
 
29183
29225
  @property
29184
29226
  def Inherit(self):
@@ -29240,6 +29282,18 @@ class SmartOptimizerPolicy(AbstractModel):
29240
29282
  def Index(self, Index):
29241
29283
  self._Index = Index
29242
29284
 
29285
+ @property
29286
+ def ChangeTable(self):
29287
+ """SmartOptimizerChangeTablePolicy
29288
+ 注意:此字段可能返回 null,表示取不到有效值。
29289
+ :rtype: :class:`tencentcloud.dlc.v20210125.models.SmartOptimizerChangeTablePolicy`
29290
+ """
29291
+ return self._ChangeTable
29292
+
29293
+ @ChangeTable.setter
29294
+ def ChangeTable(self, ChangeTable):
29295
+ self._ChangeTable = ChangeTable
29296
+
29243
29297
 
29244
29298
  def _deserialize(self, params):
29245
29299
  self._Inherit = params.get("Inherit")
@@ -29258,6 +29312,9 @@ class SmartOptimizerPolicy(AbstractModel):
29258
29312
  if params.get("Index") is not None:
29259
29313
  self._Index = SmartOptimizerIndexPolicy()
29260
29314
  self._Index._deserialize(params.get("Index"))
29315
+ if params.get("ChangeTable") is not None:
29316
+ self._ChangeTable = SmartOptimizerChangeTablePolicy()
29317
+ self._ChangeTable._deserialize(params.get("ChangeTable"))
29261
29318
  memeber_set = set(params.keys())
29262
29319
  for name, value in vars(self).items():
29263
29320
  property_name = name[1:]
@@ -31555,6 +31612,9 @@ class TableBaseInfo(AbstractModel):
31555
31612
  :param _SmartPolicy: 智能数据治理配置项
31556
31613
  注意:此字段可能返回 null,表示取不到有效值。
31557
31614
  :type SmartPolicy: :class:`tencentcloud.dlc.v20210125.models.SmartPolicy`
31615
+ :param _PrimaryKeys: T-ICEBERG表的主键
31616
+ 注意:此字段可能返回 null,表示取不到有效值。
31617
+ :type PrimaryKeys: list of str
31558
31618
  """
31559
31619
  self._DatabaseName = None
31560
31620
  self._TableName = None
@@ -31567,6 +31627,7 @@ class TableBaseInfo(AbstractModel):
31567
31627
  self._GovernPolicy = None
31568
31628
  self._DbGovernPolicyIsDisable = None
31569
31629
  self._SmartPolicy = None
31630
+ self._PrimaryKeys = None
31570
31631
 
31571
31632
  @property
31572
31633
  def DatabaseName(self):
@@ -31706,6 +31767,18 @@ class TableBaseInfo(AbstractModel):
31706
31767
  def SmartPolicy(self, SmartPolicy):
31707
31768
  self._SmartPolicy = SmartPolicy
31708
31769
 
31770
+ @property
31771
+ def PrimaryKeys(self):
31772
+ """T-ICEBERG表的主键
31773
+ 注意:此字段可能返回 null,表示取不到有效值。
31774
+ :rtype: list of str
31775
+ """
31776
+ return self._PrimaryKeys
31777
+
31778
+ @PrimaryKeys.setter
31779
+ def PrimaryKeys(self, PrimaryKeys):
31780
+ self._PrimaryKeys = PrimaryKeys
31781
+
31709
31782
 
31710
31783
  def _deserialize(self, params):
31711
31784
  self._DatabaseName = params.get("DatabaseName")
@@ -31723,6 +31796,7 @@ class TableBaseInfo(AbstractModel):
31723
31796
  if params.get("SmartPolicy") is not None:
31724
31797
  self._SmartPolicy = SmartPolicy()
31725
31798
  self._SmartPolicy._deserialize(params.get("SmartPolicy"))
31799
+ self._PrimaryKeys = params.get("PrimaryKeys")
31726
31800
  memeber_set = set(params.keys())
31727
31801
  for name, value in vars(self).items():
31728
31802
  property_name = name[1:]
@@ -31885,6 +31959,8 @@ class TableResponseInfo(AbstractModel):
31885
31959
  :param _HeatValue: 访问热点
31886
31960
  注意:此字段可能返回 null,表示取不到有效值。
31887
31961
  :type HeatValue: int
31962
+ :param _InputFormatShort: InputFormat的缩写
31963
+ :type InputFormatShort: str
31888
31964
  """
31889
31965
  self._TableBaseInfo = None
31890
31966
  self._Columns = None
@@ -31898,6 +31974,7 @@ class TableResponseInfo(AbstractModel):
31898
31974
  self._RecordCount = None
31899
31975
  self._MapMaterializedViewName = None
31900
31976
  self._HeatValue = None
31977
+ self._InputFormatShort = None
31901
31978
 
31902
31979
  @property
31903
31980
  def TableBaseInfo(self):
@@ -32042,6 +32119,17 @@ class TableResponseInfo(AbstractModel):
32042
32119
  def HeatValue(self, HeatValue):
32043
32120
  self._HeatValue = HeatValue
32044
32121
 
32122
+ @property
32123
+ def InputFormatShort(self):
32124
+ """InputFormat的缩写
32125
+ :rtype: str
32126
+ """
32127
+ return self._InputFormatShort
32128
+
32129
+ @InputFormatShort.setter
32130
+ def InputFormatShort(self, InputFormatShort):
32131
+ self._InputFormatShort = InputFormatShort
32132
+
32045
32133
 
32046
32134
  def _deserialize(self, params):
32047
32135
  if params.get("TableBaseInfo") is not None:
@@ -32073,6 +32161,7 @@ class TableResponseInfo(AbstractModel):
32073
32161
  self._RecordCount = params.get("RecordCount")
32074
32162
  self._MapMaterializedViewName = params.get("MapMaterializedViewName")
32075
32163
  self._HeatValue = params.get("HeatValue")
32164
+ self._InputFormatShort = params.get("InputFormatShort")
32076
32165
  memeber_set = set(params.keys())
32077
32166
  for name, value in vars(self).items():
32078
32167
  property_name = name[1:]