tencentcloud-sdk-tdmq 3.0.558 → 3.0.559

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200217/models.rb +44 -9
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 480815a05d7962695d386a4415c2e7dd21e943e8
4
- data.tar.gz: ed203a15fb0c49a144c398fefa1da093ddae6179
3
+ metadata.gz: bf0fbce54e6ef31b7c2461ff5a61682ab76f9b4b
4
+ data.tar.gz: c6af498172ac6d4b6db403b40334a9fd65f0523d
5
5
  SHA512:
6
- metadata.gz: 53265cb12b4b1e0d0320eb7af0980baa026f3832346aba93dfd35a7e219cecdd4c479ab1dacf1783856aee61ce0c6d1443d281d453d29b415fce11d93e4add0e
7
- data.tar.gz: 8c319f812e1fe7ba5f7527bc74fff78d36dc5845bcbacb18748a4231ce50858d4e2fb8d164e6ceb2e391b03c6c2ee1d4caeaaddef7048321fca88ea648784bc0
6
+ metadata.gz: b7a43a68618e0f909d47a7e25624b2b9755361d1263beb44614a44fe3534ecc137b63ebf3b123102868be74d9cdd7dc5846f2482810ce45d291cd0eeada0703f
7
+ data.tar.gz: f320b1fd4ac6a6d1668b5b7f621932bf102484211c3309f5f1f649cb744fe991160be47e2e95e5b12c349aee3b0de5923f919eea607bb74ca133b9889354cbb2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.558
1
+ 3.0.559
@@ -7629,10 +7629,13 @@ module TencentCloud
7629
7629
  # @param ExceptionInformation: 集群异常。
7630
7630
  # 注意:此字段可能返回 null,表示取不到有效值。
7631
7631
  # @type ExceptionInformation: String
7632
+ # @param ClusterStatus: 实例状态,0表示创建中,1表示正常,2表示隔离中,3表示已销毁,4 - 异常, 5 - 发货失败
7633
+ # 为了和计费区分开,额外开启一个状态位,用于显示。
7634
+ # @type ClusterStatus: Integer
7632
7635
 
7633
- attr_accessor :InstanceId, :InstanceName, :InstanceVersion, :Status, :NodeCount, :ConfigDisplay, :MaxTps, :MaxBandWidth, :MaxStorage, :ExpireTime, :AutoRenewFlag, :PayMode, :Remark, :SpecName, :ExceptionInformation
7636
+ attr_accessor :InstanceId, :InstanceName, :InstanceVersion, :Status, :NodeCount, :ConfigDisplay, :MaxTps, :MaxBandWidth, :MaxStorage, :ExpireTime, :AutoRenewFlag, :PayMode, :Remark, :SpecName, :ExceptionInformation, :ClusterStatus
7634
7637
 
7635
- def initialize(instanceid=nil, instancename=nil, instanceversion=nil, status=nil, nodecount=nil, configdisplay=nil, maxtps=nil, maxbandwidth=nil, maxstorage=nil, expiretime=nil, autorenewflag=nil, paymode=nil, remark=nil, specname=nil, exceptioninformation=nil)
7638
+ def initialize(instanceid=nil, instancename=nil, instanceversion=nil, status=nil, nodecount=nil, configdisplay=nil, maxtps=nil, maxbandwidth=nil, maxstorage=nil, expiretime=nil, autorenewflag=nil, paymode=nil, remark=nil, specname=nil, exceptioninformation=nil, clusterstatus=nil)
7636
7639
  @InstanceId = instanceid
7637
7640
  @InstanceName = instancename
7638
7641
  @InstanceVersion = instanceversion
@@ -7648,6 +7651,7 @@ module TencentCloud
7648
7651
  @Remark = remark
7649
7652
  @SpecName = specname
7650
7653
  @ExceptionInformation = exceptioninformation
7654
+ @ClusterStatus = clusterstatus
7651
7655
  end
7652
7656
 
7653
7657
  def deserialize(params)
@@ -7666,6 +7670,7 @@ module TencentCloud
7666
7670
  @Remark = params['Remark']
7667
7671
  @SpecName = params['SpecName']
7668
7672
  @ExceptionInformation = params['ExceptionInformation']
7673
+ @ClusterStatus = params['ClusterStatus']
7669
7674
  end
7670
7675
  end
7671
7676
 
@@ -8043,10 +8048,16 @@ module TencentCloud
8043
8048
  # @param HttpVpcEndpoint: HTTP协议VPC接入地址
8044
8049
  # 注意:此字段可能返回 null,表示取不到有效值。
8045
8050
  # @type HttpVpcEndpoint: String
8051
+ # @param InternalEndpoint: TCP内部接入地址
8052
+ # 注意:此字段可能返回 null,表示取不到有效值。
8053
+ # @type InternalEndpoint: String
8054
+ # @param HttpInternalEndpoint: HTTP协议内部接入地址
8055
+ # 注意:此字段可能返回 null,表示取不到有效值。
8056
+ # @type HttpInternalEndpoint: String
8046
8057
 
8047
- attr_accessor :ClusterId, :ClusterName, :Region, :CreateTime, :Remark, :PublicEndPoint, :VpcEndPoint, :SupportNamespaceEndpoint, :Vpcs, :IsVip, :RocketMQFlag, :Status, :IsolateTime, :HttpPublicEndpoint, :HttpVpcEndpoint
8058
+ attr_accessor :ClusterId, :ClusterName, :Region, :CreateTime, :Remark, :PublicEndPoint, :VpcEndPoint, :SupportNamespaceEndpoint, :Vpcs, :IsVip, :RocketMQFlag, :Status, :IsolateTime, :HttpPublicEndpoint, :HttpVpcEndpoint, :InternalEndpoint, :HttpInternalEndpoint
8048
8059
 
8049
- def initialize(clusterid=nil, clustername=nil, region=nil, createtime=nil, remark=nil, publicendpoint=nil, vpcendpoint=nil, supportnamespaceendpoint=nil, vpcs=nil, isvip=nil, rocketmqflag=nil, status=nil, isolatetime=nil, httppublicendpoint=nil, httpvpcendpoint=nil)
8060
+ def initialize(clusterid=nil, clustername=nil, region=nil, createtime=nil, remark=nil, publicendpoint=nil, vpcendpoint=nil, supportnamespaceendpoint=nil, vpcs=nil, isvip=nil, rocketmqflag=nil, status=nil, isolatetime=nil, httppublicendpoint=nil, httpvpcendpoint=nil, internalendpoint=nil, httpinternalendpoint=nil)
8050
8061
  @ClusterId = clusterid
8051
8062
  @ClusterName = clustername
8052
8063
  @Region = region
@@ -8062,6 +8073,8 @@ module TencentCloud
8062
8073
  @IsolateTime = isolatetime
8063
8074
  @HttpPublicEndpoint = httppublicendpoint
8064
8075
  @HttpVpcEndpoint = httpvpcendpoint
8076
+ @InternalEndpoint = internalendpoint
8077
+ @HttpInternalEndpoint = httpinternalendpoint
8065
8078
  end
8066
8079
 
8067
8080
  def deserialize(params)
@@ -8087,6 +8100,8 @@ module TencentCloud
8087
8100
  @IsolateTime = params['IsolateTime']
8088
8101
  @HttpPublicEndpoint = params['HttpPublicEndpoint']
8089
8102
  @HttpVpcEndpoint = params['HttpVpcEndpoint']
8103
+ @InternalEndpoint = params['InternalEndpoint']
8104
+ @HttpInternalEndpoint = params['HttpInternalEndpoint']
8090
8105
  end
8091
8106
  end
8092
8107
 
@@ -8274,7 +8289,7 @@ module TencentCloud
8274
8289
  class RocketMQNamespace < TencentCloud::Common::AbstractModel
8275
8290
  # @param NamespaceId: 命名空间名称,3-64个字符,只能包含字母、数字、“-”及“_”
8276
8291
  # @type NamespaceId: String
8277
- # @param Ttl: 未消费消息的保留时间,以毫秒单位,范围60秒到15天
8292
+ # @param Ttl: 已废弃,未消费消息的保留时间,以毫秒单位,范围60秒到15天
8278
8293
  # @type Ttl: Integer
8279
8294
  # @param RetentionTime: 消息持久化后保留的时间,以毫秒单位
8280
8295
  # @type RetentionTime: Integer
@@ -8287,16 +8302,20 @@ module TencentCloud
8287
8302
  # @param VpcEndpoint: VPC接入点地址
8288
8303
  # 注意:此字段可能返回 null,表示取不到有效值。
8289
8304
  # @type VpcEndpoint: String
8305
+ # @param InternalEndpoint: 内部接入点地址
8306
+ # 注意:此字段可能返回 null,表示取不到有效值。
8307
+ # @type InternalEndpoint: String
8290
8308
 
8291
- attr_accessor :NamespaceId, :Ttl, :RetentionTime, :Remark, :PublicEndpoint, :VpcEndpoint
8309
+ attr_accessor :NamespaceId, :Ttl, :RetentionTime, :Remark, :PublicEndpoint, :VpcEndpoint, :InternalEndpoint
8292
8310
 
8293
- def initialize(namespaceid=nil, ttl=nil, retentiontime=nil, remark=nil, publicendpoint=nil, vpcendpoint=nil)
8311
+ def initialize(namespaceid=nil, ttl=nil, retentiontime=nil, remark=nil, publicendpoint=nil, vpcendpoint=nil, internalendpoint=nil)
8294
8312
  @NamespaceId = namespaceid
8295
8313
  @Ttl = ttl
8296
8314
  @RetentionTime = retentiontime
8297
8315
  @Remark = remark
8298
8316
  @PublicEndpoint = publicendpoint
8299
8317
  @VpcEndpoint = vpcendpoint
8318
+ @InternalEndpoint = internalendpoint
8300
8319
  end
8301
8320
 
8302
8321
  def deserialize(params)
@@ -8306,6 +8325,7 @@ module TencentCloud
8306
8325
  @Remark = params['Remark']
8307
8326
  @PublicEndpoint = params['PublicEndpoint']
8308
8327
  @VpcEndpoint = params['VpcEndpoint']
8328
+ @InternalEndpoint = params['InternalEndpoint']
8309
8329
  end
8310
8330
  end
8311
8331
 
@@ -8402,10 +8422,19 @@ module TencentCloud
8402
8422
  # @type Remark: String
8403
8423
  # @param SpecName: 实例配置ID
8404
8424
  # @type SpecName: String
8425
+ # @param MaxRetention: 最大可设置消息保留时间,小时为单位
8426
+ # 注意:此字段可能返回 null,表示取不到有效值。
8427
+ # @type MaxRetention: Integer
8428
+ # @param MinRetention: 最小可设置消息保留时间,小时为单位
8429
+ # 注意:此字段可能返回 null,表示取不到有效值。
8430
+ # @type MinRetention: Integer
8431
+ # @param Retention: 实例消息保留时间,小时为单位
8432
+ # 注意:此字段可能返回 null,表示取不到有效值。
8433
+ # @type Retention: Integer
8405
8434
 
8406
- attr_accessor :InstanceId, :InstanceName, :InstanceVersion, :Status, :NodeCount, :ConfigDisplay, :MaxTps, :MaxBandWidth, :MaxStorage, :ExpireTime, :AutoRenewFlag, :PayMode, :Remark, :SpecName
8435
+ attr_accessor :InstanceId, :InstanceName, :InstanceVersion, :Status, :NodeCount, :ConfigDisplay, :MaxTps, :MaxBandWidth, :MaxStorage, :ExpireTime, :AutoRenewFlag, :PayMode, :Remark, :SpecName, :MaxRetention, :MinRetention, :Retention
8407
8436
 
8408
- def initialize(instanceid=nil, instancename=nil, instanceversion=nil, status=nil, nodecount=nil, configdisplay=nil, maxtps=nil, maxbandwidth=nil, maxstorage=nil, expiretime=nil, autorenewflag=nil, paymode=nil, remark=nil, specname=nil)
8437
+ def initialize(instanceid=nil, instancename=nil, instanceversion=nil, status=nil, nodecount=nil, configdisplay=nil, maxtps=nil, maxbandwidth=nil, maxstorage=nil, expiretime=nil, autorenewflag=nil, paymode=nil, remark=nil, specname=nil, maxretention=nil, minretention=nil, retention=nil)
8409
8438
  @InstanceId = instanceid
8410
8439
  @InstanceName = instancename
8411
8440
  @InstanceVersion = instanceversion
@@ -8420,6 +8449,9 @@ module TencentCloud
8420
8449
  @PayMode = paymode
8421
8450
  @Remark = remark
8422
8451
  @SpecName = specname
8452
+ @MaxRetention = maxretention
8453
+ @MinRetention = minretention
8454
+ @Retention = retention
8423
8455
  end
8424
8456
 
8425
8457
  def deserialize(params)
@@ -8437,6 +8469,9 @@ module TencentCloud
8437
8469
  @PayMode = params['PayMode']
8438
8470
  @Remark = params['Remark']
8439
8471
  @SpecName = params['SpecName']
8472
+ @MaxRetention = params['MaxRetention']
8473
+ @MinRetention = params['MinRetention']
8474
+ @Retention = params['Retention']
8440
8475
  end
8441
8476
  end
8442
8477
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tdmq
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.558
4
+ version: 3.0.559
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-24 00:00:00.000000000 Z
11
+ date: 2023-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common