tencentcloud-sdk-python-autoscaling 3.0.1238__tar.gz → 3.0.1245__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-autoscaling-3.0.1238 → tencentcloud-sdk-python-autoscaling-3.0.1245}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-autoscaling-3.0.1238 → tencentcloud-sdk-python-autoscaling-3.0.1245}/setup.py +1 -1
  3. {tencentcloud-sdk-python-autoscaling-3.0.1238 → tencentcloud-sdk-python-autoscaling-3.0.1245}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-autoscaling-3.0.1238 → tencentcloud-sdk-python-autoscaling-3.0.1245}/tencentcloud/autoscaling/v20180419/models.py +39 -3
  5. {tencentcloud-sdk-python-autoscaling-3.0.1238 → tencentcloud-sdk-python-autoscaling-3.0.1245}/tencentcloud_sdk_python_autoscaling.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-autoscaling-3.0.1245/tencentcloud_sdk_python_autoscaling.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-autoscaling-3.0.1238/tencentcloud_sdk_python_autoscaling.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-autoscaling-3.0.1238 → tencentcloud-sdk-python-autoscaling-3.0.1245}/README.rst +0 -0
  9. {tencentcloud-sdk-python-autoscaling-3.0.1238 → tencentcloud-sdk-python-autoscaling-3.0.1245}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-autoscaling-3.0.1238 → tencentcloud-sdk-python-autoscaling-3.0.1245}/tencentcloud/autoscaling/__init__.py +0 -0
  11. {tencentcloud-sdk-python-autoscaling-3.0.1238 → tencentcloud-sdk-python-autoscaling-3.0.1245}/tencentcloud/autoscaling/v20180419/__init__.py +0 -0
  12. {tencentcloud-sdk-python-autoscaling-3.0.1238 → tencentcloud-sdk-python-autoscaling-3.0.1245}/tencentcloud/autoscaling/v20180419/autoscaling_client.py +0 -0
  13. {tencentcloud-sdk-python-autoscaling-3.0.1238 → tencentcloud-sdk-python-autoscaling-3.0.1245}/tencentcloud/autoscaling/v20180419/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-autoscaling-3.0.1238 → tencentcloud-sdk-python-autoscaling-3.0.1245}/tencentcloud_sdk_python_autoscaling.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-autoscaling-3.0.1238 → tencentcloud-sdk-python-autoscaling-3.0.1245}/tencentcloud_sdk_python_autoscaling.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-autoscaling-3.0.1238 → tencentcloud-sdk-python-autoscaling-3.0.1245}/tencentcloud_sdk_python_autoscaling.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-autoscaling
3
- Version: 3.0.1238
3
+ Version: 3.0.1245
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
@@ -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.1238"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1245"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Autoscaling 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.1238'
17
+ __version__ = '3.0.1245'
@@ -2049,7 +2049,7 @@ class CreateLaunchConfigurationRequest(AbstractModel):
2049
2049
  r"""
2050
2050
  :param _LaunchConfigurationName: 启动配置显示名称。名称仅支持中文、英文、数字、下划线、分隔符"-"、小数点,最大长度不能超60个字节。
2051
2051
  :type LaunchConfigurationName: str
2052
- :param _ImageId: 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-8toqc6s3`。镜像类型分为四种:<br/><li>公共镜像</li><li>自定义镜像</li><li>共享镜像</li><li>服务市场镜像</li><br/>可通过以下方式获取可用的镜像ID:<br/><li>`公共镜像`、`自定义镜像`、`共享镜像`的镜像ID可通过登录[控制台](https://console.cloud.tencent.com/cvm/image?rid=1&imageType=PUBLIC_IMAGE)查询;`服务镜像市场`的镜像ID可通过[云市场](https://market.cloud.tencent.com/list)查询。</li><li>通过调用接口 [DescribeImages](https://cloud.tencent.com/document/api/213/15715) ,取返回信息中的`ImageId`字段。</li>
2052
+ :param _ImageId: 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-8toqc6s3`。镜像Id与镜像族名称,二者必填一个且只能填写一个。镜像类型分为四种:<br/><li>公共镜像</li><li>自定义镜像</li><li>共享镜像</li><li>服务市场镜像</li><br/>可通过以下方式获取可用的镜像ID:<br/><li>`公共镜像`、`自定义镜像`、`共享镜像`的镜像ID可通过登录[控制台](https://console.cloud.tencent.com/cvm/image?rid=1&imageType=PUBLIC_IMAGE)查询;`服务镜像市场`的镜像ID可通过[云市场](https://market.cloud.tencent.com/list)查询。</li><li>通过调用接口 [DescribeImages](https://cloud.tencent.com/document/api/213/15715) ,取返回信息中的`ImageId`字段。</li>
2053
2053
  :type ImageId: str
2054
2054
  :param _ProjectId: 启动配置所属项目ID。不填为默认项目。
2055
2055
  注意:伸缩组内实例所属项目ID取伸缩组项目ID,与这里取值无关。
@@ -2112,6 +2112,8 @@ class CreateLaunchConfigurationRequest(AbstractModel):
2112
2112
  :type IPv6InternetAccessible: :class:`tencentcloud.autoscaling.v20180419.models.IPv6InternetAccessible`
2113
2113
  :param _DisasterRecoverGroupIds: 置放群组id,仅支持指定一个。
2114
2114
  :type DisasterRecoverGroupIds: list of str
2115
+ :param _ImageFamily: 镜像族名称。镜像Id与镜像族名称,二者必填一个且只能填写一个。
2116
+ :type ImageFamily: str
2115
2117
  """
2116
2118
  self._LaunchConfigurationName = None
2117
2119
  self._ImageId = None
@@ -2138,6 +2140,7 @@ class CreateLaunchConfigurationRequest(AbstractModel):
2138
2140
  self._HpcClusterId = None
2139
2141
  self._IPv6InternetAccessible = None
2140
2142
  self._DisasterRecoverGroupIds = None
2143
+ self._ImageFamily = None
2141
2144
 
2142
2145
  @property
2143
2146
  def LaunchConfigurationName(self):
@@ -2339,6 +2342,14 @@ class CreateLaunchConfigurationRequest(AbstractModel):
2339
2342
  def DisasterRecoverGroupIds(self, DisasterRecoverGroupIds):
2340
2343
  self._DisasterRecoverGroupIds = DisasterRecoverGroupIds
2341
2344
 
2345
+ @property
2346
+ def ImageFamily(self):
2347
+ return self._ImageFamily
2348
+
2349
+ @ImageFamily.setter
2350
+ def ImageFamily(self, ImageFamily):
2351
+ self._ImageFamily = ImageFamily
2352
+
2342
2353
 
2343
2354
  def _deserialize(self, params):
2344
2355
  self._LaunchConfigurationName = params.get("LaunchConfigurationName")
@@ -2399,6 +2410,7 @@ class CreateLaunchConfigurationRequest(AbstractModel):
2399
2410
  self._IPv6InternetAccessible = IPv6InternetAccessible()
2400
2411
  self._IPv6InternetAccessible._deserialize(params.get("IPv6InternetAccessible"))
2401
2412
  self._DisasterRecoverGroupIds = params.get("DisasterRecoverGroupIds")
2413
+ self._ImageFamily = params.get("ImageFamily")
2402
2414
  memeber_set = set(params.keys())
2403
2415
  for name, value in vars(self).items():
2404
2416
  property_name = name[1:]
@@ -4261,8 +4273,7 @@ class DescribeLaunchConfigurationsRequest(AbstractModel):
4261
4273
  <li> vague-launch-configuration-name - String - 是否必填:否 -(过滤条件)按照启动配置名称模糊搜索。</li>
4262
4274
  <li> tag-key - String - 是否必填:否 -(过滤条件)按照标签键进行过滤。</li>
4263
4275
  <li> tag-value - String - 是否必填:否 -(过滤条件)按照标签值进行过滤。</li>
4264
- <li> tag:tag-key - String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。使用请参考示例3
4265
- </li>
4276
+ <li> tag:tag-key - String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。使用请参考示例3</li>
4266
4277
  每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`LaunchConfigurationIds`和`Filters`。
4267
4278
  :type Filters: list of Filter
4268
4279
  :param _Limit: 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
@@ -6754,6 +6765,9 @@ class LaunchConfiguration(AbstractModel):
6754
6765
  :type IPv6InternetAccessible: :class:`tencentcloud.autoscaling.v20180419.models.IPv6InternetAccessible`
6755
6766
  :param _DisasterRecoverGroupIds: 置放群组id,仅支持指定一个。
6756
6767
  :type DisasterRecoverGroupIds: list of str
6768
+ :param _ImageFamily: 镜像族名称。
6769
+ 注意:此字段可能返回 null,表示取不到有效值。
6770
+ :type ImageFamily: str
6757
6771
  """
6758
6772
  self._ProjectId = None
6759
6773
  self._LaunchConfigurationId = None
@@ -6786,6 +6800,7 @@ class LaunchConfiguration(AbstractModel):
6786
6800
  self._HpcClusterId = None
6787
6801
  self._IPv6InternetAccessible = None
6788
6802
  self._DisasterRecoverGroupIds = None
6803
+ self._ImageFamily = None
6789
6804
 
6790
6805
  @property
6791
6806
  def ProjectId(self):
@@ -7035,6 +7050,14 @@ class LaunchConfiguration(AbstractModel):
7035
7050
  def DisasterRecoverGroupIds(self, DisasterRecoverGroupIds):
7036
7051
  self._DisasterRecoverGroupIds = DisasterRecoverGroupIds
7037
7052
 
7053
+ @property
7054
+ def ImageFamily(self):
7055
+ return self._ImageFamily
7056
+
7057
+ @ImageFamily.setter
7058
+ def ImageFamily(self, ImageFamily):
7059
+ self._ImageFamily = ImageFamily
7060
+
7038
7061
 
7039
7062
  def _deserialize(self, params):
7040
7063
  self._ProjectId = params.get("ProjectId")
@@ -7106,6 +7129,7 @@ class LaunchConfiguration(AbstractModel):
7106
7129
  self._IPv6InternetAccessible = IPv6InternetAccessible()
7107
7130
  self._IPv6InternetAccessible._deserialize(params.get("IPv6InternetAccessible"))
7108
7131
  self._DisasterRecoverGroupIds = params.get("DisasterRecoverGroupIds")
7132
+ self._ImageFamily = params.get("ImageFamily")
7109
7133
  memeber_set = set(params.keys())
7110
7134
  for name, value in vars(self).items():
7111
7135
  property_name = name[1:]
@@ -8163,6 +8187,8 @@ InstanceType 指定单一实例类型,通过设置 InstanceTypes可以指定
8163
8187
  :param _InstanceTags: 实例标签列表。通过指定该参数,可以为扩容的实例绑定标签。最多支持指定10个标签。
8164
8188
  该参数会覆盖原有的实例标签列表,如需新增标签,需将新标签和原有标签一并传入。
8165
8189
  :type InstanceTags: list of InstanceTag
8190
+ :param _ImageFamily: 镜像族名称。
8191
+ :type ImageFamily: str
8166
8192
  """
8167
8193
  self._LaunchConfigurationId = None
8168
8194
  self._ImageId = None
@@ -8187,6 +8213,7 @@ InstanceType 指定单一实例类型,通过设置 InstanceTypes可以指定
8187
8213
  self._DisasterRecoverGroupIds = None
8188
8214
  self._LoginSettings = None
8189
8215
  self._InstanceTags = None
8216
+ self._ImageFamily = None
8190
8217
 
8191
8218
  @property
8192
8219
  def LaunchConfigurationId(self):
@@ -8372,6 +8399,14 @@ InstanceType 指定单一实例类型,通过设置 InstanceTypes可以指定
8372
8399
  def InstanceTags(self, InstanceTags):
8373
8400
  self._InstanceTags = InstanceTags
8374
8401
 
8402
+ @property
8403
+ def ImageFamily(self):
8404
+ return self._ImageFamily
8405
+
8406
+ @ImageFamily.setter
8407
+ def ImageFamily(self, ImageFamily):
8408
+ self._ImageFamily = ImageFamily
8409
+
8375
8410
 
8376
8411
  def _deserialize(self, params):
8377
8412
  self._LaunchConfigurationId = params.get("LaunchConfigurationId")
@@ -8425,6 +8460,7 @@ InstanceType 指定单一实例类型,通过设置 InstanceTypes可以指定
8425
8460
  obj = InstanceTag()
8426
8461
  obj._deserialize(item)
8427
8462
  self._InstanceTags.append(obj)
8463
+ self._ImageFamily = params.get("ImageFamily")
8428
8464
  memeber_set = set(params.keys())
8429
8465
  for name, value in vars(self).items():
8430
8466
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-autoscaling
3
- Version: 3.0.1238
3
+ Version: 3.0.1245
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
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1245
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1238