tencentcloud-sdk-python-tione 3.1.49__tar.gz → 3.1.51__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.

Potentially problematic release.


This version of tencentcloud-sdk-python-tione might be problematic. Click here for more details.

Files changed (22) hide show
  1. {tencentcloud_sdk_python_tione-3.1.49 → tencentcloud_sdk_python_tione-3.1.51}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_tione-3.1.49 → tencentcloud_sdk_python_tione-3.1.51}/setup.py +1 -1
  3. {tencentcloud_sdk_python_tione-3.1.49 → tencentcloud_sdk_python_tione-3.1.51}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_tione-3.1.49 → tencentcloud_sdk_python_tione-3.1.51}/tencentcloud/tione/v20211111/models.py +53 -4
  5. {tencentcloud_sdk_python_tione-3.1.49 → tencentcloud_sdk_python_tione-3.1.51}/tencentcloud_sdk_python_tione.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_tione-3.1.51/tencentcloud_sdk_python_tione.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_tione-3.1.49/tencentcloud_sdk_python_tione.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_tione-3.1.49 → tencentcloud_sdk_python_tione-3.1.51}/README.rst +0 -0
  9. {tencentcloud_sdk_python_tione-3.1.49 → tencentcloud_sdk_python_tione-3.1.51}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_tione-3.1.49 → tencentcloud_sdk_python_tione-3.1.51}/tencentcloud/tione/__init__.py +0 -0
  11. {tencentcloud_sdk_python_tione-3.1.49 → tencentcloud_sdk_python_tione-3.1.51}/tencentcloud/tione/v20191022/__init__.py +0 -0
  12. {tencentcloud_sdk_python_tione-3.1.49 → tencentcloud_sdk_python_tione-3.1.51}/tencentcloud/tione/v20191022/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_tione-3.1.49 → tencentcloud_sdk_python_tione-3.1.51}/tencentcloud/tione/v20191022/models.py +0 -0
  14. {tencentcloud_sdk_python_tione-3.1.49 → tencentcloud_sdk_python_tione-3.1.51}/tencentcloud/tione/v20191022/tione_client.py +0 -0
  15. {tencentcloud_sdk_python_tione-3.1.49 → tencentcloud_sdk_python_tione-3.1.51}/tencentcloud/tione/v20191022/tione_client_async.py +0 -0
  16. {tencentcloud_sdk_python_tione-3.1.49 → tencentcloud_sdk_python_tione-3.1.51}/tencentcloud/tione/v20211111/__init__.py +0 -0
  17. {tencentcloud_sdk_python_tione-3.1.49 → tencentcloud_sdk_python_tione-3.1.51}/tencentcloud/tione/v20211111/errorcodes.py +0 -0
  18. {tencentcloud_sdk_python_tione-3.1.49 → tencentcloud_sdk_python_tione-3.1.51}/tencentcloud/tione/v20211111/tione_client.py +0 -0
  19. {tencentcloud_sdk_python_tione-3.1.49 → tencentcloud_sdk_python_tione-3.1.51}/tencentcloud/tione/v20211111/tione_client_async.py +0 -0
  20. {tencentcloud_sdk_python_tione-3.1.49 → tencentcloud_sdk_python_tione-3.1.51}/tencentcloud_sdk_python_tione.egg-info/SOURCES.txt +0 -0
  21. {tencentcloud_sdk_python_tione-3.1.49 → tencentcloud_sdk_python_tione-3.1.51}/tencentcloud_sdk_python_tione.egg-info/dependency_links.txt +0 -0
  22. {tencentcloud_sdk_python_tione-3.1.49 → tencentcloud_sdk_python_tione-3.1.51}/tencentcloud_sdk_python_tione.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-tione
3
- Version: 3.1.49
3
+ Version: 3.1.51
4
4
  Summary: Tencent Cloud Tione SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.49
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.51
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-tione',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.49,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.51,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Tione SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.49'
17
+ __version__ = '3.1.51'
@@ -1836,6 +1836,8 @@ HYBRID_PAID:
1836
1836
  :type VolumeMounts: list of VolumeMount
1837
1837
  :param _SchedulingStrategy: 调度策略 [binpack] 优先占满整机,尽量避免碎卡(默认值)[spread] 优先分散在各个节点,确保服务高可用
1838
1838
  :type SchedulingStrategy: str
1839
+ :param _GatewayLogConfig: 网关日志投递相关配置
1840
+ :type GatewayLogConfig: :class:`tencentcloud.tione.v20211111.models.LogConfig`
1839
1841
  """
1840
1842
  self._ServiceGroupId = None
1841
1843
  self._ServiceGroupName = None
@@ -1880,6 +1882,7 @@ HYBRID_PAID:
1880
1882
  self._Sidecar = None
1881
1883
  self._VolumeMounts = None
1882
1884
  self._SchedulingStrategy = None
1885
+ self._GatewayLogConfig = None
1883
1886
 
1884
1887
  @property
1885
1888
  def ServiceGroupId(self):
@@ -2377,6 +2380,17 @@ HYBRID_PAID:
2377
2380
  def SchedulingStrategy(self, SchedulingStrategy):
2378
2381
  self._SchedulingStrategy = SchedulingStrategy
2379
2382
 
2383
+ @property
2384
+ def GatewayLogConfig(self):
2385
+ r"""网关日志投递相关配置
2386
+ :rtype: :class:`tencentcloud.tione.v20211111.models.LogConfig`
2387
+ """
2388
+ return self._GatewayLogConfig
2389
+
2390
+ @GatewayLogConfig.setter
2391
+ def GatewayLogConfig(self, GatewayLogConfig):
2392
+ self._GatewayLogConfig = GatewayLogConfig
2393
+
2380
2394
 
2381
2395
  def _deserialize(self, params):
2382
2396
  self._ServiceGroupId = params.get("ServiceGroupId")
@@ -2466,6 +2480,9 @@ HYBRID_PAID:
2466
2480
  obj._deserialize(item)
2467
2481
  self._VolumeMounts.append(obj)
2468
2482
  self._SchedulingStrategy = params.get("SchedulingStrategy")
2483
+ if params.get("GatewayLogConfig") is not None:
2484
+ self._GatewayLogConfig = LogConfig()
2485
+ self._GatewayLogConfig._deserialize(params.get("GatewayLogConfig"))
2469
2486
  memeber_set = set(params.keys())
2470
2487
  for name, value in vars(self).items():
2471
2488
  property_name = name[1:]
@@ -8079,7 +8096,7 @@ class DescribeLogsRequest(AbstractModel):
8079
8096
  :type StartTime: str
8080
8097
  :param _EndTime: 日志查询结束时间(RFC3339格式的时间字符串),默认值为当前时间
8081
8098
  :type EndTime: str
8082
- :param _Limit: 日志查询条数,默认值100,最大值100
8099
+ :param _Limit: 日志查询条数,默认值100,最大值1000
8083
8100
  :type Limit: int
8084
8101
  :param _ServiceId: 服务ID,和Service参数对应,不同Service的服务ID获取方式不同,具体如下:
8085
8102
  - Service类型为TRAIN:
@@ -8114,6 +8131,8 @@ class DescribeLogsRequest(AbstractModel):
8114
8131
  2. Filter.Values:表示过滤日志的关键字;Values为多个的时候表示同时满足
8115
8132
  3. Filter. Negative和Filter. Fuzzy没有使用
8116
8133
  :type Filters: list of Filter
8134
+ :param _Offset: 使用OFFSET分页查询时,指定返回的数据偏移量,默认为0
8135
+ :type Offset: int
8117
8136
  """
8118
8137
  self._Service = None
8119
8138
  self._StartTime = None
@@ -8125,6 +8144,7 @@ class DescribeLogsRequest(AbstractModel):
8125
8144
  self._OrderField = None
8126
8145
  self._Context = None
8127
8146
  self._Filters = None
8147
+ self._Offset = None
8128
8148
 
8129
8149
  @property
8130
8150
  def Service(self):
@@ -8166,7 +8186,7 @@ class DescribeLogsRequest(AbstractModel):
8166
8186
 
8167
8187
  @property
8168
8188
  def Limit(self):
8169
- r"""日志查询条数,默认值100,最大值100
8189
+ r"""日志查询条数,默认值100,最大值1000
8170
8190
  :rtype: int
8171
8191
  """
8172
8192
  return self._Limit
@@ -8262,6 +8282,17 @@ class DescribeLogsRequest(AbstractModel):
8262
8282
  def Filters(self, Filters):
8263
8283
  self._Filters = Filters
8264
8284
 
8285
+ @property
8286
+ def Offset(self):
8287
+ r"""使用OFFSET分页查询时,指定返回的数据偏移量,默认为0
8288
+ :rtype: int
8289
+ """
8290
+ return self._Offset
8291
+
8292
+ @Offset.setter
8293
+ def Offset(self, Offset):
8294
+ self._Offset = Offset
8295
+
8265
8296
 
8266
8297
  def _deserialize(self, params):
8267
8298
  self._Service = params.get("Service")
@@ -8279,6 +8310,7 @@ class DescribeLogsRequest(AbstractModel):
8279
8310
  obj = Filter()
8280
8311
  obj._deserialize(item)
8281
8312
  self._Filters.append(obj)
8313
+ self._Offset = params.get("Offset")
8282
8314
  memeber_set = set(params.keys())
8283
8315
  for name, value in vars(self).items():
8284
8316
  property_name = name[1:]
@@ -21214,6 +21246,8 @@ UPDATING 更新中
21214
21246
  :type MonitorSource: str
21215
21247
  :param _SubUinName: 子用户的 nickname
21216
21248
  :type SubUinName: str
21249
+ :param _GatewayLogConfig: 网关日志投递相关配置
21250
+ :type GatewayLogConfig: :class:`tencentcloud.tione.v20211111.models.LogConfig`
21217
21251
  """
21218
21252
  self._ServiceGroupId = None
21219
21253
  self._ServiceGroupName = None
@@ -21239,6 +21273,7 @@ UPDATING 更新中
21239
21273
  self._AuthTokens = None
21240
21274
  self._MonitorSource = None
21241
21275
  self._SubUinName = None
21276
+ self._GatewayLogConfig = None
21242
21277
 
21243
21278
  @property
21244
21279
  def ServiceGroupId(self):
@@ -21533,6 +21568,17 @@ UPDATING 更新中
21533
21568
  def SubUinName(self, SubUinName):
21534
21569
  self._SubUinName = SubUinName
21535
21570
 
21571
+ @property
21572
+ def GatewayLogConfig(self):
21573
+ r"""网关日志投递相关配置
21574
+ :rtype: :class:`tencentcloud.tione.v20211111.models.LogConfig`
21575
+ """
21576
+ return self._GatewayLogConfig
21577
+
21578
+ @GatewayLogConfig.setter
21579
+ def GatewayLogConfig(self, GatewayLogConfig):
21580
+ self._GatewayLogConfig = GatewayLogConfig
21581
+
21536
21582
 
21537
21583
  def _deserialize(self, params):
21538
21584
  self._ServiceGroupId = params.get("ServiceGroupId")
@@ -21574,6 +21620,9 @@ UPDATING 更新中
21574
21620
  self._AuthTokens.append(obj)
21575
21621
  self._MonitorSource = params.get("MonitorSource")
21576
21622
  self._SubUinName = params.get("SubUinName")
21623
+ if params.get("GatewayLogConfig") is not None:
21624
+ self._GatewayLogConfig = LogConfig()
21625
+ self._GatewayLogConfig._deserialize(params.get("GatewayLogConfig"))
21577
21626
  memeber_set = set(params.keys())
21578
21627
  for name, value in vars(self).items():
21579
21628
  property_name = name[1:]
@@ -25587,7 +25636,7 @@ class WeightEntry(AbstractModel):
25587
25636
  r"""
25588
25637
  :param _ServiceId: 服务id
25589
25638
  :type ServiceId: str
25590
- :param _Weight: 流量权重值,同 ServiceGroup 下 总和应为 100
25639
+ :param _Weight: 流量权重值,ServiceGroup 下,不同服务版本根据权重比例分配流量
25591
25640
  :type Weight: int
25592
25641
  """
25593
25642
  self._ServiceId = None
@@ -25606,7 +25655,7 @@ class WeightEntry(AbstractModel):
25606
25655
 
25607
25656
  @property
25608
25657
  def Weight(self):
25609
- r"""流量权重值,同 ServiceGroup 下 总和应为 100
25658
+ r"""流量权重值,ServiceGroup 下,不同服务版本根据权重比例分配流量
25610
25659
  :rtype: int
25611
25660
  """
25612
25661
  return self._Weight
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-tione
3
- Version: 3.1.49
3
+ Version: 3.1.51
4
4
  Summary: Tencent Cloud Tione SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.49
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.51
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.51
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.49