tencentcloud-sdk-goosefs 3.0.949 → 3.0.950
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/v20220519/models.rb +6 -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: 3acdb3a9c0abe14546fc08d66f3c39149a93c584
|
|
4
|
+
data.tar.gz: f8d826ebbf89b70d3e1e9445def89eca02847d78
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 55fda652ab06b99e9f4239908d9d1c92f3b3bcbb1973915fdb1e16ec8e78174dd0629f25b8cbbc4fada926bbe9f3e5c33154079c108685211deb6a3105daae9f
|
|
7
|
+
data.tar.gz: c645613865916103bc7593f00925b8bd7e8a4cfcb5a6a08cee86a55346cbde48c44855c5a385f42321354b494547ef224e1e1c6fe329ceac76b48f26a4e7c9b0
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.950
|
data/lib/v20220519/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|