tencentcloud-sdk-gaap 3.0.1056 → 3.0.1057
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180529/client.rb +0 -78
- data/lib/v20180529/models.rb +0 -267
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7ea0c3a40eb33b9662a62b3fc2f48657d0953a5b
|
4
|
+
data.tar.gz: 6e296be247ab0f9b9174b598623e54b638439a1a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68427b27e9df9cb04cc08cbc6b53ab0193b571fd889c1c6c2c4bf053767780c911fc9cfac49f951154dfc9ffab08ee82982344d66e4d063b4509f52e87331a7e
|
7
|
+
data.tar.gz: fb52eeefcac2b5b2fee903ed94894a3d4d29e2f89f167c11ef596251ad91e88642a498f6ea1290ceee2ac7a128fc5136783456b31299841e39eef56e9800a0ce
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1057
|
data/lib/v20180529/client.rb
CHANGED
@@ -319,32 +319,6 @@ module TencentCloud
|
|
319
319
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
320
320
|
end
|
321
321
|
|
322
|
-
# 产品功能已下线,对应的api接口下线
|
323
|
-
|
324
|
-
# 本接口(CreateFirstLinkSession)用于创建接入段加速会话,创建有可能成功,也可能失败,需要通过返回码来进行判断。
|
325
|
-
|
326
|
-
# @param request: Request instance for CreateFirstLinkSession.
|
327
|
-
# @type request: :class:`Tencentcloud::gaap::V20180529::CreateFirstLinkSessionRequest`
|
328
|
-
# @rtype: :class:`Tencentcloud::gaap::V20180529::CreateFirstLinkSessionResponse`
|
329
|
-
def CreateFirstLinkSession(request)
|
330
|
-
body = send_request('CreateFirstLinkSession', request.serialize)
|
331
|
-
response = JSON.parse(body)
|
332
|
-
if response['Response'].key?('Error') == false
|
333
|
-
model = CreateFirstLinkSessionResponse.new
|
334
|
-
model.deserialize(response['Response'])
|
335
|
-
model
|
336
|
-
else
|
337
|
-
code = response['Response']['Error']['Code']
|
338
|
-
message = response['Response']['Error']['Message']
|
339
|
-
reqid = response['Response']['RequestId']
|
340
|
-
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
341
|
-
end
|
342
|
-
rescue TencentCloud::Common::TencentCloudSDKException => e
|
343
|
-
raise e
|
344
|
-
rescue StandardError => e
|
345
|
-
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
346
|
-
end
|
347
|
-
|
348
322
|
# 用来创建统一域名
|
349
323
|
|
350
324
|
# @param request: Request instance for CreateGlobalDomain.
|
@@ -705,32 +679,6 @@ module TencentCloud
|
|
705
679
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
706
680
|
end
|
707
681
|
|
708
|
-
# 产品功能已下线,下线对应的api接口
|
709
|
-
|
710
|
-
# 本接口(DeleteFirstLinkSession)用于删除接入段加速会话,删除加速会话后会停止加速。
|
711
|
-
|
712
|
-
# @param request: Request instance for DeleteFirstLinkSession.
|
713
|
-
# @type request: :class:`Tencentcloud::gaap::V20180529::DeleteFirstLinkSessionRequest`
|
714
|
-
# @rtype: :class:`Tencentcloud::gaap::V20180529::DeleteFirstLinkSessionResponse`
|
715
|
-
def DeleteFirstLinkSession(request)
|
716
|
-
body = send_request('DeleteFirstLinkSession', request.serialize)
|
717
|
-
response = JSON.parse(body)
|
718
|
-
if response['Response'].key?('Error') == false
|
719
|
-
model = DeleteFirstLinkSessionResponse.new
|
720
|
-
model.deserialize(response['Response'])
|
721
|
-
model
|
722
|
-
else
|
723
|
-
code = response['Response']['Error']['Code']
|
724
|
-
message = response['Response']['Error']['Message']
|
725
|
-
reqid = response['Response']['RequestId']
|
726
|
-
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
727
|
-
end
|
728
|
-
rescue TencentCloud::Common::TencentCloudSDKException => e
|
729
|
-
raise e
|
730
|
-
rescue StandardError => e
|
731
|
-
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
732
|
-
end
|
733
|
-
|
734
682
|
# 删除统一域名
|
735
683
|
|
736
684
|
# @param request: Request instance for DeleteGlobalDomain.
|
@@ -1187,32 +1135,6 @@ module TencentCloud
|
|
1187
1135
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1188
1136
|
end
|
1189
1137
|
|
1190
|
-
# 产品功能已下线,下线对应的api接口
|
1191
|
-
|
1192
|
-
# 本接口(DescribeFirstLinkSession)用于查询接入段加速会话状态,包括会话状态,生效时长,加速套餐等信息。
|
1193
|
-
|
1194
|
-
# @param request: Request instance for DescribeFirstLinkSession.
|
1195
|
-
# @type request: :class:`Tencentcloud::gaap::V20180529::DescribeFirstLinkSessionRequest`
|
1196
|
-
# @rtype: :class:`Tencentcloud::gaap::V20180529::DescribeFirstLinkSessionResponse`
|
1197
|
-
def DescribeFirstLinkSession(request)
|
1198
|
-
body = send_request('DescribeFirstLinkSession', request.serialize)
|
1199
|
-
response = JSON.parse(body)
|
1200
|
-
if response['Response'].key?('Error') == false
|
1201
|
-
model = DescribeFirstLinkSessionResponse.new
|
1202
|
-
model.deserialize(response['Response'])
|
1203
|
-
model
|
1204
|
-
else
|
1205
|
-
code = response['Response']['Error']['Code']
|
1206
|
-
message = response['Response']['Error']['Message']
|
1207
|
-
reqid = response['Response']['RequestId']
|
1208
|
-
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
1209
|
-
end
|
1210
|
-
rescue TencentCloud::Common::TencentCloudSDKException => e
|
1211
|
-
raise e
|
1212
|
-
rescue StandardError => e
|
1213
|
-
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1214
|
-
end
|
1215
|
-
|
1216
1138
|
# 查询域名解析列表
|
1217
1139
|
|
1218
1140
|
# @param request: Request instance for DescribeGlobalDomainDns.
|
data/lib/v20180529/models.rb
CHANGED
@@ -403,26 +403,6 @@ module TencentCloud
|
|
403
403
|
end
|
404
404
|
end
|
405
405
|
|
406
|
-
# 接口扩展参数
|
407
|
-
class Capacity < TencentCloud::Common::AbstractModel
|
408
|
-
# @param CTCCToken: 电信鉴权的Token
|
409
|
-
# @type CTCCToken: String
|
410
|
-
# @param Province: 终端所处在的省份,建议不填写由服务端自动获取,若需填写请填写带有省、市、自治区、特别行政区等后缀的省份中文全称
|
411
|
-
# @type Province: String
|
412
|
-
|
413
|
-
attr_accessor :CTCCToken, :Province
|
414
|
-
|
415
|
-
def initialize(ctcctoken=nil, province=nil)
|
416
|
-
@CTCCToken = ctcctoken
|
417
|
-
@Province = province
|
418
|
-
end
|
419
|
-
|
420
|
-
def deserialize(params)
|
421
|
-
@CTCCToken = params['CTCCToken']
|
422
|
-
@Province = params['Province']
|
423
|
-
end
|
424
|
-
end
|
425
|
-
|
426
406
|
# 服务器证书
|
427
407
|
class Certificate < TencentCloud::Common::AbstractModel
|
428
408
|
# @param CertificateId: 证书ID
|
@@ -1006,76 +986,6 @@ module TencentCloud
|
|
1006
986
|
end
|
1007
987
|
end
|
1008
988
|
|
1009
|
-
# CreateFirstLinkSession请求参数结构体
|
1010
|
-
class CreateFirstLinkSessionRequest < TencentCloud::Common::AbstractModel
|
1011
|
-
# @param TemplateId: 模版ID
|
1012
|
-
# @type TemplateId: String
|
1013
|
-
# @param SrcAddressInfo: 终端网络信息
|
1014
|
-
# @type SrcAddressInfo: :class:`Tencentcloud::Gaap.v20180529.models.SrcAddressInfo`
|
1015
|
-
# @param DestAddressInfo: 加速目标网络信息
|
1016
|
-
# @type DestAddressInfo: :class:`Tencentcloud::Gaap.v20180529.models.DestAddressInfo`
|
1017
|
-
# @param DeviceInfo: 终端设备信息
|
1018
|
-
# @type DeviceInfo: :class:`Tencentcloud::Gaap.v20180529.models.DeviceInfo`
|
1019
|
-
# @param Capacity: 接口扩展参数,如果是电信用户,需要填充CTCC Token字段
|
1020
|
-
# @type Capacity: :class:`Tencentcloud::Gaap.v20180529.models.Capacity`
|
1021
|
-
|
1022
|
-
attr_accessor :TemplateId, :SrcAddressInfo, :DestAddressInfo, :DeviceInfo, :Capacity
|
1023
|
-
|
1024
|
-
def initialize(templateid=nil, srcaddressinfo=nil, destaddressinfo=nil, deviceinfo=nil, capacity=nil)
|
1025
|
-
@TemplateId = templateid
|
1026
|
-
@SrcAddressInfo = srcaddressinfo
|
1027
|
-
@DestAddressInfo = destaddressinfo
|
1028
|
-
@DeviceInfo = deviceinfo
|
1029
|
-
@Capacity = capacity
|
1030
|
-
end
|
1031
|
-
|
1032
|
-
def deserialize(params)
|
1033
|
-
@TemplateId = params['TemplateId']
|
1034
|
-
unless params['SrcAddressInfo'].nil?
|
1035
|
-
@SrcAddressInfo = SrcAddressInfo.new
|
1036
|
-
@SrcAddressInfo.deserialize(params['SrcAddressInfo'])
|
1037
|
-
end
|
1038
|
-
unless params['DestAddressInfo'].nil?
|
1039
|
-
@DestAddressInfo = DestAddressInfo.new
|
1040
|
-
@DestAddressInfo.deserialize(params['DestAddressInfo'])
|
1041
|
-
end
|
1042
|
-
unless params['DeviceInfo'].nil?
|
1043
|
-
@DeviceInfo = DeviceInfo.new
|
1044
|
-
@DeviceInfo.deserialize(params['DeviceInfo'])
|
1045
|
-
end
|
1046
|
-
unless params['Capacity'].nil?
|
1047
|
-
@Capacity = Capacity.new
|
1048
|
-
@Capacity.deserialize(params['Capacity'])
|
1049
|
-
end
|
1050
|
-
end
|
1051
|
-
end
|
1052
|
-
|
1053
|
-
# CreateFirstLinkSession返回参数结构体
|
1054
|
-
class CreateFirstLinkSessionResponse < TencentCloud::Common::AbstractModel
|
1055
|
-
# @param SessionId: 加速成功时返回,单次加速唯一会话Id。。
|
1056
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1057
|
-
# @type SessionId: String
|
1058
|
-
# @param Duration: 剩余的加速时间,单位秒。
|
1059
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1060
|
-
# @type Duration: Integer
|
1061
|
-
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1062
|
-
# @type RequestId: String
|
1063
|
-
|
1064
|
-
attr_accessor :SessionId, :Duration, :RequestId
|
1065
|
-
|
1066
|
-
def initialize(sessionid=nil, duration=nil, requestid=nil)
|
1067
|
-
@SessionId = sessionid
|
1068
|
-
@Duration = duration
|
1069
|
-
@RequestId = requestid
|
1070
|
-
end
|
1071
|
-
|
1072
|
-
def deserialize(params)
|
1073
|
-
@SessionId = params['SessionId']
|
1074
|
-
@Duration = params['Duration']
|
1075
|
-
@RequestId = params['RequestId']
|
1076
|
-
end
|
1077
|
-
end
|
1078
|
-
|
1079
989
|
# CreateGlobalDomainDns请求参数结构体
|
1080
990
|
class CreateGlobalDomainDnsRequest < TencentCloud::Common::AbstractModel
|
1081
991
|
# @param DomainId: 域名ID
|
@@ -1985,38 +1895,6 @@ module TencentCloud
|
|
1985
1895
|
end
|
1986
1896
|
end
|
1987
1897
|
|
1988
|
-
# DeleteFirstLinkSession请求参数结构体
|
1989
|
-
class DeleteFirstLinkSessionRequest < TencentCloud::Common::AbstractModel
|
1990
|
-
# @param SessionId: 单次加速唯一会话Id
|
1991
|
-
# @type SessionId: String
|
1992
|
-
|
1993
|
-
attr_accessor :SessionId
|
1994
|
-
|
1995
|
-
def initialize(sessionid=nil)
|
1996
|
-
@SessionId = sessionid
|
1997
|
-
end
|
1998
|
-
|
1999
|
-
def deserialize(params)
|
2000
|
-
@SessionId = params['SessionId']
|
2001
|
-
end
|
2002
|
-
end
|
2003
|
-
|
2004
|
-
# DeleteFirstLinkSession返回参数结构体
|
2005
|
-
class DeleteFirstLinkSessionResponse < TencentCloud::Common::AbstractModel
|
2006
|
-
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2007
|
-
# @type RequestId: String
|
2008
|
-
|
2009
|
-
attr_accessor :RequestId
|
2010
|
-
|
2011
|
-
def initialize(requestid=nil)
|
2012
|
-
@RequestId = requestid
|
2013
|
-
end
|
2014
|
-
|
2015
|
-
def deserialize(params)
|
2016
|
-
@RequestId = params['RequestId']
|
2017
|
-
end
|
2018
|
-
end
|
2019
|
-
|
2020
1898
|
# DeleteGlobalDomainDns请求参数结构体
|
2021
1899
|
class DeleteGlobalDomainDnsRequest < TencentCloud::Common::AbstractModel
|
2022
1900
|
# @param DnsRecordId: 解析记录的ID
|
@@ -2789,69 +2667,6 @@ module TencentCloud
|
|
2789
2667
|
end
|
2790
2668
|
end
|
2791
2669
|
|
2792
|
-
# DescribeFirstLinkSession请求参数结构体
|
2793
|
-
class DescribeFirstLinkSessionRequest < TencentCloud::Common::AbstractModel
|
2794
|
-
# @param SessionId: 单次加速唯一会话Id
|
2795
|
-
# @type SessionId: String
|
2796
|
-
|
2797
|
-
attr_accessor :SessionId
|
2798
|
-
|
2799
|
-
def initialize(sessionid=nil)
|
2800
|
-
@SessionId = sessionid
|
2801
|
-
end
|
2802
|
-
|
2803
|
-
def deserialize(params)
|
2804
|
-
@SessionId = params['SessionId']
|
2805
|
-
end
|
2806
|
-
end
|
2807
|
-
|
2808
|
-
# DescribeFirstLinkSession返回参数结构体
|
2809
|
-
class DescribeFirstLinkSessionResponse < TencentCloud::Common::AbstractModel
|
2810
|
-
# @param Status: 会话状态,具体如下:
|
2811
|
-
# 1: 加速中;
|
2812
|
-
# 0: 非加速中。
|
2813
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2814
|
-
# @type Status: Integer
|
2815
|
-
# @param Duration: 剩余加速时间,单位秒。
|
2816
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2817
|
-
# @type Duration: Integer
|
2818
|
-
# @param SuiteType: 加速套餐类型。
|
2819
|
-
# 套餐说明如下:
|
2820
|
-
# T100K:上/下行保障100kbps;
|
2821
|
-
# BD4M:下行带宽保障4Mbps;
|
2822
|
-
# BU4M:上行带宽保障4Mbps。
|
2823
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2824
|
-
# @type SuiteType: String
|
2825
|
-
# @param SrcPublicIpv4: 加速终端的公网ip
|
2826
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2827
|
-
# @type SrcPublicIpv4: String
|
2828
|
-
# @param DestIpv4: 加速目标ip
|
2829
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2830
|
-
# @type DestIpv4: Array
|
2831
|
-
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2832
|
-
# @type RequestId: String
|
2833
|
-
|
2834
|
-
attr_accessor :Status, :Duration, :SuiteType, :SrcPublicIpv4, :DestIpv4, :RequestId
|
2835
|
-
|
2836
|
-
def initialize(status=nil, duration=nil, suitetype=nil, srcpublicipv4=nil, destipv4=nil, requestid=nil)
|
2837
|
-
@Status = status
|
2838
|
-
@Duration = duration
|
2839
|
-
@SuiteType = suitetype
|
2840
|
-
@SrcPublicIpv4 = srcpublicipv4
|
2841
|
-
@DestIpv4 = destipv4
|
2842
|
-
@RequestId = requestid
|
2843
|
-
end
|
2844
|
-
|
2845
|
-
def deserialize(params)
|
2846
|
-
@Status = params['Status']
|
2847
|
-
@Duration = params['Duration']
|
2848
|
-
@SuiteType = params['SuiteType']
|
2849
|
-
@SrcPublicIpv4 = params['SrcPublicIpv4']
|
2850
|
-
@DestIpv4 = params['DestIpv4']
|
2851
|
-
@RequestId = params['RequestId']
|
2852
|
-
end
|
2853
|
-
end
|
2854
|
-
|
2855
2670
|
# DescribeGlobalDomainDns请求参数结构体
|
2856
2671
|
class DescribeGlobalDomainDnsRequest < TencentCloud::Common::AbstractModel
|
2857
2672
|
# @param DomainId: 域名ID
|
@@ -4677,22 +4492,6 @@ module TencentCloud
|
|
4677
4492
|
end
|
4678
4493
|
end
|
4679
4494
|
|
4680
|
-
# 网络加速的目标地址信息
|
4681
|
-
class DestAddressInfo < TencentCloud::Common::AbstractModel
|
4682
|
-
# @param DestIp: 加速的目标IP,可多ip一起加速
|
4683
|
-
# @type DestIp: Array
|
4684
|
-
|
4685
|
-
attr_accessor :DestIp
|
4686
|
-
|
4687
|
-
def initialize(destip=nil)
|
4688
|
-
@DestIp = destip
|
4689
|
-
end
|
4690
|
-
|
4691
|
-
def deserialize(params)
|
4692
|
-
@DestIp = params['DestIp']
|
4693
|
-
end
|
4694
|
-
end
|
4695
|
-
|
4696
4495
|
# DestroyProxies请求参数结构体
|
4697
4496
|
class DestroyProxiesRequest < TencentCloud::Common::AbstractModel
|
4698
4497
|
# @param Force: 强制删除标识。
|
@@ -4749,52 +4548,6 @@ module TencentCloud
|
|
4749
4548
|
end
|
4750
4549
|
end
|
4751
4550
|
|
4752
|
-
# 终端设备信息
|
4753
|
-
class DeviceInfo < TencentCloud::Common::AbstractModel
|
4754
|
-
# @param Vendor: 设备数据卡所属的运营商
|
4755
|
-
# 1:移动
|
4756
|
-
# 2:电信
|
4757
|
-
# 3:联通
|
4758
|
-
# 4:广电
|
4759
|
-
# 99:其他
|
4760
|
-
# @type Vendor: Integer
|
4761
|
-
# @param OS: 设备操作系统
|
4762
|
-
# 1:Android
|
4763
|
-
# 2: IOS
|
4764
|
-
# 99:其他
|
4765
|
-
# @type OS: Integer
|
4766
|
-
# @param DeviceId: 设备唯一标识
|
4767
|
-
# IOS 填写 IDFV
|
4768
|
-
# Android 填写 IMEI
|
4769
|
-
# @type DeviceId: String
|
4770
|
-
# @param PhoneNum: 用户手机号码
|
4771
|
-
# @type PhoneNum: String
|
4772
|
-
# @param Wireless: 无线信息
|
4773
|
-
# 1:4G
|
4774
|
-
# 2:5G
|
4775
|
-
# 3:WIFI
|
4776
|
-
# 99:其他
|
4777
|
-
# @type Wireless: Integer
|
4778
|
-
|
4779
|
-
attr_accessor :Vendor, :OS, :DeviceId, :PhoneNum, :Wireless
|
4780
|
-
|
4781
|
-
def initialize(vendor=nil, os=nil, deviceid=nil, phonenum=nil, wireless=nil)
|
4782
|
-
@Vendor = vendor
|
4783
|
-
@OS = os
|
4784
|
-
@DeviceId = deviceid
|
4785
|
-
@PhoneNum = phonenum
|
4786
|
-
@Wireless = wireless
|
4787
|
-
end
|
4788
|
-
|
4789
|
-
def deserialize(params)
|
4790
|
-
@Vendor = params['Vendor']
|
4791
|
-
@OS = params['OS']
|
4792
|
-
@DeviceId = params['DeviceId']
|
4793
|
-
@PhoneNum = params['PhoneNum']
|
4794
|
-
@Wireless = params['Wireless']
|
4795
|
-
end
|
4796
|
-
end
|
4797
|
-
|
4798
4551
|
# DisableGlobalDomain请求参数结构体
|
4799
4552
|
class DisableGlobalDomainRequest < TencentCloud::Common::AbstractModel
|
4800
4553
|
# @param DomainId: 域名ID
|
@@ -7777,26 +7530,6 @@ module TencentCloud
|
|
7777
7530
|
end
|
7778
7531
|
end
|
7779
7532
|
|
7780
|
-
# 网络加速的原地址信息
|
7781
|
-
class SrcAddressInfo < TencentCloud::Common::AbstractModel
|
7782
|
-
# @param SrcIpv4: 内网Ip4地址
|
7783
|
-
# @type SrcIpv4: String
|
7784
|
-
# @param SrcPublicIpv4: 公网Ip4地址
|
7785
|
-
# @type SrcPublicIpv4: String
|
7786
|
-
|
7787
|
-
attr_accessor :SrcIpv4, :SrcPublicIpv4
|
7788
|
-
|
7789
|
-
def initialize(srcipv4=nil, srcpublicipv4=nil)
|
7790
|
-
@SrcIpv4 = srcipv4
|
7791
|
-
@SrcPublicIpv4 = srcpublicipv4
|
7792
|
-
end
|
7793
|
-
|
7794
|
-
def deserialize(params)
|
7795
|
-
@SrcIpv4 = params['SrcIpv4']
|
7796
|
-
@SrcPublicIpv4 = params['SrcPublicIpv4']
|
7797
|
-
end
|
7798
|
-
end
|
7799
|
-
|
7800
7533
|
# 统计数据信息
|
7801
7534
|
class StatisticsDataInfo < TencentCloud::Common::AbstractModel
|
7802
7535
|
# @param Time: 对应的时间点
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-gaap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1057
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-05-
|
11
|
+
date: 2025-05-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|