tencentcloud-sdk-mps 3.0.1068 → 3.0.1070

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/v20190612/models.rb +18 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 66f9808cf40b15a5404615249f29663ac9b7654d
4
- data.tar.gz: fcb225ce5303967844172fdf718e55f020c2b357
3
+ metadata.gz: e92954b43b5ba0443b925321fead9d2363f4e1d5
4
+ data.tar.gz: 1c345d61ae6660714d54201155912b4f5cd9ad7e
5
5
  SHA512:
6
- metadata.gz: 38c3fb32b6658c7df178b3999b591c52bec354a59a1630e72b843b743549273ecbdb600f6c3c6d2373ae9b22b456f51beb780ce98696e426dd65d60d36febde5
7
- data.tar.gz: e75ad72bdea868bbf2cc2dc732c4e64d804a4eff029ca69cfdd9cdc20ced85bc2c208e308772ecb2d10376f9da234c1973a63a7c567b6cdec99c858107a9d97f
6
+ metadata.gz: 926c884c0c1b426dbaac28a8a648237db227236f29ae5ed1a870868d785eb93fae7a8a810d77fa21e2c56817b6f4b86ad5b8eb6ea184961c3a2e2b05037ef802
7
+ data.tar.gz: e7e6d0f4a23b32cca89e460412d667da13397912f4afd6512ae603679500ea2422a6c6e9ec685a3ab87861dfc3e6526d966e0fdb14dea7a9e11a5e11877e9014
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1068
1
+ 3.0.1070
@@ -11952,10 +11952,12 @@ module TencentCloud
11952
11952
  # @param EndTime: 统计的结束时间,默认为StartTime后一小时,最多支持查询24小时的数据。
11953
11953
  # UTC时间,如'2020-01-01T12:00:00Z'。
11954
11954
  # @type EndTime: String
11955
+ # @param RemoteIp: 对端客户端或者服务端的IP地址
11956
+ # @type RemoteIp: String
11955
11957
 
11956
- attr_accessor :FlowId, :Type, :InputOutputId, :Pipeline, :Period, :StartTime, :EndTime
11958
+ attr_accessor :FlowId, :Type, :InputOutputId, :Pipeline, :Period, :StartTime, :EndTime, :RemoteIp
11957
11959
 
11958
- def initialize(flowid=nil, type=nil, inputoutputid=nil, pipeline=nil, period=nil, starttime=nil, endtime=nil)
11960
+ def initialize(flowid=nil, type=nil, inputoutputid=nil, pipeline=nil, period=nil, starttime=nil, endtime=nil, remoteip=nil)
11959
11961
  @FlowId = flowid
11960
11962
  @Type = type
11961
11963
  @InputOutputId = inputoutputid
@@ -11963,6 +11965,7 @@ module TencentCloud
11963
11965
  @Period = period
11964
11966
  @StartTime = starttime
11965
11967
  @EndTime = endtime
11968
+ @RemoteIp = remoteip
11966
11969
  end
11967
11970
 
11968
11971
  def deserialize(params)
@@ -11973,6 +11976,7 @@ module TencentCloud
11973
11976
  @Period = params['Period']
11974
11977
  @StartTime = params['StartTime']
11975
11978
  @EndTime = params['EndTime']
11979
+ @RemoteIp = params['RemoteIp']
11976
11980
  end
11977
11981
  end
11978
11982
 
@@ -12115,10 +12119,12 @@ module TencentCloud
12115
12119
  # @type EndTime: String
12116
12120
  # @param Period: 查询间隔,可选[5s|1min|5min|15min]。
12117
12121
  # @type Period: String
12122
+ # @param RemoteIp: 对端客户端或者服务端的IP地址
12123
+ # @type RemoteIp: String
12118
12124
 
12119
- attr_accessor :FlowId, :Type, :InputOutputId, :Pipeline, :StartTime, :EndTime, :Period
12125
+ attr_accessor :FlowId, :Type, :InputOutputId, :Pipeline, :StartTime, :EndTime, :Period, :RemoteIp
12120
12126
 
12121
- def initialize(flowid=nil, type=nil, inputoutputid=nil, pipeline=nil, starttime=nil, endtime=nil, period=nil)
12127
+ def initialize(flowid=nil, type=nil, inputoutputid=nil, pipeline=nil, starttime=nil, endtime=nil, period=nil, remoteip=nil)
12122
12128
  @FlowId = flowid
12123
12129
  @Type = type
12124
12130
  @InputOutputId = inputoutputid
@@ -12126,6 +12132,7 @@ module TencentCloud
12126
12132
  @StartTime = starttime
12127
12133
  @EndTime = endtime
12128
12134
  @Period = period
12135
+ @RemoteIp = remoteip
12129
12136
  end
12130
12137
 
12131
12138
  def deserialize(params)
@@ -12136,6 +12143,7 @@ module TencentCloud
12136
12143
  @StartTime = params['StartTime']
12137
12144
  @EndTime = params['EndTime']
12138
12145
  @Period = params['Period']
12146
+ @RemoteIp = params['RemoteIp']
12139
12147
  end
12140
12148
  end
12141
12149
 
@@ -12184,10 +12192,12 @@ module TencentCloud
12184
12192
  # @param EndTime: 统计的结束时间,默认为StartTime后一小时,最多支持查询24小时的数据。
12185
12193
  # UTC时间,如'2020-01-01T12:00:00Z'。
12186
12194
  # @type EndTime: String
12195
+ # @param RemoteIp: 对端客户端或者服务端的IP地址
12196
+ # @type RemoteIp: String
12187
12197
 
12188
- attr_accessor :FlowId, :Type, :InputOutputId, :Pipeline, :Period, :StartTime, :EndTime
12198
+ attr_accessor :FlowId, :Type, :InputOutputId, :Pipeline, :Period, :StartTime, :EndTime, :RemoteIp
12189
12199
 
12190
- def initialize(flowid=nil, type=nil, inputoutputid=nil, pipeline=nil, period=nil, starttime=nil, endtime=nil)
12200
+ def initialize(flowid=nil, type=nil, inputoutputid=nil, pipeline=nil, period=nil, starttime=nil, endtime=nil, remoteip=nil)
12191
12201
  @FlowId = flowid
12192
12202
  @Type = type
12193
12203
  @InputOutputId = inputoutputid
@@ -12195,6 +12205,7 @@ module TencentCloud
12195
12205
  @Period = period
12196
12206
  @StartTime = starttime
12197
12207
  @EndTime = endtime
12208
+ @RemoteIp = remoteip
12198
12209
  end
12199
12210
 
12200
12211
  def deserialize(params)
@@ -12205,6 +12216,7 @@ module TencentCloud
12205
12216
  @Period = params['Period']
12206
12217
  @StartTime = params['StartTime']
12207
12218
  @EndTime = params['EndTime']
12219
+ @RemoteIp = params['RemoteIp']
12208
12220
  end
12209
12221
  end
12210
12222
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-mps
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1068
4
+ version: 3.0.1070
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-05-26 00:00:00.000000000 Z
11
+ date: 2025-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common