tencentcloud-sdk-goosefs 3.0.775 → 3.0.777

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: 03f7d415eb6d53fa0454fa9a9391169fd8873a1e
4
- data.tar.gz: 58bdc00e7e64fabd0d1ac1ddbb56ac053f98d6bf
3
+ metadata.gz: b1b625697b86fb16f6f3eefef95dc8aac1fbc964
4
+ data.tar.gz: 4f6f856c5bc46dd86e8f2d0cc3f1e2fa1e03c4ab
5
5
  SHA512:
6
- metadata.gz: 14d8b15d66c1f625ffa0134221db4bf5e3742992774237261157badb413339f9ef5ef63ecacfafae412891b2d02973c8b3b00c8d74fc99d83f67e09490827cc9
7
- data.tar.gz: 0e7d31d994b78efd38684c33391dea87e4419a957db3796a0e4ea631ba44eff6275c457b5037b6ad29f63dee2a23ff28f0c195e712b7dc1363e67d8a14eb1632
6
+ metadata.gz: 788b5b87213cbcfa5139fbb0f16c7c4c18e9dc1c8232dc2be22ce9b3aff46847303bfbb648b978e7ac361d40cc0514b241ff5321d0f235109305af84651332a3
7
+ data.tar.gz: ea89e6a7f704aae4d9c2f3de2e9584f3a2c8ca14f33aeac12a7fd38133302b51f219f7c07f8b57f5c74b212b661a63619812705fe81b82f1fa9dd18b42882dd7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.775
1
+ 3.0.777
@@ -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.775
4
+ version: 3.0.777
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-05 00:00:00.000000000 Z
11
+ date: 2024-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common