tencentcloud-sdk-goosefs 3.0.776 → 3.0.778

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: fff2a1c253f71b143febd086baa66a70efaddae7
4
- data.tar.gz: a2616277b5a10ba7920483ff2b98f3dd5c00e85b
3
+ metadata.gz: cf49f4cc51701ae1e623e612434d140dee6bcec2
4
+ data.tar.gz: c93099663f22d52d4798f7af38b9accaa841ec06
5
5
  SHA512:
6
- metadata.gz: 6d97302641230c12f315cf2b5908426e6377f7cef571c466019616de0f15b19fe18b492bf535603b935566b5befbda13c0c03ea69181a25bf34f9b22a94a578f
7
- data.tar.gz: 93d84e096b6b54d26fd324ac7d50b41ecaa348e5c61fc964ea59441c6e7e7a358feff57f1dad5694c87017c2b22bb46e6b4836e2a90fe95f47808b1d917cc6ed
6
+ metadata.gz: a5d1ef77c877c6a00cc05ab0d3350ffc93ccd32215587488eb6bbd8aa10c61e2f52c0e48ad171b45cc36704bb3f98b4da4c1f6ba818d66babc7a4064a5cb179b
7
+ data.tar.gz: 7b84254196144846ba758256027e9ef3cba9d9c95010c3acaef8d98c47d04a5153407265ca2fed3e07e3616669de7382954962f47bba0abadc819dc9b1d97ce3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.776
1
+ 3.0.778
@@ -375,10 +375,12 @@ module TencentCloud
375
375
  # @type Tag: Array
376
376
  # @param GooseFSxBuildElements: GooseFSx构建时要传递的参数
377
377
  # @type GooseFSxBuildElements: :class:`Tencentcloud::Goosefs.v20220519.models.GooseFSxBuildElement`
378
+ # @param SecurityGroupId: 客户端集群所属的安全组
379
+ # @type SecurityGroupId: String
378
380
 
379
- attr_accessor :Type, :Name, :Description, :VpcId, :SubnetId, :Zone, :Tag, :GooseFSxBuildElements
381
+ attr_accessor :Type, :Name, :Description, :VpcId, :SubnetId, :Zone, :Tag, :GooseFSxBuildElements, :SecurityGroupId
380
382
 
381
- def initialize(type=nil, name=nil, description=nil, vpcid=nil, subnetid=nil, zone=nil, tag=nil, goosefsxbuildelements=nil)
383
+ def initialize(type=nil, name=nil, description=nil, vpcid=nil, subnetid=nil, zone=nil, tag=nil, goosefsxbuildelements=nil, securitygroupid=nil)
382
384
  @Type = type
383
385
  @Name = name
384
386
  @Description = description
@@ -387,6 +389,7 @@ module TencentCloud
387
389
  @Zone = zone
388
390
  @Tag = tag
389
391
  @GooseFSxBuildElements = goosefsxbuildelements
392
+ @SecurityGroupId = securitygroupid
390
393
  end
391
394
 
392
395
  def deserialize(params)
@@ -408,6 +411,7 @@ module TencentCloud
408
411
  @GooseFSxBuildElements = GooseFSxBuildElement.new
409
412
  @GooseFSxBuildElements.deserialize(params['GooseFSxBuildElements'])
410
413
  end
414
+ @SecurityGroupId = params['SecurityGroupId']
411
415
  end
412
416
  end
413
417
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-goosefs
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.776
4
+ version: 3.0.778
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-06 00:00:00.000000000 Z
11
+ date: 2024-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common