tencentcloud-sdk-goosefs 3.0.948 → 3.0.950

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: cd01492a76ee4f50f2e620f67e5240e3fa050a8a
4
- data.tar.gz: 96ffa758550cf2fe4f63b072176add0b30779c18
3
+ metadata.gz: 3acdb3a9c0abe14546fc08d66f3c39149a93c584
4
+ data.tar.gz: f8d826ebbf89b70d3e1e9445def89eca02847d78
5
5
  SHA512:
6
- metadata.gz: b78dca70bcaa2a5a898413dd57e4bd35df9d609219693cf75a617f65269be45319bcfcd8f719c2aaf11588738ad4e6db958b5d9786e5a48cc7b11a1f6f7477f6
7
- data.tar.gz: 5d413d9f5757544bcd1f1ff46b503b0c58043f3865514dbaffdbe30f3f5ff40ea5e1c72f8192e3a54e8ceba825b782f0c9843a6b48728eb1fb734b43cf170891
6
+ metadata.gz: 55fda652ab06b99e9f4239908d9d1c92f3b3bcbb1973915fdb1e16ec8e78174dd0629f25b8cbbc4fada926bbe9f3e5c33154079c108685211deb6a3105daae9f
7
+ data.tar.gz: c645613865916103bc7593f00925b8bd7e8a4cfcb5a6a08cee86a55346cbde48c44855c5a385f42321354b494547ef224e1e1c6fe329ceac76b48f26a4e7c9b0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.948
1
+ 3.0.950
@@ -426,10 +426,12 @@ module TencentCloud
426
426
  # @type GooseFSxBuildElements: :class:`Tencentcloud::Goosefs.v20220519.models.GooseFSxBuildElement`
427
427
  # @param SecurityGroupId: 客户端集群所属的安全组
428
428
  # @type SecurityGroupId: String
429
+ # @param ClusterPort: 集群ssh通信端口,默认是22
430
+ # @type ClusterPort: Integer
429
431
 
430
- attr_accessor :Type, :Name, :Description, :VpcId, :SubnetId, :Zone, :Tag, :GooseFSxBuildElements, :SecurityGroupId
432
+ attr_accessor :Type, :Name, :Description, :VpcId, :SubnetId, :Zone, :Tag, :GooseFSxBuildElements, :SecurityGroupId, :ClusterPort
431
433
 
432
- def initialize(type=nil, name=nil, description=nil, vpcid=nil, subnetid=nil, zone=nil, tag=nil, goosefsxbuildelements=nil, securitygroupid=nil)
434
+ def initialize(type=nil, name=nil, description=nil, vpcid=nil, subnetid=nil, zone=nil, tag=nil, goosefsxbuildelements=nil, securitygroupid=nil, clusterport=nil)
433
435
  @Type = type
434
436
  @Name = name
435
437
  @Description = description
@@ -439,6 +441,7 @@ module TencentCloud
439
441
  @Tag = tag
440
442
  @GooseFSxBuildElements = goosefsxbuildelements
441
443
  @SecurityGroupId = securitygroupid
444
+ @ClusterPort = clusterport
442
445
  end
443
446
 
444
447
  def deserialize(params)
@@ -461,6 +464,7 @@ module TencentCloud
461
464
  @GooseFSxBuildElements.deserialize(params['GooseFSxBuildElements'])
462
465
  end
463
466
  @SecurityGroupId = params['SecurityGroupId']
467
+ @ClusterPort = params['ClusterPort']
464
468
  end
465
469
  end
466
470
 
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.948
4
+ version: 3.0.950
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-11-25 00:00:00.000000000 Z
11
+ date: 2024-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common