tencentcloud-sdk-privatedns 3.0.1039 → 3.0.1040

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/v20201028/models.rb +14 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f14953a88f93e387f111735a7f75755a31498fb9
4
- data.tar.gz: 06d2fe29aee5ca46153f82f2e16ffb9d51e33a97
3
+ metadata.gz: c7b7e96a158e7568ee0be43e9476262109cc3e3f
4
+ data.tar.gz: a44ac5f5f92f419fc8c40a6fd2b6b5e14d3c71d2
5
5
  SHA512:
6
- metadata.gz: 3981b4df30060b0af92763fb517584801410c08ba0e56b7e0f8ee69528a1c8b2e61aebb8e9c72c47fa368dec599d79205a64be244f355b937bb1fdc36de46d65
7
- data.tar.gz: fa7c143683a7693127c6a7531e06bbdd152f036faf377a0d17f9068fa75c5581b3df58d5c0facc1ab13ca9f181d6a533e3bde09c4770847d36aaedf4a70659b5
6
+ metadata.gz: bc31284793c5a4dce5d74c0f33ac55b16bb424b0e2a54407402b873cbdc8b22ebcb890f5c9eb5e3818f8de6660d6fa2962317e24939cc5b52a006c6bf0670396
7
+ data.tar.gz: 12eba0d134e098c0aa3c8a04dbd3fa101b511d749eb0c309e7cf03566de9f42deba26f621fd315eb793e7450a60850c22c795c4cba45ddb8aec1038f646e416e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1039
1
+ 3.0.1040
@@ -364,8 +364,8 @@ module TencentCloud
364
364
 
365
365
  attr_accessor :Domain, :TagSet, :VpcSet, :Remark, :DnsForwardStatus, :Vpcs, :AccountVpcSet, :CnameSpeedupStatus
366
366
  extend Gem::Deprecate
367
- deprecate :Vpcs, :none, 2025, 3
368
- deprecate :Vpcs=, :none, 2025, 3
367
+ deprecate :Vpcs, :none, 2025, 4
368
+ deprecate :Vpcs=, :none, 2025, 4
369
369
 
370
370
  def initialize(domain=nil, tagset=nil, vpcset=nil, remark=nil, dnsforwardstatus=nil, vpcs=nil, accountvpcset=nil, cnamespeedupstatus=nil)
371
371
  @Domain = domain
@@ -1145,13 +1145,16 @@ module TencentCloud
1145
1145
  # @type Filters: Array
1146
1146
  # @param TimeRangeEnd: 请求量统计结束时间,格式:2020-11-22 23:59:59
1147
1147
  # @type TimeRangeEnd: String
1148
+ # @param Export: 是否导出:true导出,false不导出
1149
+ # @type Export: Boolean
1148
1150
 
1149
- attr_accessor :TimeRangeBegin, :Filters, :TimeRangeEnd
1151
+ attr_accessor :TimeRangeBegin, :Filters, :TimeRangeEnd, :Export
1150
1152
 
1151
- def initialize(timerangebegin=nil, filters=nil, timerangeend=nil)
1153
+ def initialize(timerangebegin=nil, filters=nil, timerangeend=nil, export=nil)
1152
1154
  @TimeRangeBegin = timerangebegin
1153
1155
  @Filters = filters
1154
1156
  @TimeRangeEnd = timerangeend
1157
+ @Export = export
1155
1158
  end
1156
1159
 
1157
1160
  def deserialize(params)
@@ -1165,6 +1168,7 @@ module TencentCloud
1165
1168
  end
1166
1169
  end
1167
1170
  @TimeRangeEnd = params['TimeRangeEnd']
1171
+ @Export = params['Export']
1168
1172
  end
1169
1173
  end
1170
1174
 
@@ -1174,14 +1178,17 @@ module TencentCloud
1174
1178
  # @type Data: Array
1175
1179
  # @param Interval: 请求量单位时间: Day:天,Hour:小时
1176
1180
  # @type Interval: String
1181
+ # @param Url: 导出数据下载地址
1182
+ # @type Url: String
1177
1183
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1178
1184
  # @type RequestId: String
1179
1185
 
1180
- attr_accessor :Data, :Interval, :RequestId
1186
+ attr_accessor :Data, :Interval, :Url, :RequestId
1181
1187
 
1182
- def initialize(data=nil, interval=nil, requestid=nil)
1188
+ def initialize(data=nil, interval=nil, url=nil, requestid=nil)
1183
1189
  @Data = data
1184
1190
  @Interval = interval
1191
+ @Url = url
1185
1192
  @RequestId = requestid
1186
1193
  end
1187
1194
 
@@ -1195,6 +1202,7 @@ module TencentCloud
1195
1202
  end
1196
1203
  end
1197
1204
  @Interval = params['Interval']
1205
+ @Url = params['Url']
1198
1206
  @RequestId = params['RequestId']
1199
1207
  end
1200
1208
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-privatedns
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1039
4
+ version: 3.0.1040
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-04-13 00:00:00.000000000 Z
11
+ date: 2025-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common