tencentcloud-sdk-tsf 3.0.509 → 3.0.510

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3a05e921e6c74789fbec8263ea39832dc5729e71
4
- data.tar.gz: eccea537563dff419ca4bada09f8ac8d734f09bc
3
+ metadata.gz: 0133798c60978ef15b0deb51b0dcc1b85347398e
4
+ data.tar.gz: efaa15de18d182d032c2fff59c145b42038b8240
5
5
  SHA512:
6
- metadata.gz: 30888538fd73424f678c8d094974acaaa8859f95e27046a2d577ca62ccdee3d7e1c256b2e6e5cb8567147959ea0c9e0cceb24f9f7fccb51ed0986ba886d16be6
7
- data.tar.gz: ff3af8bca9b8e37aa42518f6a63753716e41df0e20e7efcb58e6edb137490caecc61ae61978fd473f90a761f008052bced1506db62ccef27c43508521b9c5159
6
+ metadata.gz: d1c1fcb09f09e38ff3536118e36631308719f154262359008413b58a43a8aa06c427a457104d87876a33e607f7faa298946d1c6dc327229bcf5a318321a24755
7
+ data.tar.gz: d2647ebd1f000165ffc61724caf78999ae7e7a1d6fc1814a90c103de2ebe42b75669ccd00084394b597a3bea6629fedf2cee0e8e7a03eadb2bc56785f2998236
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.509
1
+ 3.0.510
@@ -154,10 +154,12 @@ module TencentCloud
154
154
  # @type SgId: String
155
155
  # @param InstanceImportMode: 云主机导入方式,虚拟机集群必填,容器集群不填写此字段,R:重装TSF系统镜像,M:手动安装agent
156
156
  # @type InstanceImportMode: String
157
+ # @param SecurityGroupIds: 安全组id
158
+ # @type SecurityGroupIds: String
157
159
 
158
- attr_accessor :ClusterId, :InstanceIdList, :OsName, :ImageId, :Password, :KeyId, :SgId, :InstanceImportMode
160
+ attr_accessor :ClusterId, :InstanceIdList, :OsName, :ImageId, :Password, :KeyId, :SgId, :InstanceImportMode, :SecurityGroupIds
159
161
 
160
- def initialize(clusterid=nil, instanceidlist=nil, osname=nil, imageid=nil, password=nil, keyid=nil, sgid=nil, instanceimportmode=nil)
162
+ def initialize(clusterid=nil, instanceidlist=nil, osname=nil, imageid=nil, password=nil, keyid=nil, sgid=nil, instanceimportmode=nil, securitygroupids=nil)
161
163
  @ClusterId = clusterid
162
164
  @InstanceIdList = instanceidlist
163
165
  @OsName = osname
@@ -166,6 +168,7 @@ module TencentCloud
166
168
  @KeyId = keyid
167
169
  @SgId = sgid
168
170
  @InstanceImportMode = instanceimportmode
171
+ @SecurityGroupIds = securitygroupids
169
172
  end
170
173
 
171
174
  def deserialize(params)
@@ -177,6 +180,7 @@ module TencentCloud
177
180
  @KeyId = params['KeyId']
178
181
  @SgId = params['SgId']
179
182
  @InstanceImportMode = params['InstanceImportMode']
183
+ @SecurityGroupIds = params['SecurityGroupIds']
180
184
  end
181
185
  end
182
186
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tsf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.509
4
+ version: 3.0.510
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-02-15 00:00:00.000000000 Z
11
+ date: 2023-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common