tencentcloud-sdk-python-tsf 3.0.1483__tar.gz → 3.0.1489__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_tsf-3.0.1483 → tencentcloud_sdk_python_tsf-3.0.1489}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_tsf-3.0.1483 → tencentcloud_sdk_python_tsf-3.0.1489}/setup.py +1 -1
  3. {tencentcloud_sdk_python_tsf-3.0.1483 → tencentcloud_sdk_python_tsf-3.0.1489}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_tsf-3.0.1483 → tencentcloud_sdk_python_tsf-3.0.1489}/tencentcloud/tsf/v20180326/models.py +99 -0
  5. {tencentcloud_sdk_python_tsf-3.0.1483 → tencentcloud_sdk_python_tsf-3.0.1489}/tencentcloud/tsf/v20180326/tsf_client.py +23 -0
  6. {tencentcloud_sdk_python_tsf-3.0.1483 → tencentcloud_sdk_python_tsf-3.0.1489}/tencentcloud_sdk_python_tsf.egg-info/PKG-INFO +2 -2
  7. tencentcloud_sdk_python_tsf-3.0.1489/tencentcloud_sdk_python_tsf.egg-info/requires.txt +1 -0
  8. tencentcloud_sdk_python_tsf-3.0.1483/tencentcloud_sdk_python_tsf.egg-info/requires.txt +0 -1
  9. {tencentcloud_sdk_python_tsf-3.0.1483 → tencentcloud_sdk_python_tsf-3.0.1489}/README.rst +0 -0
  10. {tencentcloud_sdk_python_tsf-3.0.1483 → tencentcloud_sdk_python_tsf-3.0.1489}/setup.cfg +0 -0
  11. {tencentcloud_sdk_python_tsf-3.0.1483 → tencentcloud_sdk_python_tsf-3.0.1489}/tencentcloud/tsf/__init__.py +0 -0
  12. {tencentcloud_sdk_python_tsf-3.0.1483 → tencentcloud_sdk_python_tsf-3.0.1489}/tencentcloud/tsf/v20180326/__init__.py +0 -0
  13. {tencentcloud_sdk_python_tsf-3.0.1483 → tencentcloud_sdk_python_tsf-3.0.1489}/tencentcloud/tsf/v20180326/errorcodes.py +0 -0
  14. {tencentcloud_sdk_python_tsf-3.0.1483 → tencentcloud_sdk_python_tsf-3.0.1489}/tencentcloud_sdk_python_tsf.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud_sdk_python_tsf-3.0.1483 → tencentcloud_sdk_python_tsf-3.0.1489}/tencentcloud_sdk_python_tsf.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud_sdk_python_tsf-3.0.1483 → tencentcloud_sdk_python_tsf-3.0.1489}/tencentcloud_sdk_python_tsf.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-tsf
3
- Version: 3.0.1483
3
+ Version: 3.0.1489
4
4
  Summary: Tencent Cloud Tsf 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.0.1483
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1489
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-tsf',
11
- install_requires=["tencentcloud-sdk-python-common>=3.0.1483,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.0.1489,<4.0.0"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Tsf 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.1483'
17
+ __version__ = '3.0.1489'
@@ -43939,6 +43939,105 @@ class ModifyContainerReplicasResponse(AbstractModel):
43939
43939
  self._RequestId = params.get("RequestId")
43940
43940
 
43941
43941
 
43942
+ class ModifyGroupLaneRequest(AbstractModel):
43943
+ r"""ModifyGroupLane请求参数结构体
43944
+
43945
+ """
43946
+
43947
+ def __init__(self):
43948
+ r"""
43949
+ :param _GroupId: 部署组ID。该参数可以通过调用 [DescribeSimpleGroups](https://cloud.tencent.com/document/product/649/36064) 的返回值中的 GroupId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/resource)-查看部署组页查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。
43950
+ :type GroupId: str
43951
+ :param _LaneList: 泳道部署组列表。
43952
+ :type LaneList: list of LaneGroup
43953
+ """
43954
+ self._GroupId = None
43955
+ self._LaneList = None
43956
+
43957
+ @property
43958
+ def GroupId(self):
43959
+ r"""部署组ID。该参数可以通过调用 [DescribeSimpleGroups](https://cloud.tencent.com/document/product/649/36064) 的返回值中的 GroupId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/resource)-查看部署组页查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。
43960
+ :rtype: str
43961
+ """
43962
+ return self._GroupId
43963
+
43964
+ @GroupId.setter
43965
+ def GroupId(self, GroupId):
43966
+ self._GroupId = GroupId
43967
+
43968
+ @property
43969
+ def LaneList(self):
43970
+ r"""泳道部署组列表。
43971
+ :rtype: list of LaneGroup
43972
+ """
43973
+ return self._LaneList
43974
+
43975
+ @LaneList.setter
43976
+ def LaneList(self, LaneList):
43977
+ self._LaneList = LaneList
43978
+
43979
+
43980
+ def _deserialize(self, params):
43981
+ self._GroupId = params.get("GroupId")
43982
+ if params.get("LaneList") is not None:
43983
+ self._LaneList = []
43984
+ for item in params.get("LaneList"):
43985
+ obj = LaneGroup()
43986
+ obj._deserialize(item)
43987
+ self._LaneList.append(obj)
43988
+ memeber_set = set(params.keys())
43989
+ for name, value in vars(self).items():
43990
+ property_name = name[1:]
43991
+ if property_name in memeber_set:
43992
+ memeber_set.remove(property_name)
43993
+ if len(memeber_set) > 0:
43994
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
43995
+
43996
+
43997
+
43998
+ class ModifyGroupLaneResponse(AbstractModel):
43999
+ r"""ModifyGroupLane返回参数结构体
44000
+
44001
+ """
44002
+
44003
+ def __init__(self):
44004
+ r"""
44005
+ :param _Result: 操作结果。- true:成功- false:失败
44006
+ :type Result: bool
44007
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
44008
+ :type RequestId: str
44009
+ """
44010
+ self._Result = None
44011
+ self._RequestId = None
44012
+
44013
+ @property
44014
+ def Result(self):
44015
+ r"""操作结果。- true:成功- false:失败
44016
+ :rtype: bool
44017
+ """
44018
+ return self._Result
44019
+
44020
+ @Result.setter
44021
+ def Result(self, Result):
44022
+ self._Result = Result
44023
+
44024
+ @property
44025
+ def RequestId(self):
44026
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
44027
+ :rtype: str
44028
+ """
44029
+ return self._RequestId
44030
+
44031
+ @RequestId.setter
44032
+ def RequestId(self, RequestId):
44033
+ self._RequestId = RequestId
44034
+
44035
+
44036
+ def _deserialize(self, params):
44037
+ self._Result = params.get("Result")
44038
+ self._RequestId = params.get("RequestId")
44039
+
44040
+
43942
44041
  class ModifyGroupRequest(AbstractModel):
43943
44042
  r"""ModifyGroup请求参数结构体
43944
44043
 
@@ -4222,6 +4222,29 @@ class TsfClient(AbstractClient):
4222
4222
  raise TencentCloudSDKException(type(e).__name__, str(e))
4223
4223
 
4224
4224
 
4225
+ def ModifyGroupLane(self, request):
4226
+ r"""更新部署组泳道信息
4227
+
4228
+ :param request: Request instance for ModifyGroupLane.
4229
+ :type request: :class:`tencentcloud.tsf.v20180326.models.ModifyGroupLaneRequest`
4230
+ :rtype: :class:`tencentcloud.tsf.v20180326.models.ModifyGroupLaneResponse`
4231
+
4232
+ """
4233
+ try:
4234
+ params = request._serialize()
4235
+ headers = request.headers
4236
+ body = self.call("ModifyGroupLane", params, headers=headers)
4237
+ response = json.loads(body)
4238
+ model = models.ModifyGroupLaneResponse()
4239
+ model._deserialize(response["Response"])
4240
+ return model
4241
+ except Exception as e:
4242
+ if isinstance(e, TencentCloudSDKException):
4243
+ raise
4244
+ else:
4245
+ raise TencentCloudSDKException(type(e).__name__, str(e))
4246
+
4247
+
4225
4248
  def ModifyLane(self, request):
4226
4249
  r"""更新泳道配置信息
4227
4250
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-tsf
3
- Version: 3.0.1483
3
+ Version: 3.0.1489
4
4
  Summary: Tencent Cloud Tsf 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.0.1483
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1489
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.0.1489
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.0.1483