tencentcloud-sdk-clb 3.0.404 → 3.0.407

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 12112483873db65acb73cedb6a931c3957959d5b
4
- data.tar.gz: 9206b35adc1547e966aef207e296d3366075e929
3
+ metadata.gz: 537f78f5f2eaf1bcb6cebfa871cb27d06df3adb2
4
+ data.tar.gz: e5027ca50bcb72ef226472fb5f98ac9465a299e7
5
5
  SHA512:
6
- metadata.gz: 3b4c49a1a952cac8adfaea6a45e3bec700978e6f683015643d7395bb3fb8d71dd2df307d87b062640d984bdb1f88513f2aaef4ed93e044525bf9d535c676bfb6
7
- data.tar.gz: 57bd6093fa41b18e008e753c524ae09233aea56a31340a15e497e28d64211f89f70f130c75eb027cc865613017e9c3722a98ecf232cb7d9052167074c1a36574
6
+ metadata.gz: 37726bdf756caf49b55a49d4e07960f9d6cadaf84bd007d4afdf0e66e82941bcb2f3df6e0e9c1dc8d5f3eb0bc2a7a020e2eb160d38ec5e4c7bf0a5d494541372
7
+ data.tar.gz: d6d3326d239825e8f55e47773085739ebaa0050cc04ae784677ca50912c0f6a98806cb5c08b900182e8506b3fab227ce57ed961feb7e05d9c286ab7444a203a3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.404
1
+ 3.0.407
@@ -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.404
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-05 00:00:00.000000000 Z
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