tencentcloud-sdk-gaap 3.0.426 → 3.0.427

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/v20180529/models.rb +48 -8
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5de0c6f515f1ffaa9965acbf8ef032085ff355f4
4
- data.tar.gz: 8164f8d5b4308adda1f5d5521dc4f7284f6e63bd
3
+ metadata.gz: 41968e16e87b3136ee1468179bb1b723c74a2870
4
+ data.tar.gz: 07f3c54aadf72b6538303fcaea6819300c9b9599
5
5
  SHA512:
6
- metadata.gz: f03574fdd1ef99724cac470fbd8299dd79637bdcc6ec4481edb1cc2e7a760040cdba68f4a5a1544c0ba2e6d1766d3c60edc73094ed541ac7d2eb3a5d8091b829
7
- data.tar.gz: d4bc899fdd6903c2baf05a4ca71d0c621160ca97468c8a1fdeeac02213b7dc882436979f478363734623233bd9015f26343a8de8cb6170bfaea5650b620600a2
6
+ metadata.gz: 76cc1f9212d0ede6b8591067ddc783e0e75359a4c5282b2055f6acc03e9c526c1ef3153fd1212b8cc776baecbd3c447afde2346c3a585211bd83ed37798de2ae
7
+ data.tar.gz: 9f4a4b503637b5a4cfe2311bbd57a36c5424d82f9bbfec17cc49787bed55016a4995dfb0b6954c6d5bfe4bcdf57f9e0a305d6c59007ff41b242b4154a564e468
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.426
1
+ 3.0.427
@@ -5230,16 +5230,24 @@ module TencentCloud
5230
5230
  # 3表示源站调整中;
5231
5231
  # 4表示配置变更中。
5232
5232
  # @type ListenerStatus: Integer
5233
+ # @param ProxyId: 监听器的通道ID,如果监听器属于通道组,则为null
5234
+ # 注意:此字段可能返回 null,表示取不到有效值。
5235
+ # @type ProxyId: String
5236
+ # @param GroupId: 监听器的通道组ID,如果监听器属于通道,则为null
5237
+ # 注意:此字段可能返回 null,表示取不到有效值。
5238
+ # @type GroupId: String
5233
5239
 
5234
- attr_accessor :ListenerId, :ListenerName, :Port, :CreateTime, :Protocol, :ListenerStatus
5240
+ attr_accessor :ListenerId, :ListenerName, :Port, :CreateTime, :Protocol, :ListenerStatus, :ProxyId, :GroupId
5235
5241
 
5236
- def initialize(listenerid=nil, listenername=nil, port=nil, createtime=nil, protocol=nil, listenerstatus=nil)
5242
+ def initialize(listenerid=nil, listenername=nil, port=nil, createtime=nil, protocol=nil, listenerstatus=nil, proxyid=nil, groupid=nil)
5237
5243
  @ListenerId = listenerid
5238
5244
  @ListenerName = listenername
5239
5245
  @Port = port
5240
5246
  @CreateTime = createtime
5241
5247
  @Protocol = protocol
5242
5248
  @ListenerStatus = listenerstatus
5249
+ @ProxyId = proxyid
5250
+ @GroupId = groupid
5243
5251
  end
5244
5252
 
5245
5253
  def deserialize(params)
@@ -5249,6 +5257,8 @@ module TencentCloud
5249
5257
  @CreateTime = params['CreateTime']
5250
5258
  @Protocol = params['Protocol']
5251
5259
  @ListenerStatus = params['ListenerStatus']
5260
+ @ProxyId = params['ProxyId']
5261
+ @GroupId = params['GroupId']
5252
5262
  end
5253
5263
  end
5254
5264
 
@@ -5298,10 +5308,16 @@ module TencentCloud
5298
5308
  # 注意:如果支持了Http3的功能,那么该监听器会占用对应的UDP接入端口,不可再创建相同端口的UDP监听器。
5299
5309
  # 注意:此字段可能返回 null,表示取不到有效值。
5300
5310
  # @type Http3Supported: Integer
5311
+ # @param ProxyId: 监听器的通道ID,如果监听器属于通道组,则为null
5312
+ # 注意:此字段可能返回 null,表示取不到有效值。
5313
+ # @type ProxyId: String
5314
+ # @param GroupId: 监听器的通道组ID,如果监听器属于通道,则为null
5315
+ # 注意:此字段可能返回 null,表示取不到有效值。
5316
+ # @type GroupId: String
5301
5317
 
5302
- attr_accessor :ListenerId, :ListenerName, :Port, :Protocol, :ListenerStatus, :CertificateId, :ForwardProtocol, :CreateTime, :CertificateAlias, :ClientCertificateId, :AuthType, :ClientCertificateAlias, :PolyClientCertificateAliasInfo, :Http3Supported
5318
+ attr_accessor :ListenerId, :ListenerName, :Port, :Protocol, :ListenerStatus, :CertificateId, :ForwardProtocol, :CreateTime, :CertificateAlias, :ClientCertificateId, :AuthType, :ClientCertificateAlias, :PolyClientCertificateAliasInfo, :Http3Supported, :ProxyId, :GroupId
5303
5319
 
5304
- def initialize(listenerid=nil, listenername=nil, port=nil, protocol=nil, listenerstatus=nil, certificateid=nil, forwardprotocol=nil, createtime=nil, certificatealias=nil, clientcertificateid=nil, authtype=nil, clientcertificatealias=nil, polyclientcertificatealiasinfo=nil, http3supported=nil)
5320
+ def initialize(listenerid=nil, listenername=nil, port=nil, protocol=nil, listenerstatus=nil, certificateid=nil, forwardprotocol=nil, createtime=nil, certificatealias=nil, clientcertificateid=nil, authtype=nil, clientcertificatealias=nil, polyclientcertificatealiasinfo=nil, http3supported=nil, proxyid=nil, groupid=nil)
5305
5321
  @ListenerId = listenerid
5306
5322
  @ListenerName = listenername
5307
5323
  @Port = port
@@ -5316,6 +5332,8 @@ module TencentCloud
5316
5332
  @ClientCertificateAlias = clientcertificatealias
5317
5333
  @PolyClientCertificateAliasInfo = polyclientcertificatealiasinfo
5318
5334
  @Http3Supported = http3supported
5335
+ @ProxyId = proxyid
5336
+ @GroupId = groupid
5319
5337
  end
5320
5338
 
5321
5339
  def deserialize(params)
@@ -5340,6 +5358,8 @@ module TencentCloud
5340
5358
  end
5341
5359
  end
5342
5360
  @Http3Supported = params['Http3Supported']
5361
+ @ProxyId = params['ProxyId']
5362
+ @GroupId = params['GroupId']
5343
5363
  end
5344
5364
  end
5345
5365
 
@@ -7769,10 +7789,16 @@ module TencentCloud
7769
7789
  # @param SessionPersist: 是否开启会话保持选项:0关闭, 非0开启,非0值为会话保持时间
7770
7790
  # 注意:此字段可能返回 null,表示取不到有效值。
7771
7791
  # @type SessionPersist: Integer
7792
+ # @param ProxyId: 监听器的通道ID,如果监听器属于通道组,则为null
7793
+ # 注意:此字段可能返回 null,表示取不到有效值。
7794
+ # @type ProxyId: String
7795
+ # @param GroupId: 监听器的通道组ID,如果监听器属于通道,则为null
7796
+ # 注意:此字段可能返回 null,表示取不到有效值。
7797
+ # @type GroupId: String
7772
7798
 
7773
- attr_accessor :ListenerId, :ListenerName, :Port, :RealServerPort, :RealServerType, :Protocol, :ListenerStatus, :Scheduler, :ConnectTimeout, :DelayLoop, :HealthCheck, :BindStatus, :RealServerSet, :CreateTime, :ClientIPMethod, :HealthyThreshold, :UnhealthyThreshold, :FailoverSwitch, :SessionPersist
7799
+ attr_accessor :ListenerId, :ListenerName, :Port, :RealServerPort, :RealServerType, :Protocol, :ListenerStatus, :Scheduler, :ConnectTimeout, :DelayLoop, :HealthCheck, :BindStatus, :RealServerSet, :CreateTime, :ClientIPMethod, :HealthyThreshold, :UnhealthyThreshold, :FailoverSwitch, :SessionPersist, :ProxyId, :GroupId
7774
7800
 
7775
- def initialize(listenerid=nil, listenername=nil, port=nil, realserverport=nil, realservertype=nil, protocol=nil, listenerstatus=nil, scheduler=nil, connecttimeout=nil, delayloop=nil, healthcheck=nil, bindstatus=nil, realserverset=nil, createtime=nil, clientipmethod=nil, healthythreshold=nil, unhealthythreshold=nil, failoverswitch=nil, sessionpersist=nil)
7801
+ def initialize(listenerid=nil, listenername=nil, port=nil, realserverport=nil, realservertype=nil, protocol=nil, listenerstatus=nil, scheduler=nil, connecttimeout=nil, delayloop=nil, healthcheck=nil, bindstatus=nil, realserverset=nil, createtime=nil, clientipmethod=nil, healthythreshold=nil, unhealthythreshold=nil, failoverswitch=nil, sessionpersist=nil, proxyid=nil, groupid=nil)
7776
7802
  @ListenerId = listenerid
7777
7803
  @ListenerName = listenername
7778
7804
  @Port = port
@@ -7792,6 +7818,8 @@ module TencentCloud
7792
7818
  @UnhealthyThreshold = unhealthythreshold
7793
7819
  @FailoverSwitch = failoverswitch
7794
7820
  @SessionPersist = sessionpersist
7821
+ @ProxyId = proxyid
7822
+ @GroupId = groupid
7795
7823
  end
7796
7824
 
7797
7825
  def deserialize(params)
@@ -7821,6 +7849,8 @@ module TencentCloud
7821
7849
  @UnhealthyThreshold = params['UnhealthyThreshold']
7822
7850
  @FailoverSwitch = params['FailoverSwitch']
7823
7851
  @SessionPersist = params['SessionPersist']
7852
+ @ProxyId = params['ProxyId']
7853
+ @GroupId = params['GroupId']
7824
7854
  end
7825
7855
  end
7826
7856
 
@@ -7933,10 +7963,16 @@ module TencentCloud
7933
7963
  # @param RecvContext: UDP源站健康检查端口探测接收报文。仅在健康检查类型为PORT时使用。
7934
7964
  # 注意:此字段可能返回 null,表示取不到有效值。
7935
7965
  # @type RecvContext: String
7966
+ # @param ProxyId: 监听器的通道ID,如果监听器属于通道组,则为null
7967
+ # 注意:此字段可能返回 null,表示取不到有效值。
7968
+ # @type ProxyId: String
7969
+ # @param GroupId: 监听器的通道组ID,如果监听器属于通道,则为null
7970
+ # 注意:此字段可能返回 null,表示取不到有效值。
7971
+ # @type GroupId: String
7936
7972
 
7937
- attr_accessor :ListenerId, :ListenerName, :Port, :RealServerPort, :RealServerType, :Protocol, :ListenerStatus, :Scheduler, :BindStatus, :RealServerSet, :CreateTime, :SessionPersist, :DelayLoop, :ConnectTimeout, :HealthyThreshold, :UnhealthyThreshold, :FailoverSwitch, :HealthCheck, :CheckType, :CheckPort, :ContextType, :SendContext, :RecvContext
7973
+ attr_accessor :ListenerId, :ListenerName, :Port, :RealServerPort, :RealServerType, :Protocol, :ListenerStatus, :Scheduler, :BindStatus, :RealServerSet, :CreateTime, :SessionPersist, :DelayLoop, :ConnectTimeout, :HealthyThreshold, :UnhealthyThreshold, :FailoverSwitch, :HealthCheck, :CheckType, :CheckPort, :ContextType, :SendContext, :RecvContext, :ProxyId, :GroupId
7938
7974
 
7939
- def initialize(listenerid=nil, listenername=nil, port=nil, realserverport=nil, realservertype=nil, protocol=nil, listenerstatus=nil, scheduler=nil, bindstatus=nil, realserverset=nil, createtime=nil, sessionpersist=nil, delayloop=nil, connecttimeout=nil, healthythreshold=nil, unhealthythreshold=nil, failoverswitch=nil, healthcheck=nil, checktype=nil, checkport=nil, contexttype=nil, sendcontext=nil, recvcontext=nil)
7975
+ def initialize(listenerid=nil, listenername=nil, port=nil, realserverport=nil, realservertype=nil, protocol=nil, listenerstatus=nil, scheduler=nil, bindstatus=nil, realserverset=nil, createtime=nil, sessionpersist=nil, delayloop=nil, connecttimeout=nil, healthythreshold=nil, unhealthythreshold=nil, failoverswitch=nil, healthcheck=nil, checktype=nil, checkport=nil, contexttype=nil, sendcontext=nil, recvcontext=nil, proxyid=nil, groupid=nil)
7940
7976
  @ListenerId = listenerid
7941
7977
  @ListenerName = listenername
7942
7978
  @Port = port
@@ -7960,6 +7996,8 @@ module TencentCloud
7960
7996
  @ContextType = contexttype
7961
7997
  @SendContext = sendcontext
7962
7998
  @RecvContext = recvcontext
7999
+ @ProxyId = proxyid
8000
+ @GroupId = groupid
7963
8001
  end
7964
8002
 
7965
8003
  def deserialize(params)
@@ -7993,6 +8031,8 @@ module TencentCloud
7993
8031
  @ContextType = params['ContextType']
7994
8032
  @SendContext = params['SendContext']
7995
8033
  @RecvContext = params['RecvContext']
8034
+ @ProxyId = params['ProxyId']
8035
+ @GroupId = params['GroupId']
7996
8036
  end
7997
8037
  end
7998
8038
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-gaap
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.426
4
+ version: 3.0.427
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-10-12 00:00:00.000000000 Z
11
+ date: 2022-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common