tencentcloud-sdk-python-intl-en 3.0.1192__py2.py3-none-any.whl → 3.0.1193__py2.py3-none-any.whl

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.

Potentially problematic release.


This version of tencentcloud-sdk-python-intl-en might be problematic. Click here for more details.

tencentcloud/__init__.py CHANGED
@@ -13,4 +13,4 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
 
16
- __version__ = '3.0.1192'
16
+ __version__ = '3.0.1193'
@@ -245,11 +245,11 @@ class CvmClient(AbstractClient):
245
245
 
246
246
 
247
247
  def CreateLaunchTemplate(self, request):
248
- """This API is used to create an instance launch template.
248
+ """This interface (CreateLaunchTemplate) is used for instance launch template creation.
249
249
 
250
- An instance launch template contains the configuration information required to create an instance, including instance type, data/system disk type and size, and security group, etc.
250
+ An instance launch template is a configuration data and can be used to create instances. Its content includes configurations required to create instances, such as instance type, types and sizes of data disk and system disk, and security group and other information.
251
251
 
252
- When a template is created, it defaults to Version 1. You can use `CreateLaunchTemplateVersion` to create new versions of this template, with the version number increasing. When you run `RunInstances` to create instances, you can specify the instance launch template version. If it's not specified, the default template version is used.
252
+ This API is used to create an instance launch template. After the initial creation of the instance template, its template version is the default version 1. A new version can be created using CreateLaunchTemplateVersion (https://intl.cloud.tencent.com/document/product/213/66326?from_cn_redirect=1), and the version number will increment. By default, when specifying an instance launch template in RunInstances (https://intl.cloud.tencent.com/document/product/213/15730?from_cn_redirect=1), if the template version number is not specified, the default version will be used.
253
253
 
254
254
  :param request: Request instance for CreateLaunchTemplate.
255
255
  :type request: :class:`tencentcloud.cvm.v20170312.models.CreateLaunchTemplateRequest`
@@ -464,7 +464,7 @@ INVALIDPARAMETERVALUE_INVALIDINSTANCESOURCE = 'InvalidParameterValue.InvalidInst
464
464
  # Invalid IP address.
465
465
  INVALIDPARAMETERVALUE_INVALIDIPFORMAT = 'InvalidParameterValue.InvalidIpFormat'
466
466
 
467
- # Incorrect format of instance launch template description.
467
+ # Instance boot template description format is incorrect.
468
468
  INVALIDPARAMETERVALUE_INVALIDLAUNCHTEMPLATEDESCRIPTION = 'InvalidParameterValue.InvalidLaunchTemplateDescription'
469
469
 
470
470
  # Incorrect format of instance launch template name.