tencentcloud-sdk-python-tke 3.0.839__tar.gz → 3.0.841__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.0.839 → tencentcloud-sdk-python-tke-3.0.841}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-tke-3.0.839 → tencentcloud-sdk-python-tke-3.0.841}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-tke-3.0.839 → tencentcloud-sdk-python-tke-3.0.841}/tencentcloud/tke/v20180525/models.py +10 -0
- {tencentcloud-sdk-python-tke-3.0.839 → tencentcloud-sdk-python-tke-3.0.841}/tencentcloud/tke/v20180525/tke_client.py +1 -1
- {tencentcloud-sdk-python-tke-3.0.839 → tencentcloud-sdk-python-tke-3.0.841}/tencentcloud_sdk_python_tke.egg-info/PKG-INFO +1 -1
- {tencentcloud-sdk-python-tke-3.0.839 → tencentcloud-sdk-python-tke-3.0.841}/README.rst +0 -0
- {tencentcloud-sdk-python-tke-3.0.839 → tencentcloud-sdk-python-tke-3.0.841}/setup.cfg +0 -0
- {tencentcloud-sdk-python-tke-3.0.839 → tencentcloud-sdk-python-tke-3.0.841}/setup.py +0 -0
- {tencentcloud-sdk-python-tke-3.0.839 → tencentcloud-sdk-python-tke-3.0.841}/tencentcloud/tke/__init__.py +0 -0
- {tencentcloud-sdk-python-tke-3.0.839 → tencentcloud-sdk-python-tke-3.0.841}/tencentcloud/tke/v20180525/__init__.py +0 -0
- {tencentcloud-sdk-python-tke-3.0.839 → tencentcloud-sdk-python-tke-3.0.841}/tencentcloud/tke/v20180525/errorcodes.py +0 -0
- {tencentcloud-sdk-python-tke-3.0.839 → tencentcloud-sdk-python-tke-3.0.841}/tencentcloud_sdk_python_tke.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-tke-3.0.839 → tencentcloud-sdk-python-tke-3.0.841}/tencentcloud_sdk_python_tke.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-tke-3.0.839 → tencentcloud-sdk-python-tke-3.0.841}/tencentcloud_sdk_python_tke.egg-info/top_level.txt +0 -0
|
@@ -10454,6 +10454,12 @@ class EdgeCluster(AbstractModel):
|
|
|
10454
10454
|
:param Level: 边缘容器集群级别
|
|
10455
10455
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10456
10456
|
:type Level: str
|
|
10457
|
+
:param AutoUpgradeClusterLevel: 是否支持自动提升集群配置
|
|
10458
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
10459
|
+
:type AutoUpgradeClusterLevel: bool
|
|
10460
|
+
:param ChargeType: 集群付费模式,支持POSTPAID_BY_HOUR或者PREPAID
|
|
10461
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
10462
|
+
:type ChargeType: str
|
|
10457
10463
|
"""
|
|
10458
10464
|
self.ClusterId = None
|
|
10459
10465
|
self.ClusterName = None
|
|
@@ -10468,6 +10474,8 @@ class EdgeCluster(AbstractModel):
|
|
|
10468
10474
|
self.MaxNodePodNum = None
|
|
10469
10475
|
self.ClusterAdvancedSettings = None
|
|
10470
10476
|
self.Level = None
|
|
10477
|
+
self.AutoUpgradeClusterLevel = None
|
|
10478
|
+
self.ChargeType = None
|
|
10471
10479
|
|
|
10472
10480
|
|
|
10473
10481
|
def _deserialize(self, params):
|
|
@@ -10486,6 +10494,8 @@ class EdgeCluster(AbstractModel):
|
|
|
10486
10494
|
self.ClusterAdvancedSettings = EdgeClusterAdvancedSettings()
|
|
10487
10495
|
self.ClusterAdvancedSettings._deserialize(params.get("ClusterAdvancedSettings"))
|
|
10488
10496
|
self.Level = params.get("Level")
|
|
10497
|
+
self.AutoUpgradeClusterLevel = params.get("AutoUpgradeClusterLevel")
|
|
10498
|
+
self.ChargeType = params.get("ChargeType")
|
|
10489
10499
|
memeber_set = set(params.keys())
|
|
10490
10500
|
for name, value in vars(self).items():
|
|
10491
10501
|
if name in memeber_set:
|
|
@@ -2281,7 +2281,7 @@ class TkeClient(AbstractClient):
|
|
|
2281
2281
|
|
|
2282
2282
|
|
|
2283
2283
|
def DescribeEdgeLogSwitches(self, request):
|
|
2284
|
-
"""
|
|
2284
|
+
"""获取事件、审计和日志的状态
|
|
2285
2285
|
|
|
2286
2286
|
:param request: Request instance for DescribeEdgeLogSwitches.
|
|
2287
2287
|
:type request: :class:`tencentcloud.tke.v20180525.models.DescribeEdgeLogSwitchesRequest`
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|