tencentcloud-sdk-cvm 3.0.1040 → 3.0.1041
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/models.rb +10 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 456d98a96f204b65160c5ee17c24b849d5699d4e
|
4
|
+
data.tar.gz: 8deb804d0b446c266db36dba303d1172fc3d558a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d4547c423fee00f4bdef1cd47e8fc086b722fea323095d8623b7f03f7eeb82d685ca15bd1921ad73cb281e65c887f434c8e4084324568820386a6fe49507a575
|
7
|
+
data.tar.gz: ce3710f69958295e18c6e1001bc8660e431f05e9173877f1198d4add8e3b1007856488d3f33511716274e9845829fa5c146f7984fd0911aa8a7f7ccf78b42c45
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1041
|
data/lib/v20170312/models.rb
CHANGED
@@ -690,13 +690,18 @@ module TencentCloud
|
|
690
690
|
|
691
691
|
# ConvertOperatingSystems请求参数结构体
|
692
692
|
class ConvertOperatingSystemsRequest < TencentCloud::Common::AbstractModel
|
693
|
-
# @param InstanceIds: 执行操作系统转换的实例 ID
|
693
|
+
# @param InstanceIds: 执行操作系统转换的实例 ID。
|
694
|
+
# 可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。
|
695
|
+
# 仅支持操作系统为 CentOS 7、CentOS 8 的实例执行转换。
|
694
696
|
# @type InstanceIds: Array
|
695
|
-
# @param MinimalConversion:
|
697
|
+
# @param MinimalConversion: 是否最小规模转换。
|
698
|
+
# 默认值:false
|
696
699
|
# @type MinimalConversion: Boolean
|
697
|
-
# @param DryRun:
|
700
|
+
# @param DryRun: 是否只预检。
|
701
|
+
# 默认值:false
|
698
702
|
# @type DryRun: Boolean
|
699
703
|
# @param TargetOSType: 转换的目标操作系统类型。仅支持 TencentOS。
|
704
|
+
# 默认值:TencentOS
|
700
705
|
# @type TargetOSType: String
|
701
706
|
|
702
707
|
attr_accessor :InstanceIds, :MinimalConversion, :DryRun, :TargetOSType
|
@@ -1689,7 +1694,7 @@ module TencentCloud
|
|
1689
1694
|
|
1690
1695
|
# DeleteLaunchTemplate请求参数结构体
|
1691
1696
|
class DeleteLaunchTemplateRequest < TencentCloud::Common::AbstractModel
|
1692
|
-
# @param LaunchTemplateId: 启动模板ID
|
1697
|
+
# @param LaunchTemplateId: 启动模板ID。可通过 [DescribeLaunchTemplates](https://cloud.tencent.com/document/api/213/66322) 接口返回值中的`LaunchTemplateId`获取。
|
1693
1698
|
# @type LaunchTemplateId: String
|
1694
1699
|
|
1695
1700
|
attr_accessor :LaunchTemplateId
|
@@ -5915,7 +5920,7 @@ module TencentCloud
|
|
5915
5920
|
|
5916
5921
|
# 描述了网络计费
|
5917
5922
|
class InternetChargeTypeConfig < TencentCloud::Common::AbstractModel
|
5918
|
-
# @param InternetChargeType:
|
5923
|
+
# @param InternetChargeType: 网络计费类型。取值范围:<br><li>BANDWIDTH_PREPAID:预付费按带宽结算</li><li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费</li><li>BANDWIDTH_POSTPAID_BY_HOUR:带宽按小时后付费</li><li>BANDWIDTH_PACKAGE:带宽包用户</li>默认取值:非带宽包用户默认与子机付费类型保持一致,比如子机付费类型为预付费,网络计费类型默认为预付费;子机付费类型为后付费,网络计费类型默认为后付费。
|
5919
5924
|
# @type InternetChargeType: String
|
5920
5925
|
# @param Description: 网络计费模式描述信息。
|
5921
5926
|
# @type Description: String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cvm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1041
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|