tencentcloud-sdk-python-dlc 3.0.1328__tar.gz → 3.0.1329__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-dlc-3.0.1328 → tencentcloud-sdk-python-dlc-3.0.1329}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-dlc-3.0.1328 → tencentcloud-sdk-python-dlc-3.0.1329}/setup.py +1 -1
  3. {tencentcloud-sdk-python-dlc-3.0.1328 → tencentcloud-sdk-python-dlc-3.0.1329}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-dlc-3.0.1328 → tencentcloud-sdk-python-dlc-3.0.1329}/tencentcloud/dlc/v20210125/models.py +0 -10
  5. {tencentcloud-sdk-python-dlc-3.0.1328 → tencentcloud-sdk-python-dlc-3.0.1329}/tencentcloud_sdk_python_dlc.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-dlc-3.0.1329/tencentcloud_sdk_python_dlc.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-dlc-3.0.1328/tencentcloud_sdk_python_dlc.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-dlc-3.0.1328 → tencentcloud-sdk-python-dlc-3.0.1329}/README.rst +0 -0
  9. {tencentcloud-sdk-python-dlc-3.0.1328 → tencentcloud-sdk-python-dlc-3.0.1329}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-dlc-3.0.1328 → tencentcloud-sdk-python-dlc-3.0.1329}/tencentcloud/dlc/__init__.py +0 -0
  11. {tencentcloud-sdk-python-dlc-3.0.1328 → tencentcloud-sdk-python-dlc-3.0.1329}/tencentcloud/dlc/v20210125/__init__.py +0 -0
  12. {tencentcloud-sdk-python-dlc-3.0.1328 → tencentcloud-sdk-python-dlc-3.0.1329}/tencentcloud/dlc/v20210125/dlc_client.py +0 -0
  13. {tencentcloud-sdk-python-dlc-3.0.1328 → tencentcloud-sdk-python-dlc-3.0.1329}/tencentcloud/dlc/v20210125/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-dlc-3.0.1328 → tencentcloud-sdk-python-dlc-3.0.1329}/tencentcloud_sdk_python_dlc.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-dlc-3.0.1328 → tencentcloud-sdk-python-dlc-3.0.1329}/tencentcloud_sdk_python_dlc.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-dlc-3.0.1328 → tencentcloud-sdk-python-dlc-3.0.1329}/tencentcloud_sdk_python_dlc.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-dlc
3
- Version: 3.0.1328
3
+ Version: 3.0.1329
4
4
  Summary: Tencent Cloud Dlc 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-dlc',
11
- install_requires=["tencentcloud-sdk-python-common==3.0.1328"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1329"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Dlc 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.1328'
17
+ __version__ = '3.0.1329'
@@ -7738,13 +7738,10 @@ class CrontabResumeSuspendStrategy(AbstractModel):
7738
7738
  def __init__(self):
7739
7739
  r"""
7740
7740
  :param _ResumeTime: 定时拉起时间:如:周一&周三8点
7741
- 注意:此字段可能返回 null,表示取不到有效值。
7742
7741
  :type ResumeTime: str
7743
7742
  :param _SuspendTime: 定时挂起时间:如:周一&周三20点
7744
- 注意:此字段可能返回 null,表示取不到有效值。
7745
7743
  :type SuspendTime: str
7746
7744
  :param _SuspendStrategy: 挂起配置:0(默认):等待任务结束后挂起、1:强制挂起
7747
- 注意:此字段可能返回 null,表示取不到有效值。
7748
7745
  :type SuspendStrategy: int
7749
7746
  """
7750
7747
  self._ResumeTime = None
@@ -7754,7 +7751,6 @@ class CrontabResumeSuspendStrategy(AbstractModel):
7754
7751
  @property
7755
7752
  def ResumeTime(self):
7756
7753
  """定时拉起时间:如:周一&周三8点
7757
- 注意:此字段可能返回 null,表示取不到有效值。
7758
7754
  :rtype: str
7759
7755
  """
7760
7756
  return self._ResumeTime
@@ -7766,7 +7762,6 @@ class CrontabResumeSuspendStrategy(AbstractModel):
7766
7762
  @property
7767
7763
  def SuspendTime(self):
7768
7764
  """定时挂起时间:如:周一&周三20点
7769
- 注意:此字段可能返回 null,表示取不到有效值。
7770
7765
  :rtype: str
7771
7766
  """
7772
7767
  return self._SuspendTime
@@ -7778,7 +7773,6 @@ class CrontabResumeSuspendStrategy(AbstractModel):
7778
7773
  @property
7779
7774
  def SuspendStrategy(self):
7780
7775
  """挂起配置:0(默认):等待任务结束后挂起、1:强制挂起
7781
- 注意:此字段可能返回 null,表示取不到有效值。
7782
7776
  :rtype: int
7783
7777
  """
7784
7778
  return self._SuspendStrategy
@@ -32351,10 +32345,8 @@ class TagInfo(AbstractModel):
32351
32345
  def __init__(self):
32352
32346
  r"""
32353
32347
  :param _TagKey: 标签键
32354
- 注意:此字段可能返回 null,表示取不到有效值。
32355
32348
  :type TagKey: str
32356
32349
  :param _TagValue: 标签值
32357
- 注意:此字段可能返回 null,表示取不到有效值。
32358
32350
  :type TagValue: str
32359
32351
  """
32360
32352
  self._TagKey = None
@@ -32363,7 +32355,6 @@ class TagInfo(AbstractModel):
32363
32355
  @property
32364
32356
  def TagKey(self):
32365
32357
  """标签键
32366
- 注意:此字段可能返回 null,表示取不到有效值。
32367
32358
  :rtype: str
32368
32359
  """
32369
32360
  return self._TagKey
@@ -32375,7 +32366,6 @@ class TagInfo(AbstractModel):
32375
32366
  @property
32376
32367
  def TagValue(self):
32377
32368
  """标签值
32378
- 注意:此字段可能返回 null,表示取不到有效值。
32379
32369
  :rtype: str
32380
32370
  """
32381
32371
  return self._TagValue
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-dlc
3
- Version: 3.0.1328
3
+ Version: 3.0.1329
4
4
  Summary: Tencent Cloud Dlc 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.1329
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1328