tencentcloud-sdk-thpc 3.0.692 → 3.0.693
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/v20230321/models.rb +9 -2
- 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: 0be6bee1b398b4181a434a8aae4ae6ddfb8615ed
|
|
4
|
+
data.tar.gz: 51de85bde0de909795e9c8efd8f49d37434826a9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a834f81c786d41bc9c638b4c29e9864ebfff5852f3f853c60cc52c56078c40240164dc3dc3c6bb6c79823872fcb3448868cb04d4c2d8383dce50639953899016
|
|
7
|
+
data.tar.gz: 330bf5ef58308eb47fe3bf7fde581ef49f625115ec502fcb039097d08cb9a7797e2a9018d6519c1ceeeab941ead46f7f0a53236d2f7a648aef334587a03e5e05
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.693
|
data/lib/v20230321/models.rb
CHANGED
|
@@ -1677,10 +1677,12 @@ module TencentCloud
|
|
|
1677
1677
|
# @type InstanceName: String
|
|
1678
1678
|
# @param ProjectId: 实例所属项目ID。该参数可以通过调用 [DescribeProject](https://cloud.tencent.com/document/api/651/78725) 的返回值中的 projectId 字段来获取。不填为默认项目。
|
|
1679
1679
|
# @type ProjectId: Integer
|
|
1680
|
+
# @param EnhancedService: 增强服务。通过该参数可以指定是否开启云安全、云监控等服务。若不指定该参数,则默认开启云监控、云安全服务、自动化助手服务。
|
|
1681
|
+
# @type EnhancedService: :class:`Tencentcloud::Thpc.v20230321.models.EnhancedService`
|
|
1680
1682
|
|
|
1681
|
-
attr_accessor :InstanceChargeType, :InstanceChargePrepaid, :InstanceType, :SystemDisk, :DataDisks, :InternetAccessible, :InstanceName, :ProjectId
|
|
1683
|
+
attr_accessor :InstanceChargeType, :InstanceChargePrepaid, :InstanceType, :SystemDisk, :DataDisks, :InternetAccessible, :InstanceName, :ProjectId, :EnhancedService
|
|
1682
1684
|
|
|
1683
|
-
def initialize(instancechargetype=nil, instancechargeprepaid=nil, instancetype=nil, systemdisk=nil, datadisks=nil, internetaccessible=nil, instancename=nil, projectid=nil)
|
|
1685
|
+
def initialize(instancechargetype=nil, instancechargeprepaid=nil, instancetype=nil, systemdisk=nil, datadisks=nil, internetaccessible=nil, instancename=nil, projectid=nil, enhancedservice=nil)
|
|
1684
1686
|
@InstanceChargeType = instancechargetype
|
|
1685
1687
|
@InstanceChargePrepaid = instancechargeprepaid
|
|
1686
1688
|
@InstanceType = instancetype
|
|
@@ -1689,6 +1691,7 @@ module TencentCloud
|
|
|
1689
1691
|
@InternetAccessible = internetaccessible
|
|
1690
1692
|
@InstanceName = instancename
|
|
1691
1693
|
@ProjectId = projectid
|
|
1694
|
+
@EnhancedService = enhancedservice
|
|
1692
1695
|
end
|
|
1693
1696
|
|
|
1694
1697
|
def deserialize(params)
|
|
@@ -1716,6 +1719,10 @@ module TencentCloud
|
|
|
1716
1719
|
end
|
|
1717
1720
|
@InstanceName = params['InstanceName']
|
|
1718
1721
|
@ProjectId = params['ProjectId']
|
|
1722
|
+
unless params['EnhancedService'].nil?
|
|
1723
|
+
@EnhancedService = EnhancedService.new
|
|
1724
|
+
@EnhancedService.deserialize(params['EnhancedService'])
|
|
1725
|
+
end
|
|
1719
1726
|
end
|
|
1720
1727
|
end
|
|
1721
1728
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-thpc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.693
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-11-
|
|
11
|
+
date: 2023-11-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|