tencentcloud-sdk-clb 3.0.406 → 3.0.407
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180317/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: 537f78f5f2eaf1bcb6cebfa871cb27d06df3adb2
|
4
|
+
data.tar.gz: e5027ca50bcb72ef226472fb5f98ac9465a299e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 37726bdf756caf49b55a49d4e07960f9d6cadaf84bd007d4afdf0e66e82941bcb2f3df6e0e9c1dc8d5f3eb0bc2a7a020e2eb160d38ec5e4c7bf0a5d494541372
|
7
|
+
data.tar.gz: d6d3326d239825e8f55e47773085739ebaa0050cc04ae784677ca50912c0f6a98806cb5c08b900182e8506b3fab227ce57ed961feb7e05d9c286ab7444a203a3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.407
|
data/lib/v20180317/models.rb
CHANGED
@@ -1618,14 +1618,17 @@ module TencentCloud
|
|
1618
1618
|
# @type TopicType: String
|
1619
1619
|
# @param Period: 日志集的保存周期,单位:天,默认30天。
|
1620
1620
|
# @type Period: Integer
|
1621
|
+
# @param StorageType: 日志主题的存储类型,可选值 HOT(标准存储),COLD(低频存储);默认为HOT。
|
1622
|
+
# @type StorageType: String
|
1621
1623
|
|
1622
|
-
attr_accessor :TopicName, :PartitionCount, :TopicType, :Period
|
1624
|
+
attr_accessor :TopicName, :PartitionCount, :TopicType, :Period, :StorageType
|
1623
1625
|
|
1624
|
-
def initialize(topicname=nil, partitioncount=nil, topictype=nil, period=nil)
|
1626
|
+
def initialize(topicname=nil, partitioncount=nil, topictype=nil, period=nil, storagetype=nil)
|
1625
1627
|
@TopicName = topicname
|
1626
1628
|
@PartitionCount = partitioncount
|
1627
1629
|
@TopicType = topictype
|
1628
1630
|
@Period = period
|
1631
|
+
@StorageType = storagetype
|
1629
1632
|
end
|
1630
1633
|
|
1631
1634
|
def deserialize(params)
|
@@ -1633,6 +1636,7 @@ module TencentCloud
|
|
1633
1636
|
@PartitionCount = params['PartitionCount']
|
1634
1637
|
@TopicType = params['TopicType']
|
1635
1638
|
@Period = params['Period']
|
1639
|
+
@StorageType = params['StorageType']
|
1636
1640
|
end
|
1637
1641
|
end
|
1638
1642
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-clb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.407
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-09-
|
11
|
+
date: 2022-09-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|