tencentcloud-sdk-python-tke 3.1.44__tar.gz → 3.1.49__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_tke-3.1.44 → tencentcloud_sdk_python_tke-3.1.49}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tke-3.1.44 → tencentcloud_sdk_python_tke-3.1.49}/setup.py +1 -1
- {tencentcloud_sdk_python_tke-3.1.44 → tencentcloud_sdk_python_tke-3.1.49}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tke-3.1.44 → tencentcloud_sdk_python_tke-3.1.49}/tencentcloud/tke/v20180525/models.py +17 -2
- {tencentcloud_sdk_python_tke-3.1.44 → tencentcloud_sdk_python_tke-3.1.49}/tencentcloud_sdk_python_tke.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tke-3.1.49/tencentcloud_sdk_python_tke.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_tke-3.1.44/tencentcloud_sdk_python_tke.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tke-3.1.44 → tencentcloud_sdk_python_tke-3.1.49}/README.rst +0 -0
- {tencentcloud_sdk_python_tke-3.1.44 → tencentcloud_sdk_python_tke-3.1.49}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tke-3.1.44 → tencentcloud_sdk_python_tke-3.1.49}/tencentcloud/tke/__init__.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.44 → tencentcloud_sdk_python_tke-3.1.49}/tencentcloud/tke/v20180525/__init__.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.44 → tencentcloud_sdk_python_tke-3.1.49}/tencentcloud/tke/v20180525/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.44 → tencentcloud_sdk_python_tke-3.1.49}/tencentcloud/tke/v20180525/tke_client.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.44 → tencentcloud_sdk_python_tke-3.1.49}/tencentcloud/tke/v20180525/tke_client_async.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.44 → tencentcloud_sdk_python_tke-3.1.49}/tencentcloud/tke/v20220501/__init__.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.44 → tencentcloud_sdk_python_tke-3.1.49}/tencentcloud/tke/v20220501/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.44 → tencentcloud_sdk_python_tke-3.1.49}/tencentcloud/tke/v20220501/models.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.44 → tencentcloud_sdk_python_tke-3.1.49}/tencentcloud/tke/v20220501/tke_client.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.44 → tencentcloud_sdk_python_tke-3.1.49}/tencentcloud/tke/v20220501/tke_client_async.py +0 -0
- {tencentcloud_sdk_python_tke-3.1.44 → tencentcloud_sdk_python_tke-3.1.49}/tencentcloud_sdk_python_tke.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tke-3.1.44 → tencentcloud_sdk_python_tke-3.1.49}/tencentcloud_sdk_python_tke.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tke-3.1.44 → tencentcloud_sdk_python_tke-3.1.49}/tencentcloud_sdk_python_tke.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tke
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.49
|
|
4
4
|
Summary: Tencent Cloud Tke 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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.49
|
|
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-tke',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.49,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Tke SDK for Python',
|
|
@@ -5862,7 +5862,7 @@ class CreateClusterEndpointRequest(AbstractModel):
|
|
|
5862
5862
|
:type IsExtranet: bool
|
|
5863
5863
|
:param _Domain: 设置域名
|
|
5864
5864
|
:type Domain: str
|
|
5865
|
-
:param _SecurityGroup:
|
|
5865
|
+
:param _SecurityGroup: 使用的安全组(开启内外网访问且不使用已有clb时可传,内网访问需要先找clb侧加白使用)。获取方式:https://cloud.tencent.com/document/api/215/15808
|
|
5866
5866
|
:type SecurityGroup: str
|
|
5867
5867
|
:param _ExtensiveParameters: 创建lb参数,只有外网访问需要设置,是一个json格式化后的字符串:{"InternetAccessible":{"InternetChargeType":"TRAFFIC_POSTPAID_BY_HOUR","InternetMaxBandwidthOut":200},"VipIsp":"","BandwidthPackageId":""}。
|
|
5868
5868
|
各个参数意义:
|
|
@@ -5929,7 +5929,7 @@ BandwidthPackageId含义:带宽包ID,指定此参数时,网络计费方式
|
|
|
5929
5929
|
|
|
5930
5930
|
@property
|
|
5931
5931
|
def SecurityGroup(self):
|
|
5932
|
-
r"""
|
|
5932
|
+
r"""使用的安全组(开启内外网访问且不使用已有clb时可传,内网访问需要先找clb侧加白使用)。获取方式:https://cloud.tencent.com/document/api/215/15808
|
|
5933
5933
|
:rtype: str
|
|
5934
5934
|
"""
|
|
5935
5935
|
return self._SecurityGroup
|
|
@@ -15636,6 +15636,8 @@ class DescribeClusterEndpointsResponse(AbstractModel):
|
|
|
15636
15636
|
:type SecurityGroup: str
|
|
15637
15637
|
:param _ClusterIntranetSubnetId: 内网访问所属子网
|
|
15638
15638
|
:type ClusterIntranetSubnetId: str
|
|
15639
|
+
:param _IntranetSecurityGroup: 内网安全组
|
|
15640
|
+
:type IntranetSecurityGroup: str
|
|
15639
15641
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
15640
15642
|
:type RequestId: str
|
|
15641
15643
|
"""
|
|
@@ -15648,6 +15650,7 @@ class DescribeClusterEndpointsResponse(AbstractModel):
|
|
|
15648
15650
|
self._ClusterIntranetDomain = None
|
|
15649
15651
|
self._SecurityGroup = None
|
|
15650
15652
|
self._ClusterIntranetSubnetId = None
|
|
15653
|
+
self._IntranetSecurityGroup = None
|
|
15651
15654
|
self._RequestId = None
|
|
15652
15655
|
|
|
15653
15656
|
@property
|
|
@@ -15750,6 +15753,17 @@ class DescribeClusterEndpointsResponse(AbstractModel):
|
|
|
15750
15753
|
def ClusterIntranetSubnetId(self, ClusterIntranetSubnetId):
|
|
15751
15754
|
self._ClusterIntranetSubnetId = ClusterIntranetSubnetId
|
|
15752
15755
|
|
|
15756
|
+
@property
|
|
15757
|
+
def IntranetSecurityGroup(self):
|
|
15758
|
+
r"""内网安全组
|
|
15759
|
+
:rtype: str
|
|
15760
|
+
"""
|
|
15761
|
+
return self._IntranetSecurityGroup
|
|
15762
|
+
|
|
15763
|
+
@IntranetSecurityGroup.setter
|
|
15764
|
+
def IntranetSecurityGroup(self, IntranetSecurityGroup):
|
|
15765
|
+
self._IntranetSecurityGroup = IntranetSecurityGroup
|
|
15766
|
+
|
|
15753
15767
|
@property
|
|
15754
15768
|
def RequestId(self):
|
|
15755
15769
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -15772,6 +15786,7 @@ class DescribeClusterEndpointsResponse(AbstractModel):
|
|
|
15772
15786
|
self._ClusterIntranetDomain = params.get("ClusterIntranetDomain")
|
|
15773
15787
|
self._SecurityGroup = params.get("SecurityGroup")
|
|
15774
15788
|
self._ClusterIntranetSubnetId = params.get("ClusterIntranetSubnetId")
|
|
15789
|
+
self._IntranetSecurityGroup = params.get("IntranetSecurityGroup")
|
|
15775
15790
|
self._RequestId = params.get("RequestId")
|
|
15776
15791
|
|
|
15777
15792
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tke
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.49
|
|
4
4
|
Summary: Tencent Cloud Tke 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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.49
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.49
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.44
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|