tencentcloud-sdk-cvm 1.0.289 → 1.0.292
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 +1 -1
- data/lib/v20170312/models.rb +7 -3
- 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: ce2193048af85b963f36ae589fe245812596943d
|
|
4
|
+
data.tar.gz: ddb75beed9fcd5d0c82a98b9b741d854446026af
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9164d3b634fe30e34c951def0226a86cc03d046818d0f53dbccdd0f946370fa72fa268672e69bb64c5eea2ca0fca03c8f9b16c2200718564a9f8a33614ac27d4
|
|
7
|
+
data.tar.gz: 875d1fb7e798451dfa55a64a6d87e86a11955dccf7730ea4c96e326fcb3379dacfc7658f9aeb2b726589a2bb6af0fa5923100b47b70895912d45686bc623d7f1
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.292
|
data/lib/v20170312/client.rb
CHANGED
|
@@ -643,7 +643,7 @@ module TencentCloud
|
|
|
643
643
|
# * 管理终端地址的有效期为 15 秒,调用接口成功后如果 15 秒内不使用该链接进行访问,管理终端地址自动失效,您需要重新查询。
|
|
644
644
|
# * 管理终端地址一旦被访问,将自动失效,您需要重新查询。
|
|
645
645
|
# * 如果连接断开,每分钟内重新连接的次数不能超过 30 次。
|
|
646
|
-
#
|
|
646
|
+
# 获取到 `InstanceVncUrl` 后,您需要在链接 `https://img.qcloud.com/qcloud/app/active_vnc/index.html?` 末尾加上参数 `InstanceVncUrl=xxxx`。
|
|
647
647
|
|
|
648
648
|
# - 参数 `InstanceVncUrl` :调用接口成功后会返回的 `InstanceVncUrl` 的值。
|
|
649
649
|
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -1613,7 +1613,7 @@ module TencentCloud
|
|
|
1613
1613
|
# @param Filters: <li><strong>zone</strong></li>
|
|
1614
1614
|
# <p style="padding-left: 30px;">按照【<strong>可用区</strong>】进行过滤。可用区形如:ap-guangzhou-1。</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>
|
|
1615
1615
|
# <li><strong>instance-family</strong></li>
|
|
1616
|
-
# <p style="padding-left: 30px;">按照【<strong>实例机型系列</strong>】进行过滤。实例机型系列形如:S1、I1、M1等。</p><p style="padding-left: 30px;">类型:
|
|
1616
|
+
# <p style="padding-left: 30px;">按照【<strong>实例机型系列</strong>】进行过滤。实例机型系列形如:S1、I1、M1等。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
|
1617
1617
|
# 每次请求的`Filters`的上限为10,`Filter.Values`的上限为1。
|
|
1618
1618
|
# @type Filters: Array
|
|
1619
1619
|
|
|
@@ -6427,10 +6427,12 @@ module TencentCloud
|
|
|
6427
6427
|
# @type LaunchTemplate: :class:`Tencentcloud::Cvm.v20170312.models.LaunchTemplate`
|
|
6428
6428
|
# @param ChcIds: 指定CHC物理服务器来创建CHC云主机。
|
|
6429
6429
|
# @type ChcIds: Array
|
|
6430
|
+
# @param DisableApiTermination: 实例销毁保护标志,表示是否允许通过api接口删除实例。取值范围:<br><li>TRUE:表示开启实例保护,不允许通过api接口删除实例<br><li>FALSE:表示关闭实例保护,允许通过api接口删除实例<br><br>默认取值:FALSE。
|
|
6431
|
+
# @type DisableApiTermination: Boolean
|
|
6430
6432
|
|
|
6431
|
-
attr_accessor :InstanceChargeType, :InstanceChargePrepaid, :Placement, :InstanceType, :ImageId, :SystemDisk, :DataDisks, :VirtualPrivateCloud, :InternetAccessible, :InstanceCount, :InstanceName, :LoginSettings, :SecurityGroupIds, :EnhancedService, :ClientToken, :HostName, :ActionTimer, :DisasterRecoverGroupIds, :TagSpecification, :InstanceMarketOptions, :UserData, :DryRun, :CamRoleName, :HpcClusterId, :LaunchTemplate, :ChcIds
|
|
6433
|
+
attr_accessor :InstanceChargeType, :InstanceChargePrepaid, :Placement, :InstanceType, :ImageId, :SystemDisk, :DataDisks, :VirtualPrivateCloud, :InternetAccessible, :InstanceCount, :InstanceName, :LoginSettings, :SecurityGroupIds, :EnhancedService, :ClientToken, :HostName, :ActionTimer, :DisasterRecoverGroupIds, :TagSpecification, :InstanceMarketOptions, :UserData, :DryRun, :CamRoleName, :HpcClusterId, :LaunchTemplate, :ChcIds, :DisableApiTermination
|
|
6432
6434
|
|
|
6433
|
-
def initialize(instancechargetype=nil, instancechargeprepaid=nil, placement=nil, instancetype=nil, imageid=nil, systemdisk=nil, datadisks=nil, virtualprivatecloud=nil, internetaccessible=nil, instancecount=nil, instancename=nil, loginsettings=nil, securitygroupids=nil, enhancedservice=nil, clienttoken=nil, hostname=nil, actiontimer=nil, disasterrecovergroupids=nil, tagspecification=nil, instancemarketoptions=nil, userdata=nil, dryrun=nil, camrolename=nil, hpcclusterid=nil, launchtemplate=nil, chcids=nil)
|
|
6435
|
+
def initialize(instancechargetype=nil, instancechargeprepaid=nil, placement=nil, instancetype=nil, imageid=nil, systemdisk=nil, datadisks=nil, virtualprivatecloud=nil, internetaccessible=nil, instancecount=nil, instancename=nil, loginsettings=nil, securitygroupids=nil, enhancedservice=nil, clienttoken=nil, hostname=nil, actiontimer=nil, disasterrecovergroupids=nil, tagspecification=nil, instancemarketoptions=nil, userdata=nil, dryrun=nil, camrolename=nil, hpcclusterid=nil, launchtemplate=nil, chcids=nil, disableapitermination=nil)
|
|
6434
6436
|
@InstanceChargeType = instancechargetype
|
|
6435
6437
|
@InstanceChargePrepaid = instancechargeprepaid
|
|
6436
6438
|
@Placement = placement
|
|
@@ -6457,6 +6459,7 @@ module TencentCloud
|
|
|
6457
6459
|
@HpcClusterId = hpcclusterid
|
|
6458
6460
|
@LaunchTemplate = launchtemplate
|
|
6459
6461
|
@ChcIds = chcids
|
|
6462
|
+
@DisableApiTermination = disableapitermination
|
|
6460
6463
|
end
|
|
6461
6464
|
|
|
6462
6465
|
def deserialize(params)
|
|
@@ -6530,6 +6533,7 @@ module TencentCloud
|
|
|
6530
6533
|
@LaunchTemplate.deserialize(params['LaunchTemplate'])
|
|
6531
6534
|
end
|
|
6532
6535
|
@ChcIds = params['ChcIds']
|
|
6536
|
+
@DisableApiTermination = params['DisableApiTermination']
|
|
6533
6537
|
end
|
|
6534
6538
|
end
|
|
6535
6539
|
|
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: 1.0.
|
|
4
|
+
version: 1.0.292
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-04-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|