tencentcloud-sdk-python-autoscaling 3.0.1265__tar.gz → 3.0.1270__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-autoscaling-3.0.1265 → tencentcloud-sdk-python-autoscaling-3.0.1270}/PKG-INFO +3 -3
- {tencentcloud-sdk-python-autoscaling-3.0.1265 → tencentcloud-sdk-python-autoscaling-3.0.1270}/setup.cfg +0 -1
- {tencentcloud-sdk-python-autoscaling-3.0.1265 → tencentcloud-sdk-python-autoscaling-3.0.1270}/setup.py +1 -1
- {tencentcloud-sdk-python-autoscaling-3.0.1265 → tencentcloud-sdk-python-autoscaling-3.0.1270}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-autoscaling-3.0.1265 → tencentcloud-sdk-python-autoscaling-3.0.1270}/tencentcloud/autoscaling/v20180419/models.py +65 -6
- {tencentcloud-sdk-python-autoscaling-3.0.1265 → tencentcloud-sdk-python-autoscaling-3.0.1270}/tencentcloud_sdk_python_autoscaling.egg-info/PKG-INFO +3 -3
- tencentcloud-sdk-python-autoscaling-3.0.1270/tencentcloud_sdk_python_autoscaling.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-autoscaling-3.0.1265/tencentcloud_sdk_python_autoscaling.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-autoscaling-3.0.1265 → tencentcloud-sdk-python-autoscaling-3.0.1270}/README.rst +0 -0
- {tencentcloud-sdk-python-autoscaling-3.0.1265 → tencentcloud-sdk-python-autoscaling-3.0.1270}/tencentcloud/autoscaling/__init__.py +0 -0
- {tencentcloud-sdk-python-autoscaling-3.0.1265 → tencentcloud-sdk-python-autoscaling-3.0.1270}/tencentcloud/autoscaling/v20180419/__init__.py +0 -0
- {tencentcloud-sdk-python-autoscaling-3.0.1265 → tencentcloud-sdk-python-autoscaling-3.0.1270}/tencentcloud/autoscaling/v20180419/autoscaling_client.py +0 -0
- {tencentcloud-sdk-python-autoscaling-3.0.1265 → tencentcloud-sdk-python-autoscaling-3.0.1270}/tencentcloud/autoscaling/v20180419/errorcodes.py +0 -0
- {tencentcloud-sdk-python-autoscaling-3.0.1265 → tencentcloud-sdk-python-autoscaling-3.0.1270}/tencentcloud_sdk_python_autoscaling.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-autoscaling-3.0.1265 → tencentcloud-sdk-python-autoscaling-3.0.1270}/tencentcloud_sdk_python_autoscaling.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-autoscaling-3.0.1265 → tencentcloud-sdk-python-autoscaling-3.0.1270}/tencentcloud_sdk_python_autoscaling.egg-info/top_level.txt +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
Metadata-Version: 1.
|
|
1
|
+
Metadata-Version: 1.2
|
|
2
2
|
Name: tencentcloud-sdk-python-autoscaling
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1270
|
|
4
4
|
Summary: Tencent Cloud Autoscaling SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
7
|
-
|
|
7
|
+
Maintainer-email: tencentcloudapi@tencent.com
|
|
8
8
|
License: Apache License 2.0
|
|
9
9
|
Description: ============================
|
|
10
10
|
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-autoscaling',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1270"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Autoscaling SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -2528,6 +2528,7 @@ class CreateLaunchConfigurationRequest(AbstractModel):
|
|
|
2528
2528
|
<li>POSTPAID_BY_HOUR:按小时后付费</li>
|
|
2529
2529
|
<li>SPOTPAID:竞价付费</li>
|
|
2530
2530
|
<li>PREPAID:预付费,即包年包月</li>
|
|
2531
|
+
<li>CDCPAID:专用集群付费</li>
|
|
2531
2532
|
:type InstanceChargeType: str
|
|
2532
2533
|
:param _InstanceMarketOptions: 实例的市场相关选项,如竞价实例相关参数,若指定实例的付费模式为竞价付费则该参数必传。
|
|
2533
2534
|
:type InstanceMarketOptions: :class:`tencentcloud.autoscaling.v20180419.models.InstanceMarketOptionsRequest`
|
|
@@ -2567,6 +2568,8 @@ class CreateLaunchConfigurationRequest(AbstractModel):
|
|
|
2567
2568
|
:type DisasterRecoverGroupIds: list of str
|
|
2568
2569
|
:param _ImageFamily: 镜像族名称。镜像Id与镜像族名称,二者必填一个且只能填写一个。
|
|
2569
2570
|
:type ImageFamily: str
|
|
2571
|
+
:param _DedicatedClusterId: 本地专用集群ID。
|
|
2572
|
+
:type DedicatedClusterId: str
|
|
2570
2573
|
"""
|
|
2571
2574
|
self._LaunchConfigurationName = None
|
|
2572
2575
|
self._ImageId = None
|
|
@@ -2594,6 +2597,7 @@ class CreateLaunchConfigurationRequest(AbstractModel):
|
|
|
2594
2597
|
self._IPv6InternetAccessible = None
|
|
2595
2598
|
self._DisasterRecoverGroupIds = None
|
|
2596
2599
|
self._ImageFamily = None
|
|
2600
|
+
self._DedicatedClusterId = None
|
|
2597
2601
|
|
|
2598
2602
|
@property
|
|
2599
2603
|
def LaunchConfigurationName(self):
|
|
@@ -2724,6 +2728,7 @@ class CreateLaunchConfigurationRequest(AbstractModel):
|
|
|
2724
2728
|
<li>POSTPAID_BY_HOUR:按小时后付费</li>
|
|
2725
2729
|
<li>SPOTPAID:竞价付费</li>
|
|
2726
2730
|
<li>PREPAID:预付费,即包年包月</li>
|
|
2731
|
+
<li>CDCPAID:专用集群付费</li>
|
|
2727
2732
|
:rtype: str
|
|
2728
2733
|
"""
|
|
2729
2734
|
return self._InstanceChargeType
|
|
@@ -2896,6 +2901,17 @@ class CreateLaunchConfigurationRequest(AbstractModel):
|
|
|
2896
2901
|
def ImageFamily(self, ImageFamily):
|
|
2897
2902
|
self._ImageFamily = ImageFamily
|
|
2898
2903
|
|
|
2904
|
+
@property
|
|
2905
|
+
def DedicatedClusterId(self):
|
|
2906
|
+
"""本地专用集群ID。
|
|
2907
|
+
:rtype: str
|
|
2908
|
+
"""
|
|
2909
|
+
return self._DedicatedClusterId
|
|
2910
|
+
|
|
2911
|
+
@DedicatedClusterId.setter
|
|
2912
|
+
def DedicatedClusterId(self, DedicatedClusterId):
|
|
2913
|
+
self._DedicatedClusterId = DedicatedClusterId
|
|
2914
|
+
|
|
2899
2915
|
|
|
2900
2916
|
def _deserialize(self, params):
|
|
2901
2917
|
self._LaunchConfigurationName = params.get("LaunchConfigurationName")
|
|
@@ -2957,6 +2973,7 @@ class CreateLaunchConfigurationRequest(AbstractModel):
|
|
|
2957
2973
|
self._IPv6InternetAccessible._deserialize(params.get("IPv6InternetAccessible"))
|
|
2958
2974
|
self._DisasterRecoverGroupIds = params.get("DisasterRecoverGroupIds")
|
|
2959
2975
|
self._ImageFamily = params.get("ImageFamily")
|
|
2976
|
+
self._DedicatedClusterId = params.get("DedicatedClusterId")
|
|
2960
2977
|
memeber_set = set(params.keys())
|
|
2961
2978
|
for name, value in vars(self).items():
|
|
2962
2979
|
property_name = name[1:]
|
|
@@ -8160,6 +8177,8 @@ class LaunchConfiguration(AbstractModel):
|
|
|
8160
8177
|
:param _ImageFamily: 镜像族名称。
|
|
8161
8178
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8162
8179
|
:type ImageFamily: str
|
|
8180
|
+
:param _DedicatedClusterId: 本地专用集群 ID。
|
|
8181
|
+
:type DedicatedClusterId: str
|
|
8163
8182
|
"""
|
|
8164
8183
|
self._ProjectId = None
|
|
8165
8184
|
self._LaunchConfigurationId = None
|
|
@@ -8193,6 +8212,7 @@ class LaunchConfiguration(AbstractModel):
|
|
|
8193
8212
|
self._IPv6InternetAccessible = None
|
|
8194
8213
|
self._DisasterRecoverGroupIds = None
|
|
8195
8214
|
self._ImageFamily = None
|
|
8215
|
+
self._DedicatedClusterId = None
|
|
8196
8216
|
|
|
8197
8217
|
@property
|
|
8198
8218
|
def ProjectId(self):
|
|
@@ -8551,6 +8571,17 @@ class LaunchConfiguration(AbstractModel):
|
|
|
8551
8571
|
def ImageFamily(self, ImageFamily):
|
|
8552
8572
|
self._ImageFamily = ImageFamily
|
|
8553
8573
|
|
|
8574
|
+
@property
|
|
8575
|
+
def DedicatedClusterId(self):
|
|
8576
|
+
"""本地专用集群 ID。
|
|
8577
|
+
:rtype: str
|
|
8578
|
+
"""
|
|
8579
|
+
return self._DedicatedClusterId
|
|
8580
|
+
|
|
8581
|
+
@DedicatedClusterId.setter
|
|
8582
|
+
def DedicatedClusterId(self, DedicatedClusterId):
|
|
8583
|
+
self._DedicatedClusterId = DedicatedClusterId
|
|
8584
|
+
|
|
8554
8585
|
|
|
8555
8586
|
def _deserialize(self, params):
|
|
8556
8587
|
self._ProjectId = params.get("ProjectId")
|
|
@@ -8623,6 +8654,7 @@ class LaunchConfiguration(AbstractModel):
|
|
|
8623
8654
|
self._IPv6InternetAccessible._deserialize(params.get("IPv6InternetAccessible"))
|
|
8624
8655
|
self._DisasterRecoverGroupIds = params.get("DisasterRecoverGroupIds")
|
|
8625
8656
|
self._ImageFamily = params.get("ImageFamily")
|
|
8657
|
+
self._DedicatedClusterId = params.get("DedicatedClusterId")
|
|
8626
8658
|
memeber_set = set(params.keys())
|
|
8627
8659
|
for name, value in vars(self).items():
|
|
8628
8660
|
property_name = name[1:]
|
|
@@ -9083,11 +9115,16 @@ class LoginSettings(AbstractModel):
|
|
|
9083
9115
|
|
|
9084
9116
|
def __init__(self):
|
|
9085
9117
|
r"""
|
|
9086
|
-
:param _Password:
|
|
9118
|
+
:param _Password: 实例登录密码。不同操作系统类型密码复杂度限制不一样,具体如下:
|
|
9119
|
+
<li>Linux实例密码必须8到16位,至少包括两项[a-z,A-Z]、[0-9] 和 [( ) ` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? / ]中的特殊符号。</li>
|
|
9120
|
+
<li>Windows实例密码必须12到16位,至少包括三项[a-z],[A-Z],[0-9] 和 [( ) ` ~ ! @ # $ % ^ & * - + = { } [ ] : ; ' , . ? /]中的特殊符号。</li>
|
|
9121
|
+
若不指定该参数,则由系统随机生成密码,并通过站内信方式通知到用户。
|
|
9087
9122
|
:type Password: str
|
|
9088
9123
|
:param _KeyIds: 密钥ID列表。关联密钥后,就可以通过对应的私钥来访问实例;KeyId可通过接口DescribeKeyPairs获取,密钥与密码不能同时指定,同时Windows操作系统不支持指定密钥。当前仅支持购买的时候指定一个密钥。
|
|
9089
9124
|
:type KeyIds: list of str
|
|
9090
|
-
:param _KeepImageLogin: 保持镜像的原始设置。该参数与Password或KeyIds.N不能同时指定。只有使用自定义镜像、共享镜像或外部导入镜像创建实例时才能指定该参数为TRUE
|
|
9125
|
+
:param _KeepImageLogin: 保持镜像的原始设置。该参数与Password或KeyIds.N不能同时指定。只有使用自定义镜像、共享镜像或外部导入镜像创建实例时才能指定该参数为TRUE。取值范围:
|
|
9126
|
+
<li>TRUE:表示保持镜像的登录设置</li>
|
|
9127
|
+
<li>FALSE:表示不保持镜像的登录设置</li>默认取值:FALSE。
|
|
9091
9128
|
:type KeepImageLogin: bool
|
|
9092
9129
|
"""
|
|
9093
9130
|
self._Password = None
|
|
@@ -9096,7 +9133,10 @@ class LoginSettings(AbstractModel):
|
|
|
9096
9133
|
|
|
9097
9134
|
@property
|
|
9098
9135
|
def Password(self):
|
|
9099
|
-
"""
|
|
9136
|
+
"""实例登录密码。不同操作系统类型密码复杂度限制不一样,具体如下:
|
|
9137
|
+
<li>Linux实例密码必须8到16位,至少包括两项[a-z,A-Z]、[0-9] 和 [( ) ` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? / ]中的特殊符号。</li>
|
|
9138
|
+
<li>Windows实例密码必须12到16位,至少包括三项[a-z],[A-Z],[0-9] 和 [( ) ` ~ ! @ # $ % ^ & * - + = { } [ ] : ; ' , . ? /]中的特殊符号。</li>
|
|
9139
|
+
若不指定该参数,则由系统随机生成密码,并通过站内信方式通知到用户。
|
|
9100
9140
|
:rtype: str
|
|
9101
9141
|
"""
|
|
9102
9142
|
return self._Password
|
|
@@ -9118,7 +9158,9 @@ class LoginSettings(AbstractModel):
|
|
|
9118
9158
|
|
|
9119
9159
|
@property
|
|
9120
9160
|
def KeepImageLogin(self):
|
|
9121
|
-
"""保持镜像的原始设置。该参数与Password或KeyIds.N不能同时指定。只有使用自定义镜像、共享镜像或外部导入镜像创建实例时才能指定该参数为TRUE
|
|
9161
|
+
"""保持镜像的原始设置。该参数与Password或KeyIds.N不能同时指定。只有使用自定义镜像、共享镜像或外部导入镜像创建实例时才能指定该参数为TRUE。取值范围:
|
|
9162
|
+
<li>TRUE:表示保持镜像的登录设置</li>
|
|
9163
|
+
<li>FALSE:表示不保持镜像的登录设置</li>默认取值:FALSE。
|
|
9122
9164
|
:rtype: bool
|
|
9123
9165
|
"""
|
|
9124
9166
|
return self._KeepImageLogin
|
|
@@ -9859,6 +9901,7 @@ InstanceType 指定单一实例类型,通过设置 InstanceTypes可以指定
|
|
|
9859
9901
|
<li>POSTPAID_BY_HOUR:按小时后付费</li>
|
|
9860
9902
|
<li>SPOTPAID:竞价付费</li>
|
|
9861
9903
|
<li>PREPAID:预付费,即包年包月</li>
|
|
9904
|
+
<li>CDCPAID:专用集群付费</li>
|
|
9862
9905
|
:type InstanceChargeType: str
|
|
9863
9906
|
:param _InstanceChargePrepaid: 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。
|
|
9864
9907
|
若修改实例的付费模式为预付费,则该参数必传;从预付费修改为其他付费模式时,本字段原信息会自动丢弃。
|
|
@@ -9906,6 +9949,8 @@ InstanceType 指定单一实例类型,通过设置 InstanceTypes可以指定
|
|
|
9906
9949
|
:type InstanceTags: list of InstanceTag
|
|
9907
9950
|
:param _ImageFamily: 镜像族名称。
|
|
9908
9951
|
:type ImageFamily: str
|
|
9952
|
+
:param _DedicatedClusterId: 本地专用集群ID。
|
|
9953
|
+
:type DedicatedClusterId: str
|
|
9909
9954
|
"""
|
|
9910
9955
|
self._LaunchConfigurationId = None
|
|
9911
9956
|
self._ImageId = None
|
|
@@ -9931,6 +9976,7 @@ InstanceType 指定单一实例类型,通过设置 InstanceTypes可以指定
|
|
|
9931
9976
|
self._LoginSettings = None
|
|
9932
9977
|
self._InstanceTags = None
|
|
9933
9978
|
self._ImageFamily = None
|
|
9979
|
+
self._DedicatedClusterId = None
|
|
9934
9980
|
|
|
9935
9981
|
@property
|
|
9936
9982
|
def LaunchConfigurationId(self):
|
|
@@ -10033,6 +10079,7 @@ InstanceType 指定单一实例类型,通过设置 InstanceTypes可以指定
|
|
|
10033
10079
|
<li>POSTPAID_BY_HOUR:按小时后付费</li>
|
|
10034
10080
|
<li>SPOTPAID:竞价付费</li>
|
|
10035
10081
|
<li>PREPAID:预付费,即包年包月</li>
|
|
10082
|
+
<li>CDCPAID:专用集群付费</li>
|
|
10036
10083
|
:rtype: str
|
|
10037
10084
|
"""
|
|
10038
10085
|
return self._InstanceChargeType
|
|
@@ -10222,6 +10269,17 @@ InstanceType 指定单一实例类型,通过设置 InstanceTypes可以指定
|
|
|
10222
10269
|
def ImageFamily(self, ImageFamily):
|
|
10223
10270
|
self._ImageFamily = ImageFamily
|
|
10224
10271
|
|
|
10272
|
+
@property
|
|
10273
|
+
def DedicatedClusterId(self):
|
|
10274
|
+
"""本地专用集群ID。
|
|
10275
|
+
:rtype: str
|
|
10276
|
+
"""
|
|
10277
|
+
return self._DedicatedClusterId
|
|
10278
|
+
|
|
10279
|
+
@DedicatedClusterId.setter
|
|
10280
|
+
def DedicatedClusterId(self, DedicatedClusterId):
|
|
10281
|
+
self._DedicatedClusterId = DedicatedClusterId
|
|
10282
|
+
|
|
10225
10283
|
|
|
10226
10284
|
def _deserialize(self, params):
|
|
10227
10285
|
self._LaunchConfigurationId = params.get("LaunchConfigurationId")
|
|
@@ -10276,6 +10334,7 @@ InstanceType 指定单一实例类型,通过设置 InstanceTypes可以指定
|
|
|
10276
10334
|
obj._deserialize(item)
|
|
10277
10335
|
self._InstanceTags.append(obj)
|
|
10278
10336
|
self._ImageFamily = params.get("ImageFamily")
|
|
10337
|
+
self._DedicatedClusterId = params.get("DedicatedClusterId")
|
|
10279
10338
|
memeber_set = set(params.keys())
|
|
10280
10339
|
for name, value in vars(self).items():
|
|
10281
10340
|
property_name = name[1:]
|
|
@@ -13837,7 +13896,7 @@ class Tag(AbstractModel):
|
|
|
13837
13896
|
:type Key: str
|
|
13838
13897
|
:param _Value: 标签值
|
|
13839
13898
|
:type Value: str
|
|
13840
|
-
:param _ResourceType: 标签绑定的资源类型,当前支持类型:"auto-scaling-group
|
|
13899
|
+
:param _ResourceType: 标签绑定的资源类型,当前支持类型:"auto-scaling-group", "launch-configuration"
|
|
13841
13900
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
13842
13901
|
:type ResourceType: str
|
|
13843
13902
|
"""
|
|
@@ -13869,7 +13928,7 @@ class Tag(AbstractModel):
|
|
|
13869
13928
|
|
|
13870
13929
|
@property
|
|
13871
13930
|
def ResourceType(self):
|
|
13872
|
-
"""标签绑定的资源类型,当前支持类型:"auto-scaling-group
|
|
13931
|
+
"""标签绑定的资源类型,当前支持类型:"auto-scaling-group", "launch-configuration"
|
|
13873
13932
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
13874
13933
|
:rtype: str
|
|
13875
13934
|
"""
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
Metadata-Version: 1.
|
|
1
|
+
Metadata-Version: 1.2
|
|
2
2
|
Name: tencentcloud-sdk-python-autoscaling
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1270
|
|
4
4
|
Summary: Tencent Cloud Autoscaling SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
7
|
-
|
|
7
|
+
Maintainer-email: tencentcloudapi@tencent.com
|
|
8
8
|
License: Apache License 2.0
|
|
9
9
|
Description: ============================
|
|
10
10
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1270
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1265
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|