tencentcloud-sdk-clb 3.0.405 → 3.0.408
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/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: 8ddd1da77b186d30fd1b1cecebbd550888952096
|
|
4
|
+
data.tar.gz: d6016c04b89eb120bcce7f1523a23b65a257f1ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b3641469375bb31c2c68303e15115ede6d6ce922eae2684a917131152cd12fc93e7230c4ef3c1e430f6e24af8fa424182e289f26de7f8e4053d10c63711bebc5
|
|
7
|
+
data.tar.gz: 5b623616a435bf71d6b60c356e010ea9dc73a6fcbcd7d7567084140c93731688c79db58d3c197c7f2f02401fbf6282356b0361850e93ada67a55d7fed06e974f
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.408
|
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.408
|
|
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-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|