tencentcloud-sdk-live 3.0.590 → 3.0.591
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180801/client.rb +1 -1
- data/lib/v20180801/models.rb +342 -338
- metadata +2 -2
data/lib/v20180801/models.rb
CHANGED
@@ -34,7 +34,7 @@ module TencentCloud
|
|
34
34
|
# @type ExpireTime: String
|
35
35
|
|
36
36
|
attr_accessor :AppName, :DomainName, :StreamName, :DelayTime, :ExpireTime
|
37
|
-
|
37
|
+
|
38
38
|
def initialize(appname=nil, domainname=nil, streamname=nil, delaytime=nil, expiretime=nil)
|
39
39
|
@AppName = appname
|
40
40
|
@DomainName = domainname
|
@@ -58,7 +58,7 @@ module TencentCloud
|
|
58
58
|
# @type RequestId: String
|
59
59
|
|
60
60
|
attr_accessor :RequestId
|
61
|
-
|
61
|
+
|
62
62
|
def initialize(requestid=nil)
|
63
63
|
@RequestId = requestid
|
64
64
|
end
|
@@ -101,7 +101,7 @@ module TencentCloud
|
|
101
101
|
# @type VerifyOwnerType: String
|
102
102
|
|
103
103
|
attr_accessor :DomainName, :DomainType, :PlayType, :IsDelayLive, :IsMiniProgramLive, :VerifyOwnerType
|
104
|
-
|
104
|
+
|
105
105
|
def initialize(domainname=nil, domaintype=nil, playtype=nil, isdelaylive=nil, isminiprogramlive=nil, verifyownertype=nil)
|
106
106
|
@DomainName = domainname
|
107
107
|
@DomainType = domaintype
|
@@ -127,7 +127,7 @@ module TencentCloud
|
|
127
127
|
# @type RequestId: String
|
128
128
|
|
129
129
|
attr_accessor :RequestId
|
130
|
-
|
130
|
+
|
131
131
|
def initialize(requestid=nil)
|
132
132
|
@RequestId = requestid
|
133
133
|
end
|
@@ -160,7 +160,7 @@ module TencentCloud
|
|
160
160
|
# @type BackgroundHeight: Integer
|
161
161
|
|
162
162
|
attr_accessor :PictureUrl, :WatermarkName, :XPosition, :YPosition, :Width, :Height, :BackgroundWidth, :BackgroundHeight
|
163
|
-
|
163
|
+
|
164
164
|
def initialize(pictureurl=nil, watermarkname=nil, xposition=nil, yposition=nil, width=nil, height=nil, backgroundwidth=nil, backgroundheight=nil)
|
165
165
|
@PictureUrl = pictureurl
|
166
166
|
@WatermarkName = watermarkname
|
@@ -192,7 +192,7 @@ module TencentCloud
|
|
192
192
|
# @type RequestId: String
|
193
193
|
|
194
194
|
attr_accessor :WatermarkId, :RequestId
|
195
|
-
|
195
|
+
|
196
196
|
def initialize(watermarkid=nil, requestid=nil)
|
197
197
|
@WatermarkId = watermarkid
|
198
198
|
@RequestId = requestid
|
@@ -215,7 +215,7 @@ module TencentCloud
|
|
215
215
|
# @type VerifyType: String
|
216
216
|
|
217
217
|
attr_accessor :DomainName, :VerifyType
|
218
|
-
|
218
|
+
|
219
219
|
def initialize(domainname=nil, verifytype=nil)
|
220
220
|
@DomainName = domainname
|
221
221
|
@VerifyType = verifytype
|
@@ -244,7 +244,7 @@ module TencentCloud
|
|
244
244
|
# @type RequestId: String
|
245
245
|
|
246
246
|
attr_accessor :Content, :Status, :MainDomain, :RequestId
|
247
|
-
|
247
|
+
|
248
248
|
def initialize(content=nil, status=nil, maindomain=nil, requestid=nil)
|
249
249
|
@Content = content
|
250
250
|
@Status = status
|
@@ -272,7 +272,7 @@ module TencentCloud
|
|
272
272
|
# @type Bandwidth: Float
|
273
273
|
|
274
274
|
attr_accessor :Time, :Bandwidth
|
275
|
-
|
275
|
+
|
276
276
|
def initialize(time=nil, bandwidth=nil)
|
277
277
|
@Time = time
|
278
278
|
@Bandwidth = bandwidth
|
@@ -294,7 +294,7 @@ module TencentCloud
|
|
294
294
|
# @type Message: String
|
295
295
|
|
296
296
|
attr_accessor :DomainName, :Code, :Message
|
297
|
-
|
297
|
+
|
298
298
|
def initialize(domainname=nil, code=nil, message=nil)
|
299
299
|
@DomainName = domainname
|
300
300
|
@Code = code
|
@@ -316,7 +316,7 @@ module TencentCloud
|
|
316
316
|
# @type Countrys: Array
|
317
317
|
|
318
318
|
attr_accessor :Name, :Countrys
|
319
|
-
|
319
|
+
|
320
320
|
def initialize(name=nil, countrys=nil)
|
321
321
|
@Name = name
|
322
322
|
@Countrys = countrys
|
@@ -343,7 +343,7 @@ module TencentCloud
|
|
343
343
|
# @type BandInfoList: Array
|
344
344
|
|
345
345
|
attr_accessor :Name, :BandInfoList
|
346
|
-
|
346
|
+
|
347
347
|
def initialize(name=nil, bandinfolist=nil)
|
348
348
|
@Name = name
|
349
349
|
@BandInfoList = bandinfolist
|
@@ -381,7 +381,7 @@ module TencentCloud
|
|
381
381
|
# @type PeakTime: String
|
382
382
|
|
383
383
|
attr_accessor :Time, :Bandwidth, :Flux, :PeakTime
|
384
|
-
|
384
|
+
|
385
385
|
def initialize(time=nil, bandwidth=nil, flux=nil, peaktime=nil)
|
386
386
|
@Time = time
|
387
387
|
@Bandwidth = bandwidth
|
@@ -413,7 +413,7 @@ module TencentCloud
|
|
413
413
|
# @type AppName: String
|
414
414
|
|
415
415
|
attr_accessor :CreateTime, :UpdateTime, :TemplateId, :DomainName, :AppName
|
416
|
-
|
416
|
+
|
417
417
|
def initialize(createtime=nil, updatetime=nil, templateid=nil, domainname=nil, appname=nil)
|
418
418
|
@CreateTime = createtime
|
419
419
|
@UpdateTime = updatetime
|
@@ -461,7 +461,7 @@ module TencentCloud
|
|
461
461
|
# @type AudioAuditNotifyUrl: String
|
462
462
|
|
463
463
|
attr_accessor :TemplateId, :TemplateName, :Description, :StreamBeginNotifyUrl, :StreamMixNotifyUrl, :StreamEndNotifyUrl, :RecordNotifyUrl, :SnapshotNotifyUrl, :PornCensorshipNotifyUrl, :CallbackKey, :PushExceptionNotifyUrl, :AudioAuditNotifyUrl
|
464
|
-
|
464
|
+
|
465
465
|
def initialize(templateid=nil, templatename=nil, description=nil, streambeginnotifyurl=nil, streammixnotifyurl=nil, streamendnotifyurl=nil, recordnotifyurl=nil, snapshotnotifyurl=nil, porncensorshipnotifyurl=nil, callbackkey=nil, pushexceptionnotifyurl=nil, audioauditnotifyurl=nil)
|
466
466
|
@TemplateId = templateid
|
467
467
|
@TemplateName = templatename
|
@@ -511,7 +511,7 @@ module TencentCloud
|
|
511
511
|
# @type StreamId: String
|
512
512
|
|
513
513
|
attr_accessor :EventTime, :EventType, :Request, :Response, :ResponseTime, :ResultCode, :StreamId
|
514
|
-
|
514
|
+
|
515
515
|
def initialize(eventtime=nil, eventtype=nil, request=nil, response=nil, responsetime=nil, resultcode=nil, streamid=nil)
|
516
516
|
@EventTime = eventtime
|
517
517
|
@EventType = eventtype
|
@@ -540,7 +540,7 @@ module TencentCloud
|
|
540
540
|
# @type MixStreamSessionId: String
|
541
541
|
|
542
542
|
attr_accessor :MixStreamSessionId
|
543
|
-
|
543
|
+
|
544
544
|
def initialize(mixstreamsessionid=nil)
|
545
545
|
@MixStreamSessionId = mixstreamsessionid
|
546
546
|
end
|
@@ -556,7 +556,7 @@ module TencentCloud
|
|
556
556
|
# @type RequestId: String
|
557
557
|
|
558
558
|
attr_accessor :RequestId
|
559
|
-
|
559
|
+
|
560
560
|
def initialize(requestid=nil)
|
561
561
|
@RequestId = requestid
|
562
562
|
end
|
@@ -583,7 +583,7 @@ module TencentCloud
|
|
583
583
|
# @type Online: Integer
|
584
584
|
|
585
585
|
attr_accessor :Time, :Bandwidth, :Flux, :Request, :Online
|
586
|
-
|
586
|
+
|
587
587
|
def initialize(time=nil, bandwidth=nil, flux=nil, request=nil, online=nil)
|
588
588
|
@Time = time
|
589
589
|
@Bandwidth = bandwidth
|
@@ -625,7 +625,7 @@ module TencentCloud
|
|
625
625
|
# @type DomainList: Array
|
626
626
|
|
627
627
|
attr_accessor :CertId, :CertName, :Description, :CreateTime, :HttpsCrt, :CertType, :CertExpireTime, :DomainList
|
628
|
-
|
628
|
+
|
629
629
|
def initialize(certid=nil, certname=nil, description=nil, createtime=nil, httpscrt=nil, certtype=nil, certexpiretime=nil, domainlist=nil)
|
630
630
|
@CertId = certid
|
631
631
|
@CertName = certname
|
@@ -665,7 +665,7 @@ module TencentCloud
|
|
665
665
|
# @type CountryArea: String
|
666
666
|
|
667
667
|
attr_accessor :ClientIp, :Province, :TotalFlux, :TotalRequest, :TotalFailedRequest, :CountryArea
|
668
|
-
|
668
|
+
|
669
669
|
def initialize(clientip=nil, province=nil, totalflux=nil, totalrequest=nil, totalfailedrequest=nil, countryarea=nil)
|
670
670
|
@ClientIp = clientip
|
671
671
|
@Province = province
|
@@ -698,7 +698,7 @@ module TencentCloud
|
|
698
698
|
# @type PassInputSei: Integer
|
699
699
|
|
700
700
|
attr_accessor :UseMixCropCenter, :AllowCopy, :PassInputSei
|
701
|
-
|
701
|
+
|
702
702
|
def initialize(usemixcropcenter=nil, allowcopy=nil, passinputsei=nil)
|
703
703
|
@UseMixCropCenter = usemixcropcenter
|
704
704
|
@AllowCopy = allowcopy
|
@@ -724,7 +724,7 @@ module TencentCloud
|
|
724
724
|
# @type CropStartLocationY: Float
|
725
725
|
|
726
726
|
attr_accessor :CropWidth, :CropHeight, :CropStartLocationX, :CropStartLocationY
|
727
|
-
|
727
|
+
|
728
728
|
def initialize(cropwidth=nil, cropheight=nil, cropstartlocationx=nil, cropstartlocationy=nil)
|
729
729
|
@CropWidth = cropwidth
|
730
730
|
@CropHeight = cropheight
|
@@ -752,7 +752,7 @@ module TencentCloud
|
|
752
752
|
# @type CropParams: :class:`Tencentcloud::Live.v20180801.models.CommonMixCropParams`
|
753
753
|
|
754
754
|
attr_accessor :InputStreamName, :LayoutParams, :CropParams
|
755
|
-
|
755
|
+
|
756
756
|
def initialize(inputstreamname=nil, layoutparams=nil, cropparams=nil)
|
757
757
|
@InputStreamName = inputstreamname
|
758
758
|
@LayoutParams = layoutparams
|
@@ -827,7 +827,7 @@ module TencentCloud
|
|
827
827
|
# @type WatermarkId: Integer
|
828
828
|
|
829
829
|
attr_accessor :ImageLayer, :InputType, :ImageHeight, :ImageWidth, :LocationX, :LocationY, :Color, :WatermarkId
|
830
|
-
|
830
|
+
|
831
831
|
def initialize(imagelayer=nil, inputtype=nil, imageheight=nil, imagewidth=nil, locationx=nil, locationy=nil, color=nil, watermarkid=nil)
|
832
832
|
@ImageLayer = imagelayer
|
833
833
|
@InputType = inputtype
|
@@ -883,7 +883,7 @@ module TencentCloud
|
|
883
883
|
# @type MixSei: String
|
884
884
|
|
885
885
|
attr_accessor :OutputStreamName, :OutputStreamType, :OutputStreamBitRate, :OutputStreamGop, :OutputStreamFrameRate, :OutputAudioBitRate, :OutputAudioSampleRate, :OutputAudioChannels, :MixSei
|
886
|
-
|
886
|
+
|
887
887
|
def initialize(outputstreamname=nil, outputstreamtype=nil, outputstreambitrate=nil, outputstreamgop=nil, outputstreamframerate=nil, outputaudiobitrate=nil, outputaudiosamplerate=nil, outputaudiochannels=nil, mixsei=nil)
|
888
888
|
@OutputStreamName = outputstreamname
|
889
889
|
@OutputStreamType = outputstreamtype
|
@@ -917,7 +917,7 @@ module TencentCloud
|
|
917
917
|
# @type Num: Integer
|
918
918
|
|
919
919
|
attr_accessor :Time, :Num
|
920
|
-
|
920
|
+
|
921
921
|
def initialize(time=nil, num=nil)
|
922
922
|
@Time = time
|
923
923
|
@Num = num
|
@@ -949,7 +949,7 @@ module TencentCloud
|
|
949
949
|
# @type ControlParams: :class:`Tencentcloud::Live.v20180801.models.CommonMixControlParams`
|
950
950
|
|
951
951
|
attr_accessor :MixStreamSessionId, :InputStreamList, :OutputParams, :MixStreamTemplateId, :ControlParams
|
952
|
-
|
952
|
+
|
953
953
|
def initialize(mixstreamsessionid=nil, inputstreamlist=nil, outputparams=nil, mixstreamtemplateid=nil, controlparams=nil)
|
954
954
|
@MixStreamSessionId = mixstreamsessionid
|
955
955
|
@InputStreamList = inputstreamlist
|
@@ -986,7 +986,7 @@ module TencentCloud
|
|
986
986
|
# @type RequestId: String
|
987
987
|
|
988
988
|
attr_accessor :RequestId
|
989
|
-
|
989
|
+
|
990
990
|
def initialize(requestid=nil)
|
991
991
|
@RequestId = requestid
|
992
992
|
end
|
@@ -1006,7 +1006,7 @@ module TencentCloud
|
|
1006
1006
|
# @type TemplateId: Integer
|
1007
1007
|
|
1008
1008
|
attr_accessor :DomainName, :AppName, :TemplateId
|
1009
|
-
|
1009
|
+
|
1010
1010
|
def initialize(domainname=nil, appname=nil, templateid=nil)
|
1011
1011
|
@DomainName = domainname
|
1012
1012
|
@AppName = appname
|
@@ -1026,7 +1026,7 @@ module TencentCloud
|
|
1026
1026
|
# @type RequestId: String
|
1027
1027
|
|
1028
1028
|
attr_accessor :RequestId
|
1029
|
-
|
1029
|
+
|
1030
1030
|
def initialize(requestid=nil)
|
1031
1031
|
@RequestId = requestid
|
1032
1032
|
end
|
@@ -1072,7 +1072,7 @@ module TencentCloud
|
|
1072
1072
|
# @type AudioAuditNotifyUrl: String
|
1073
1073
|
|
1074
1074
|
attr_accessor :TemplateName, :Description, :StreamBeginNotifyUrl, :StreamEndNotifyUrl, :RecordNotifyUrl, :SnapshotNotifyUrl, :PornCensorshipNotifyUrl, :CallbackKey, :StreamMixNotifyUrl, :PushExceptionNotifyUrl, :AudioAuditNotifyUrl
|
1075
|
-
|
1075
|
+
|
1076
1076
|
def initialize(templatename=nil, description=nil, streambeginnotifyurl=nil, streamendnotifyurl=nil, recordnotifyurl=nil, snapshotnotifyurl=nil, porncensorshipnotifyurl=nil, callbackkey=nil, streammixnotifyurl=nil, pushexceptionnotifyurl=nil, audioauditnotifyurl=nil)
|
1077
1077
|
@TemplateName = templatename
|
1078
1078
|
@Description = description
|
@@ -1110,7 +1110,7 @@ module TencentCloud
|
|
1110
1110
|
# @type RequestId: String
|
1111
1111
|
|
1112
1112
|
attr_accessor :TemplateId, :RequestId
|
1113
|
-
|
1113
|
+
|
1114
1114
|
def initialize(templateid=nil, requestid=nil)
|
1115
1115
|
@TemplateId = templateid
|
1116
1116
|
@RequestId = requestid
|
@@ -1155,7 +1155,7 @@ module TencentCloud
|
|
1155
1155
|
# @param StartTime: 开始时间。
|
1156
1156
|
# 使用 UTC 格式时间,
|
1157
1157
|
# 例如:2019-01-08T10:00:00Z。
|
1158
|
-
# 注意:北京时间值为 UTC 时间值 + 8
|
1158
|
+
# 注意:北京时间值为 UTC 时间值 + 8 小时。
|
1159
1159
|
# @type StartTime: String
|
1160
1160
|
# @param EndTime: 结束时间,注意:
|
1161
1161
|
# 1. 结束时间必须大于开始时间;
|
@@ -1163,7 +1163,7 @@ module TencentCloud
|
|
1163
1163
|
# 3. 结束时间 和 开始时间 间隔必须小于七天。
|
1164
1164
|
# 使用 UTC 格式时间,
|
1165
1165
|
# 例如:2019-01-08T10:00:00Z。
|
1166
|
-
# 注意:北京时间值为 UTC 时间值 + 8
|
1166
|
+
# 注意:北京时间值为 UTC 时间值 + 8 小时。
|
1167
1167
|
# @type EndTime: String
|
1168
1168
|
# @param Operator: 任务操作人备注。
|
1169
1169
|
# @type Operator: String
|
@@ -1233,10 +1233,12 @@ module TencentCloud
|
|
1233
1233
|
# 1 - 启用。
|
1234
1234
|
# 注意:启用本地模式后,会将源列表中的 MP4 文件进行本地下载,优先使用本地已下载文件进行推流,提高点播源推流稳定性。使用本地下载文件推流时,会产生增值费用。
|
1235
1235
|
# @type VodLocalMode: Integer
|
1236
|
+
# @param RecordTemplateId: 录制模板 ID。
|
1237
|
+
# @type RecordTemplateId: String
|
1238
|
+
|
1239
|
+
attr_accessor :SourceType, :SourceUrls, :DomainName, :AppName, :StreamName, :StartTime, :EndTime, :Operator, :PushArgs, :CallbackEvents, :VodLoopTimes, :VodRefreshType, :CallbackUrl, :ExtraCmd, :Comment, :ToUrl, :BackupSourceType, :BackupSourceUrl, :WatermarkList, :VodLocalMode, :RecordTemplateId
|
1236
1240
|
|
1237
|
-
|
1238
|
-
|
1239
|
-
def initialize(sourcetype=nil, sourceurls=nil, domainname=nil, appname=nil, streamname=nil, starttime=nil, endtime=nil, operator=nil, pushargs=nil, callbackevents=nil, vodlooptimes=nil, vodrefreshtype=nil, callbackurl=nil, extracmd=nil, comment=nil, tourl=nil, backupsourcetype=nil, backupsourceurl=nil, watermarklist=nil, vodlocalmode=nil)
|
1241
|
+
def initialize(sourcetype=nil, sourceurls=nil, domainname=nil, appname=nil, streamname=nil, starttime=nil, endtime=nil, operator=nil, pushargs=nil, callbackevents=nil, vodlooptimes=nil, vodrefreshtype=nil, callbackurl=nil, extracmd=nil, comment=nil, tourl=nil, backupsourcetype=nil, backupsourceurl=nil, watermarklist=nil, vodlocalmode=nil, recordtemplateid=nil)
|
1240
1242
|
@SourceType = sourcetype
|
1241
1243
|
@SourceUrls = sourceurls
|
1242
1244
|
@DomainName = domainname
|
@@ -1257,6 +1259,7 @@ module TencentCloud
|
|
1257
1259
|
@BackupSourceUrl = backupsourceurl
|
1258
1260
|
@WatermarkList = watermarklist
|
1259
1261
|
@VodLocalMode = vodlocalmode
|
1262
|
+
@RecordTemplateId = recordtemplateid
|
1260
1263
|
end
|
1261
1264
|
|
1262
1265
|
def deserialize(params)
|
@@ -1287,6 +1290,7 @@ module TencentCloud
|
|
1287
1290
|
end
|
1288
1291
|
end
|
1289
1292
|
@VodLocalMode = params['VodLocalMode']
|
1293
|
+
@RecordTemplateId = params['RecordTemplateId']
|
1290
1294
|
end
|
1291
1295
|
end
|
1292
1296
|
|
@@ -1298,7 +1302,7 @@ module TencentCloud
|
|
1298
1302
|
# @type RequestId: String
|
1299
1303
|
|
1300
1304
|
attr_accessor :TaskId, :RequestId
|
1301
|
-
|
1305
|
+
|
1302
1306
|
def initialize(taskid=nil, requestid=nil)
|
1303
1307
|
@TaskId = taskid
|
1304
1308
|
@RequestId = requestid
|
@@ -1351,7 +1355,7 @@ module TencentCloud
|
|
1351
1355
|
# @type StreamParam: String
|
1352
1356
|
|
1353
1357
|
attr_accessor :StreamName, :AppName, :DomainName, :StartTime, :EndTime, :RecordType, :FileFormat, :Highlight, :MixStream, :StreamParam
|
1354
|
-
|
1358
|
+
|
1355
1359
|
def initialize(streamname=nil, appname=nil, domainname=nil, starttime=nil, endtime=nil, recordtype=nil, fileformat=nil, highlight=nil, mixstream=nil, streamparam=nil)
|
1356
1360
|
@StreamName = streamname
|
1357
1361
|
@AppName = appname
|
@@ -1387,7 +1391,7 @@ module TencentCloud
|
|
1387
1391
|
# @type RequestId: String
|
1388
1392
|
|
1389
1393
|
attr_accessor :TaskId, :RequestId
|
1390
|
-
|
1394
|
+
|
1391
1395
|
def initialize(taskid=nil, requestid=nil)
|
1392
1396
|
@TaskId = taskid
|
1393
1397
|
@RequestId = requestid
|
@@ -1412,7 +1416,7 @@ module TencentCloud
|
|
1412
1416
|
# @type StreamName: String
|
1413
1417
|
|
1414
1418
|
attr_accessor :DomainName, :TemplateId, :AppName, :StreamName
|
1415
|
-
|
1419
|
+
|
1416
1420
|
def initialize(domainname=nil, templateid=nil, appname=nil, streamname=nil)
|
1417
1421
|
@DomainName = domainname
|
1418
1422
|
@TemplateId = templateid
|
@@ -1434,7 +1438,7 @@ module TencentCloud
|
|
1434
1438
|
# @type RequestId: String
|
1435
1439
|
|
1436
1440
|
attr_accessor :RequestId
|
1437
|
-
|
1441
|
+
|
1438
1442
|
def initialize(requestid=nil)
|
1439
1443
|
@RequestId = requestid
|
1440
1444
|
end
|
@@ -1472,7 +1476,7 @@ module TencentCloud
|
|
1472
1476
|
# @type FlvSpecialParam: :class:`Tencentcloud::Live.v20180801.models.FlvSpecialParam`
|
1473
1477
|
|
1474
1478
|
attr_accessor :TemplateName, :Description, :FlvParam, :HlsParam, :Mp4Param, :AacParam, :IsDelayLive, :HlsSpecialParam, :Mp3Param, :RemoveWatermark, :FlvSpecialParam
|
1475
|
-
|
1479
|
+
|
1476
1480
|
def initialize(templatename=nil, description=nil, flvparam=nil, hlsparam=nil, mp4param=nil, aacparam=nil, isdelaylive=nil, hlsspecialparam=nil, mp3param=nil, removewatermark=nil, flvspecialparam=nil)
|
1477
1481
|
@TemplateName = templatename
|
1478
1482
|
@Description = description
|
@@ -1531,7 +1535,7 @@ module TencentCloud
|
|
1531
1535
|
# @type RequestId: String
|
1532
1536
|
|
1533
1537
|
attr_accessor :TemplateId, :RequestId
|
1534
|
-
|
1538
|
+
|
1535
1539
|
def initialize(templateid=nil, requestid=nil)
|
1536
1540
|
@TemplateId = templateid
|
1537
1541
|
@RequestId = requestid
|
@@ -1556,7 +1560,7 @@ module TencentCloud
|
|
1556
1560
|
# @type StreamName: String
|
1557
1561
|
|
1558
1562
|
attr_accessor :DomainName, :TemplateId, :AppName, :StreamName
|
1559
|
-
|
1563
|
+
|
1560
1564
|
def initialize(domainname=nil, templateid=nil, appname=nil, streamname=nil)
|
1561
1565
|
@DomainName = domainname
|
1562
1566
|
@TemplateId = templateid
|
@@ -1578,7 +1582,7 @@ module TencentCloud
|
|
1578
1582
|
# @type RequestId: String
|
1579
1583
|
|
1580
1584
|
attr_accessor :RequestId
|
1581
|
-
|
1585
|
+
|
1582
1586
|
def initialize(requestid=nil)
|
1583
1587
|
@RequestId = requestid
|
1584
1588
|
end
|
@@ -1628,7 +1632,7 @@ module TencentCloud
|
|
1628
1632
|
# @type CosFileName: String
|
1629
1633
|
|
1630
1634
|
attr_accessor :TemplateName, :CosAppId, :CosBucket, :CosRegion, :Description, :SnapshotInterval, :Width, :Height, :PornFlag, :CosPrefix, :CosFileName
|
1631
|
-
|
1635
|
+
|
1632
1636
|
def initialize(templatename=nil, cosappid=nil, cosbucket=nil, cosregion=nil, description=nil, snapshotinterval=nil, width=nil, height=nil, pornflag=nil, cosprefix=nil, cosfilename=nil)
|
1633
1637
|
@TemplateName = templatename
|
1634
1638
|
@CosAppId = cosappid
|
@@ -1666,7 +1670,7 @@ module TencentCloud
|
|
1666
1670
|
# @type RequestId: String
|
1667
1671
|
|
1668
1672
|
attr_accessor :TemplateId, :RequestId
|
1669
|
-
|
1673
|
+
|
1670
1674
|
def initialize(templateid=nil, requestid=nil)
|
1671
1675
|
@TemplateId = templateid
|
1672
1676
|
@RequestId = requestid
|
@@ -1691,7 +1695,7 @@ module TencentCloud
|
|
1691
1695
|
# @type TemplateId: Integer
|
1692
1696
|
|
1693
1697
|
attr_accessor :DomainName, :AppName, :StreamName, :TemplateId
|
1694
|
-
|
1698
|
+
|
1695
1699
|
def initialize(domainname=nil, appname=nil, streamname=nil, templateid=nil)
|
1696
1700
|
@DomainName = domainname
|
1697
1701
|
@AppName = appname
|
@@ -1713,7 +1717,7 @@ module TencentCloud
|
|
1713
1717
|
# @type RequestId: String
|
1714
1718
|
|
1715
1719
|
attr_accessor :RequestId
|
1716
|
-
|
1720
|
+
|
1717
1721
|
def initialize(requestid=nil)
|
1718
1722
|
@RequestId = requestid
|
1719
1723
|
end
|
@@ -1754,7 +1758,7 @@ module TencentCloud
|
|
1754
1758
|
# @type TranscodeTemplateIds: Array
|
1755
1759
|
|
1756
1760
|
attr_accessor :TemplateName, :Duration, :Description, :Area, :ItemDuration, :RemoveWatermark, :TranscodeTemplateIds
|
1757
|
-
|
1761
|
+
|
1758
1762
|
def initialize(templatename=nil, duration=nil, description=nil, area=nil, itemduration=nil, removewatermark=nil, transcodetemplateids=nil)
|
1759
1763
|
@TemplateName = templatename
|
1760
1764
|
@Duration = duration
|
@@ -1784,7 +1788,7 @@ module TencentCloud
|
|
1784
1788
|
# @type RequestId: String
|
1785
1789
|
|
1786
1790
|
attr_accessor :TemplateId, :RequestId
|
1787
|
-
|
1791
|
+
|
1788
1792
|
def initialize(templateid=nil, requestid=nil)
|
1789
1793
|
@TemplateId = templateid
|
1790
1794
|
@RequestId = requestid
|
@@ -1808,7 +1812,7 @@ module TencentCloud
|
|
1808
1812
|
# @type TemplateId: Integer
|
1809
1813
|
|
1810
1814
|
attr_accessor :DomainName, :AppName, :StreamName, :TemplateId
|
1811
|
-
|
1815
|
+
|
1812
1816
|
def initialize(domainname=nil, appname=nil, streamname=nil, templateid=nil)
|
1813
1817
|
@DomainName = domainname
|
1814
1818
|
@AppName = appname
|
@@ -1830,7 +1834,7 @@ module TencentCloud
|
|
1830
1834
|
# @type RequestId: String
|
1831
1835
|
|
1832
1836
|
attr_accessor :RequestId
|
1833
|
-
|
1837
|
+
|
1834
1838
|
def initialize(requestid=nil)
|
1835
1839
|
@RequestId = requestid
|
1836
1840
|
end
|
@@ -1918,7 +1922,7 @@ module TencentCloud
|
|
1918
1922
|
# @type DRMTracks: String
|
1919
1923
|
|
1920
1924
|
attr_accessor :TemplateName, :VideoBitrate, :Acodec, :AudioBitrate, :Vcodec, :Description, :NeedVideo, :Width, :NeedAudio, :Height, :Fps, :Gop, :Rotate, :Profile, :BitrateToOrig, :HeightToOrig, :FpsToOrig, :AiTransCode, :AdaptBitratePercent, :ShortEdgeAsHeight, :DRMType, :DRMTracks
|
1921
|
-
|
1925
|
+
|
1922
1926
|
def initialize(templatename=nil, videobitrate=nil, acodec=nil, audiobitrate=nil, vcodec=nil, description=nil, needvideo=nil, width=nil, needaudio=nil, height=nil, fps=nil, gop=nil, rotate=nil, profile=nil, bitratetoorig=nil, heighttoorig=nil, fpstoorig=nil, aitranscode=nil, adaptbitratepercent=nil, shortedgeasheight=nil, drmtype=nil, drmtracks=nil)
|
1923
1927
|
@TemplateName = templatename
|
1924
1928
|
@VideoBitrate = videobitrate
|
@@ -1978,7 +1982,7 @@ module TencentCloud
|
|
1978
1982
|
# @type RequestId: String
|
1979
1983
|
|
1980
1984
|
attr_accessor :TemplateId, :RequestId
|
1981
|
-
|
1985
|
+
|
1982
1986
|
def initialize(templateid=nil, requestid=nil)
|
1983
1987
|
@TemplateId = templateid
|
1984
1988
|
@RequestId = requestid
|
@@ -2002,7 +2006,7 @@ module TencentCloud
|
|
2002
2006
|
# @type TemplateId: Integer
|
2003
2007
|
|
2004
2008
|
attr_accessor :DomainName, :AppName, :StreamName, :TemplateId
|
2005
|
-
|
2009
|
+
|
2006
2010
|
def initialize(domainname=nil, appname=nil, streamname=nil, templateid=nil)
|
2007
2011
|
@DomainName = domainname
|
2008
2012
|
@AppName = appname
|
@@ -2024,7 +2028,7 @@ module TencentCloud
|
|
2024
2028
|
# @type RequestId: String
|
2025
2029
|
|
2026
2030
|
attr_accessor :RequestId
|
2027
|
-
|
2031
|
+
|
2028
2032
|
def initialize(requestid=nil)
|
2029
2033
|
@RequestId = requestid
|
2030
2034
|
end
|
@@ -2074,7 +2078,7 @@ module TencentCloud
|
|
2074
2078
|
# @type EndTime: String
|
2075
2079
|
|
2076
2080
|
attr_accessor :FromUrl, :ToUrl, :AreaId, :IspId, :StartTime, :EndTime
|
2077
|
-
|
2081
|
+
|
2078
2082
|
def initialize(fromurl=nil, tourl=nil, areaid=nil, ispid=nil, starttime=nil, endtime=nil)
|
2079
2083
|
@FromUrl = fromurl
|
2080
2084
|
@ToUrl = tourl
|
@@ -2102,7 +2106,7 @@ module TencentCloud
|
|
2102
2106
|
# @type RequestId: String
|
2103
2107
|
|
2104
2108
|
attr_accessor :ConfigId, :RequestId
|
2105
|
-
|
2109
|
+
|
2106
2110
|
def initialize(configid=nil, requestid=nil)
|
2107
2111
|
@ConfigId = configid
|
2108
2112
|
@RequestId = requestid
|
@@ -2136,7 +2140,7 @@ module TencentCloud
|
|
2136
2140
|
# @type Extension: String
|
2137
2141
|
|
2138
2142
|
attr_accessor :StreamName, :DomainName, :AppName, :EndTime, :StartTime, :StreamType, :TemplateId, :Extension
|
2139
|
-
|
2143
|
+
|
2140
2144
|
def initialize(streamname=nil, domainname=nil, appname=nil, endtime=nil, starttime=nil, streamtype=nil, templateid=nil, extension=nil)
|
2141
2145
|
@StreamName = streamname
|
2142
2146
|
@DomainName = domainname
|
@@ -2168,7 +2172,7 @@ module TencentCloud
|
|
2168
2172
|
# @type RequestId: String
|
2169
2173
|
|
2170
2174
|
attr_accessor :TaskId, :RequestId
|
2171
|
-
|
2175
|
+
|
2172
2176
|
def initialize(taskid=nil, requestid=nil)
|
2173
2177
|
@TaskId = taskid
|
2174
2178
|
@RequestId = requestid
|
@@ -2202,7 +2206,7 @@ module TencentCloud
|
|
2202
2206
|
# @type Extension: String
|
2203
2207
|
|
2204
2208
|
attr_accessor :StreamName, :DomainName, :AppName, :EndTime, :TemplateId, :StartTime, :StreamType, :Extension
|
2205
|
-
|
2209
|
+
|
2206
2210
|
def initialize(streamname=nil, domainname=nil, appname=nil, endtime=nil, templateid=nil, starttime=nil, streamtype=nil, extension=nil)
|
2207
2211
|
@StreamName = streamname
|
2208
2212
|
@DomainName = domainname
|
@@ -2234,7 +2238,7 @@ module TencentCloud
|
|
2234
2238
|
# @type RequestId: String
|
2235
2239
|
|
2236
2240
|
attr_accessor :TaskId, :RequestId
|
2237
|
-
|
2241
|
+
|
2238
2242
|
def initialize(taskid=nil, requestid=nil)
|
2239
2243
|
@TaskId = taskid
|
2240
2244
|
@RequestId = requestid
|
@@ -2263,7 +2267,7 @@ module TencentCloud
|
|
2263
2267
|
# @type Online: Integer
|
2264
2268
|
|
2265
2269
|
attr_accessor :Time, :Bandwidth, :Flux, :Request, :Online
|
2266
|
-
|
2270
|
+
|
2267
2271
|
def initialize(time=nil, bandwidth=nil, flux=nil, request=nil, online=nil)
|
2268
2272
|
@Time = time
|
2269
2273
|
@Bandwidth = bandwidth
|
@@ -2306,7 +2310,7 @@ module TencentCloud
|
|
2306
2310
|
# @type Status: Integer
|
2307
2311
|
|
2308
2312
|
attr_accessor :DomainName, :AppName, :StreamName, :DelayInterval, :CreateTime, :ExpireTime, :Status
|
2309
|
-
|
2313
|
+
|
2310
2314
|
def initialize(domainname=nil, appname=nil, streamname=nil, delayinterval=nil, createtime=nil, expiretime=nil, status=nil)
|
2311
2315
|
@DomainName = domainname
|
2312
2316
|
@AppName = appname
|
@@ -2336,7 +2340,7 @@ module TencentCloud
|
|
2336
2340
|
# @type AppName: String
|
2337
2341
|
|
2338
2342
|
attr_accessor :DomainName, :AppName
|
2339
|
-
|
2343
|
+
|
2340
2344
|
def initialize(domainname=nil, appname=nil)
|
2341
2345
|
@DomainName = domainname
|
2342
2346
|
@AppName = appname
|
@@ -2354,7 +2358,7 @@ module TencentCloud
|
|
2354
2358
|
# @type RequestId: String
|
2355
2359
|
|
2356
2360
|
attr_accessor :RequestId
|
2357
|
-
|
2361
|
+
|
2358
2362
|
def initialize(requestid=nil)
|
2359
2363
|
@RequestId = requestid
|
2360
2364
|
end
|
@@ -2372,7 +2376,7 @@ module TencentCloud
|
|
2372
2376
|
# @type TemplateId: Integer
|
2373
2377
|
|
2374
2378
|
attr_accessor :TemplateId
|
2375
|
-
|
2379
|
+
|
2376
2380
|
def initialize(templateid=nil)
|
2377
2381
|
@TemplateId = templateid
|
2378
2382
|
end
|
@@ -2388,7 +2392,7 @@ module TencentCloud
|
|
2388
2392
|
# @type RequestId: String
|
2389
2393
|
|
2390
2394
|
attr_accessor :RequestId
|
2391
|
-
|
2395
|
+
|
2392
2396
|
def initialize(requestid=nil)
|
2393
2397
|
@RequestId = requestid
|
2394
2398
|
end
|
@@ -2406,7 +2410,7 @@ module TencentCloud
|
|
2406
2410
|
# @type DomainType: Integer
|
2407
2411
|
|
2408
2412
|
attr_accessor :DomainName, :DomainType
|
2409
|
-
|
2413
|
+
|
2410
2414
|
def initialize(domainname=nil, domaintype=nil)
|
2411
2415
|
@DomainName = domainname
|
2412
2416
|
@DomainType = domaintype
|
@@ -2424,7 +2428,7 @@ module TencentCloud
|
|
2424
2428
|
# @type RequestId: String
|
2425
2429
|
|
2426
2430
|
attr_accessor :RequestId
|
2427
|
-
|
2431
|
+
|
2428
2432
|
def initialize(requestid=nil)
|
2429
2433
|
@RequestId = requestid
|
2430
2434
|
end
|
@@ -2442,7 +2446,7 @@ module TencentCloud
|
|
2442
2446
|
# @type Operator: String
|
2443
2447
|
|
2444
2448
|
attr_accessor :TaskId, :Operator
|
2445
|
-
|
2449
|
+
|
2446
2450
|
def initialize(taskid=nil, operator=nil)
|
2447
2451
|
@TaskId = taskid
|
2448
2452
|
@Operator = operator
|
@@ -2460,7 +2464,7 @@ module TencentCloud
|
|
2460
2464
|
# @type RequestId: String
|
2461
2465
|
|
2462
2466
|
attr_accessor :RequestId
|
2463
|
-
|
2467
|
+
|
2464
2468
|
def initialize(requestid=nil)
|
2465
2469
|
@RequestId = requestid
|
2466
2470
|
end
|
@@ -2478,7 +2482,7 @@ module TencentCloud
|
|
2478
2482
|
# @type TaskId: Integer
|
2479
2483
|
|
2480
2484
|
attr_accessor :StreamName, :TaskId
|
2481
|
-
|
2485
|
+
|
2482
2486
|
def initialize(streamname=nil, taskid=nil)
|
2483
2487
|
@StreamName = streamname
|
2484
2488
|
@TaskId = taskid
|
@@ -2496,7 +2500,7 @@ module TencentCloud
|
|
2496
2500
|
# @type RequestId: String
|
2497
2501
|
|
2498
2502
|
attr_accessor :RequestId
|
2499
|
-
|
2503
|
+
|
2500
2504
|
def initialize(requestid=nil)
|
2501
2505
|
@RequestId = requestid
|
2502
2506
|
end
|
@@ -2519,7 +2523,7 @@ module TencentCloud
|
|
2519
2523
|
# @type StreamName: String
|
2520
2524
|
|
2521
2525
|
attr_accessor :DomainName, :AppName, :StreamName
|
2522
|
-
|
2526
|
+
|
2523
2527
|
def initialize(domainname=nil, appname=nil, streamname=nil)
|
2524
2528
|
@DomainName = domainname
|
2525
2529
|
@AppName = appname
|
@@ -2539,7 +2543,7 @@ module TencentCloud
|
|
2539
2543
|
# @type RequestId: String
|
2540
2544
|
|
2541
2545
|
attr_accessor :RequestId
|
2542
|
-
|
2546
|
+
|
2543
2547
|
def initialize(requestid=nil)
|
2544
2548
|
@RequestId = requestid
|
2545
2549
|
end
|
@@ -2555,7 +2559,7 @@ module TencentCloud
|
|
2555
2559
|
# @type TemplateId: Integer
|
2556
2560
|
|
2557
2561
|
attr_accessor :TemplateId
|
2558
|
-
|
2562
|
+
|
2559
2563
|
def initialize(templateid=nil)
|
2560
2564
|
@TemplateId = templateid
|
2561
2565
|
end
|
@@ -2571,7 +2575,7 @@ module TencentCloud
|
|
2571
2575
|
# @type RequestId: String
|
2572
2576
|
|
2573
2577
|
attr_accessor :RequestId
|
2574
|
-
|
2578
|
+
|
2575
2579
|
def initialize(requestid=nil)
|
2576
2580
|
@RequestId = requestid
|
2577
2581
|
end
|
@@ -2591,7 +2595,7 @@ module TencentCloud
|
|
2591
2595
|
# @type StreamName: String
|
2592
2596
|
|
2593
2597
|
attr_accessor :DomainName, :AppName, :StreamName
|
2594
|
-
|
2598
|
+
|
2595
2599
|
def initialize(domainname=nil, appname=nil, streamname=nil)
|
2596
2600
|
@DomainName = domainname
|
2597
2601
|
@AppName = appname
|
@@ -2611,7 +2615,7 @@ module TencentCloud
|
|
2611
2615
|
# @type RequestId: String
|
2612
2616
|
|
2613
2617
|
attr_accessor :RequestId
|
2614
|
-
|
2618
|
+
|
2615
2619
|
def initialize(requestid=nil)
|
2616
2620
|
@RequestId = requestid
|
2617
2621
|
end
|
@@ -2629,7 +2633,7 @@ module TencentCloud
|
|
2629
2633
|
# @type TemplateId: Integer
|
2630
2634
|
|
2631
2635
|
attr_accessor :TemplateId
|
2632
|
-
|
2636
|
+
|
2633
2637
|
def initialize(templateid=nil)
|
2634
2638
|
@TemplateId = templateid
|
2635
2639
|
end
|
@@ -2645,7 +2649,7 @@ module TencentCloud
|
|
2645
2649
|
# @type RequestId: String
|
2646
2650
|
|
2647
2651
|
attr_accessor :RequestId
|
2648
|
-
|
2652
|
+
|
2649
2653
|
def initialize(requestid=nil)
|
2650
2654
|
@RequestId = requestid
|
2651
2655
|
end
|
@@ -2668,7 +2672,7 @@ module TencentCloud
|
|
2668
2672
|
# @type StreamName: String
|
2669
2673
|
|
2670
2674
|
attr_accessor :DomainName, :AppName, :StreamName
|
2671
|
-
|
2675
|
+
|
2672
2676
|
def initialize(domainname=nil, appname=nil, streamname=nil)
|
2673
2677
|
@DomainName = domainname
|
2674
2678
|
@AppName = appname
|
@@ -2688,7 +2692,7 @@ module TencentCloud
|
|
2688
2692
|
# @type RequestId: String
|
2689
2693
|
|
2690
2694
|
attr_accessor :RequestId
|
2691
|
-
|
2695
|
+
|
2692
2696
|
def initialize(requestid=nil)
|
2693
2697
|
@RequestId = requestid
|
2694
2698
|
end
|
@@ -2704,7 +2708,7 @@ module TencentCloud
|
|
2704
2708
|
# @type TemplateId: Integer
|
2705
2709
|
|
2706
2710
|
attr_accessor :TemplateId
|
2707
|
-
|
2711
|
+
|
2708
2712
|
def initialize(templateid=nil)
|
2709
2713
|
@TemplateId = templateid
|
2710
2714
|
end
|
@@ -2720,7 +2724,7 @@ module TencentCloud
|
|
2720
2724
|
# @type RequestId: String
|
2721
2725
|
|
2722
2726
|
attr_accessor :RequestId
|
2723
|
-
|
2727
|
+
|
2724
2728
|
def initialize(requestid=nil)
|
2725
2729
|
@RequestId = requestid
|
2726
2730
|
end
|
@@ -2742,7 +2746,7 @@ module TencentCloud
|
|
2742
2746
|
# @type TemplateId: Integer
|
2743
2747
|
|
2744
2748
|
attr_accessor :DomainName, :AppName, :StreamName, :TemplateId
|
2745
|
-
|
2749
|
+
|
2746
2750
|
def initialize(domainname=nil, appname=nil, streamname=nil, templateid=nil)
|
2747
2751
|
@DomainName = domainname
|
2748
2752
|
@AppName = appname
|
@@ -2764,7 +2768,7 @@ module TencentCloud
|
|
2764
2768
|
# @type RequestId: String
|
2765
2769
|
|
2766
2770
|
attr_accessor :RequestId
|
2767
|
-
|
2771
|
+
|
2768
2772
|
def initialize(requestid=nil)
|
2769
2773
|
@RequestId = requestid
|
2770
2774
|
end
|
@@ -2782,7 +2786,7 @@ module TencentCloud
|
|
2782
2786
|
# @type TemplateId: Integer
|
2783
2787
|
|
2784
2788
|
attr_accessor :TemplateId
|
2785
|
-
|
2789
|
+
|
2786
2790
|
def initialize(templateid=nil)
|
2787
2791
|
@TemplateId = templateid
|
2788
2792
|
end
|
@@ -2798,7 +2802,7 @@ module TencentCloud
|
|
2798
2802
|
# @type RequestId: String
|
2799
2803
|
|
2800
2804
|
attr_accessor :RequestId
|
2801
|
-
|
2805
|
+
|
2802
2806
|
def initialize(requestid=nil)
|
2803
2807
|
@RequestId = requestid
|
2804
2808
|
end
|
@@ -2816,7 +2820,7 @@ module TencentCloud
|
|
2816
2820
|
# @type WatermarkId: Integer
|
2817
2821
|
|
2818
2822
|
attr_accessor :WatermarkId
|
2819
|
-
|
2823
|
+
|
2820
2824
|
def initialize(watermarkid=nil)
|
2821
2825
|
@WatermarkId = watermarkid
|
2822
2826
|
end
|
@@ -2832,7 +2836,7 @@ module TencentCloud
|
|
2832
2836
|
# @type RequestId: String
|
2833
2837
|
|
2834
2838
|
attr_accessor :RequestId
|
2835
|
-
|
2839
|
+
|
2836
2840
|
def initialize(requestid=nil)
|
2837
2841
|
@RequestId = requestid
|
2838
2842
|
end
|
@@ -2852,7 +2856,7 @@ module TencentCloud
|
|
2852
2856
|
# @type StreamName: String
|
2853
2857
|
|
2854
2858
|
attr_accessor :DomainName, :AppName, :StreamName
|
2855
|
-
|
2859
|
+
|
2856
2860
|
def initialize(domainname=nil, appname=nil, streamname=nil)
|
2857
2861
|
@DomainName = domainname
|
2858
2862
|
@AppName = appname
|
@@ -2872,7 +2876,7 @@ module TencentCloud
|
|
2872
2876
|
# @type RequestId: String
|
2873
2877
|
|
2874
2878
|
attr_accessor :RequestId
|
2875
|
-
|
2879
|
+
|
2876
2880
|
def initialize(requestid=nil)
|
2877
2881
|
@RequestId = requestid
|
2878
2882
|
end
|
@@ -2890,7 +2894,7 @@ module TencentCloud
|
|
2890
2894
|
# @type ConfigId: String
|
2891
2895
|
|
2892
2896
|
attr_accessor :ConfigId
|
2893
|
-
|
2897
|
+
|
2894
2898
|
def initialize(configid=nil)
|
2895
2899
|
@ConfigId = configid
|
2896
2900
|
end
|
@@ -2906,7 +2910,7 @@ module TencentCloud
|
|
2906
2910
|
# @type RequestId: String
|
2907
2911
|
|
2908
2912
|
attr_accessor :RequestId
|
2909
|
-
|
2913
|
+
|
2910
2914
|
def initialize(requestid=nil)
|
2911
2915
|
@RequestId = requestid
|
2912
2916
|
end
|
@@ -2922,7 +2926,7 @@ module TencentCloud
|
|
2922
2926
|
# @type TaskId: String
|
2923
2927
|
|
2924
2928
|
attr_accessor :TaskId
|
2925
|
-
|
2929
|
+
|
2926
2930
|
def initialize(taskid=nil)
|
2927
2931
|
@TaskId = taskid
|
2928
2932
|
end
|
@@ -2938,7 +2942,7 @@ module TencentCloud
|
|
2938
2942
|
# @type RequestId: String
|
2939
2943
|
|
2940
2944
|
attr_accessor :RequestId
|
2941
|
-
|
2945
|
+
|
2942
2946
|
def initialize(requestid=nil)
|
2943
2947
|
@RequestId = requestid
|
2944
2948
|
end
|
@@ -2954,7 +2958,7 @@ module TencentCloud
|
|
2954
2958
|
# @type TaskId: String
|
2955
2959
|
|
2956
2960
|
attr_accessor :TaskId
|
2957
|
-
|
2961
|
+
|
2958
2962
|
def initialize(taskid=nil)
|
2959
2963
|
@TaskId = taskid
|
2960
2964
|
end
|
@@ -2970,7 +2974,7 @@ module TencentCloud
|
|
2970
2974
|
# @type RequestId: String
|
2971
2975
|
|
2972
2976
|
attr_accessor :RequestId
|
2973
|
-
|
2977
|
+
|
2974
2978
|
def initialize(requestid=nil)
|
2975
2979
|
@RequestId = requestid
|
2976
2980
|
end
|
@@ -2988,7 +2992,7 @@ module TencentCloud
|
|
2988
2992
|
# @type PlayDomains: Array
|
2989
2993
|
|
2990
2994
|
attr_accessor :QueryTime, :PlayDomains
|
2991
|
-
|
2995
|
+
|
2992
2996
|
def initialize(querytime=nil, playdomains=nil)
|
2993
2997
|
@QueryTime = querytime
|
2994
2998
|
@PlayDomains = playdomains
|
@@ -3010,7 +3014,7 @@ module TencentCloud
|
|
3010
3014
|
# @type RequestId: String
|
3011
3015
|
|
3012
3016
|
attr_accessor :QueryTime, :DataInfoList, :RequestId
|
3013
|
-
|
3017
|
+
|
3014
3018
|
def initialize(querytime=nil, datainfolist=nil, requestid=nil)
|
3015
3019
|
@QueryTime = querytime
|
3016
3020
|
@DataInfoList = datainfolist
|
@@ -3041,7 +3045,7 @@ module TencentCloud
|
|
3041
3045
|
# @type PlayDomains: Array
|
3042
3046
|
|
3043
3047
|
attr_accessor :StartTime, :EndTime, :PlayDomains
|
3044
|
-
|
3048
|
+
|
3045
3049
|
def initialize(starttime=nil, endtime=nil, playdomains=nil)
|
3046
3050
|
@StartTime = starttime
|
3047
3051
|
@EndTime = endtime
|
@@ -3063,7 +3067,7 @@ module TencentCloud
|
|
3063
3067
|
# @type RequestId: String
|
3064
3068
|
|
3065
3069
|
attr_accessor :DataInfoList, :RequestId
|
3066
|
-
|
3070
|
+
|
3067
3071
|
def initialize(datainfolist=nil, requestid=nil)
|
3068
3072
|
@DataInfoList = datainfolist
|
3069
3073
|
@RequestId = requestid
|
@@ -3122,7 +3126,7 @@ module TencentCloud
|
|
3122
3126
|
# @type RegionNames: Array
|
3123
3127
|
|
3124
3128
|
attr_accessor :StartTime, :EndTime, :PlayDomains, :MainlandOrOversea, :Granularity, :ServiceName, :RegionNames
|
3125
|
-
|
3129
|
+
|
3126
3130
|
def initialize(starttime=nil, endtime=nil, playdomains=nil, mainlandoroversea=nil, granularity=nil, servicename=nil, regionnames=nil)
|
3127
3131
|
@StartTime = starttime
|
3128
3132
|
@EndTime = endtime
|
@@ -3166,7 +3170,7 @@ module TencentCloud
|
|
3166
3170
|
# @type RequestId: String
|
3167
3171
|
|
3168
3172
|
attr_accessor :PeakBandwidthTime, :PeakBandwidth, :P95PeakBandwidthTime, :P95PeakBandwidth, :SumFlux, :DataInfoList, :RequestId
|
3169
|
-
|
3173
|
+
|
3170
3174
|
def initialize(peakbandwidthtime=nil, peakbandwidth=nil, p95peakbandwidthtime=nil, p95peakbandwidth=nil, sumflux=nil, datainfolist=nil, requestid=nil)
|
3171
3175
|
@PeakBandwidthTime = peakbandwidthtime
|
3172
3176
|
@PeakBandwidth = peakbandwidth
|
@@ -3224,7 +3228,7 @@ module TencentCloud
|
|
3224
3228
|
# @type ResultCode: Integer
|
3225
3229
|
|
3226
3230
|
attr_accessor :StartTime, :EndTime, :StreamName, :PageNum, :PageSize, :EventType, :ResultCode
|
3227
|
-
|
3231
|
+
|
3228
3232
|
def initialize(starttime=nil, endtime=nil, streamname=nil, pagenum=nil, pagesize=nil, eventtype=nil, resultcode=nil)
|
3229
3233
|
@StartTime = starttime
|
3230
3234
|
@EndTime = endtime
|
@@ -3262,7 +3266,7 @@ module TencentCloud
|
|
3262
3266
|
# @type RequestId: String
|
3263
3267
|
|
3264
3268
|
attr_accessor :DataInfoList, :PageNum, :PageSize, :TotalNum, :TotalPage, :RequestId
|
3265
|
-
|
3269
|
+
|
3266
3270
|
def initialize(datainfolist=nil, pagenum=nil, pagesize=nil, totalnum=nil, totalpage=nil, requestid=nil)
|
3267
3271
|
@DataInfoList = datainfolist
|
3268
3272
|
@PageNum = pagenum
|
@@ -3310,7 +3314,7 @@ module TencentCloud
|
|
3310
3314
|
# @type PushDomains: Array
|
3311
3315
|
|
3312
3316
|
attr_accessor :LiveType, :StartTime, :EndTime, :MainlandOrOversea, :PushDomains
|
3313
|
-
|
3317
|
+
|
3314
3318
|
def initialize(livetype=nil, starttime=nil, endtime=nil, mainlandoroversea=nil, pushdomains=nil)
|
3315
3319
|
@LiveType = livetype
|
3316
3320
|
@StartTime = starttime
|
@@ -3336,7 +3340,7 @@ module TencentCloud
|
|
3336
3340
|
# @type RequestId: String
|
3337
3341
|
|
3338
3342
|
attr_accessor :DataInfoList, :RequestId
|
3339
|
-
|
3343
|
+
|
3340
3344
|
def initialize(datainfolist=nil, requestid=nil)
|
3341
3345
|
@DataInfoList = datainfolist
|
3342
3346
|
@RequestId = requestid
|
@@ -3368,7 +3372,7 @@ module TencentCloud
|
|
3368
3372
|
# @type EndTime: String
|
3369
3373
|
|
3370
3374
|
attr_accessor :StartTime, :EndTime
|
3371
|
-
|
3375
|
+
|
3372
3376
|
def initialize(starttime=nil, endtime=nil)
|
3373
3377
|
@StartTime = starttime
|
3374
3378
|
@EndTime = endtime
|
@@ -3388,7 +3392,7 @@ module TencentCloud
|
|
3388
3392
|
# @type RequestId: String
|
3389
3393
|
|
3390
3394
|
attr_accessor :DataInfoList, :RequestId
|
3391
|
-
|
3395
|
+
|
3392
3396
|
def initialize(datainfolist=nil, requestid=nil)
|
3393
3397
|
@DataInfoList = datainfolist
|
3394
3398
|
@RequestId = requestid
|
@@ -3424,7 +3428,7 @@ module TencentCloud
|
|
3424
3428
|
# @type MainlandOrOversea: String
|
3425
3429
|
|
3426
3430
|
attr_accessor :StartTime, :EndTime, :PlayDomains, :ProvinceNames, :IspNames, :MainlandOrOversea
|
3427
|
-
|
3431
|
+
|
3428
3432
|
def initialize(starttime=nil, endtime=nil, playdomains=nil, provincenames=nil, ispnames=nil, mainlandoroversea=nil)
|
3429
3433
|
@StartTime = starttime
|
3430
3434
|
@EndTime = endtime
|
@@ -3452,7 +3456,7 @@ module TencentCloud
|
|
3452
3456
|
# @type RequestId: String
|
3453
3457
|
|
3454
3458
|
attr_accessor :DataInfoList, :RequestId
|
3455
|
-
|
3459
|
+
|
3456
3460
|
def initialize(datainfolist=nil, requestid=nil)
|
3457
3461
|
@DataInfoList = datainfolist
|
3458
3462
|
@RequestId = requestid
|
@@ -3484,7 +3488,7 @@ module TencentCloud
|
|
3484
3488
|
# @type PlayDomains: Array
|
3485
3489
|
|
3486
3490
|
attr_accessor :StartTime, :EndTime, :PlayDomains
|
3487
|
-
|
3491
|
+
|
3488
3492
|
def initialize(starttime=nil, endtime=nil, playdomains=nil)
|
3489
3493
|
@StartTime = starttime
|
3490
3494
|
@EndTime = endtime
|
@@ -3506,7 +3510,7 @@ module TencentCloud
|
|
3506
3510
|
# @type RequestId: String
|
3507
3511
|
|
3508
3512
|
attr_accessor :DataInfoList, :RequestId
|
3509
|
-
|
3513
|
+
|
3510
3514
|
def initialize(datainfolist=nil, requestid=nil)
|
3511
3515
|
@DataInfoList = datainfolist
|
3512
3516
|
@RequestId = requestid
|
@@ -3528,7 +3532,7 @@ module TencentCloud
|
|
3528
3532
|
# DescribeLiveCallbackRules请求参数结构体
|
3529
3533
|
class DescribeLiveCallbackRulesRequest < TencentCloud::Common::AbstractModel
|
3530
3534
|
|
3531
|
-
|
3535
|
+
|
3532
3536
|
def initialize()
|
3533
3537
|
end
|
3534
3538
|
|
@@ -3544,7 +3548,7 @@ module TencentCloud
|
|
3544
3548
|
# @type RequestId: String
|
3545
3549
|
|
3546
3550
|
attr_accessor :Rules, :RequestId
|
3547
|
-
|
3551
|
+
|
3548
3552
|
def initialize(rules=nil, requestid=nil)
|
3549
3553
|
@Rules = rules
|
3550
3554
|
@RequestId = requestid
|
@@ -3571,7 +3575,7 @@ module TencentCloud
|
|
3571
3575
|
# @type TemplateId: Integer
|
3572
3576
|
|
3573
3577
|
attr_accessor :TemplateId
|
3574
|
-
|
3578
|
+
|
3575
3579
|
def initialize(templateid=nil)
|
3576
3580
|
@TemplateId = templateid
|
3577
3581
|
end
|
@@ -3589,7 +3593,7 @@ module TencentCloud
|
|
3589
3593
|
# @type RequestId: String
|
3590
3594
|
|
3591
3595
|
attr_accessor :Template, :RequestId
|
3592
|
-
|
3596
|
+
|
3593
3597
|
def initialize(template=nil, requestid=nil)
|
3594
3598
|
@Template = template
|
3595
3599
|
@RequestId = requestid
|
@@ -3607,7 +3611,7 @@ module TencentCloud
|
|
3607
3611
|
# DescribeLiveCallbackTemplates请求参数结构体
|
3608
3612
|
class DescribeLiveCallbackTemplatesRequest < TencentCloud::Common::AbstractModel
|
3609
3613
|
|
3610
|
-
|
3614
|
+
|
3611
3615
|
def initialize()
|
3612
3616
|
end
|
3613
3617
|
|
@@ -3623,7 +3627,7 @@ module TencentCloud
|
|
3623
3627
|
# @type RequestId: String
|
3624
3628
|
|
3625
3629
|
attr_accessor :Templates, :RequestId
|
3626
|
-
|
3630
|
+
|
3627
3631
|
def initialize(templates=nil, requestid=nil)
|
3628
3632
|
@Templates = templates
|
3629
3633
|
@RequestId = requestid
|
@@ -3648,7 +3652,7 @@ module TencentCloud
|
|
3648
3652
|
# @type CertId: Integer
|
3649
3653
|
|
3650
3654
|
attr_accessor :CertId
|
3651
|
-
|
3655
|
+
|
3652
3656
|
def initialize(certid=nil)
|
3653
3657
|
@CertId = certid
|
3654
3658
|
end
|
@@ -3666,7 +3670,7 @@ module TencentCloud
|
|
3666
3670
|
# @type RequestId: String
|
3667
3671
|
|
3668
3672
|
attr_accessor :CertInfo, :RequestId
|
3669
|
-
|
3673
|
+
|
3670
3674
|
def initialize(certinfo=nil, requestid=nil)
|
3671
3675
|
@CertInfo = certinfo
|
3672
3676
|
@RequestId = requestid
|
@@ -3684,7 +3688,7 @@ module TencentCloud
|
|
3684
3688
|
# DescribeLiveCerts请求参数结构体
|
3685
3689
|
class DescribeLiveCertsRequest < TencentCloud::Common::AbstractModel
|
3686
3690
|
|
3687
|
-
|
3691
|
+
|
3688
3692
|
def initialize()
|
3689
3693
|
end
|
3690
3694
|
|
@@ -3700,7 +3704,7 @@ module TencentCloud
|
|
3700
3704
|
# @type RequestId: String
|
3701
3705
|
|
3702
3706
|
attr_accessor :CertInfoSet, :RequestId
|
3703
|
-
|
3707
|
+
|
3704
3708
|
def initialize(certinfoset=nil, requestid=nil)
|
3705
3709
|
@CertInfoSet = certinfoset
|
3706
3710
|
@RequestId = requestid
|
@@ -3722,7 +3726,7 @@ module TencentCloud
|
|
3722
3726
|
# DescribeLiveDelayInfoList请求参数结构体
|
3723
3727
|
class DescribeLiveDelayInfoListRequest < TencentCloud::Common::AbstractModel
|
3724
3728
|
|
3725
|
-
|
3729
|
+
|
3726
3730
|
def initialize()
|
3727
3731
|
end
|
3728
3732
|
|
@@ -3738,7 +3742,7 @@ module TencentCloud
|
|
3738
3742
|
# @type RequestId: String
|
3739
3743
|
|
3740
3744
|
attr_accessor :DelayInfoList, :RequestId
|
3741
|
-
|
3745
|
+
|
3742
3746
|
def initialize(delayinfolist=nil, requestid=nil)
|
3743
3747
|
@DelayInfoList = delayinfolist
|
3744
3748
|
@RequestId = requestid
|
@@ -3774,7 +3778,7 @@ module TencentCloud
|
|
3774
3778
|
# @type OrderBy: String
|
3775
3779
|
|
3776
3780
|
attr_accessor :DomainSearch, :Offset, :Length, :DomainName, :OrderBy
|
3777
|
-
|
3781
|
+
|
3778
3782
|
def initialize(domainsearch=nil, offset=nil, length=nil, domainname=nil, orderby=nil)
|
3779
3783
|
@DomainSearch = domainsearch
|
3780
3784
|
@Offset = offset
|
@@ -3802,7 +3806,7 @@ module TencentCloud
|
|
3802
3806
|
# @type RequestId: String
|
3803
3807
|
|
3804
3808
|
attr_accessor :LiveDomainCertBindings, :TotalNum, :RequestId
|
3805
|
-
|
3809
|
+
|
3806
3810
|
def initialize(livedomaincertbindings=nil, totalnum=nil, requestid=nil)
|
3807
3811
|
@LiveDomainCertBindings = livedomaincertbindings
|
3808
3812
|
@TotalNum = totalnum
|
@@ -3829,7 +3833,7 @@ module TencentCloud
|
|
3829
3833
|
# @type DomainName: String
|
3830
3834
|
|
3831
3835
|
attr_accessor :DomainName
|
3832
|
-
|
3836
|
+
|
3833
3837
|
def initialize(domainname=nil)
|
3834
3838
|
@DomainName = domainname
|
3835
3839
|
end
|
@@ -3847,7 +3851,7 @@ module TencentCloud
|
|
3847
3851
|
# @type RequestId: String
|
3848
3852
|
|
3849
3853
|
attr_accessor :DomainCertInfo, :RequestId
|
3850
|
-
|
3854
|
+
|
3851
3855
|
def initialize(domaincertinfo=nil, requestid=nil)
|
3852
3856
|
@DomainCertInfo = domaincertinfo
|
3853
3857
|
@RequestId = requestid
|
@@ -3868,7 +3872,7 @@ module TencentCloud
|
|
3868
3872
|
# @type PlayDomains: Array
|
3869
3873
|
|
3870
3874
|
attr_accessor :PlayDomains
|
3871
|
-
|
3875
|
+
|
3872
3876
|
def initialize(playdomains=nil)
|
3873
3877
|
@PlayDomains = playdomains
|
3874
3878
|
end
|
@@ -3896,7 +3900,7 @@ module TencentCloud
|
|
3896
3900
|
# @type RequestId: String
|
3897
3901
|
|
3898
3902
|
attr_accessor :Time, :TotalBandwidth, :TotalFlux, :TotalRequest, :TotalOnline, :DomainInfoList, :RequestId
|
3899
|
-
|
3903
|
+
|
3900
3904
|
def initialize(time=nil, totalbandwidth=nil, totalflux=nil, totalrequest=nil, totalonline=nil, domaininfolist=nil, requestid=nil)
|
3901
3905
|
@Time = time
|
3902
3906
|
@TotalBandwidth = totalbandwidth
|
@@ -3931,7 +3935,7 @@ module TencentCloud
|
|
3931
3935
|
# @type DomainName: String
|
3932
3936
|
|
3933
3937
|
attr_accessor :DomainName
|
3934
|
-
|
3938
|
+
|
3935
3939
|
def initialize(domainname=nil)
|
3936
3940
|
@DomainName = domainname
|
3937
3941
|
end
|
@@ -3949,7 +3953,7 @@ module TencentCloud
|
|
3949
3953
|
# @type RequestId: String
|
3950
3954
|
|
3951
3955
|
attr_accessor :RefererAuthConfig, :RequestId
|
3952
|
-
|
3956
|
+
|
3953
3957
|
def initialize(refererauthconfig=nil, requestid=nil)
|
3954
3958
|
@RefererAuthConfig = refererauthconfig
|
3955
3959
|
@RequestId = requestid
|
@@ -3970,7 +3974,7 @@ module TencentCloud
|
|
3970
3974
|
# @type DomainName: String
|
3971
3975
|
|
3972
3976
|
attr_accessor :DomainName
|
3973
|
-
|
3977
|
+
|
3974
3978
|
def initialize(domainname=nil)
|
3975
3979
|
@DomainName = domainname
|
3976
3980
|
end
|
@@ -3989,7 +3993,7 @@ module TencentCloud
|
|
3989
3993
|
# @type RequestId: String
|
3990
3994
|
|
3991
3995
|
attr_accessor :DomainInfo, :RequestId
|
3992
|
-
|
3996
|
+
|
3993
3997
|
def initialize(domaininfo=nil, requestid=nil)
|
3994
3998
|
@DomainInfo = domaininfo
|
3995
3999
|
@RequestId = requestid
|
@@ -4025,7 +4029,7 @@ module TencentCloud
|
|
4025
4029
|
# @type PlayType: Integer
|
4026
4030
|
|
4027
4031
|
attr_accessor :DomainStatus, :DomainType, :PageSize, :PageNum, :IsDelayLive, :DomainPrefix, :PlayType
|
4028
|
-
|
4032
|
+
|
4029
4033
|
def initialize(domainstatus=nil, domaintype=nil, pagesize=nil, pagenum=nil, isdelaylive=nil, domainprefix=nil, playtype=nil)
|
4030
4034
|
@DomainStatus = domainstatus
|
4031
4035
|
@DomainType = domaintype
|
@@ -4063,7 +4067,7 @@ module TencentCloud
|
|
4063
4067
|
# @type RequestId: String
|
4064
4068
|
|
4065
4069
|
attr_accessor :AllCount, :DomainList, :CreateLimitCount, :PlayTypeCount, :RequestId
|
4066
|
-
|
4070
|
+
|
4067
4071
|
def initialize(allcount=nil, domainlist=nil, createlimitcount=nil, playtypecount=nil, requestid=nil)
|
4068
4072
|
@AllCount = allcount
|
4069
4073
|
@DomainList = domainlist
|
@@ -4100,7 +4104,7 @@ module TencentCloud
|
|
4100
4104
|
# @type StreamName: String
|
4101
4105
|
|
4102
4106
|
attr_accessor :PageNum, :PageSize, :StreamName
|
4103
|
-
|
4107
|
+
|
4104
4108
|
def initialize(pagenum=nil, pagesize=nil, streamname=nil)
|
4105
4109
|
@PageNum = pagenum
|
4106
4110
|
@PageSize = pagesize
|
@@ -4130,7 +4134,7 @@ module TencentCloud
|
|
4130
4134
|
# @type RequestId: String
|
4131
4135
|
|
4132
4136
|
attr_accessor :TotalNum, :TotalPage, :PageNum, :PageSize, :ForbidStreamList, :RequestId
|
4133
|
-
|
4137
|
+
|
4134
4138
|
def initialize(totalnum=nil, totalpage=nil, pagenum=nil, pagesize=nil, forbidstreamlist=nil, requestid=nil)
|
4135
4139
|
@TotalNum = totalnum
|
4136
4140
|
@TotalPage = totalpage
|
@@ -4180,7 +4184,7 @@ module TencentCloud
|
|
4180
4184
|
# @type PageSize: Integer
|
4181
4185
|
|
4182
4186
|
attr_accessor :PackageType, :OrderBy, :PageNum, :PageSize
|
4183
|
-
|
4187
|
+
|
4184
4188
|
def initialize(packagetype=nil, orderby=nil, pagenum=nil, pagesize=nil)
|
4185
4189
|
@PackageType = packagetype
|
4186
4190
|
@OrderBy = orderby
|
@@ -4236,7 +4240,7 @@ module TencentCloud
|
|
4236
4240
|
# @type RequestId: String
|
4237
4241
|
|
4238
4242
|
attr_accessor :LivePackageInfoList, :PackageBillMode, :TotalPage, :TotalNum, :PageNum, :PageSize, :FluxPackageBillMode, :RequestId
|
4239
|
-
|
4243
|
+
|
4240
4244
|
def initialize(livepackageinfolist=nil, packagebillmode=nil, totalpage=nil, totalnum=nil, pagenum=nil, pagesize=nil, fluxpackagebillmode=nil, requestid=nil)
|
4241
4245
|
@LivePackageInfoList = livepackageinfolist
|
4242
4246
|
@PackageBillMode = packagebillmode
|
@@ -4273,7 +4277,7 @@ module TencentCloud
|
|
4273
4277
|
# @type DomainName: String
|
4274
4278
|
|
4275
4279
|
attr_accessor :DomainName
|
4276
|
-
|
4280
|
+
|
4277
4281
|
def initialize(domainname=nil)
|
4278
4282
|
@DomainName = domainname
|
4279
4283
|
end
|
@@ -4291,7 +4295,7 @@ module TencentCloud
|
|
4291
4295
|
# @type RequestId: String
|
4292
4296
|
|
4293
4297
|
attr_accessor :PlayAuthKeyInfo, :RequestId
|
4294
|
-
|
4298
|
+
|
4295
4299
|
def initialize(playauthkeyinfo=nil, requestid=nil)
|
4296
4300
|
@PlayAuthKeyInfo = playauthkeyinfo
|
4297
4301
|
@RequestId = requestid
|
@@ -4319,7 +4323,7 @@ module TencentCloud
|
|
4319
4323
|
# @type PageSize: Integer
|
4320
4324
|
|
4321
4325
|
attr_accessor :TaskId, :PageNum, :PageSize
|
4322
|
-
|
4326
|
+
|
4323
4327
|
def initialize(taskid=nil, pagenum=nil, pagesize=nil)
|
4324
4328
|
@TaskId = taskid
|
4325
4329
|
@PageNum = pagenum
|
@@ -4351,7 +4355,7 @@ module TencentCloud
|
|
4351
4355
|
# @type RequestId: String
|
4352
4356
|
|
4353
4357
|
attr_accessor :TaskInfos, :PageNum, :PageSize, :TotalNum, :TotalPage, :LimitTaskNum, :RequestId
|
4354
|
-
|
4358
|
+
|
4355
4359
|
def initialize(taskinfos=nil, pagenum=nil, pagesize=nil, totalnum=nil, totalpage=nil, limittasknum=nil, requestid=nil)
|
4356
4360
|
@TaskInfos = taskinfos
|
4357
4361
|
@PageNum = pagenum
|
@@ -4386,7 +4390,7 @@ module TencentCloud
|
|
4386
4390
|
# @type DomainName: String
|
4387
4391
|
|
4388
4392
|
attr_accessor :DomainName
|
4389
|
-
|
4393
|
+
|
4390
4394
|
def initialize(domainname=nil)
|
4391
4395
|
@DomainName = domainname
|
4392
4396
|
end
|
@@ -4404,7 +4408,7 @@ module TencentCloud
|
|
4404
4408
|
# @type RequestId: String
|
4405
4409
|
|
4406
4410
|
attr_accessor :PushAuthKeyInfo, :RequestId
|
4407
|
-
|
4411
|
+
|
4408
4412
|
def initialize(pushauthkeyinfo=nil, requestid=nil)
|
4409
4413
|
@PushAuthKeyInfo = pushauthkeyinfo
|
4410
4414
|
@RequestId = requestid
|
@@ -4422,7 +4426,7 @@ module TencentCloud
|
|
4422
4426
|
# DescribeLiveRecordRules请求参数结构体
|
4423
4427
|
class DescribeLiveRecordRulesRequest < TencentCloud::Common::AbstractModel
|
4424
4428
|
|
4425
|
-
|
4429
|
+
|
4426
4430
|
def initialize()
|
4427
4431
|
end
|
4428
4432
|
|
@@ -4438,7 +4442,7 @@ module TencentCloud
|
|
4438
4442
|
# @type RequestId: String
|
4439
4443
|
|
4440
4444
|
attr_accessor :Rules, :RequestId
|
4441
|
-
|
4445
|
+
|
4442
4446
|
def initialize(rules=nil, requestid=nil)
|
4443
4447
|
@Rules = rules
|
4444
4448
|
@RequestId = requestid
|
@@ -4463,7 +4467,7 @@ module TencentCloud
|
|
4463
4467
|
# @type TemplateId: Integer
|
4464
4468
|
|
4465
4469
|
attr_accessor :TemplateId
|
4466
|
-
|
4470
|
+
|
4467
4471
|
def initialize(templateid=nil)
|
4468
4472
|
@TemplateId = templateid
|
4469
4473
|
end
|
@@ -4481,7 +4485,7 @@ module TencentCloud
|
|
4481
4485
|
# @type RequestId: String
|
4482
4486
|
|
4483
4487
|
attr_accessor :Template, :RequestId
|
4484
|
-
|
4488
|
+
|
4485
4489
|
def initialize(template=nil, requestid=nil)
|
4486
4490
|
@Template = template
|
4487
4491
|
@RequestId = requestid
|
@@ -4504,7 +4508,7 @@ module TencentCloud
|
|
4504
4508
|
# @type IsDelayLive: Integer
|
4505
4509
|
|
4506
4510
|
attr_accessor :IsDelayLive
|
4507
|
-
|
4511
|
+
|
4508
4512
|
def initialize(isdelaylive=nil)
|
4509
4513
|
@IsDelayLive = isdelaylive
|
4510
4514
|
end
|
@@ -4522,7 +4526,7 @@ module TencentCloud
|
|
4522
4526
|
# @type RequestId: String
|
4523
4527
|
|
4524
4528
|
attr_accessor :Templates, :RequestId
|
4525
|
-
|
4529
|
+
|
4526
4530
|
def initialize(templates=nil, requestid=nil)
|
4527
4531
|
@Templates = templates
|
4528
4532
|
@RequestId = requestid
|
@@ -4544,7 +4548,7 @@ module TencentCloud
|
|
4544
4548
|
# DescribeLiveSnapshotRules请求参数结构体
|
4545
4549
|
class DescribeLiveSnapshotRulesRequest < TencentCloud::Common::AbstractModel
|
4546
4550
|
|
4547
|
-
|
4551
|
+
|
4548
4552
|
def initialize()
|
4549
4553
|
end
|
4550
4554
|
|
@@ -4560,7 +4564,7 @@ module TencentCloud
|
|
4560
4564
|
# @type RequestId: String
|
4561
4565
|
|
4562
4566
|
attr_accessor :Rules, :RequestId
|
4563
|
-
|
4567
|
+
|
4564
4568
|
def initialize(rules=nil, requestid=nil)
|
4565
4569
|
@Rules = rules
|
4566
4570
|
@RequestId = requestid
|
@@ -4586,7 +4590,7 @@ module TencentCloud
|
|
4586
4590
|
# @type TemplateId: Integer
|
4587
4591
|
|
4588
4592
|
attr_accessor :TemplateId
|
4589
|
-
|
4593
|
+
|
4590
4594
|
def initialize(templateid=nil)
|
4591
4595
|
@TemplateId = templateid
|
4592
4596
|
end
|
@@ -4604,7 +4608,7 @@ module TencentCloud
|
|
4604
4608
|
# @type RequestId: String
|
4605
4609
|
|
4606
4610
|
attr_accessor :Template, :RequestId
|
4607
|
-
|
4611
|
+
|
4608
4612
|
def initialize(template=nil, requestid=nil)
|
4609
4613
|
@Template = template
|
4610
4614
|
@RequestId = requestid
|
@@ -4622,7 +4626,7 @@ module TencentCloud
|
|
4622
4626
|
# DescribeLiveSnapshotTemplates请求参数结构体
|
4623
4627
|
class DescribeLiveSnapshotTemplatesRequest < TencentCloud::Common::AbstractModel
|
4624
4628
|
|
4625
|
-
|
4629
|
+
|
4626
4630
|
def initialize()
|
4627
4631
|
end
|
4628
4632
|
|
@@ -4638,7 +4642,7 @@ module TencentCloud
|
|
4638
4642
|
# @type RequestId: String
|
4639
4643
|
|
4640
4644
|
attr_accessor :Templates, :RequestId
|
4641
|
-
|
4645
|
+
|
4642
4646
|
def initialize(templates=nil, requestid=nil)
|
4643
4647
|
@Templates = templates
|
4644
4648
|
@RequestId = requestid
|
@@ -4699,7 +4703,7 @@ module TencentCloud
|
|
4699
4703
|
# @type IsAsc: Integer
|
4700
4704
|
|
4701
4705
|
attr_accessor :StartTime, :EndTime, :AppName, :DomainName, :StreamName, :PageNum, :PageSize, :IsFilter, :IsStrict, :IsAsc
|
4702
|
-
|
4706
|
+
|
4703
4707
|
def initialize(starttime=nil, endtime=nil, appname=nil, domainname=nil, streamname=nil, pagenum=nil, pagesize=nil, isfilter=nil, isstrict=nil, isasc=nil)
|
4704
4708
|
@StartTime = starttime
|
4705
4709
|
@EndTime = endtime
|
@@ -4743,7 +4747,7 @@ module TencentCloud
|
|
4743
4747
|
# @type RequestId: String
|
4744
4748
|
|
4745
4749
|
attr_accessor :EventList, :PageNum, :PageSize, :TotalNum, :TotalPage, :RequestId
|
4746
|
-
|
4750
|
+
|
4747
4751
|
def initialize(eventlist=nil, pagenum=nil, pagesize=nil, totalnum=nil, totalpage=nil, requestid=nil)
|
4748
4752
|
@EventList = eventlist
|
4749
4753
|
@PageNum = pagenum
|
@@ -4786,7 +4790,7 @@ module TencentCloud
|
|
4786
4790
|
# @type StreamName: String
|
4787
4791
|
|
4788
4792
|
attr_accessor :DomainName, :AppName, :PageNum, :PageSize, :StreamName
|
4789
|
-
|
4793
|
+
|
4790
4794
|
def initialize(domainname=nil, appname=nil, pagenum=nil, pagesize=nil, streamname=nil)
|
4791
4795
|
@DomainName = domainname
|
4792
4796
|
@AppName = appname
|
@@ -4820,7 +4824,7 @@ module TencentCloud
|
|
4820
4824
|
# @type RequestId: String
|
4821
4825
|
|
4822
4826
|
attr_accessor :TotalNum, :TotalPage, :PageNum, :PageSize, :OnlineInfo, :RequestId
|
4823
|
-
|
4827
|
+
|
4824
4828
|
def initialize(totalnum=nil, totalpage=nil, pagenum=nil, pagesize=nil, onlineinfo=nil, requestid=nil)
|
4825
4829
|
@TotalNum = totalnum
|
4826
4830
|
@TotalPage = totalpage
|
@@ -4874,7 +4878,7 @@ module TencentCloud
|
|
4874
4878
|
# @type StreamName: String
|
4875
4879
|
|
4876
4880
|
attr_accessor :DomainName, :EndTime, :StartTime, :AppName, :PageNum, :PageSize, :StreamName
|
4877
|
-
|
4881
|
+
|
4878
4882
|
def initialize(domainname=nil, endtime=nil, starttime=nil, appname=nil, pagenum=nil, pagesize=nil, streamname=nil)
|
4879
4883
|
@DomainName = domainname
|
4880
4884
|
@EndTime = endtime
|
@@ -4912,7 +4916,7 @@ module TencentCloud
|
|
4912
4916
|
# @type RequestId: String
|
4913
4917
|
|
4914
4918
|
attr_accessor :PublishInfo, :PageNum, :PageSize, :TotalNum, :TotalPage, :RequestId
|
4915
|
-
|
4919
|
+
|
4916
4920
|
def initialize(publishinfo=nil, pagenum=nil, pagesize=nil, totalnum=nil, totalpage=nil, requestid=nil)
|
4917
4921
|
@PublishInfo = publishinfo
|
4918
4922
|
@PageNum = pagenum
|
@@ -4955,7 +4959,7 @@ module TencentCloud
|
|
4955
4959
|
# @type PageSize: Integer
|
4956
4960
|
|
4957
4961
|
attr_accessor :PushDomain, :AppName, :PageNum, :PageSize
|
4958
|
-
|
4962
|
+
|
4959
4963
|
def initialize(pushdomain=nil, appname=nil, pagenum=nil, pagesize=nil)
|
4960
4964
|
@PushDomain = pushdomain
|
4961
4965
|
@AppName = appname
|
@@ -4987,7 +4991,7 @@ module TencentCloud
|
|
4987
4991
|
# @type RequestId: String
|
4988
4992
|
|
4989
4993
|
attr_accessor :DataInfoList, :TotalNum, :TotalPage, :PageNum, :PageSize, :RequestId
|
4990
|
-
|
4994
|
+
|
4991
4995
|
def initialize(datainfolist=nil, totalnum=nil, totalpage=nil, pagenum=nil, pagesize=nil, requestid=nil)
|
4992
4996
|
@DataInfoList = datainfolist
|
4993
4997
|
@TotalNum = totalnum
|
@@ -5024,7 +5028,7 @@ module TencentCloud
|
|
5024
5028
|
# @type StreamName: String
|
5025
5029
|
|
5026
5030
|
attr_accessor :AppName, :DomainName, :StreamName
|
5027
|
-
|
5031
|
+
|
5028
5032
|
def initialize(appname=nil, domainname=nil, streamname=nil)
|
5029
5033
|
@AppName = appname
|
5030
5034
|
@DomainName = domainname
|
@@ -5049,7 +5053,7 @@ module TencentCloud
|
|
5049
5053
|
# @type RequestId: String
|
5050
5054
|
|
5051
5055
|
attr_accessor :StreamState, :RequestId
|
5052
|
-
|
5056
|
+
|
5053
5057
|
def initialize(streamstate=nil, requestid=nil)
|
5054
5058
|
@StreamState = streamstate
|
5055
5059
|
@RequestId = requestid
|
@@ -5079,7 +5083,7 @@ module TencentCloud
|
|
5079
5083
|
# @type PushDomains: Array
|
5080
5084
|
|
5081
5085
|
attr_accessor :StartTime, :EndTime, :PushDomains
|
5082
|
-
|
5086
|
+
|
5083
5087
|
def initialize(starttime=nil, endtime=nil, pushdomains=nil)
|
5084
5088
|
@StartTime = starttime
|
5085
5089
|
@EndTime = endtime
|
@@ -5101,7 +5105,7 @@ module TencentCloud
|
|
5101
5105
|
# @type RequestId: String
|
5102
5106
|
|
5103
5107
|
attr_accessor :DataInfoList, :RequestId
|
5104
|
-
|
5108
|
+
|
5105
5109
|
def initialize(datainfolist=nil, requestid=nil)
|
5106
5110
|
@DataInfoList = datainfolist
|
5107
5111
|
@RequestId = requestid
|
@@ -5123,7 +5127,7 @@ module TencentCloud
|
|
5123
5127
|
# DescribeLiveTimeShiftRules请求参数结构体
|
5124
5128
|
class DescribeLiveTimeShiftRulesRequest < TencentCloud::Common::AbstractModel
|
5125
5129
|
|
5126
|
-
|
5130
|
+
|
5127
5131
|
def initialize()
|
5128
5132
|
end
|
5129
5133
|
|
@@ -5139,7 +5143,7 @@ module TencentCloud
|
|
5139
5143
|
# @type RequestId: String
|
5140
5144
|
|
5141
5145
|
attr_accessor :Rules, :RequestId
|
5142
|
-
|
5146
|
+
|
5143
5147
|
def initialize(rules=nil, requestid=nil)
|
5144
5148
|
@Rules = rules
|
5145
5149
|
@RequestId = requestid
|
@@ -5161,7 +5165,7 @@ module TencentCloud
|
|
5161
5165
|
# DescribeLiveTimeShiftTemplates请求参数结构体
|
5162
5166
|
class DescribeLiveTimeShiftTemplatesRequest < TencentCloud::Common::AbstractModel
|
5163
5167
|
|
5164
|
-
|
5168
|
+
|
5165
5169
|
def initialize()
|
5166
5170
|
end
|
5167
5171
|
|
@@ -5177,7 +5181,7 @@ module TencentCloud
|
|
5177
5181
|
# @type RequestId: String
|
5178
5182
|
|
5179
5183
|
attr_accessor :Templates, :RequestId
|
5180
|
-
|
5184
|
+
|
5181
5185
|
def initialize(templates=nil, requestid=nil)
|
5182
5186
|
@Templates = templates
|
5183
5187
|
@RequestId = requestid
|
@@ -5222,7 +5226,7 @@ module TencentCloud
|
|
5222
5226
|
# @type EndDayTime: String
|
5223
5227
|
|
5224
5228
|
attr_accessor :PushDomain, :StreamName, :DayTime, :PageNum, :PageSize, :StartDayTime, :EndDayTime
|
5225
|
-
|
5229
|
+
|
5226
5230
|
def initialize(pushdomain=nil, streamname=nil, daytime=nil, pagenum=nil, pagesize=nil, startdaytime=nil, enddaytime=nil)
|
5227
5231
|
@PushDomain = pushdomain
|
5228
5232
|
@StreamName = streamname
|
@@ -5260,7 +5264,7 @@ module TencentCloud
|
|
5260
5264
|
# @type RequestId: String
|
5261
5265
|
|
5262
5266
|
attr_accessor :DataInfoList, :PageNum, :PageSize, :TotalNum, :TotalPage, :RequestId
|
5263
|
-
|
5267
|
+
|
5264
5268
|
def initialize(datainfolist=nil, pagenum=nil, pagesize=nil, totalnum=nil, totalpage=nil, requestid=nil)
|
5265
5269
|
@DataInfoList = datainfolist
|
5266
5270
|
@PageNum = pagenum
|
@@ -5295,7 +5299,7 @@ module TencentCloud
|
|
5295
5299
|
# @type DomainNames: Array
|
5296
5300
|
|
5297
5301
|
attr_accessor :TemplateIds, :DomainNames
|
5298
|
-
|
5302
|
+
|
5299
5303
|
def initialize(templateids=nil, domainnames=nil)
|
5300
5304
|
@TemplateIds = templateids
|
5301
5305
|
@DomainNames = domainnames
|
@@ -5315,7 +5319,7 @@ module TencentCloud
|
|
5315
5319
|
# @type RequestId: String
|
5316
5320
|
|
5317
5321
|
attr_accessor :Rules, :RequestId
|
5318
|
-
|
5322
|
+
|
5319
5323
|
def initialize(rules=nil, requestid=nil)
|
5320
5324
|
@Rules = rules
|
5321
5325
|
@RequestId = requestid
|
@@ -5341,7 +5345,7 @@ module TencentCloud
|
|
5341
5345
|
# @type TemplateId: Integer
|
5342
5346
|
|
5343
5347
|
attr_accessor :TemplateId
|
5344
|
-
|
5348
|
+
|
5345
5349
|
def initialize(templateid=nil)
|
5346
5350
|
@TemplateId = templateid
|
5347
5351
|
end
|
@@ -5359,7 +5363,7 @@ module TencentCloud
|
|
5359
5363
|
# @type RequestId: String
|
5360
5364
|
|
5361
5365
|
attr_accessor :Template, :RequestId
|
5362
|
-
|
5366
|
+
|
5363
5367
|
def initialize(template=nil, requestid=nil)
|
5364
5368
|
@Template = template
|
5365
5369
|
@RequestId = requestid
|
@@ -5377,7 +5381,7 @@ module TencentCloud
|
|
5377
5381
|
# DescribeLiveTranscodeTemplates请求参数结构体
|
5378
5382
|
class DescribeLiveTranscodeTemplatesRequest < TencentCloud::Common::AbstractModel
|
5379
5383
|
|
5380
|
-
|
5384
|
+
|
5381
5385
|
def initialize()
|
5382
5386
|
end
|
5383
5387
|
|
@@ -5393,7 +5397,7 @@ module TencentCloud
|
|
5393
5397
|
# @type RequestId: String
|
5394
5398
|
|
5395
5399
|
attr_accessor :Templates, :RequestId
|
5396
|
-
|
5400
|
+
|
5397
5401
|
def initialize(templates=nil, requestid=nil)
|
5398
5402
|
@Templates = templates
|
5399
5403
|
@RequestId = requestid
|
@@ -5433,7 +5437,7 @@ module TencentCloud
|
|
5433
5437
|
# @type MainlandOrOversea: String
|
5434
5438
|
|
5435
5439
|
attr_accessor :StartTime, :EndTime, :PushDomains, :MainlandOrOversea
|
5436
|
-
|
5440
|
+
|
5437
5441
|
def initialize(starttime=nil, endtime=nil, pushdomains=nil, mainlandoroversea=nil)
|
5438
5442
|
@StartTime = starttime
|
5439
5443
|
@EndTime = endtime
|
@@ -5458,7 +5462,7 @@ module TencentCloud
|
|
5458
5462
|
# @type RequestId: String
|
5459
5463
|
|
5460
5464
|
attr_accessor :DataInfoList, :RequestId
|
5461
|
-
|
5465
|
+
|
5462
5466
|
def initialize(datainfolist=nil, requestid=nil)
|
5463
5467
|
@DataInfoList = datainfolist
|
5464
5468
|
@RequestId = requestid
|
@@ -5483,7 +5487,7 @@ module TencentCloud
|
|
5483
5487
|
# @type WatermarkId: Integer
|
5484
5488
|
|
5485
5489
|
attr_accessor :WatermarkId
|
5486
|
-
|
5490
|
+
|
5487
5491
|
def initialize(watermarkid=nil)
|
5488
5492
|
@WatermarkId = watermarkid
|
5489
5493
|
end
|
@@ -5501,7 +5505,7 @@ module TencentCloud
|
|
5501
5505
|
# @type RequestId: String
|
5502
5506
|
|
5503
5507
|
attr_accessor :Watermark, :RequestId
|
5504
|
-
|
5508
|
+
|
5505
5509
|
def initialize(watermark=nil, requestid=nil)
|
5506
5510
|
@Watermark = watermark
|
5507
5511
|
@RequestId = requestid
|
@@ -5519,7 +5523,7 @@ module TencentCloud
|
|
5519
5523
|
# DescribeLiveWatermarkRules请求参数结构体
|
5520
5524
|
class DescribeLiveWatermarkRulesRequest < TencentCloud::Common::AbstractModel
|
5521
5525
|
|
5522
|
-
|
5526
|
+
|
5523
5527
|
def initialize()
|
5524
5528
|
end
|
5525
5529
|
|
@@ -5535,7 +5539,7 @@ module TencentCloud
|
|
5535
5539
|
# @type RequestId: String
|
5536
5540
|
|
5537
5541
|
attr_accessor :Rules, :RequestId
|
5538
|
-
|
5542
|
+
|
5539
5543
|
def initialize(rules=nil, requestid=nil)
|
5540
5544
|
@Rules = rules
|
5541
5545
|
@RequestId = requestid
|
@@ -5557,7 +5561,7 @@ module TencentCloud
|
|
5557
5561
|
# DescribeLiveWatermarks请求参数结构体
|
5558
5562
|
class DescribeLiveWatermarksRequest < TencentCloud::Common::AbstractModel
|
5559
5563
|
|
5560
|
-
|
5564
|
+
|
5561
5565
|
def initialize()
|
5562
5566
|
end
|
5563
5567
|
|
@@ -5575,7 +5579,7 @@ module TencentCloud
|
|
5575
5579
|
# @type RequestId: String
|
5576
5580
|
|
5577
5581
|
attr_accessor :TotalNum, :WatermarkList, :RequestId
|
5578
|
-
|
5582
|
+
|
5579
5583
|
def initialize(totalnum=nil, watermarklist=nil, requestid=nil)
|
5580
5584
|
@TotalNum = totalnum
|
5581
5585
|
@WatermarkList = watermarklist
|
@@ -5611,7 +5615,7 @@ module TencentCloud
|
|
5611
5615
|
# @type Dimension: Array
|
5612
5616
|
|
5613
5617
|
attr_accessor :QueryTime, :Type, :StreamNames, :Dimension
|
5614
|
-
|
5618
|
+
|
5615
5619
|
def initialize(querytime=nil, type=nil, streamnames=nil, dimension=nil)
|
5616
5620
|
@QueryTime = querytime
|
5617
5621
|
@Type = type
|
@@ -5635,7 +5639,7 @@ module TencentCloud
|
|
5635
5639
|
# @type RequestId: String
|
5636
5640
|
|
5637
5641
|
attr_accessor :DataInfoList, :RequestId
|
5638
|
-
|
5642
|
+
|
5639
5643
|
def initialize(datainfolist=nil, requestid=nil)
|
5640
5644
|
@DataInfoList = datainfolist
|
5641
5645
|
@RequestId = requestid
|
@@ -5671,7 +5675,7 @@ module TencentCloud
|
|
5671
5675
|
# @type IsFastLive: Integer
|
5672
5676
|
|
5673
5677
|
attr_accessor :StartTime, :EndTime, :PlayDomains, :IsFastLive
|
5674
|
-
|
5678
|
+
|
5675
5679
|
def initialize(starttime=nil, endtime=nil, playdomains=nil, isfastlive=nil)
|
5676
5680
|
@StartTime = starttime
|
5677
5681
|
@EndTime = endtime
|
@@ -5697,7 +5701,7 @@ module TencentCloud
|
|
5697
5701
|
# @type RequestId: String
|
5698
5702
|
|
5699
5703
|
attr_accessor :LogInfoList, :TotalNum, :RequestId
|
5700
|
-
|
5704
|
+
|
5701
5705
|
def initialize(loginfolist=nil, totalnum=nil, requestid=nil)
|
5702
5706
|
@LogInfoList = loginfolist
|
5703
5707
|
@TotalNum = totalnum
|
@@ -5738,7 +5742,7 @@ module TencentCloud
|
|
5738
5742
|
# @type MainlandOrOversea: String
|
5739
5743
|
|
5740
5744
|
attr_accessor :StartTime, :EndTime, :Granularity, :StatType, :PlayDomains, :MainlandOrOversea
|
5741
|
-
|
5745
|
+
|
5742
5746
|
def initialize(starttime=nil, endtime=nil, granularity=nil, stattype=nil, playdomains=nil, mainlandoroversea=nil)
|
5743
5747
|
@StartTime = starttime
|
5744
5748
|
@EndTime = endtime
|
@@ -5768,7 +5772,7 @@ module TencentCloud
|
|
5768
5772
|
# @type RequestId: String
|
5769
5773
|
|
5770
5774
|
attr_accessor :HttpCodeList, :StatType, :RequestId
|
5771
|
-
|
5775
|
+
|
5772
5776
|
def initialize(httpcodelist=nil, stattype=nil, requestid=nil)
|
5773
5777
|
@HttpCodeList = httpcodelist
|
5774
5778
|
@StatType = stattype
|
@@ -5812,7 +5816,7 @@ module TencentCloud
|
|
5812
5816
|
# @type OutLanguage: String
|
5813
5817
|
|
5814
5818
|
attr_accessor :StartTime, :EndTime, :PlayDomains, :PageNum, :PageSize, :MainlandOrOversea, :GroupType, :OutLanguage
|
5815
|
-
|
5819
|
+
|
5816
5820
|
def initialize(starttime=nil, endtime=nil, playdomains=nil, pagenum=nil, pagesize=nil, mainlandoroversea=nil, grouptype=nil, outlanguage=nil)
|
5817
5821
|
@StartTime = starttime
|
5818
5822
|
@EndTime = endtime
|
@@ -5864,7 +5868,7 @@ module TencentCloud
|
|
5864
5868
|
# @type RequestId: String
|
5865
5869
|
|
5866
5870
|
attr_accessor :ProIspInfoList, :TotalCodeAll, :TotalCode4xx, :TotalCode5xx, :TotalCodeList, :PageNum, :PageSize, :TotalPage, :TotalNum, :TotalCode2xx, :TotalCode3xx, :RequestId
|
5867
|
-
|
5871
|
+
|
5868
5872
|
def initialize(proispinfolist=nil, totalcodeall=nil, totalcode4xx=nil, totalcode5xx=nil, totalcodelist=nil, pagenum=nil, pagesize=nil, totalpage=nil, totalnum=nil, totalcode2xx=nil, totalcode3xx=nil, requestid=nil)
|
5869
5873
|
@ProIspInfoList = proispinfolist
|
5870
5874
|
@TotalCodeAll = totalcodeall
|
@@ -5933,7 +5937,7 @@ module TencentCloud
|
|
5933
5937
|
# @type OutLanguage: String
|
5934
5938
|
|
5935
5939
|
attr_accessor :StartTime, :EndTime, :StatType, :PlayDomains, :PageNum, :PageSize, :MainlandOrOversea, :OutLanguage
|
5936
|
-
|
5940
|
+
|
5937
5941
|
def initialize(starttime=nil, endtime=nil, stattype=nil, playdomains=nil, pagenum=nil, pagesize=nil, mainlandoroversea=nil, outlanguage=nil)
|
5938
5942
|
@StartTime = starttime
|
5939
5943
|
@EndTime = endtime
|
@@ -5981,7 +5985,7 @@ module TencentCloud
|
|
5981
5985
|
# @type RequestId: String
|
5982
5986
|
|
5983
5987
|
attr_accessor :TotalFlux, :TotalRequest, :StatType, :PageSize, :PageNum, :TotalNum, :TotalPage, :DataInfoList, :AvgFluxPerSecond, :RequestId
|
5984
|
-
|
5988
|
+
|
5985
5989
|
def initialize(totalflux=nil, totalrequest=nil, stattype=nil, pagesize=nil, pagenum=nil, totalnum=nil, totalpage=nil, datainfolist=nil, avgfluxpersecond=nil, requestid=nil)
|
5986
5990
|
@TotalFlux = totalflux
|
5987
5991
|
@TotalRequest = totalrequest
|
@@ -6049,7 +6053,7 @@ module TencentCloud
|
|
6049
6053
|
# @type IpType: String
|
6050
6054
|
|
6051
6055
|
attr_accessor :StartTime, :EndTime, :Granularity, :StatType, :PlayDomains, :ProvinceNames, :IspNames, :MainlandOrOversea, :IpType
|
6052
|
-
|
6056
|
+
|
6053
6057
|
def initialize(starttime=nil, endtime=nil, granularity=nil, stattype=nil, playdomains=nil, provincenames=nil, ispnames=nil, mainlandoroversea=nil, iptype=nil)
|
6054
6058
|
@StartTime = starttime
|
6055
6059
|
@EndTime = endtime
|
@@ -6085,7 +6089,7 @@ module TencentCloud
|
|
6085
6089
|
# @type RequestId: String
|
6086
6090
|
|
6087
6091
|
attr_accessor :DataInfoList, :StatType, :RequestId
|
6088
|
-
|
6092
|
+
|
6089
6093
|
def initialize(datainfolist=nil, stattype=nil, requestid=nil)
|
6090
6094
|
@DataInfoList = datainfolist
|
6091
6095
|
@StatType = stattype
|
@@ -6113,7 +6117,7 @@ module TencentCloud
|
|
6113
6117
|
# @type ConfigId: String
|
6114
6118
|
|
6115
6119
|
attr_accessor :ConfigId
|
6116
|
-
|
6120
|
+
|
6117
6121
|
def initialize(configid=nil)
|
6118
6122
|
@ConfigId = configid
|
6119
6123
|
end
|
@@ -6131,7 +6135,7 @@ module TencentCloud
|
|
6131
6135
|
# @type RequestId: String
|
6132
6136
|
|
6133
6137
|
attr_accessor :PullStreamConfigs, :RequestId
|
6134
|
-
|
6138
|
+
|
6135
6139
|
def initialize(pullstreamconfigs=nil, requestid=nil)
|
6136
6140
|
@PullStreamConfigs = pullstreamconfigs
|
6137
6141
|
@RequestId = requestid
|
@@ -6185,7 +6189,7 @@ module TencentCloud
|
|
6185
6189
|
# @type CountryNames: Array
|
6186
6190
|
|
6187
6191
|
attr_accessor :StartTime, :EndTime, :PushDomains, :MainlandOrOversea, :Granularity, :RegionNames, :CountryNames
|
6188
|
-
|
6192
|
+
|
6189
6193
|
def initialize(starttime=nil, endtime=nil, pushdomains=nil, mainlandoroversea=nil, granularity=nil, regionnames=nil, countrynames=nil)
|
6190
6194
|
@StartTime = starttime
|
6191
6195
|
@EndTime = endtime
|
@@ -6225,7 +6229,7 @@ module TencentCloud
|
|
6225
6229
|
# @type RequestId: String
|
6226
6230
|
|
6227
6231
|
attr_accessor :PeakBandwidthTime, :PeakBandwidth, :P95PeakBandwidthTime, :P95PeakBandwidth, :SumFlux, :DataInfoList, :RequestId
|
6228
|
-
|
6232
|
+
|
6229
6233
|
def initialize(peakbandwidthtime=nil, peakbandwidth=nil, p95peakbandwidthtime=nil, p95peakbandwidth=nil, sumflux=nil, datainfolist=nil, requestid=nil)
|
6230
6234
|
@PeakBandwidthTime = peakbandwidthtime
|
6231
6235
|
@PeakBandwidth = peakbandwidth
|
@@ -6270,7 +6274,7 @@ module TencentCloud
|
|
6270
6274
|
# @type ScrollToken: String
|
6271
6275
|
|
6272
6276
|
attr_accessor :StartTime, :EndTime, :StreamName, :DomainName, :AppName, :ScrollToken
|
6273
|
-
|
6277
|
+
|
6274
6278
|
def initialize(starttime=nil, endtime=nil, streamname=nil, domainname=nil, appname=nil, scrolltoken=nil)
|
6275
6279
|
@StartTime = starttime
|
6276
6280
|
@EndTime = endtime
|
@@ -6300,7 +6304,7 @@ module TencentCloud
|
|
6300
6304
|
# @type RequestId: String
|
6301
6305
|
|
6302
6306
|
attr_accessor :ScrollToken, :TaskList, :RequestId
|
6303
|
-
|
6307
|
+
|
6304
6308
|
def initialize(scrolltoken=nil, tasklist=nil, requestid=nil)
|
6305
6309
|
@ScrollToken = scrolltoken
|
6306
6310
|
@TaskList = tasklist
|
@@ -6340,7 +6344,7 @@ module TencentCloud
|
|
6340
6344
|
# @type Granularity: String
|
6341
6345
|
|
6342
6346
|
attr_accessor :StartTime, :EndTime, :Zone, :PushDomains, :Granularity
|
6343
|
-
|
6347
|
+
|
6344
6348
|
def initialize(starttime=nil, endtime=nil, zone=nil, pushdomains=nil, granularity=nil)
|
6345
6349
|
@StartTime = starttime
|
6346
6350
|
@EndTime = endtime
|
@@ -6366,7 +6370,7 @@ module TencentCloud
|
|
6366
6370
|
# @type RequestId: String
|
6367
6371
|
|
6368
6372
|
attr_accessor :DataInfoList, :RequestId
|
6369
|
-
|
6373
|
+
|
6370
6374
|
def initialize(datainfolist=nil, requestid=nil)
|
6371
6375
|
@DataInfoList = datainfolist
|
6372
6376
|
@RequestId = requestid
|
@@ -6401,7 +6405,7 @@ module TencentCloud
|
|
6401
6405
|
# @type ScrollToken: String
|
6402
6406
|
|
6403
6407
|
attr_accessor :StartTime, :EndTime, :StreamName, :DomainName, :AppName, :ScrollToken
|
6404
|
-
|
6408
|
+
|
6405
6409
|
def initialize(starttime=nil, endtime=nil, streamname=nil, domainname=nil, appname=nil, scrolltoken=nil)
|
6406
6410
|
@StartTime = starttime
|
6407
6411
|
@EndTime = endtime
|
@@ -6431,7 +6435,7 @@ module TencentCloud
|
|
6431
6435
|
# @type RequestId: String
|
6432
6436
|
|
6433
6437
|
attr_accessor :ScrollToken, :TaskList, :RequestId
|
6434
|
-
|
6438
|
+
|
6435
6439
|
def initialize(scrolltoken=nil, tasklist=nil, requestid=nil)
|
6436
6440
|
@ScrollToken = scrolltoken
|
6437
6441
|
@TaskList = tasklist
|
@@ -6472,7 +6476,7 @@ module TencentCloud
|
|
6472
6476
|
# @type ServiceName: String
|
6473
6477
|
|
6474
6478
|
attr_accessor :DayTime, :PlayDomain, :PageNum, :PageSize, :MainlandOrOversea, :ServiceName
|
6475
|
-
|
6479
|
+
|
6476
6480
|
def initialize(daytime=nil, playdomain=nil, pagenum=nil, pagesize=nil, mainlandoroversea=nil, servicename=nil)
|
6477
6481
|
@DayTime = daytime
|
6478
6482
|
@PlayDomain = playdomain
|
@@ -6508,7 +6512,7 @@ module TencentCloud
|
|
6508
6512
|
# @type RequestId: String
|
6509
6513
|
|
6510
6514
|
attr_accessor :DataInfoList, :TotalNum, :TotalPage, :PageNum, :PageSize, :RequestId
|
6511
|
-
|
6515
|
+
|
6512
6516
|
def initialize(datainfolist=nil, totalnum=nil, totalpage=nil, pagenum=nil, pagesize=nil, requestid=nil)
|
6513
6517
|
@DataInfoList = datainfolist
|
6514
6518
|
@TotalNum = totalnum
|
@@ -6560,7 +6564,7 @@ module TencentCloud
|
|
6560
6564
|
# @type ServiceName: String
|
6561
6565
|
|
6562
6566
|
attr_accessor :StartTime, :EndTime, :PlayDomain, :StreamName, :AppName, :ServiceName
|
6563
|
-
|
6567
|
+
|
6564
6568
|
def initialize(starttime=nil, endtime=nil, playdomain=nil, streamname=nil, appname=nil, servicename=nil)
|
6565
6569
|
@StartTime = starttime
|
6566
6570
|
@EndTime = endtime
|
@@ -6588,7 +6592,7 @@ module TencentCloud
|
|
6588
6592
|
# @type RequestId: String
|
6589
6593
|
|
6590
6594
|
attr_accessor :DataInfoList, :RequestId
|
6591
|
-
|
6595
|
+
|
6592
6596
|
def initialize(datainfolist=nil, requestid=nil)
|
6593
6597
|
@DataInfoList = datainfolist
|
6594
6598
|
@RequestId = requestid
|
@@ -6621,7 +6625,7 @@ module TencentCloud
|
|
6621
6625
|
# @type AppName: String
|
6622
6626
|
|
6623
6627
|
attr_accessor :StreamName, :StartTime, :EndTime, :PushDomain, :AppName
|
6624
|
-
|
6628
|
+
|
6625
6629
|
def initialize(streamname=nil, starttime=nil, endtime=nil, pushdomain=nil, appname=nil)
|
6626
6630
|
@StreamName = streamname
|
6627
6631
|
@StartTime = starttime
|
@@ -6647,7 +6651,7 @@ module TencentCloud
|
|
6647
6651
|
# @type RequestId: String
|
6648
6652
|
|
6649
6653
|
attr_accessor :DataInfoList, :RequestId
|
6650
|
-
|
6654
|
+
|
6651
6655
|
def initialize(datainfolist=nil, requestid=nil)
|
6652
6656
|
@DataInfoList = datainfolist
|
6653
6657
|
@RequestId = requestid
|
@@ -6684,7 +6688,7 @@ module TencentCloud
|
|
6684
6688
|
# @type TransCodeId: Integer
|
6685
6689
|
|
6686
6690
|
attr_accessor :Domain, :AppName, :StreamName, :StartTime, :EndTime, :DomainGroup, :TransCodeId
|
6687
|
-
|
6691
|
+
|
6688
6692
|
def initialize(domain=nil, appname=nil, streamname=nil, starttime=nil, endtime=nil, domaingroup=nil, transcodeid=nil)
|
6689
6693
|
@Domain = domain
|
6690
6694
|
@AppName = appname
|
@@ -6715,7 +6719,7 @@ module TencentCloud
|
|
6715
6719
|
# @type RequestId: String
|
6716
6720
|
|
6717
6721
|
attr_accessor :RecordList, :RequestId
|
6718
|
-
|
6722
|
+
|
6719
6723
|
def initialize(recordlist=nil, requestid=nil)
|
6720
6724
|
@RecordList = recordlist
|
6721
6725
|
@RequestId = requestid
|
@@ -6753,7 +6757,7 @@ module TencentCloud
|
|
6753
6757
|
# @type PageNum: Integer
|
6754
6758
|
|
6755
6759
|
attr_accessor :StartTime, :EndTime, :StreamName, :Domain, :DomainGroup, :PageSize, :PageNum
|
6756
|
-
|
6760
|
+
|
6757
6761
|
def initialize(starttime=nil, endtime=nil, streamname=nil, domain=nil, domaingroup=nil, pagesize=nil, pagenum=nil)
|
6758
6762
|
@StartTime = starttime
|
6759
6763
|
@EndTime = endtime
|
@@ -6786,7 +6790,7 @@ module TencentCloud
|
|
6786
6790
|
# @type RequestId: String
|
6787
6791
|
|
6788
6792
|
attr_accessor :TotalSize, :StreamList, :RequestId
|
6789
|
-
|
6793
|
+
|
6790
6794
|
def initialize(totalsize=nil, streamlist=nil, requestid=nil)
|
6791
6795
|
@TotalSize = totalsize
|
6792
6796
|
@StreamList = streamlist
|
@@ -6828,7 +6832,7 @@ module TencentCloud
|
|
6828
6832
|
# @type OutLanguage: String
|
6829
6833
|
|
6830
6834
|
attr_accessor :StartTime, :EndTime, :PlayDomains, :PageNum, :PageSize, :OrderParam, :MainlandOrOversea, :OutLanguage
|
6831
|
-
|
6835
|
+
|
6832
6836
|
def initialize(starttime=nil, endtime=nil, playdomains=nil, pagenum=nil, pagesize=nil, orderparam=nil, mainlandoroversea=nil, outlanguage=nil)
|
6833
6837
|
@StartTime = starttime
|
6834
6838
|
@EndTime = endtime
|
@@ -6870,7 +6874,7 @@ module TencentCloud
|
|
6870
6874
|
# @type RequestId: String
|
6871
6875
|
|
6872
6876
|
attr_accessor :PageNum, :PageSize, :OrderParam, :TotalNum, :TotalPage, :DataInfoList, :RequestId
|
6873
|
-
|
6877
|
+
|
6874
6878
|
def initialize(pagenum=nil, pagesize=nil, orderparam=nil, totalnum=nil, totalpage=nil, datainfolist=nil, requestid=nil)
|
6875
6879
|
@PageNum = pagenum
|
6876
6880
|
@PageSize = pagesize
|
@@ -6909,7 +6913,7 @@ module TencentCloud
|
|
6909
6913
|
# @type PushDomains: Array
|
6910
6914
|
|
6911
6915
|
attr_accessor :StartTime, :EndTime, :PushDomains
|
6912
|
-
|
6916
|
+
|
6913
6917
|
def initialize(starttime=nil, endtime=nil, pushdomains=nil)
|
6914
6918
|
@StartTime = starttime
|
6915
6919
|
@EndTime = endtime
|
@@ -6931,7 +6935,7 @@ module TencentCloud
|
|
6931
6935
|
# @type RequestId: String
|
6932
6936
|
|
6933
6937
|
attr_accessor :DataInfoList, :RequestId
|
6934
|
-
|
6938
|
+
|
6935
6939
|
def initialize(datainfolist=nil, requestid=nil)
|
6936
6940
|
@DataInfoList = datainfolist
|
6937
6941
|
@RequestId = requestid
|
@@ -6970,7 +6974,7 @@ module TencentCloud
|
|
6970
6974
|
# @type Granularity: Integer
|
6971
6975
|
|
6972
6976
|
attr_accessor :StartTime, :EndTime, :Domains, :Granularity
|
6973
|
-
|
6977
|
+
|
6974
6978
|
def initialize(starttime=nil, endtime=nil, domains=nil, granularity=nil)
|
6975
6979
|
@StartTime = starttime
|
6976
6980
|
@EndTime = endtime
|
@@ -6994,7 +6998,7 @@ module TencentCloud
|
|
6994
6998
|
# @type RequestId: String
|
6995
6999
|
|
6996
7000
|
attr_accessor :DataInfoList, :RequestId
|
6997
|
-
|
7001
|
+
|
6998
7002
|
def initialize(datainfolist=nil, requestid=nil)
|
6999
7003
|
@DataInfoList = datainfolist
|
7000
7004
|
@RequestId = requestid
|
@@ -7035,7 +7039,7 @@ module TencentCloud
|
|
7035
7039
|
# @type OrderParam: String
|
7036
7040
|
|
7037
7041
|
attr_accessor :StartTime, :EndTime, :TopIndex, :PlayDomains, :PageNum, :PageSize, :OrderParam
|
7038
|
-
|
7042
|
+
|
7039
7043
|
def initialize(starttime=nil, endtime=nil, topindex=nil, playdomains=nil, pagenum=nil, pagesize=nil, orderparam=nil)
|
7040
7044
|
@StartTime = starttime
|
7041
7045
|
@EndTime = endtime
|
@@ -7080,7 +7084,7 @@ module TencentCloud
|
|
7080
7084
|
# @type RequestId: String
|
7081
7085
|
|
7082
7086
|
attr_accessor :PageNum, :PageSize, :TopIndex, :OrderParam, :TotalNum, :TotalPage, :DataInfoList, :RequestId
|
7083
|
-
|
7087
|
+
|
7084
7088
|
def initialize(pagenum=nil, pagesize=nil, topindex=nil, orderparam=nil, totalnum=nil, totalpage=nil, datainfolist=nil, requestid=nil)
|
7085
7089
|
@PageNum = pagenum
|
7086
7090
|
@PageSize = pagesize
|
@@ -7144,7 +7148,7 @@ module TencentCloud
|
|
7144
7148
|
# @type CloudCertId: String
|
7145
7149
|
|
7146
7150
|
attr_accessor :CertId, :CertName, :Description, :CreateTime, :HttpsCrt, :CertType, :CertExpireTime, :DomainName, :Status, :CertDomains, :CloudCertId
|
7147
|
-
|
7151
|
+
|
7148
7152
|
def initialize(certid=nil, certname=nil, description=nil, createtime=nil, httpscrt=nil, certtype=nil, certexpiretime=nil, domainname=nil, status=nil, certdomains=nil, cloudcertid=nil)
|
7149
7153
|
@CertId = certid
|
7150
7154
|
@CertName = certname
|
@@ -7190,7 +7194,7 @@ module TencentCloud
|
|
7190
7194
|
# @type Request: Integer
|
7191
7195
|
|
7192
7196
|
attr_accessor :MainlandOrOversea, :Bandwidth, :Flux, :Online, :Request
|
7193
|
-
|
7197
|
+
|
7194
7198
|
def initialize(mainlandoroversea=nil, bandwidth=nil, flux=nil, online=nil, request=nil)
|
7195
7199
|
@MainlandOrOversea = mainlandoroversea
|
7196
7200
|
@Bandwidth = bandwidth
|
@@ -7251,7 +7255,7 @@ module TencentCloud
|
|
7251
7255
|
# @type IsMiniProgramLive: Integer
|
7252
7256
|
|
7253
7257
|
attr_accessor :Name, :Type, :Status, :CreateTime, :BCName, :TargetDomain, :PlayType, :IsDelayLive, :CurrentCName, :RentTag, :RentExpireTime, :IsMiniProgramLive
|
7254
|
-
|
7258
|
+
|
7255
7259
|
def initialize(name=nil, type=nil, status=nil, createtime=nil, bcname=nil, targetdomain=nil, playtype=nil, isdelaylive=nil, currentcname=nil, renttag=nil, rentexpiretime=nil, isminiprogramlive=nil)
|
7256
7260
|
@Name = name
|
7257
7261
|
@Type = type
|
@@ -7291,7 +7295,7 @@ module TencentCloud
|
|
7291
7295
|
# @type DetailInfoList: Array
|
7292
7296
|
|
7293
7297
|
attr_accessor :Domain, :DetailInfoList
|
7294
|
-
|
7298
|
+
|
7295
7299
|
def initialize(domain=nil, detailinfolist=nil)
|
7296
7300
|
@Domain = domain
|
7297
7301
|
@DetailInfoList = detailinfolist
|
@@ -7320,7 +7324,7 @@ module TencentCloud
|
|
7320
7324
|
# @type AppName: String
|
7321
7325
|
|
7322
7326
|
attr_accessor :StreamName, :DomainName, :AppName
|
7323
|
-
|
7327
|
+
|
7324
7328
|
def initialize(streamname=nil, domainname=nil, appname=nil)
|
7325
7329
|
@StreamName = streamname
|
7326
7330
|
@DomainName = domainname
|
@@ -7340,7 +7344,7 @@ module TencentCloud
|
|
7340
7344
|
# @type RequestId: String
|
7341
7345
|
|
7342
7346
|
attr_accessor :RequestId
|
7343
|
-
|
7347
|
+
|
7344
7348
|
def initialize(requestid=nil)
|
7345
7349
|
@RequestId = requestid
|
7346
7350
|
end
|
@@ -7356,7 +7360,7 @@ module TencentCloud
|
|
7356
7360
|
# @type DomainName: String
|
7357
7361
|
|
7358
7362
|
attr_accessor :DomainName
|
7359
|
-
|
7363
|
+
|
7360
7364
|
def initialize(domainname=nil)
|
7361
7365
|
@DomainName = domainname
|
7362
7366
|
end
|
@@ -7372,7 +7376,7 @@ module TencentCloud
|
|
7372
7376
|
# @type RequestId: String
|
7373
7377
|
|
7374
7378
|
attr_accessor :RequestId
|
7375
|
-
|
7379
|
+
|
7376
7380
|
def initialize(requestid=nil)
|
7377
7381
|
@RequestId = requestid
|
7378
7382
|
end
|
@@ -7388,7 +7392,7 @@ module TencentCloud
|
|
7388
7392
|
# @type UploadInRecording: Boolean
|
7389
7393
|
|
7390
7394
|
attr_accessor :UploadInRecording
|
7391
|
-
|
7395
|
+
|
7392
7396
|
def initialize(uploadinrecording=nil)
|
7393
7397
|
@UploadInRecording = uploadinrecording
|
7394
7398
|
end
|
@@ -7404,7 +7408,7 @@ module TencentCloud
|
|
7404
7408
|
# @type DomainName: String
|
7405
7409
|
|
7406
7410
|
attr_accessor :DomainName
|
7407
|
-
|
7411
|
+
|
7408
7412
|
def initialize(domainname=nil)
|
7409
7413
|
@DomainName = domainname
|
7410
7414
|
end
|
@@ -7420,7 +7424,7 @@ module TencentCloud
|
|
7420
7424
|
# @type RequestId: String
|
7421
7425
|
|
7422
7426
|
attr_accessor :RequestId
|
7423
|
-
|
7427
|
+
|
7424
7428
|
def initialize(requestid=nil)
|
7425
7429
|
@RequestId = requestid
|
7426
7430
|
end
|
@@ -7449,7 +7453,7 @@ module TencentCloud
|
|
7449
7453
|
# @type Reason: String
|
7450
7454
|
|
7451
7455
|
attr_accessor :AppName, :DomainName, :StreamName, :ResumeTime, :Reason
|
7452
|
-
|
7456
|
+
|
7453
7457
|
def initialize(appname=nil, domainname=nil, streamname=nil, resumetime=nil, reason=nil)
|
7454
7458
|
@AppName = appname
|
7455
7459
|
@DomainName = domainname
|
@@ -7473,7 +7477,7 @@ module TencentCloud
|
|
7473
7477
|
# @type RequestId: String
|
7474
7478
|
|
7475
7479
|
attr_accessor :RequestId
|
7476
|
-
|
7480
|
+
|
7477
7481
|
def initialize(requestid=nil)
|
7478
7482
|
@RequestId = requestid
|
7479
7483
|
end
|
@@ -7501,7 +7505,7 @@ module TencentCloud
|
|
7501
7505
|
# @type DomainName: String
|
7502
7506
|
|
7503
7507
|
attr_accessor :StreamName, :CreateTime, :ExpireTime, :AppName, :DomainName
|
7504
|
-
|
7508
|
+
|
7505
7509
|
def initialize(streamname=nil, createtime=nil, expiretime=nil, appname=nil, domainname=nil)
|
7506
7510
|
@StreamName = streamname
|
7507
7511
|
@CreateTime = createtime
|
@@ -7529,7 +7533,7 @@ module TencentCloud
|
|
7529
7533
|
# @type DetailInfoList: Array
|
7530
7534
|
|
7531
7535
|
attr_accessor :ProvinceName, :IspName, :DetailInfoList
|
7532
|
-
|
7536
|
+
|
7533
7537
|
def initialize(provincename=nil, ispname=nil, detailinfolist=nil)
|
7534
7538
|
@ProvinceName = provincename
|
7535
7539
|
@IspName = ispname
|
@@ -7557,7 +7561,7 @@ module TencentCloud
|
|
7557
7561
|
# @type FlowContinueDuration: Integer
|
7558
7562
|
|
7559
7563
|
attr_accessor :FlowContinueDuration
|
7560
|
-
|
7564
|
+
|
7561
7565
|
def initialize(flowcontinueduration=nil)
|
7562
7566
|
@FlowContinueDuration = flowcontinueduration
|
7563
7567
|
end
|
@@ -7576,7 +7580,7 @@ module TencentCloud
|
|
7576
7580
|
# @type ValueList: Array
|
7577
7581
|
|
7578
7582
|
attr_accessor :HttpCode, :ValueList
|
7579
|
-
|
7583
|
+
|
7580
7584
|
def initialize(httpcode=nil, valuelist=nil)
|
7581
7585
|
@HttpCode = httpcode
|
7582
7586
|
@ValueList = valuelist
|
@@ -7605,7 +7609,7 @@ module TencentCloud
|
|
7605
7609
|
# @type Percentage: Float
|
7606
7610
|
|
7607
7611
|
attr_accessor :Time, :Numbers, :Percentage
|
7608
|
-
|
7612
|
+
|
7609
7613
|
def initialize(time=nil, numbers=nil, percentage=nil)
|
7610
7614
|
@Time = time
|
7611
7615
|
@Numbers = numbers
|
@@ -7628,7 +7632,7 @@ module TencentCloud
|
|
7628
7632
|
# @type HttpStatusInfoList: Array
|
7629
7633
|
|
7630
7634
|
attr_accessor :Time, :HttpStatusInfoList
|
7631
|
-
|
7635
|
+
|
7632
7636
|
def initialize(time=nil, httpstatusinfolist=nil)
|
7633
7637
|
@Time = time
|
7634
7638
|
@HttpStatusInfoList = httpstatusinfolist
|
@@ -7655,7 +7659,7 @@ module TencentCloud
|
|
7655
7659
|
# @type Num: Integer
|
7656
7660
|
|
7657
7661
|
attr_accessor :HttpStatus, :Num
|
7658
|
-
|
7662
|
+
|
7659
7663
|
def initialize(httpstatus=nil, num=nil)
|
7660
7664
|
@HttpStatus = httpstatus
|
7661
7665
|
@Num = num
|
@@ -7678,7 +7682,7 @@ module TencentCloud
|
|
7678
7682
|
# @type Status: Integer
|
7679
7683
|
|
7680
7684
|
attr_accessor :DomainName, :Status
|
7681
|
-
|
7685
|
+
|
7682
7686
|
def initialize(domainname=nil, status=nil)
|
7683
7687
|
@DomainName = domainname
|
7684
7688
|
@Status = status
|
@@ -7717,7 +7721,7 @@ module TencentCloud
|
|
7717
7721
|
# @type UpdateTime: String
|
7718
7722
|
|
7719
7723
|
attr_accessor :DomainName, :CertificateAlias, :CertType, :Status, :CertExpireTime, :CertId, :CloudCertId, :UpdateTime
|
7720
|
-
|
7724
|
+
|
7721
7725
|
def initialize(domainname=nil, certificatealias=nil, certtype=nil, status=nil, certexpiretime=nil, certid=nil, cloudcertid=nil, updatetime=nil)
|
7722
7726
|
@DomainName = domainname
|
7723
7727
|
@CertificateAlias = certificatealias
|
@@ -7790,7 +7794,7 @@ module TencentCloud
|
|
7790
7794
|
# @type RenewalResult: Integer
|
7791
7795
|
|
7792
7796
|
attr_accessor :Id, :Total, :Used, :Left, :BuyTime, :ExpireTime, :Type, :Status, :WillRenew, :RenewalResult
|
7793
|
-
|
7797
|
+
|
7794
7798
|
def initialize(id=nil, total=nil, used=nil, left=nil, buytime=nil, expiretime=nil, type=nil, status=nil, willrenew=nil, renewalresult=nil)
|
7795
7799
|
@Id = id
|
7796
7800
|
@Total = total
|
@@ -7831,7 +7835,7 @@ module TencentCloud
|
|
7831
7835
|
# @type FileSize: Integer
|
7832
7836
|
|
7833
7837
|
attr_accessor :LogName, :LogUrl, :LogTime, :FileSize
|
7834
|
-
|
7838
|
+
|
7835
7839
|
def initialize(logname=nil, logurl=nil, logtime=nil, filesize=nil)
|
7836
7840
|
@LogName = logname
|
7837
7841
|
@LogUrl = logurl
|
@@ -7874,7 +7878,7 @@ module TencentCloud
|
|
7874
7878
|
# @type AudioAuditNotifyUrl: String
|
7875
7879
|
|
7876
7880
|
attr_accessor :TemplateId, :TemplateName, :Description, :StreamBeginNotifyUrl, :StreamEndNotifyUrl, :RecordNotifyUrl, :SnapshotNotifyUrl, :PornCensorshipNotifyUrl, :CallbackKey, :PushExceptionNotifyUrl, :AudioAuditNotifyUrl
|
7877
|
-
|
7881
|
+
|
7878
7882
|
def initialize(templateid=nil, templatename=nil, description=nil, streambeginnotifyurl=nil, streamendnotifyurl=nil, recordnotifyurl=nil, snapshotnotifyurl=nil, porncensorshipnotifyurl=nil, callbackkey=nil, pushexceptionnotifyurl=nil, audioauditnotifyurl=nil)
|
7879
7883
|
@TemplateId = templateid
|
7880
7884
|
@TemplateName = templatename
|
@@ -7910,7 +7914,7 @@ module TencentCloud
|
|
7910
7914
|
# @type RequestId: String
|
7911
7915
|
|
7912
7916
|
attr_accessor :RequestId
|
7913
|
-
|
7917
|
+
|
7914
7918
|
def initialize(requestid=nil)
|
7915
7919
|
@RequestId = requestid
|
7916
7920
|
end
|
@@ -7938,7 +7942,7 @@ module TencentCloud
|
|
7938
7942
|
# @type CertificateAlias: String
|
7939
7943
|
|
7940
7944
|
attr_accessor :DomainInfos, :CloudCertId, :CertificatePublicKey, :CertificatePrivateKey, :CertificateAlias
|
7941
|
-
|
7945
|
+
|
7942
7946
|
def initialize(domaininfos=nil, cloudcertid=nil, certificatepublickey=nil, certificateprivatekey=nil, certificatealias=nil)
|
7943
7947
|
@DomainInfos = domaininfos
|
7944
7948
|
@CloudCertId = cloudcertid
|
@@ -7974,7 +7978,7 @@ module TencentCloud
|
|
7974
7978
|
# @type RequestId: String
|
7975
7979
|
|
7976
7980
|
attr_accessor :MismatchedDomainNames, :Errors, :RequestId
|
7977
|
-
|
7981
|
+
|
7978
7982
|
def initialize(mismatcheddomainnames=nil, errors=nil, requestid=nil)
|
7979
7983
|
@MismatchedDomainNames = mismatcheddomainnames
|
7980
7984
|
@Errors = errors
|
@@ -8009,7 +8013,7 @@ module TencentCloud
|
|
8009
8013
|
# @type Rules: String
|
8010
8014
|
|
8011
8015
|
attr_accessor :DomainName, :Enable, :Type, :AllowEmpty, :Rules
|
8012
|
-
|
8016
|
+
|
8013
8017
|
def initialize(domainname=nil, enable=nil, type=nil, allowempty=nil, rules=nil)
|
8014
8018
|
@DomainName = domainname
|
8015
8019
|
@Enable = enable
|
@@ -8033,7 +8037,7 @@ module TencentCloud
|
|
8033
8037
|
# @type RequestId: String
|
8034
8038
|
|
8035
8039
|
attr_accessor :RequestId
|
8036
|
-
|
8040
|
+
|
8037
8041
|
def initialize(requestid=nil)
|
8038
8042
|
@RequestId = requestid
|
8039
8043
|
end
|
@@ -8061,7 +8065,7 @@ module TencentCloud
|
|
8061
8065
|
# @type AuthBackKey: String
|
8062
8066
|
|
8063
8067
|
attr_accessor :DomainName, :Enable, :AuthKey, :AuthDelta, :AuthBackKey
|
8064
|
-
|
8068
|
+
|
8065
8069
|
def initialize(domainname=nil, enable=nil, authkey=nil, authdelta=nil, authbackkey=nil)
|
8066
8070
|
@DomainName = domainname
|
8067
8071
|
@Enable = enable
|
@@ -8085,7 +8089,7 @@ module TencentCloud
|
|
8085
8089
|
# @type RequestId: String
|
8086
8090
|
|
8087
8091
|
attr_accessor :RequestId
|
8088
|
-
|
8092
|
+
|
8089
8093
|
def initialize(requestid=nil)
|
8090
8094
|
@RequestId = requestid
|
8091
8095
|
end
|
@@ -8103,7 +8107,7 @@ module TencentCloud
|
|
8103
8107
|
# @type PlayType: Integer
|
8104
8108
|
|
8105
8109
|
attr_accessor :DomainName, :PlayType
|
8106
|
-
|
8110
|
+
|
8107
8111
|
def initialize(domainname=nil, playtype=nil)
|
8108
8112
|
@DomainName = domainname
|
8109
8113
|
@PlayType = playtype
|
@@ -8121,7 +8125,7 @@ module TencentCloud
|
|
8121
8125
|
# @type RequestId: String
|
8122
8126
|
|
8123
8127
|
attr_accessor :RequestId
|
8124
|
-
|
8128
|
+
|
8125
8129
|
def initialize(requestid=nil)
|
8126
8130
|
@RequestId = requestid
|
8127
8131
|
end
|
@@ -8217,7 +8221,7 @@ module TencentCloud
|
|
8217
8221
|
# @type VodLocalMode: Integer
|
8218
8222
|
|
8219
8223
|
attr_accessor :TaskId, :Operator, :SourceUrls, :StartTime, :EndTime, :VodLoopTimes, :VodRefreshType, :Status, :CallbackEvents, :CallbackUrl, :FileIndex, :OffsetTime, :Comment, :BackupSourceType, :BackupSourceUrl, :WatermarkList, :VodLocalMode
|
8220
|
-
|
8224
|
+
|
8221
8225
|
def initialize(taskid=nil, operator=nil, sourceurls=nil, starttime=nil, endtime=nil, vodlooptimes=nil, vodrefreshtype=nil, status=nil, callbackevents=nil, callbackurl=nil, fileindex=nil, offsettime=nil, comment=nil, backupsourcetype=nil, backupsourceurl=nil, watermarklist=nil, vodlocalmode=nil)
|
8222
8226
|
@TaskId = taskid
|
8223
8227
|
@Operator = operator
|
@@ -8272,7 +8276,7 @@ module TencentCloud
|
|
8272
8276
|
# @type RequestId: String
|
8273
8277
|
|
8274
8278
|
attr_accessor :RequestId
|
8275
|
-
|
8279
|
+
|
8276
8280
|
def initialize(requestid=nil)
|
8277
8281
|
@RequestId = requestid
|
8278
8282
|
end
|
@@ -8299,7 +8303,7 @@ module TencentCloud
|
|
8299
8303
|
# @type AuthDelta: Integer
|
8300
8304
|
|
8301
8305
|
attr_accessor :DomainName, :Enable, :MasterAuthKey, :BackupAuthKey, :AuthDelta
|
8302
|
-
|
8306
|
+
|
8303
8307
|
def initialize(domainname=nil, enable=nil, masterauthkey=nil, backupauthkey=nil, authdelta=nil)
|
8304
8308
|
@DomainName = domainname
|
8305
8309
|
@Enable = enable
|
@@ -8323,7 +8327,7 @@ module TencentCloud
|
|
8323
8327
|
# @type RequestId: String
|
8324
8328
|
|
8325
8329
|
attr_accessor :RequestId
|
8326
|
-
|
8330
|
+
|
8327
8331
|
def initialize(requestid=nil)
|
8328
8332
|
@RequestId = requestid
|
8329
8333
|
end
|
@@ -8359,7 +8363,7 @@ module TencentCloud
|
|
8359
8363
|
# @type FlvSpecialParam: :class:`Tencentcloud::Live.v20180801.models.FlvSpecialParam`
|
8360
8364
|
|
8361
8365
|
attr_accessor :TemplateId, :TemplateName, :Description, :FlvParam, :HlsParam, :Mp4Param, :AacParam, :HlsSpecialParam, :Mp3Param, :RemoveWatermark, :FlvSpecialParam
|
8362
|
-
|
8366
|
+
|
8363
8367
|
def initialize(templateid=nil, templatename=nil, description=nil, flvparam=nil, hlsparam=nil, mp4param=nil, aacparam=nil, hlsspecialparam=nil, mp3param=nil, removewatermark=nil, flvspecialparam=nil)
|
8364
8368
|
@TemplateId = templateid
|
8365
8369
|
@TemplateName = templatename
|
@@ -8416,7 +8420,7 @@ module TencentCloud
|
|
8416
8420
|
# @type RequestId: String
|
8417
8421
|
|
8418
8422
|
attr_accessor :RequestId
|
8419
|
-
|
8423
|
+
|
8420
8424
|
def initialize(requestid=nil)
|
8421
8425
|
@RequestId = requestid
|
8422
8426
|
end
|
@@ -8463,7 +8467,7 @@ module TencentCloud
|
|
8463
8467
|
# @type CosFileName: String
|
8464
8468
|
|
8465
8469
|
attr_accessor :TemplateId, :CosAppId, :CosBucket, :CosRegion, :TemplateName, :Description, :SnapshotInterval, :Width, :Height, :PornFlag, :CosPrefix, :CosFileName
|
8466
|
-
|
8470
|
+
|
8467
8471
|
def initialize(templateid=nil, cosappid=nil, cosbucket=nil, cosregion=nil, templatename=nil, description=nil, snapshotinterval=nil, width=nil, height=nil, pornflag=nil, cosprefix=nil, cosfilename=nil)
|
8468
8472
|
@TemplateId = templateid
|
8469
8473
|
@CosAppId = cosappid
|
@@ -8501,7 +8505,7 @@ module TencentCloud
|
|
8501
8505
|
# @type RequestId: String
|
8502
8506
|
|
8503
8507
|
attr_accessor :RequestId
|
8504
|
-
|
8508
|
+
|
8505
8509
|
def initialize(requestid=nil)
|
8506
8510
|
@RequestId = requestid
|
8507
8511
|
end
|
@@ -8544,7 +8548,7 @@ module TencentCloud
|
|
8544
8548
|
# @type Area: String
|
8545
8549
|
|
8546
8550
|
attr_accessor :TemplateId, :TemplateName, :Description, :Duration, :ItemDuration, :RemoveWatermark, :TranscodeTemplateIds, :Area
|
8547
|
-
|
8551
|
+
|
8548
8552
|
def initialize(templateid=nil, templatename=nil, description=nil, duration=nil, itemduration=nil, removewatermark=nil, transcodetemplateids=nil, area=nil)
|
8549
8553
|
@TemplateId = templateid
|
8550
8554
|
@TemplateName = templatename
|
@@ -8574,7 +8578,7 @@ module TencentCloud
|
|
8574
8578
|
# @type RequestId: String
|
8575
8579
|
|
8576
8580
|
attr_accessor :RequestId
|
8577
|
-
|
8581
|
+
|
8578
8582
|
def initialize(requestid=nil)
|
8579
8583
|
@RequestId = requestid
|
8580
8584
|
end
|
@@ -8653,7 +8657,7 @@ module TencentCloud
|
|
8653
8657
|
# @type DRMTracks: String
|
8654
8658
|
|
8655
8659
|
attr_accessor :TemplateId, :Vcodec, :Acodec, :AudioBitrate, :Description, :VideoBitrate, :Width, :NeedVideo, :NeedAudio, :Height, :Fps, :Gop, :Rotate, :Profile, :BitrateToOrig, :HeightToOrig, :FpsToOrig, :AdaptBitratePercent, :ShortEdgeAsHeight, :DRMType, :DRMTracks
|
8656
|
-
|
8660
|
+
|
8657
8661
|
def initialize(templateid=nil, vcodec=nil, acodec=nil, audiobitrate=nil, description=nil, videobitrate=nil, width=nil, needvideo=nil, needaudio=nil, height=nil, fps=nil, gop=nil, rotate=nil, profile=nil, bitratetoorig=nil, heighttoorig=nil, fpstoorig=nil, adaptbitratepercent=nil, shortedgeasheight=nil, drmtype=nil, drmtracks=nil)
|
8658
8662
|
@TemplateId = templateid
|
8659
8663
|
@Vcodec = vcodec
|
@@ -8709,7 +8713,7 @@ module TencentCloud
|
|
8709
8713
|
# @type RequestId: String
|
8710
8714
|
|
8711
8715
|
attr_accessor :RequestId
|
8712
|
-
|
8716
|
+
|
8713
8717
|
def initialize(requestid=nil)
|
8714
8718
|
@RequestId = requestid
|
8715
8719
|
end
|
@@ -8767,7 +8771,7 @@ module TencentCloud
|
|
8767
8771
|
# @type EndTime: String
|
8768
8772
|
|
8769
8773
|
attr_accessor :ConfigId, :FromUrl, :ToUrl, :AreaId, :IspId, :StartTime, :EndTime
|
8770
|
-
|
8774
|
+
|
8771
8775
|
def initialize(configid=nil, fromurl=nil, tourl=nil, areaid=nil, ispid=nil, starttime=nil, endtime=nil)
|
8772
8776
|
@ConfigId = configid
|
8773
8777
|
@FromUrl = fromurl
|
@@ -8795,7 +8799,7 @@ module TencentCloud
|
|
8795
8799
|
# @type RequestId: String
|
8796
8800
|
|
8797
8801
|
attr_accessor :RequestId
|
8798
|
-
|
8802
|
+
|
8799
8803
|
def initialize(requestid=nil)
|
8800
8804
|
@RequestId = requestid
|
8801
8805
|
end
|
@@ -8813,7 +8817,7 @@ module TencentCloud
|
|
8813
8817
|
# @type Status: String
|
8814
8818
|
|
8815
8819
|
attr_accessor :ConfigIds, :Status
|
8816
|
-
|
8820
|
+
|
8817
8821
|
def initialize(configids=nil, status=nil)
|
8818
8822
|
@ConfigIds = configids
|
8819
8823
|
@Status = status
|
@@ -8831,7 +8835,7 @@ module TencentCloud
|
|
8831
8835
|
# @type RequestId: String
|
8832
8836
|
|
8833
8837
|
attr_accessor :RequestId
|
8834
|
-
|
8838
|
+
|
8835
8839
|
def initialize(requestid=nil)
|
8836
8840
|
@RequestId = requestid
|
8837
8841
|
end
|
@@ -8859,7 +8863,7 @@ module TencentCloud
|
|
8859
8863
|
# @type Request: Integer
|
8860
8864
|
|
8861
8865
|
attr_accessor :PlayDomain, :StreamName, :Rate, :Protocol, :Bandwidth, :Online, :Request
|
8862
|
-
|
8866
|
+
|
8863
8867
|
def initialize(playdomain=nil, streamname=nil, rate=nil, protocol=nil, bandwidth=nil, online=nil, request=nil)
|
8864
8868
|
@PlayDomain = playdomain
|
8865
8869
|
@StreamName = streamname
|
@@ -8897,7 +8901,7 @@ module TencentCloud
|
|
8897
8901
|
# @type AuthBackKey: String
|
8898
8902
|
|
8899
8903
|
attr_accessor :DomainName, :Enable, :AuthKey, :AuthDelta, :AuthBackKey
|
8900
|
-
|
8904
|
+
|
8901
8905
|
def initialize(domainname=nil, enable=nil, authkey=nil, authdelta=nil, authbackkey=nil)
|
8902
8906
|
@DomainName = domainname
|
8903
8907
|
@Enable = enable
|
@@ -8924,7 +8928,7 @@ module TencentCloud
|
|
8924
8928
|
# @type Num: Integer
|
8925
8929
|
|
8926
8930
|
attr_accessor :Code, :Num
|
8927
|
-
|
8931
|
+
|
8928
8932
|
def initialize(code=nil, num=nil)
|
8929
8933
|
@Code = code
|
8930
8934
|
@Num = num
|
@@ -8944,7 +8948,7 @@ module TencentCloud
|
|
8944
8948
|
# @type TotalFlux: Float
|
8945
8949
|
|
8946
8950
|
attr_accessor :StreamName, :TotalFlux
|
8947
|
-
|
8951
|
+
|
8948
8952
|
def initialize(streamname=nil, totalflux=nil)
|
8949
8953
|
@StreamName = streamname
|
8950
8954
|
@TotalFlux = totalflux
|
@@ -8965,7 +8969,7 @@ module TencentCloud
|
|
8965
8969
|
# @type Value: Float
|
8966
8970
|
|
8967
8971
|
attr_accessor :Time, :Value
|
8968
|
-
|
8972
|
+
|
8969
8973
|
def initialize(time=nil, value=nil)
|
8970
8974
|
@Time = time
|
8971
8975
|
@Value = value
|
@@ -8991,7 +8995,7 @@ module TencentCloud
|
|
8991
8995
|
# @type TotalRequest: Integer
|
8992
8996
|
|
8993
8997
|
attr_accessor :Name, :AvgFluxPerSecond, :TotalFlux, :TotalRequest
|
8994
|
-
|
8998
|
+
|
8995
8999
|
def initialize(name=nil, avgfluxpersecond=nil, totalflux=nil, totalrequest=nil)
|
8996
9000
|
@Name = name
|
8997
9001
|
@AvgFluxPerSecond = avgfluxpersecond
|
@@ -9025,7 +9029,7 @@ module TencentCloud
|
|
9025
9029
|
# @type Code5xx: Integer
|
9026
9030
|
|
9027
9031
|
attr_accessor :CountryAreaName, :ProvinceName, :IspName, :Code2xx, :Code3xx, :Code4xx, :Code5xx
|
9028
|
-
|
9032
|
+
|
9029
9033
|
def initialize(countryareaname=nil, provincename=nil, ispname=nil, code2xx=nil, code3xx=nil, code4xx=nil, code5xx=nil)
|
9030
9034
|
@CountryAreaName = countryareaname
|
9031
9035
|
@ProvinceName = provincename
|
@@ -9059,7 +9063,7 @@ module TencentCloud
|
|
9059
9063
|
# @type AvgFluxPerSecond: Float
|
9060
9064
|
|
9061
9065
|
attr_accessor :Name, :TotalFlux, :TotalRequest, :AvgFluxPerSecond
|
9062
|
-
|
9066
|
+
|
9063
9067
|
def initialize(name=nil, totalflux=nil, totalrequest=nil, avgfluxpersecond=nil)
|
9064
9068
|
@Name = name
|
9065
9069
|
@TotalFlux = totalflux
|
@@ -9082,7 +9086,7 @@ module TencentCloud
|
|
9082
9086
|
# @type PublishTime: String
|
9083
9087
|
|
9084
9088
|
attr_accessor :PublishTime
|
9085
|
-
|
9089
|
+
|
9086
9090
|
def initialize(publishtime=nil)
|
9087
9091
|
@PublishTime = publishtime
|
9088
9092
|
end
|
@@ -9114,7 +9118,7 @@ module TencentCloud
|
|
9114
9118
|
# @type Location: Integer
|
9115
9119
|
|
9116
9120
|
attr_accessor :PictureUrl, :XPosition, :YPosition, :Width, :Height, :Location
|
9117
|
-
|
9121
|
+
|
9118
9122
|
def initialize(pictureurl=nil, xposition=nil, yposition=nil, width=nil, height=nil, location=nil)
|
9119
9123
|
@PictureUrl = pictureurl
|
9120
9124
|
@XPosition = xposition
|
@@ -9164,7 +9168,7 @@ module TencentCloud
|
|
9164
9168
|
# @type Status: String
|
9165
9169
|
|
9166
9170
|
attr_accessor :ConfigId, :FromUrl, :ToUrl, :AreaName, :IspName, :StartTime, :EndTime, :Status
|
9167
|
-
|
9171
|
+
|
9168
9172
|
def initialize(configid=nil, fromurl=nil, tourl=nil, areaname=nil, ispname=nil, starttime=nil, endtime=nil, status=nil)
|
9169
9173
|
@ConfigId = configid
|
9170
9174
|
@FromUrl = fromurl
|
@@ -9312,7 +9316,7 @@ module TencentCloud
|
|
9312
9316
|
# @type RecordTemplateId: String
|
9313
9317
|
|
9314
9318
|
attr_accessor :TaskId, :SourceType, :SourceUrls, :DomainName, :AppName, :StreamName, :PushArgs, :StartTime, :EndTime, :Region, :VodLoopTimes, :VodRefreshType, :CreateTime, :UpdateTime, :CreateBy, :UpdateBy, :CallbackUrl, :CallbackEvents, :CallbackInfo, :ErrorInfo, :Status, :RecentPullInfo, :Comment, :BackupSourceType, :BackupSourceUrl, :WatermarkList, :VodLocalMode, :RecordTemplateId
|
9315
|
-
|
9319
|
+
|
9316
9320
|
def initialize(taskid=nil, sourcetype=nil, sourceurls=nil, domainname=nil, appname=nil, streamname=nil, pushargs=nil, starttime=nil, endtime=nil, region=nil, vodlooptimes=nil, vodrefreshtype=nil, createtime=nil, updatetime=nil, createby=nil, updateby=nil, callbackurl=nil, callbackevents=nil, callbackinfo=nil, errorinfo=nil, status=nil, recentpullinfo=nil, comment=nil, backupsourcetype=nil, backupsourceurl=nil, watermarklist=nil, vodlocalmode=nil, recordtemplateid=nil)
|
9317
9321
|
@TaskId = taskid
|
9318
9322
|
@SourceType = sourcetype
|
@@ -9400,7 +9404,7 @@ module TencentCloud
|
|
9400
9404
|
# @type AuthDelta: Integer
|
9401
9405
|
|
9402
9406
|
attr_accessor :DomainName, :Enable, :MasterAuthKey, :BackupAuthKey, :AuthDelta
|
9403
|
-
|
9407
|
+
|
9404
9408
|
def initialize(domainname=nil, enable=nil, masterauthkey=nil, backupauthkey=nil, authdelta=nil)
|
9405
9409
|
@DomainName = domainname
|
9406
9410
|
@Enable = enable
|
@@ -9458,7 +9462,7 @@ module TencentCloud
|
|
9458
9462
|
# @type MetaFps: Integer
|
9459
9463
|
|
9460
9464
|
attr_accessor :StreamName, :AppName, :ClientIp, :ServerIp, :VideoFps, :VideoSpeed, :AudioFps, :AudioSpeed, :PushDomain, :BeginPushTime, :Acodec, :Vcodec, :Resolution, :AsampleRate, :MetaAudioSpeed, :MetaVideoSpeed, :MetaFps
|
9461
|
-
|
9465
|
+
|
9462
9466
|
def initialize(streamname=nil, appname=nil, clientip=nil, serverip=nil, videofps=nil, videospeed=nil, audiofps=nil, audiospeed=nil, pushdomain=nil, beginpushtime=nil, acodec=nil, vcodec=nil, resolution=nil, asamplerate=nil, metaaudiospeed=nil, metavideospeed=nil, metafps=nil)
|
9463
9467
|
@StreamName = streamname
|
9464
9468
|
@AppName = appname
|
@@ -9551,7 +9555,7 @@ module TencentCloud
|
|
9551
9555
|
# @type ServerIp: String
|
9552
9556
|
|
9553
9557
|
attr_accessor :Time, :PushDomain, :AppName, :ClientIp, :BeginPushTime, :Resolution, :VCodec, :ACodec, :Sequence, :VideoFps, :VideoRate, :AudioFps, :AudioRate, :LocalTs, :VideoTs, :AudioTs, :MetaVideoRate, :MetaAudioRate, :MateFps, :StreamParam, :Bandwidth, :Flux, :ServerIp
|
9554
|
-
|
9558
|
+
|
9555
9559
|
def initialize(time=nil, pushdomain=nil, appname=nil, clientip=nil, beginpushtime=nil, resolution=nil, vcodec=nil, acodec=nil, sequence=nil, videofps=nil, videorate=nil, audiofps=nil, audiorate=nil, localts=nil, videots=nil, audiots=nil, metavideorate=nil, metaaudiorate=nil, matefps=nil, streamparam=nil, bandwidth=nil, flux=nil, serverip=nil)
|
9556
9560
|
@Time = time
|
9557
9561
|
@PushDomain = pushdomain
|
@@ -9619,7 +9623,7 @@ module TencentCloud
|
|
9619
9623
|
# @type LoopedTimes: Integer
|
9620
9624
|
|
9621
9625
|
attr_accessor :FileUrl, :OffsetTime, :ReportTime, :LoopedTimes
|
9622
|
-
|
9626
|
+
|
9623
9627
|
def initialize(fileurl=nil, offsettime=nil, reporttime=nil, loopedtimes=nil)
|
9624
9628
|
@FileUrl = fileurl
|
9625
9629
|
@OffsetTime = offsettime
|
@@ -9683,7 +9687,7 @@ module TencentCloud
|
|
9683
9687
|
# @type ClassId: Integer
|
9684
9688
|
|
9685
9689
|
attr_accessor :RecordInterval, :StorageTime, :Enable, :VodSubAppId, :VodFileName, :Procedure, :StorageMode, :ClassId
|
9686
|
-
|
9690
|
+
|
9687
9691
|
def initialize(recordinterval=nil, storagetime=nil, enable=nil, vodsubappid=nil, vodfilename=nil, procedure=nil, storagemode=nil, classid=nil)
|
9688
9692
|
@RecordInterval = recordinterval
|
9689
9693
|
@StorageTime = storagetime
|
@@ -9727,7 +9731,7 @@ module TencentCloud
|
|
9727
9731
|
# @type Stopped: Integer
|
9728
9732
|
|
9729
9733
|
attr_accessor :TaskId, :DomainName, :AppName, :StreamName, :StartTime, :EndTime, :TemplateId, :Stopped
|
9730
|
-
|
9734
|
+
|
9731
9735
|
def initialize(taskid=nil, domainname=nil, appname=nil, streamname=nil, starttime=nil, endtime=nil, templateid=nil, stopped=nil)
|
9732
9736
|
@TaskId = taskid
|
9733
9737
|
@DomainName = domainname
|
@@ -9782,7 +9786,7 @@ module TencentCloud
|
|
9782
9786
|
# @type FlvSpecialParam: :class:`Tencentcloud::Live.v20180801.models.FlvSpecialParam`
|
9783
9787
|
|
9784
9788
|
attr_accessor :TemplateId, :TemplateName, :Description, :FlvParam, :HlsParam, :Mp4Param, :AacParam, :IsDelayLive, :HlsSpecialParam, :Mp3Param, :RemoveWatermark, :FlvSpecialParam
|
9785
|
-
|
9789
|
+
|
9786
9790
|
def initialize(templateid=nil, templatename=nil, description=nil, flvparam=nil, hlsparam=nil, mp4param=nil, aacparam=nil, isdelaylive=nil, hlsspecialparam=nil, mp3param=nil, removewatermark=nil, flvspecialparam=nil)
|
9787
9791
|
@TemplateId = templateid
|
9788
9792
|
@TemplateName = templatename
|
@@ -9849,7 +9853,7 @@ module TencentCloud
|
|
9849
9853
|
# @type Rules: String
|
9850
9854
|
|
9851
9855
|
attr_accessor :DomainName, :Enable, :Type, :AllowEmpty, :Rules
|
9852
|
-
|
9856
|
+
|
9853
9857
|
def initialize(domainname=nil, enable=nil, type=nil, allowempty=nil, rules=nil)
|
9854
9858
|
@DomainName = domainname
|
9855
9859
|
@Enable = enable
|
@@ -9877,7 +9881,7 @@ module TencentCloud
|
|
9877
9881
|
# @type StreamName: String
|
9878
9882
|
|
9879
9883
|
attr_accessor :AppName, :DomainName, :StreamName
|
9880
|
-
|
9884
|
+
|
9881
9885
|
def initialize(appname=nil, domainname=nil, streamname=nil)
|
9882
9886
|
@AppName = appname
|
9883
9887
|
@DomainName = domainname
|
@@ -9897,7 +9901,7 @@ module TencentCloud
|
|
9897
9901
|
# @type RequestId: String
|
9898
9902
|
|
9899
9903
|
attr_accessor :RequestId
|
9900
|
-
|
9904
|
+
|
9901
9905
|
def initialize(requestid=nil)
|
9902
9906
|
@RequestId = requestid
|
9903
9907
|
end
|
@@ -9917,7 +9921,7 @@ module TencentCloud
|
|
9917
9921
|
# @type StreamName: String
|
9918
9922
|
|
9919
9923
|
attr_accessor :AppName, :DomainName, :StreamName
|
9920
|
-
|
9924
|
+
|
9921
9925
|
def initialize(appname=nil, domainname=nil, streamname=nil)
|
9922
9926
|
@AppName = appname
|
9923
9927
|
@DomainName = domainname
|
@@ -9937,7 +9941,7 @@ module TencentCloud
|
|
9937
9941
|
# @type RequestId: String
|
9938
9942
|
|
9939
9943
|
attr_accessor :RequestId
|
9940
|
-
|
9944
|
+
|
9941
9945
|
def initialize(requestid=nil)
|
9942
9946
|
@RequestId = requestid
|
9943
9947
|
end
|
@@ -9965,7 +9969,7 @@ module TencentCloud
|
|
9965
9969
|
# @type StreamName: String
|
9966
9970
|
|
9967
9971
|
attr_accessor :CreateTime, :UpdateTime, :TemplateId, :DomainName, :AppName, :StreamName
|
9968
|
-
|
9972
|
+
|
9969
9973
|
def initialize(createtime=nil, updatetime=nil, templateid=nil, domainname=nil, appname=nil, streamname=nil)
|
9970
9974
|
@CreateTime = createtime
|
9971
9975
|
@UpdateTime = updatetime
|
@@ -10005,7 +10009,7 @@ module TencentCloud
|
|
10005
10009
|
# @type Stopped: Integer
|
10006
10010
|
|
10007
10011
|
attr_accessor :TaskId, :DomainName, :AppName, :StreamName, :StartTime, :EndTime, :TemplateId, :Stopped
|
10008
|
-
|
10012
|
+
|
10009
10013
|
def initialize(taskid=nil, domainname=nil, appname=nil, streamname=nil, starttime=nil, endtime=nil, templateid=nil, stopped=nil)
|
10010
10014
|
@TaskId = taskid
|
10011
10015
|
@DomainName = domainname
|
@@ -10061,7 +10065,7 @@ module TencentCloud
|
|
10061
10065
|
# @type CosFileName: String
|
10062
10066
|
|
10063
10067
|
attr_accessor :TemplateId, :TemplateName, :SnapshotInterval, :Width, :Height, :PornFlag, :CosAppId, :CosBucket, :CosRegion, :Description, :CosPrefix, :CosFileName
|
10064
|
-
|
10068
|
+
|
10065
10069
|
def initialize(templateid=nil, templatename=nil, snapshotinterval=nil, width=nil, height=nil, pornflag=nil, cosappid=nil, cosbucket=nil, cosregion=nil, description=nil, cosprefix=nil, cosfilename=nil)
|
10066
10070
|
@TemplateId = templateid
|
10067
10071
|
@TemplateName = templatename
|
@@ -10101,7 +10105,7 @@ module TencentCloud
|
|
10101
10105
|
# @type TaskId: Integer
|
10102
10106
|
|
10103
10107
|
attr_accessor :StreamName, :TaskId
|
10104
|
-
|
10108
|
+
|
10105
10109
|
def initialize(streamname=nil, taskid=nil)
|
10106
10110
|
@StreamName = streamname
|
10107
10111
|
@TaskId = taskid
|
@@ -10119,7 +10123,7 @@ module TencentCloud
|
|
10119
10123
|
# @type RequestId: String
|
10120
10124
|
|
10121
10125
|
attr_accessor :RequestId
|
10122
|
-
|
10126
|
+
|
10123
10127
|
def initialize(requestid=nil)
|
10124
10128
|
@RequestId = requestid
|
10125
10129
|
end
|
@@ -10135,7 +10139,7 @@ module TencentCloud
|
|
10135
10139
|
# @type TaskId: String
|
10136
10140
|
|
10137
10141
|
attr_accessor :TaskId
|
10138
|
-
|
10142
|
+
|
10139
10143
|
def initialize(taskid=nil)
|
10140
10144
|
@TaskId = taskid
|
10141
10145
|
end
|
@@ -10151,7 +10155,7 @@ module TencentCloud
|
|
10151
10155
|
# @type RequestId: String
|
10152
10156
|
|
10153
10157
|
attr_accessor :RequestId
|
10154
|
-
|
10158
|
+
|
10155
10159
|
def initialize(requestid=nil)
|
10156
10160
|
@RequestId = requestid
|
10157
10161
|
end
|
@@ -10167,7 +10171,7 @@ module TencentCloud
|
|
10167
10171
|
# @type TaskId: String
|
10168
10172
|
|
10169
10173
|
attr_accessor :TaskId
|
10170
|
-
|
10174
|
+
|
10171
10175
|
def initialize(taskid=nil)
|
10172
10176
|
@TaskId = taskid
|
10173
10177
|
end
|
@@ -10183,7 +10187,7 @@ module TencentCloud
|
|
10183
10187
|
# @type RequestId: String
|
10184
10188
|
|
10185
10189
|
attr_accessor :RequestId
|
10186
|
-
|
10190
|
+
|
10187
10191
|
def initialize(requestid=nil)
|
10188
10192
|
@RequestId = requestid
|
10189
10193
|
end
|
@@ -10218,7 +10222,7 @@ module TencentCloud
|
|
10218
10222
|
# @type Resolution: String
|
10219
10223
|
|
10220
10224
|
attr_accessor :AppName, :DomainName, :StreamName, :StreamStartTime, :StreamEndTime, :StopReason, :Duration, :ClientIp, :Resolution
|
10221
|
-
|
10225
|
+
|
10222
10226
|
def initialize(appname=nil, domainname=nil, streamname=nil, streamstarttime=nil, streamendtime=nil, stopreason=nil, duration=nil, clientip=nil, resolution=nil)
|
10223
10227
|
@AppName = appname
|
10224
10228
|
@DomainName = domainname
|
@@ -10268,7 +10272,7 @@ module TencentCloud
|
|
10268
10272
|
# @type Resolution: String
|
10269
10273
|
|
10270
10274
|
attr_accessor :StreamName, :AppName, :DomainName, :StreamStartTime, :StreamEndTime, :StopReason, :Duration, :ClientIp, :Resolution
|
10271
|
-
|
10275
|
+
|
10272
10276
|
def initialize(streamname=nil, appname=nil, domainname=nil, streamstarttime=nil, streamendtime=nil, stopreason=nil, duration=nil, clientip=nil, resolution=nil)
|
10273
10277
|
@StreamName = streamname
|
10274
10278
|
@AppName = appname
|
@@ -10306,7 +10310,7 @@ module TencentCloud
|
|
10306
10310
|
# @type DomainName: String
|
10307
10311
|
|
10308
10312
|
attr_accessor :StreamName, :PublishTimeList, :AppName, :DomainName
|
10309
|
-
|
10313
|
+
|
10310
10314
|
def initialize(streamname=nil, publishtimelist=nil, appname=nil, domainname=nil)
|
10311
10315
|
@StreamName = streamname
|
10312
10316
|
@PublishTimeList = publishtimelist
|
@@ -10406,7 +10410,7 @@ module TencentCloud
|
|
10406
10410
|
# @type DRMTracks: String
|
10407
10411
|
|
10408
10412
|
attr_accessor :Vcodec, :VideoBitrate, :Acodec, :AudioBitrate, :Width, :Height, :Fps, :Gop, :Rotate, :Profile, :BitrateToOrig, :HeightToOrig, :FpsToOrig, :NeedVideo, :NeedAudio, :TemplateId, :TemplateName, :Description, :AiTransCode, :AdaptBitratePercent, :ShortEdgeAsHeight, :DRMType, :DRMTracks
|
10409
|
-
|
10413
|
+
|
10410
10414
|
def initialize(vcodec=nil, videobitrate=nil, acodec=nil, audiobitrate=nil, width=nil, height=nil, fps=nil, gop=nil, rotate=nil, profile=nil, bitratetoorig=nil, heighttoorig=nil, fpstoorig=nil, needvideo=nil, needaudio=nil, templateid=nil, templatename=nil, description=nil, aitranscode=nil, adaptbitratepercent=nil, shortedgeasheight=nil, drmtype=nil, drmtracks=nil)
|
10411
10415
|
@Vcodec = vcodec
|
10412
10416
|
@VideoBitrate = videobitrate
|
@@ -10474,7 +10478,7 @@ module TencentCloud
|
|
10474
10478
|
# @type TotalDuration: Float
|
10475
10479
|
|
10476
10480
|
attr_accessor :Domain, :Duration, :StoragePeriod, :Time, :TotalDuration
|
10477
|
-
|
10481
|
+
|
10478
10482
|
def initialize(domain=nil, duration=nil, storageperiod=nil, time=nil, totalduration=nil)
|
10479
10483
|
@Domain = domain
|
10480
10484
|
@Duration = duration
|
@@ -10502,7 +10506,7 @@ module TencentCloud
|
|
10502
10506
|
# @type EndTime: Integer
|
10503
10507
|
|
10504
10508
|
attr_accessor :Sid, :StartTime, :EndTime
|
10505
|
-
|
10509
|
+
|
10506
10510
|
def initialize(sid=nil, starttime=nil, endtime=nil)
|
10507
10511
|
@Sid = sid
|
10508
10512
|
@StartTime = starttime
|
@@ -10541,7 +10545,7 @@ module TencentCloud
|
|
10541
10545
|
# @type Duration: Integer
|
10542
10546
|
|
10543
10547
|
attr_accessor :DomainGroup, :Domain, :AppName, :StreamName, :StartTime, :EndTime, :TransCodeId, :StreamType, :Duration
|
10544
|
-
|
10548
|
+
|
10545
10549
|
def initialize(domaingroup=nil, domain=nil, appname=nil, streamname=nil, starttime=nil, endtime=nil, transcodeid=nil, streamtype=nil, duration=nil)
|
10546
10550
|
@DomainGroup = domaingroup
|
10547
10551
|
@Domain = domain
|
@@ -10597,7 +10601,7 @@ module TencentCloud
|
|
10597
10601
|
# @type TranscodeTemplateIds: Array
|
10598
10602
|
|
10599
10603
|
attr_accessor :TemplateName, :Duration, :ItemDuration, :TemplateId, :Description, :Area, :RemoveWatermark, :TranscodeTemplateIds
|
10600
|
-
|
10604
|
+
|
10601
10605
|
def initialize(templatename=nil, duration=nil, itemduration=nil, templateid=nil, description=nil, area=nil, removewatermark=nil, transcodetemplateids=nil)
|
10602
10606
|
@TemplateName = templatename
|
10603
10607
|
@Duration = duration
|
@@ -10629,7 +10633,7 @@ module TencentCloud
|
|
10629
10633
|
# @type Num: Integer
|
10630
10634
|
|
10631
10635
|
attr_accessor :Time, :Num
|
10632
|
-
|
10636
|
+
|
10633
10637
|
def initialize(time=nil, num=nil)
|
10634
10638
|
@Time = time
|
10635
10639
|
@Num = num
|
@@ -10673,7 +10677,7 @@ module TencentCloud
|
|
10673
10677
|
# @type MainlandOrOversea: String
|
10674
10678
|
|
10675
10679
|
attr_accessor :StreamName, :StartTime, :EndTime, :Duration, :ModuleCodec, :Bitrate, :Type, :PushDomain, :Resolution, :MainlandOrOversea
|
10676
|
-
|
10680
|
+
|
10677
10681
|
def initialize(streamname=nil, starttime=nil, endtime=nil, duration=nil, modulecodec=nil, bitrate=nil, type=nil, pushdomain=nil, resolution=nil, mainlandoroversea=nil)
|
10678
10682
|
@StreamName = streamname
|
10679
10683
|
@StartTime = starttime
|
@@ -10711,7 +10715,7 @@ module TencentCloud
|
|
10711
10715
|
# @type Num: Integer
|
10712
10716
|
|
10713
10717
|
attr_accessor :Time, :CodeRate, :Num
|
10714
|
-
|
10718
|
+
|
10715
10719
|
def initialize(time=nil, coderate=nil, num=nil)
|
10716
10720
|
@Time = time
|
10717
10721
|
@CodeRate = coderate
|
@@ -10746,7 +10750,7 @@ module TencentCloud
|
|
10746
10750
|
# @type Resolution: String
|
10747
10751
|
|
10748
10752
|
attr_accessor :Time, :Duration, :ModuleCodec, :Resolution
|
10749
|
-
|
10753
|
+
|
10750
10754
|
def initialize(time=nil, duration=nil, modulecodec=nil, resolution=nil)
|
10751
10755
|
@Time = time
|
10752
10756
|
@Duration = duration
|
@@ -10774,7 +10778,7 @@ module TencentCloud
|
|
10774
10778
|
# @type Type: String
|
10775
10779
|
|
10776
10780
|
attr_accessor :DomainName, :Type
|
10777
|
-
|
10781
|
+
|
10778
10782
|
def initialize(domainname=nil, type=nil)
|
10779
10783
|
@DomainName = domainname
|
10780
10784
|
@Type = type
|
@@ -10792,7 +10796,7 @@ module TencentCloud
|
|
10792
10796
|
# @type RequestId: String
|
10793
10797
|
|
10794
10798
|
attr_accessor :RequestId
|
10795
|
-
|
10799
|
+
|
10796
10800
|
def initialize(requestid=nil)
|
10797
10801
|
@RequestId = requestid
|
10798
10802
|
end
|
@@ -10828,7 +10832,7 @@ module TencentCloud
|
|
10828
10832
|
# @type BackgroundHeight: Integer
|
10829
10833
|
|
10830
10834
|
attr_accessor :WatermarkId, :PictureUrl, :XPosition, :YPosition, :WatermarkName, :Width, :Height, :BackgroundWidth, :BackgroundHeight
|
10831
|
-
|
10835
|
+
|
10832
10836
|
def initialize(watermarkid=nil, pictureurl=nil, xposition=nil, yposition=nil, watermarkname=nil, width=nil, height=nil, backgroundwidth=nil, backgroundheight=nil)
|
10833
10837
|
@WatermarkId = watermarkid
|
10834
10838
|
@PictureUrl = pictureurl
|
@@ -10860,7 +10864,7 @@ module TencentCloud
|
|
10860
10864
|
# @type RequestId: String
|
10861
10865
|
|
10862
10866
|
attr_accessor :RequestId
|
10863
|
-
|
10867
|
+
|
10864
10868
|
def initialize(requestid=nil)
|
10865
10869
|
@RequestId = requestid
|
10866
10870
|
end
|
@@ -10897,7 +10901,7 @@ module TencentCloud
|
|
10897
10901
|
# @type BackgroundHeight: Integer
|
10898
10902
|
|
10899
10903
|
attr_accessor :WatermarkId, :PictureUrl, :XPosition, :YPosition, :WatermarkName, :Status, :CreateTime, :Width, :Height, :BackgroundWidth, :BackgroundHeight
|
10900
|
-
|
10904
|
+
|
10901
10905
|
def initialize(watermarkid=nil, pictureurl=nil, xposition=nil, yposition=nil, watermarkname=nil, status=nil, createtime=nil, width=nil, height=nil, backgroundwidth=nil, backgroundheight=nil)
|
10902
10906
|
@WatermarkId = watermarkid
|
10903
10907
|
@PictureUrl = pictureurl
|
@@ -10956,7 +10960,7 @@ module TencentCloud
|
|
10956
10960
|
# @type AppId: String
|
10957
10961
|
|
10958
10962
|
attr_accessor :CdnBytes, :P2pBytes, :StuckPeople, :StuckTimes, :OnlinePeople, :Request, :RequestSuccess, :Time, :Type, :StreamName, :AppId
|
10959
|
-
|
10963
|
+
|
10960
10964
|
def initialize(cdnbytes=nil, p2pbytes=nil, stuckpeople=nil, stucktimes=nil, onlinepeople=nil, request=nil, requestsuccess=nil, time=nil, type=nil, streamname=nil, appid=nil)
|
10961
10965
|
@CdnBytes = cdnbytes
|
10962
10966
|
@P2pBytes = p2pbytes
|