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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2d73436e6225331596044879aa2658ebf4411a7d
4
- data.tar.gz: 3637441a9e3c1d2971752f710a38bf9f1585bddb
3
+ metadata.gz: 537f78f5f2eaf1bcb6cebfa871cb27d06df3adb2
4
+ data.tar.gz: e5027ca50bcb72ef226472fb5f98ac9465a299e7
5
5
  SHA512:
6
- metadata.gz: 7a9ff9645f25d405eeabafb652ff9750030454bd09d03ebb946015e5754a53826ee0fde7e24c4f4ad410c0f1f04a8d883c5995e138324f42fe566b1fd6bb0e2f
7
- data.tar.gz: 77172a1c97cdc2ad3e10f7b4e53ca8c26169838af72b113b01809338beaafb7cb758a7096cf18427cdac1abd997306ba5fc550987660cf8a746e19a86d8d4031
6
+ metadata.gz: 37726bdf756caf49b55a49d4e07960f9d6cadaf84bd007d4afdf0e66e82941bcb2f3df6e0e9c1dc8d5f3eb0bc2a7a020e2eb160d38ec5e4c7bf0a5d494541372
7
+ data.tar.gz: d6d3326d239825e8f55e47773085739ebaa0050cc04ae784677ca50912c0f6a98806cb5c08b900182e8506b3fab227ce57ed961feb7e05d9c286ab7444a203a3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.406
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.406
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-08 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