tencentcloud-sdk-redis 3.0.805 → 3.0.806

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: 7a1d97089f47f1f07f0a16784fa4304ccd7a7651
4
- data.tar.gz: 43221ad7eeaab4a7ba3a6a2b0237e0663d283e8f
3
+ metadata.gz: 2988c42bc609b63a92fefd5e405c31e5186a3ff8
4
+ data.tar.gz: 33e0beac69691ed7b7264e828a029f71ef87e645
5
5
  SHA512:
6
- metadata.gz: 24c4dfbc7756932159c5a5e5a8d553db35a23a01b14e98a0e5b71c4b28d76378cd01e09146cb977ce77832325999284501a938e815e2947bc778260f99bd0f94
7
- data.tar.gz: 30c70a89b7e1e316cb2e250e8e045a1342969cf293d8034d7316eb54f6bf86166b315ad68aac093705cd663de6a32354fb7963c89394f673b4728582d059e10c
6
+ metadata.gz: a9cd9f6374a0d3d64fc3f5109329966ac90e9653b719c8399d0626b687a839f1695d51e655f34f06e24b39f62226f27111be2761240050032bf685bca4f3f6dd
7
+ data.tar.gz: 472632f814c07242b0a7096d1d985f8eb91408f12792e0a9d0bc0c187d90e3ed1c995bc3269d8dc22081d0a467c7f534d0fc5407e0eda444956269c87f3ff692
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.805
1
+ 3.0.806
@@ -884,10 +884,15 @@ module TencentCloud
884
884
  # @type ProductVersion: String
885
885
  # @param RedisClusterId: 独享集群 ID。当**ProductVersion**设置为**cdc**时,该参数必须设置。
886
886
  # @type RedisClusterId: String
887
+ # @param AlarmPolicyList: 告警策略 ID 数组。
887
888
 
888
- attr_accessor :TypeId, :MemSize, :GoodsNum, :Period, :BillingMode, :ZoneId, :Password, :VpcId, :SubnetId, :ProjectId, :AutoRenew, :SecurityGroupIdList, :VPort, :RedisShardNum, :RedisReplicasNum, :ReplicasReadonly, :InstanceName, :NoAuth, :NodeSet, :ResourceTags, :ZoneName, :TemplateId, :DryRun, :ProductVersion, :RedisClusterId
889
+ # - 请登录[腾讯云可观测平台-告警管理-策略管理](https://console.cloud.tencent.com/monitor/alarm/policy)获取告警策略 ID。
890
+ # - 若不配置该参数,则绑定默认告警策略。默认告警策略具体信息,请登录[腾讯云可观测平台-告警管理-策略管理](https://console.cloud.tencent.com/monitor/alarm/policy)查看。
891
+ # @type AlarmPolicyList: Array
892
+
893
+ attr_accessor :TypeId, :MemSize, :GoodsNum, :Period, :BillingMode, :ZoneId, :Password, :VpcId, :SubnetId, :ProjectId, :AutoRenew, :SecurityGroupIdList, :VPort, :RedisShardNum, :RedisReplicasNum, :ReplicasReadonly, :InstanceName, :NoAuth, :NodeSet, :ResourceTags, :ZoneName, :TemplateId, :DryRun, :ProductVersion, :RedisClusterId, :AlarmPolicyList
889
894
 
890
- def initialize(typeid=nil, memsize=nil, goodsnum=nil, period=nil, billingmode=nil, zoneid=nil, password=nil, vpcid=nil, subnetid=nil, projectid=nil, autorenew=nil, securitygroupidlist=nil, vport=nil, redisshardnum=nil, redisreplicasnum=nil, replicasreadonly=nil, instancename=nil, noauth=nil, nodeset=nil, resourcetags=nil, zonename=nil, templateid=nil, dryrun=nil, productversion=nil, redisclusterid=nil)
895
+ def initialize(typeid=nil, memsize=nil, goodsnum=nil, period=nil, billingmode=nil, zoneid=nil, password=nil, vpcid=nil, subnetid=nil, projectid=nil, autorenew=nil, securitygroupidlist=nil, vport=nil, redisshardnum=nil, redisreplicasnum=nil, replicasreadonly=nil, instancename=nil, noauth=nil, nodeset=nil, resourcetags=nil, zonename=nil, templateid=nil, dryrun=nil, productversion=nil, redisclusterid=nil, alarmpolicylist=nil)
891
896
  @TypeId = typeid
892
897
  @MemSize = memsize
893
898
  @GoodsNum = goodsnum
@@ -913,6 +918,7 @@ module TencentCloud
913
918
  @DryRun = dryrun
914
919
  @ProductVersion = productversion
915
920
  @RedisClusterId = redisclusterid
921
+ @AlarmPolicyList = alarmpolicylist
916
922
  end
917
923
 
918
924
  def deserialize(params)
@@ -955,6 +961,7 @@ module TencentCloud
955
961
  @DryRun = params['DryRun']
956
962
  @ProductVersion = params['ProductVersion']
957
963
  @RedisClusterId = params['RedisClusterId']
964
+ @AlarmPolicyList = params['AlarmPolicyList']
958
965
  end
959
966
  end
960
967
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-redis
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.805
4
+ version: 3.0.806
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-04-17 00:00:00.000000000 Z
11
+ date: 2024-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common