tencentcloud-sdk-cvm 3.0.1160 → 3.0.1169
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/client.rb +4 -1
- data/lib/v20170312/models.rb +17 -16
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9b8259853fa55cbc4b1bf8dd0a7d24115c22017c
|
|
4
|
+
data.tar.gz: df1069a923ef13fadd261a7693401249b3514809
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99f6d99860b1b042564b28a067f13340b93a79cc7f0d9735ab23e101ab2ba810d208781daa7ba6847c09ffce9e633efc36795af9948461f00b7551f4d9897a36
|
|
7
|
+
data.tar.gz: fa01e91d68fccf9ea7d8aaeab55906b9cf3869762dcf94b0adeddebe5457ec8c6543205b91bbae519199727bd23139ca7dcefdbcbf03ca6e84147894c48c7a1a
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1169
|
data/lib/v20170312/client.rb
CHANGED
|
@@ -390,7 +390,8 @@ module TencentCloud
|
|
|
390
390
|
|
|
391
391
|
# 本接口(DeleteImages)用于删除一个或多个镜像。
|
|
392
392
|
|
|
393
|
-
# * 当[镜像状态](https://cloud.tencent.com/document/product/213/15753#Image)
|
|
393
|
+
# * 当[镜像状态](https://cloud.tencent.com/document/product/213/15753#Image) 为`创建中`、`复制中`、`导入中`时, 不允许删除。镜像状态可以通过[DescribeImages](https://cloud.tencent.com/document/api/213/9418)获取。
|
|
394
|
+
# * 被共享的镜像,需要先取消共享关系,才能删除。
|
|
394
395
|
# * 每个地域最多只支持创建500个自定义镜像,删除镜像可以释放账户的配额。
|
|
395
396
|
# * 当镜像正在被其它账户分享时,不允许删除。
|
|
396
397
|
|
|
@@ -1130,6 +1131,8 @@ module TencentCloud
|
|
|
1130
1131
|
|
|
1131
1132
|
# 本接口(DescribeLaunchTemplateVersions)用于查询实例模板版本信息。
|
|
1132
1133
|
|
|
1134
|
+
# - 不支持参数`LaunchTemplateVersions`与以下参数同时指定,包括 `MaxVersion`、`MinVersion`、`Limit`、`Offset`和`DefaultVersion`。
|
|
1135
|
+
|
|
1133
1136
|
# @param request: Request instance for DescribeLaunchTemplateVersions.
|
|
1134
1137
|
# @type request: :class:`Tencentcloud::cvm::V20170312::DescribeLaunchTemplateVersionsRequest`
|
|
1135
1138
|
# @rtype: :class:`Tencentcloud::cvm::V20170312::DescribeLaunchTemplateVersionsResponse`
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -830,7 +830,7 @@ module TencentCloud
|
|
|
830
830
|
# @type CvmQuotaTotal: Integer
|
|
831
831
|
# @param CurrentNum: 置放群组内已有的云服务器数量。
|
|
832
832
|
# @type CurrentNum: Integer
|
|
833
|
-
# @param CreateTime:
|
|
833
|
+
# @param CreateTime: 分散置放群组创建时间。按照ISO8601标准表示,并且使用UTC时间。格式为:YYYY-MM-DDThh:mm:ssZ。
|
|
834
834
|
# @type CreateTime: String
|
|
835
835
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
836
836
|
# @type RequestId: String
|
|
@@ -1999,8 +1999,8 @@ module TencentCloud
|
|
|
1999
1999
|
|
|
2000
2000
|
attr_accessor :GroupQuota, :CurrentNum, :CvmInHostGroupQuota, :CvmInSwGroupQuota, :CvmInRackGroupQuota, :CvmInSwitchGroupQuota, :RequestId
|
|
2001
2001
|
extend Gem::Deprecate
|
|
2002
|
-
deprecate :CvmInSwGroupQuota, :none, 2025,
|
|
2003
|
-
deprecate :CvmInSwGroupQuota=, :none, 2025,
|
|
2002
|
+
deprecate :CvmInSwGroupQuota, :none, 2025, 11
|
|
2003
|
+
deprecate :CvmInSwGroupQuota=, :none, 2025, 11
|
|
2004
2004
|
|
|
2005
2005
|
def initialize(groupquota=nil, currentnum=nil, cvminhostgroupquota=nil, cvminswgroupquota=nil, cvminrackgroupquota=nil, cvminswitchgroupquota=nil, requestid=nil)
|
|
2006
2006
|
@GroupQuota = groupquota
|
|
@@ -2100,7 +2100,7 @@ module TencentCloud
|
|
|
2100
2100
|
# DescribeHosts请求参数结构体
|
|
2101
2101
|
class DescribeHostsRequest < TencentCloud::Common::AbstractModel
|
|
2102
2102
|
# @param Filters: <li><strong>zone</strong></li>
|
|
2103
|
-
# <p style="padding-left: 30px;">按照【<strong>可用区</strong>】进行过滤。可用区形如:ap-guangzhou-
|
|
2103
|
+
# <p style="padding-left: 30px;">按照【<strong>可用区</strong>】进行过滤。可用区形如:ap-guangzhou-6。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p><p style="padding-left: 30px;">可选项:<a href="https://cloud.tencent.com/document/product/213/6091">可用区列表</a></p>
|
|
2104
2104
|
# <li><strong>project-id</strong></li>
|
|
2105
2105
|
# <p style="padding-left: 30px;">按照【<strong>项目ID</strong>】进行过滤,可通过调用[DescribeProject](https://cloud.tencent.com/document/api/651/78725)查询已创建的项目列表或登录[控制台](https://console.cloud.tencent.com/cvm/index)进行查看;也可以调用[AddProject](https://cloud.tencent.com/document/api/651/81952)创建新的项目。项目ID形如:1002189。</p><p style="padding-left: 30px;">类型:Integer</p><p style="padding-left: 30px;">必选:否</p>
|
|
2106
2106
|
# <li><strong>host-id</strong></li>
|
|
@@ -2382,7 +2382,7 @@ module TencentCloud
|
|
|
2382
2382
|
# @type Offset: Integer
|
|
2383
2383
|
# @param Limit: 数量限制,默认为20,最大值为100。关于Limit详见[API简介](/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)。
|
|
2384
2384
|
# @type Limit: Integer
|
|
2385
|
-
# @param InstanceType: 实例类型,如 `
|
|
2385
|
+
# @param InstanceType: 实例类型,如 `SA5.MEDIUM2`。可通过 [DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/product/213/15749) 接口返回的 `InstanceType` 获取。
|
|
2386
2386
|
# @type InstanceType: String
|
|
2387
2387
|
|
|
2388
2388
|
attr_accessor :ImageIds, :Filters, :Offset, :Limit, :InstanceType
|
|
@@ -3046,7 +3046,7 @@ module TencentCloud
|
|
|
3046
3046
|
# @param KeyIds: 密钥对ID,密钥对ID形如:`skey-11112222`(此接口支持同时传入多个ID进行过滤。此参数的具体格式可参考 API [简介](https://cloud.tencent.com/document/api/213/15688)的 `id.N` 一节)。参数不支持同时指定 `KeyIds` 和 `Filters`。密钥对ID可以通过登录[控制台](https://console.cloud.tencent.com/cvm/index)查询。
|
|
3047
3047
|
# @type KeyIds: Array
|
|
3048
3048
|
# @param Filters: 过滤条件。
|
|
3049
|
-
# <li> project-id - Integer - 是否必填:否 -(过滤条件)按照项目ID过滤。可以通过[项目列表](https://console.cloud.tencent.com/project)查询项目ID,或者调用接口 [
|
|
3049
|
+
# <li> project-id - Integer - 是否必填:否 -(过滤条件)按照项目ID过滤。可以通过[项目列表](https://console.cloud.tencent.com/project)查询项目ID,或者调用接口 [DescribeProjects](https://cloud.tencent.com/document/api/651/78725),取返回信息中的projectId获取项目ID。</li>
|
|
3050
3050
|
# <li> key-name - String - 是否必填:否 -(过滤条件)按照密钥对名称过滤。</li>
|
|
3051
3051
|
# <li> tag-key - String - 是否必填:否 -(过滤条件)按照标签键过滤。</li>
|
|
3052
3052
|
# <li> tag-value - String - 是否必填:否 -(过滤条件)按照标签值过滤。</li>
|
|
@@ -3121,13 +3121,13 @@ module TencentCloud
|
|
|
3121
3121
|
# @type LaunchTemplateVersions: Array
|
|
3122
3122
|
# @param MinVersion: 通过范围指定版本时的最小版本号,默认为0。
|
|
3123
3123
|
# @type MinVersion: Integer
|
|
3124
|
-
# @param MaxVersion:
|
|
3124
|
+
# @param MaxVersion: 通过范围指定版本时的最大版本号,默认为30。
|
|
3125
3125
|
# @type MaxVersion: Integer
|
|
3126
3126
|
# @param Offset: 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
|
3127
3127
|
# @type Offset: Integer
|
|
3128
3128
|
# @param Limit: 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
|
3129
3129
|
# @type Limit: Integer
|
|
3130
|
-
# @param DefaultVersion:
|
|
3130
|
+
# @param DefaultVersion: 是否查询默认版本。默认值:false
|
|
3131
3131
|
# @type DefaultVersion: Boolean
|
|
3132
3132
|
|
|
3133
3133
|
attr_accessor :LaunchTemplateId, :LaunchTemplateVersions, :MinVersion, :MaxVersion, :Offset, :Limit, :DefaultVersion
|
|
@@ -3750,8 +3750,8 @@ module TencentCloud
|
|
|
3750
3750
|
|
|
3751
3751
|
attr_accessor :InstanceId, :Password, :Username, :ForceStop, :StopType
|
|
3752
3752
|
extend Gem::Deprecate
|
|
3753
|
-
deprecate :ForceStop, :none, 2025,
|
|
3754
|
-
deprecate :ForceStop=, :none, 2025,
|
|
3753
|
+
deprecate :ForceStop, :none, 2025, 11
|
|
3754
|
+
deprecate :ForceStop=, :none, 2025, 11
|
|
3755
3755
|
|
|
3756
3756
|
def initialize(instanceid=nil, password=nil, username=nil, forcestop=nil, stoptype=nil)
|
|
3757
3757
|
@InstanceId = instanceid
|
|
@@ -4091,7 +4091,8 @@ module TencentCloud
|
|
|
4091
4091
|
# @type GpuTotal: Integer
|
|
4092
4092
|
# @param GpuAvailable: 专用宿主机实例可用GPU卡数
|
|
4093
4093
|
# @type GpuAvailable: Integer
|
|
4094
|
-
# @param ExclusiveOwner: CDH
|
|
4094
|
+
# @param ExclusiveOwner: CDH 拥有者
|
|
4095
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4095
4096
|
# @type ExclusiveOwner: String
|
|
4096
4097
|
|
|
4097
4098
|
attr_accessor :CpuTotal, :CpuAvailable, :MemTotal, :MemAvailable, :DiskTotal, :DiskAvailable, :DiskType, :GpuTotal, :GpuAvailable, :ExclusiveOwner
|
|
@@ -7243,8 +7244,8 @@ module TencentCloud
|
|
|
7243
7244
|
|
|
7244
7245
|
attr_accessor :InstanceIds, :ForceReboot, :StopType
|
|
7245
7246
|
extend Gem::Deprecate
|
|
7246
|
-
deprecate :ForceReboot, :none, 2025,
|
|
7247
|
-
deprecate :ForceReboot=, :none, 2025,
|
|
7247
|
+
deprecate :ForceReboot, :none, 2025, 11
|
|
7248
|
+
deprecate :ForceReboot=, :none, 2025, 11
|
|
7248
7249
|
|
|
7249
7250
|
def initialize(instanceids=nil, forcereboot=nil, stoptype=nil)
|
|
7250
7251
|
@InstanceIds = instanceids
|
|
@@ -7752,7 +7753,7 @@ module TencentCloud
|
|
|
7752
7753
|
|
|
7753
7754
|
# ResetInstancesInternetMaxBandwidth请求参数结构体
|
|
7754
7755
|
class ResetInstancesInternetMaxBandwidthRequest < TencentCloud::Common::AbstractModel
|
|
7755
|
-
# @param InstanceIds: 一个或多个待操作的实例ID。可通过[
|
|
7756
|
+
# @param InstanceIds: 一个或多个待操作的实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/api/213/9388)接口返回值中的 `InstanceId` 获取。 每次请求批量实例的上限为100。当调整 `BANDWIDTH_PREPAID` 和 `BANDWIDTH_POSTPAID_BY_HOUR` 计费方式的带宽时,只支持一个实例。
|
|
7756
7757
|
# @type InstanceIds: Array
|
|
7757
7758
|
# @param InternetAccessible: 公网出带宽配置。不同机型带宽上限范围不一致,具体限制详见带宽限制对账表。暂时只支持 `InternetMaxBandwidthOut` 参数。
|
|
7758
7759
|
# @type InternetAccessible: :class:`Tencentcloud::Cvm.v20170312.models.InternetAccessible`
|
|
@@ -8352,8 +8353,8 @@ module TencentCloud
|
|
|
8352
8353
|
|
|
8353
8354
|
attr_accessor :InstanceIds, :ForceStop, :StopType, :StoppedMode
|
|
8354
8355
|
extend Gem::Deprecate
|
|
8355
|
-
deprecate :ForceStop, :none, 2025,
|
|
8356
|
-
deprecate :ForceStop=, :none, 2025,
|
|
8356
|
+
deprecate :ForceStop, :none, 2025, 11
|
|
8357
|
+
deprecate :ForceStop=, :none, 2025, 11
|
|
8357
8358
|
|
|
8358
8359
|
def initialize(instanceids=nil, forcestop=nil, stoptype=nil, stoppedmode=nil)
|
|
8359
8360
|
@InstanceIds = instanceids
|
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.1169
|
|
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-
|
|
11
|
+
date: 2025-11-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,9 +33,9 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/tencentcloud-sdk-cvm.rb
|
|
37
|
-
- lib/v20170312/models.rb
|
|
38
36
|
- lib/v20170312/client.rb
|
|
37
|
+
- lib/v20170312/models.rb
|
|
38
|
+
- lib/tencentcloud-sdk-cvm.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|