tencentcloud-sdk-python-tsf 3.0.1447__tar.gz → 3.0.1448__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.
- {tencentcloud-sdk-python-tsf-3.0.1447 → tencentcloud-sdk-python-tsf-3.0.1448}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-tsf-3.0.1447 → tencentcloud-sdk-python-tsf-3.0.1448}/setup.py +1 -1
- {tencentcloud-sdk-python-tsf-3.0.1447 → tencentcloud-sdk-python-tsf-3.0.1448}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-tsf-3.0.1447 → tencentcloud-sdk-python-tsf-3.0.1448}/tencentcloud/tsf/v20180326/models.py +8 -8
- {tencentcloud-sdk-python-tsf-3.0.1447 → tencentcloud-sdk-python-tsf-3.0.1448}/tencentcloud_sdk_python_tsf.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-tsf-3.0.1448/tencentcloud_sdk_python_tsf.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-tsf-3.0.1447/tencentcloud_sdk_python_tsf.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-tsf-3.0.1447 → tencentcloud-sdk-python-tsf-3.0.1448}/README.rst +0 -0
- {tencentcloud-sdk-python-tsf-3.0.1447 → tencentcloud-sdk-python-tsf-3.0.1448}/setup.cfg +0 -0
- {tencentcloud-sdk-python-tsf-3.0.1447 → tencentcloud-sdk-python-tsf-3.0.1448}/tencentcloud/tsf/__init__.py +0 -0
- {tencentcloud-sdk-python-tsf-3.0.1447 → tencentcloud-sdk-python-tsf-3.0.1448}/tencentcloud/tsf/v20180326/__init__.py +0 -0
- {tencentcloud-sdk-python-tsf-3.0.1447 → tencentcloud-sdk-python-tsf-3.0.1448}/tencentcloud/tsf/v20180326/errorcodes.py +0 -0
- {tencentcloud-sdk-python-tsf-3.0.1447 → tencentcloud-sdk-python-tsf-3.0.1448}/tencentcloud/tsf/v20180326/tsf_client.py +0 -0
- {tencentcloud-sdk-python-tsf-3.0.1447 → tencentcloud-sdk-python-tsf-3.0.1448}/tencentcloud_sdk_python_tsf.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-tsf-3.0.1447 → tencentcloud-sdk-python-tsf-3.0.1448}/tencentcloud_sdk_python_tsf.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-tsf-3.0.1447 → tencentcloud-sdk-python-tsf-3.0.1448}/tencentcloud_sdk_python_tsf.egg-info/top_level.txt +0 -0
|
@@ -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.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1448,<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(),
|
|
@@ -49143,17 +49143,17 @@ class Resource(AbstractModel):
|
|
|
49143
49143
|
|
|
49144
49144
|
def __init__(self):
|
|
49145
49145
|
r"""
|
|
49146
|
-
:param _ResourceId: 资源ID,调用[
|
|
49146
|
+
:param _ResourceId: 资源ID,调用[DescribeResources](https://console.cloud.tencent.com/tsf/privilege-program-create?rid=1)接口,查看接口返回的ResourceId
|
|
49147
49147
|
:type ResourceId: str
|
|
49148
|
-
:param _ResourceCode: 资源编码,枚举值描述【cluster
|
|
49148
|
+
:param _ResourceCode: 资源编码,枚举值描述【cluster(集群)、namespace(命名空间)、config(应用配置)】
|
|
49149
49149
|
:type ResourceCode: str
|
|
49150
49150
|
:param _ResourceName: 资源名称
|
|
49151
49151
|
:type ResourceName: str
|
|
49152
49152
|
:param _ServiceCode: 资源所属产品编码,枚举值描述【tsf】
|
|
49153
49153
|
:type ServiceCode: str
|
|
49154
|
-
:param _ResourceAction: 选取资源使用的Action,枚举值描述【DescribeSimpleCluster
|
|
49154
|
+
:param _ResourceAction: 选取资源使用的Action,枚举值描述【DescribeSimpleCluster(查询简单集群列表)、DescribeTaskRecords(查询任务列表)】
|
|
49155
49155
|
:type ResourceAction: str
|
|
49156
|
-
:param _IdField: 资源数据查询的ID字段名,调用[
|
|
49156
|
+
:param _IdField: 资源数据查询的ID字段名,调用[DescribeResources](https://console.cloud.tencent.com/tsf/privilege-program-create?rid=1)接口,查看接口返回的IdField
|
|
49157
49157
|
:type IdField: str
|
|
49158
49158
|
:param _NameField: 资源数据查询的名称字段名
|
|
49159
49159
|
:type NameField: str
|
|
@@ -49192,7 +49192,7 @@ class Resource(AbstractModel):
|
|
|
49192
49192
|
|
|
49193
49193
|
@property
|
|
49194
49194
|
def ResourceId(self):
|
|
49195
|
-
"""资源ID,调用[
|
|
49195
|
+
"""资源ID,调用[DescribeResources](https://console.cloud.tencent.com/tsf/privilege-program-create?rid=1)接口,查看接口返回的ResourceId
|
|
49196
49196
|
:rtype: str
|
|
49197
49197
|
"""
|
|
49198
49198
|
return self._ResourceId
|
|
@@ -49203,7 +49203,7 @@ class Resource(AbstractModel):
|
|
|
49203
49203
|
|
|
49204
49204
|
@property
|
|
49205
49205
|
def ResourceCode(self):
|
|
49206
|
-
"""资源编码,枚举值描述【cluster
|
|
49206
|
+
"""资源编码,枚举值描述【cluster(集群)、namespace(命名空间)、config(应用配置)】
|
|
49207
49207
|
:rtype: str
|
|
49208
49208
|
"""
|
|
49209
49209
|
return self._ResourceCode
|
|
@@ -49236,7 +49236,7 @@ class Resource(AbstractModel):
|
|
|
49236
49236
|
|
|
49237
49237
|
@property
|
|
49238
49238
|
def ResourceAction(self):
|
|
49239
|
-
"""选取资源使用的Action,枚举值描述【DescribeSimpleCluster
|
|
49239
|
+
"""选取资源使用的Action,枚举值描述【DescribeSimpleCluster(查询简单集群列表)、DescribeTaskRecords(查询任务列表)】
|
|
49240
49240
|
:rtype: str
|
|
49241
49241
|
"""
|
|
49242
49242
|
return self._ResourceAction
|
|
@@ -49247,7 +49247,7 @@ class Resource(AbstractModel):
|
|
|
49247
49247
|
|
|
49248
49248
|
@property
|
|
49249
49249
|
def IdField(self):
|
|
49250
|
-
"""资源数据查询的ID字段名,调用[
|
|
49250
|
+
"""资源数据查询的ID字段名,调用[DescribeResources](https://console.cloud.tencent.com/tsf/privilege-program-create?rid=1)接口,查看接口返回的IdField
|
|
49251
49251
|
:rtype: str
|
|
49252
49252
|
"""
|
|
49253
49253
|
return self._IdField
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1448
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1447
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|