tencentcloud-sdk-python-cls 3.0.1176__tar.gz → 3.0.1177__tar.gz

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 (16) hide show
  1. {tencentcloud-sdk-python-cls-3.0.1176 → tencentcloud-sdk-python-cls-3.0.1177}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-cls-3.0.1176 → tencentcloud-sdk-python-cls-3.0.1177}/setup.py +1 -1
  3. {tencentcloud-sdk-python-cls-3.0.1176 → tencentcloud-sdk-python-cls-3.0.1177}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-cls-3.0.1176 → tencentcloud-sdk-python-cls-3.0.1177}/tencentcloud/cls/v20201016/models.py +33 -3
  5. {tencentcloud-sdk-python-cls-3.0.1176 → tencentcloud-sdk-python-cls-3.0.1177}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-cls-3.0.1177/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-cls-3.0.1176/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-cls-3.0.1176 → tencentcloud-sdk-python-cls-3.0.1177}/README.rst +0 -0
  9. {tencentcloud-sdk-python-cls-3.0.1176 → tencentcloud-sdk-python-cls-3.0.1177}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-cls-3.0.1176 → tencentcloud-sdk-python-cls-3.0.1177}/tencentcloud/cls/__init__.py +0 -0
  11. {tencentcloud-sdk-python-cls-3.0.1176 → tencentcloud-sdk-python-cls-3.0.1177}/tencentcloud/cls/v20201016/__init__.py +0 -0
  12. {tencentcloud-sdk-python-cls-3.0.1176 → tencentcloud-sdk-python-cls-3.0.1177}/tencentcloud/cls/v20201016/cls_client.py +0 -0
  13. {tencentcloud-sdk-python-cls-3.0.1176 → tencentcloud-sdk-python-cls-3.0.1177}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-cls-3.0.1176 → tencentcloud-sdk-python-cls-3.0.1177}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-cls-3.0.1176 → tencentcloud-sdk-python-cls-3.0.1177}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-cls-3.0.1176 → tencentcloud-sdk-python-cls-3.0.1177}/tencentcloud_sdk_python_cls.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.0.1176
3
+ Version: 3.0.1177
4
4
  Summary: Tencent Cloud Cls SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-cls',
11
- install_requires=["tencentcloud-sdk-python-common==3.0.1176"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1177"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Cls SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1176'
17
+ __version__ = '3.0.1177'
@@ -3652,7 +3652,7 @@ class CreateAlarmRequest(AbstractModel):
3652
3652
  :type AlarmTargets: list of AlarmTarget
3653
3653
  :param _MonitorTime: 监控任务运行时间点。
3654
3654
  :type MonitorTime: :class:`tencentcloud.cls.v20201016.models.MonitorTime`
3655
- :param _TriggerCount: 持续周期。持续满足触发条件TriggerCount个周期后,再进行告警;最小值为1,最大值为10
3655
+ :param _TriggerCount: 持续周期。持续满足触发条件TriggerCount个周期后,再进行告警;最小值为1,最大值为2000
3656
3656
  :type TriggerCount: int
3657
3657
  :param _AlarmPeriod: 告警重复的周期,单位是分钟。取值范围是0~1440。
3658
3658
  :type AlarmPeriod: int
@@ -15181,7 +15181,7 @@ class ModifyAlarmRequest(AbstractModel):
15181
15181
  注意:
15182
15182
  - Condition和AlarmLevel是一组配置,MultiConditions是另一组配置,2组配置互斥。
15183
15183
  :type MultiConditions: list of MultiCondition
15184
- :param _TriggerCount: 持续周期。持续满足触发条件TriggerCount个周期后,再进行告警;最小值为1,最大值为10
15184
+ :param _TriggerCount: 持续周期。持续满足触发条件TriggerCount个周期后,再进行告警;最小值为1,最大值为2000
15185
15185
  :type TriggerCount: int
15186
15186
  :param _AlarmPeriod: 告警重复的周期。单位是分钟。取值范围是0~1440。
15187
15187
  :type AlarmPeriod: int
@@ -17655,6 +17655,8 @@ class ModifyTopicRequest(AbstractModel):
17655
17655
  :param _IsWebTracking: 免鉴权开关。 false:关闭; true:开启。
17656
17656
  开启后将支持指定操作匿名访问该日志主题。详情请参见[日志主题](https://cloud.tencent.com/document/product/614/41035)。
17657
17657
  :type IsWebTracking: bool
17658
+ :param _Extends: 日志主题扩展信息
17659
+ :type Extends: :class:`tencentcloud.cls.v20201016.models.TopicExtendInfo`
17658
17660
  :param _PartitionCount: 日志主题分区数量
17659
17661
  :type PartitionCount: int
17660
17662
  """
@@ -17668,6 +17670,7 @@ class ModifyTopicRequest(AbstractModel):
17668
17670
  self._Describes = None
17669
17671
  self._HotPeriod = None
17670
17672
  self._IsWebTracking = None
17673
+ self._Extends = None
17671
17674
  self._PartitionCount = None
17672
17675
 
17673
17676
  @property
@@ -17750,6 +17753,14 @@ class ModifyTopicRequest(AbstractModel):
17750
17753
  def IsWebTracking(self, IsWebTracking):
17751
17754
  self._IsWebTracking = IsWebTracking
17752
17755
 
17756
+ @property
17757
+ def Extends(self):
17758
+ return self._Extends
17759
+
17760
+ @Extends.setter
17761
+ def Extends(self, Extends):
17762
+ self._Extends = Extends
17763
+
17753
17764
  @property
17754
17765
  def PartitionCount(self):
17755
17766
  return self._PartitionCount
@@ -17775,6 +17786,9 @@ class ModifyTopicRequest(AbstractModel):
17775
17786
  self._Describes = params.get("Describes")
17776
17787
  self._HotPeriod = params.get("HotPeriod")
17777
17788
  self._IsWebTracking = params.get("IsWebTracking")
17789
+ if params.get("Extends") is not None:
17790
+ self._Extends = TopicExtendInfo()
17791
+ self._Extends._deserialize(params.get("Extends"))
17778
17792
  self._PartitionCount = params.get("PartitionCount")
17779
17793
  memeber_set = set(params.keys())
17780
17794
  for name, value in vars(self).items():
@@ -17818,12 +17832,13 @@ class MonitorTime(AbstractModel):
17818
17832
 
17819
17833
  def __init__(self):
17820
17834
  r"""
17821
- :param _Type: 执行周期, 可选值:PeriodFixed
17835
+ :param _Type: 执行周期, 可选值:`Period`、`Fixed`。
17822
17836
 
17823
17837
  - Period:固定频率
17824
17838
  - Fixed:固定时间
17825
17839
  :type Type: str
17826
17840
  :param _Time: 执行的周期,或者定制执行的时间节点。单位为分钟,取值范围为1~1440。
17841
+ 当type为`Period`,`Fixed`时,time字段生效。
17827
17842
  :type Time: int
17828
17843
  """
17829
17844
  self._Type = None
@@ -21196,6 +21211,9 @@ HotPeriod=0为没有开启日志沉降。
21196
21211
  开启后将支持指定操作匿名访问该日志主题。详情请参见[日志主题](https://cloud.tencent.com/document/product/614/41035)。
21197
21212
  注意:此字段可能返回 null,表示取不到有效值。
21198
21213
  :type IsWebTracking: bool
21214
+ :param _Extends: 日志主题扩展信息
21215
+ 注意:此字段可能返回 null,表示取不到有效值。
21216
+ :type Extends: :class:`tencentcloud.cls.v20201016.models.TopicExtendInfo`
21199
21217
  """
21200
21218
  self._LogsetId = None
21201
21219
  self._TopicId = None
@@ -21215,6 +21233,7 @@ HotPeriod=0为没有开启日志沉降。
21215
21233
  self._HotPeriod = None
21216
21234
  self._BizType = None
21217
21235
  self._IsWebTracking = None
21236
+ self._Extends = None
21218
21237
 
21219
21238
  @property
21220
21239
  def LogsetId(self):
@@ -21360,6 +21379,14 @@ HotPeriod=0为没有开启日志沉降。
21360
21379
  def IsWebTracking(self, IsWebTracking):
21361
21380
  self._IsWebTracking = IsWebTracking
21362
21381
 
21382
+ @property
21383
+ def Extends(self):
21384
+ return self._Extends
21385
+
21386
+ @Extends.setter
21387
+ def Extends(self, Extends):
21388
+ self._Extends = Extends
21389
+
21363
21390
 
21364
21391
  def _deserialize(self, params):
21365
21392
  self._LogsetId = params.get("LogsetId")
@@ -21385,6 +21412,9 @@ HotPeriod=0为没有开启日志沉降。
21385
21412
  self._HotPeriod = params.get("HotPeriod")
21386
21413
  self._BizType = params.get("BizType")
21387
21414
  self._IsWebTracking = params.get("IsWebTracking")
21415
+ if params.get("Extends") is not None:
21416
+ self._Extends = TopicExtendInfo()
21417
+ self._Extends._deserialize(params.get("Extends"))
21388
21418
  memeber_set = set(params.keys())
21389
21419
  for name, value in vars(self).items():
21390
21420
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.0.1176
3
+ Version: 3.0.1177
4
4
  Summary: Tencent Cloud Cls SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1177
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1176