tencentcloud-sdk-gaap 3.0.1040 → 3.0.1042
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 +1 -1
- data/lib/v20180529/models.rb +1 -93
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e787c270c38a878059f43e0fbc2d7976defbd6ef
|
4
|
+
data.tar.gz: 298d7e6d1bac199b278c3d678ddaab632e3a91e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 24bf558a99a2e1b4e852a1ff02779962d908891e0343a105543f65df963d5da770059673c8301a35af2b06d9d71fd2b12b7d4cec652481bceede72e56023d5c8
|
7
|
+
data.tar.gz: a35b35346581d44b1f328af5c531ada2b2d7eace208f92fd54b4a4d777cf5a674254fa79076b321ed3688aaa4c45ad0170adb4bb540586917db28964aa6cd699
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1042
|
data/lib/v20180529/client.rb
CHANGED
@@ -1139,7 +1139,7 @@ module TencentCloud
|
|
1139
1139
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1140
1140
|
end
|
1141
1141
|
|
1142
|
-
#
|
1142
|
+
# 查询指定域名的错误响应
|
1143
1143
|
|
1144
1144
|
# @param request: Request instance for DescribeDomainErrorPageInfo.
|
1145
1145
|
# @type request: :class:`Tencentcloud::gaap::V20180529::DescribeDomainErrorPageInfoRequest`
|
data/lib/v20180529/models.rb
CHANGED
@@ -72,7 +72,6 @@ module TencentCloud
|
|
72
72
|
# 第5个bit,支持精品BGP接入;
|
73
73
|
# 第6个bit,支持三网接入;
|
74
74
|
# 第7个bit,支持接入段Qos加速。
|
75
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
76
75
|
# @type FeatureBitmap: Integer
|
77
76
|
|
78
77
|
attr_accessor :RegionId, :RegionName, :ConcurrentList, :BandwidthList, :RegionArea, :RegionAreaName, :IDCType, :FeatureBitmap
|
@@ -288,10 +287,8 @@ module TencentCloud
|
|
288
287
|
# 0表示正常;
|
289
288
|
# 1表示异常。
|
290
289
|
# 未开启健康检查状态时,该状态始终为正常。
|
291
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
292
290
|
# @type RealServerStatus: Integer
|
293
291
|
# @param RealServerPort: 源站的端口号
|
294
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
295
292
|
# @type RealServerPort: Integer
|
296
293
|
# @param DownIPList: 当源站为域名时,域名被解析成一个或者多个IP,该字段表示其中异常的IP列表。状态异常,但该字段为空时,表示域名解析异常。
|
297
294
|
# @type DownIPList: Array
|
@@ -332,7 +329,6 @@ module TencentCloud
|
|
332
329
|
# @param ProjectId: 项目ID
|
333
330
|
# @type ProjectId: Integer
|
334
331
|
# @param TagSet: 标签列表
|
335
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
336
332
|
# @type TagSet: Array
|
337
333
|
|
338
334
|
attr_accessor :RealServerIP, :RealServerId, :RealServerName, :ProjectId, :TagSet
|
@@ -436,21 +432,16 @@ module TencentCloud
|
|
436
432
|
# @param CertificateType: 证书类型。
|
437
433
|
# @type CertificateType: Integer
|
438
434
|
# @param CertificateAlias: 证书名称。
|
439
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
440
435
|
# @type CertificateAlias: String
|
441
436
|
# @param CreateTime: 证书创建时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
|
442
437
|
# @type CreateTime: Integer
|
443
438
|
# @param BeginTime: 证书生效起始时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
|
444
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
445
439
|
# @type BeginTime: Integer
|
446
440
|
# @param EndTime: 证书过期时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
|
447
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
448
441
|
# @type EndTime: Integer
|
449
442
|
# @param IssuerCN: 证书签发者通用名称。
|
450
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
451
443
|
# @type IssuerCN: String
|
452
444
|
# @param SubjectCN: 证书主题通用名称。
|
453
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
454
445
|
# @type SubjectCN: String
|
455
446
|
|
456
447
|
attr_accessor :CertificateId, :CertificateName, :CertificateType, :CertificateAlias, :CreateTime, :BeginTime, :EndTime, :IssuerCN, :SubjectCN
|
@@ -507,27 +498,20 @@ module TencentCloud
|
|
507
498
|
# @param CertificateType: 证书类型。
|
508
499
|
# @type CertificateType: Integer
|
509
500
|
# @param CertificateAlias: 证书名字。
|
510
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
511
501
|
# @type CertificateAlias: String
|
512
502
|
# @param CertificateContent: 证书内容。
|
513
503
|
# @type CertificateContent: String
|
514
504
|
# @param CertificateKey: 密钥内容。仅当证书类型为SSL证书时,返回该字段。
|
515
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
516
505
|
# @type CertificateKey: String
|
517
506
|
# @param CreateTime: 创建时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
|
518
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
519
507
|
# @type CreateTime: Integer
|
520
508
|
# @param BeginTime: 证书生效起始时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
|
521
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
522
509
|
# @type BeginTime: Integer
|
523
510
|
# @param EndTime: 证书过期时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
|
524
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
525
511
|
# @type EndTime: Integer
|
526
512
|
# @param IssuerCN: 证书签发者通用名称。
|
527
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
528
513
|
# @type IssuerCN: String
|
529
514
|
# @param SubjectCN: 证书主题通用名称。
|
530
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
531
515
|
# @type SubjectCN: String
|
532
516
|
|
533
517
|
attr_accessor :CertificateId, :CertificateType, :CertificateAlias, :CertificateContent, :CertificateKey, :CreateTime, :BeginTime, :EndTime, :IssuerCN, :SubjectCN
|
@@ -771,7 +755,6 @@ module TencentCloud
|
|
771
755
|
# @param ContinentInnerCode: 大洲编码。
|
772
756
|
# @type ContinentInnerCode: String
|
773
757
|
# @param Remark: 标注信息
|
774
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
775
758
|
# @type Remark: String
|
776
759
|
|
777
760
|
attr_accessor :NationCountryName, :NationCountryInnerCode, :GeographicalZoneName, :GeographicalZoneInnerCode, :ContinentName, :ContinentInnerCode, :Remark
|
@@ -2439,7 +2422,6 @@ module TencentCloud
|
|
2439
2422
|
# DescribeBlackHeader返回参数结构体
|
2440
2423
|
class DescribeBlackHeaderResponse < TencentCloud::Common::AbstractModel
|
2441
2424
|
# @param BlackHeaders: 禁用的自定义header列表
|
2442
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2443
2425
|
# @type BlackHeaders: Array
|
2444
2426
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2445
2427
|
# @type RequestId: String
|
@@ -2642,10 +2624,8 @@ module TencentCloud
|
|
2642
2624
|
# DescribeCustomHeader返回参数结构体
|
2643
2625
|
class DescribeCustomHeaderResponse < TencentCloud::Common::AbstractModel
|
2644
2626
|
# @param RuleId: 规则id
|
2645
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2646
2627
|
# @type RuleId: String
|
2647
2628
|
# @param Headers: 自定义header列表
|
2648
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2649
2629
|
# @type Headers: Array
|
2650
2630
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2651
2631
|
# @type RequestId: String
|
@@ -2721,7 +2701,7 @@ module TencentCloud
|
|
2721
2701
|
|
2722
2702
|
# DescribeDomainErrorPageInfoByIds请求参数结构体
|
2723
2703
|
class DescribeDomainErrorPageInfoByIdsRequest < TencentCloud::Common::AbstractModel
|
2724
|
-
# @param ErrorPageIds: 定制错误ID
|
2704
|
+
# @param ErrorPageIds: 定制错误ID列表,最多支持10个
|
2725
2705
|
# @type ErrorPageIds: Array
|
2726
2706
|
|
2727
2707
|
attr_accessor :ErrorPageIds
|
@@ -2738,7 +2718,6 @@ module TencentCloud
|
|
2738
2718
|
# DescribeDomainErrorPageInfoByIds返回参数结构体
|
2739
2719
|
class DescribeDomainErrorPageInfoByIdsResponse < TencentCloud::Common::AbstractModel
|
2740
2720
|
# @param ErrorPageSet: 定制错误响应配置集
|
2741
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2742
2721
|
# @type ErrorPageSet: Array
|
2743
2722
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2744
2723
|
# @type RequestId: String
|
@@ -2786,7 +2765,6 @@ module TencentCloud
|
|
2786
2765
|
# DescribeDomainErrorPageInfo返回参数结构体
|
2787
2766
|
class DescribeDomainErrorPageInfoResponse < TencentCloud::Common::AbstractModel
|
2788
2767
|
# @param ErrorPageSet: 定制错误响应配置集
|
2789
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2790
2768
|
# @type ErrorPageSet: Array
|
2791
2769
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2792
2770
|
# @type RequestId: String
|
@@ -3731,7 +3709,6 @@ module TencentCloud
|
|
3731
3709
|
# @param TotalCount: 通道组总数。
|
3732
3710
|
# @type TotalCount: Integer
|
3733
3711
|
# @param ProxyGroupList: 通道组列表。
|
3734
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3735
3712
|
# @type ProxyGroupList: Array
|
3736
3713
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3737
3714
|
# @type RequestId: String
|
@@ -4604,7 +4581,6 @@ module TencentCloud
|
|
4604
4581
|
# @param Status: 任务状态:RUNNING,FAIL,SUCCESS
|
4605
4582
|
# @type Status: String
|
4606
4583
|
# @param TaskId: 任务ID
|
4607
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4608
4584
|
# @type TaskId: String
|
4609
4585
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4610
4586
|
# @type RequestId: String
|
@@ -4866,7 +4842,6 @@ module TencentCloud
|
|
4866
4842
|
# @param ProjectId: 所属项目
|
4867
4843
|
# @type ProjectId: Integer
|
4868
4844
|
# @param DefaultValue: 默认入口
|
4869
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4870
4845
|
# @type DefaultValue: String
|
4871
4846
|
# @param ProxyCount: 通道数量
|
4872
4847
|
# @type ProxyCount: Integer
|
@@ -4876,10 +4851,8 @@ module TencentCloud
|
|
4876
4851
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4877
4852
|
# @type UpdateTime: Integer
|
4878
4853
|
# @param TagSet: 标签列表
|
4879
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4880
4854
|
# @type TagSet: Array
|
4881
4855
|
# @param BanStatus: 封禁解封状态:BANNED表示已封禁,RECOVER表示已解封或未封禁,BANNING表示封禁中,RECOVERING表示解封中,BAN_FAILED表示封禁失败,RECOVER_FAILED表示解封失败。
|
4882
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4883
4856
|
# @type BanStatus: String
|
4884
4857
|
|
4885
4858
|
attr_accessor :DomainId, :FullDomain, :Alias, :Type, :Status, :ProjectId, :DefaultValue, :ProxyCount, :CreateTime, :UpdateTime, :TagSet, :BanStatus
|
@@ -4983,19 +4956,14 @@ module TencentCloud
|
|
4983
4956
|
# @param ErrorNos: 原始错误码
|
4984
4957
|
# @type ErrorNos: Array
|
4985
4958
|
# @param NewErrorNo: 新的错误码
|
4986
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4987
4959
|
# @type NewErrorNo: Integer
|
4988
4960
|
# @param ClearHeaders: 需要清理的响应头
|
4989
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4990
4961
|
# @type ClearHeaders: Array
|
4991
4962
|
# @param SetHeaders: 需要设置的响应头
|
4992
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4993
4963
|
# @type SetHeaders: Array
|
4994
4964
|
# @param Body: 设置的响应体(不包括 HTTP头)
|
4995
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4996
4965
|
# @type Body: String
|
4997
4966
|
# @param Status: 规则状态,0为成功
|
4998
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4999
4967
|
# @type Status: Integer
|
5000
4968
|
|
5001
4969
|
attr_accessor :ErrorPageId, :ListenerId, :Domain, :ErrorNos, :NewErrorNo, :ClearHeaders, :SetHeaders, :Body, :Status
|
@@ -5569,10 +5537,8 @@ module TencentCloud
|
|
5569
5537
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5570
5538
|
# @type DiscountFlowUnitPrice: Float
|
5571
5539
|
# @param Cn2BandwidthPrice: 精品BGP的带宽费用价格,单位: 元/Mbps/天
|
5572
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5573
5540
|
# @type Cn2BandwidthPrice: Float
|
5574
5541
|
# @param Cn2BandwidthPriceWithDiscount: 精品BGP的折后带宽费用价格,单位: 元/Mbps/天
|
5575
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5576
5542
|
# @type Cn2BandwidthPriceWithDiscount: Float
|
5577
5543
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5578
5544
|
# @type RequestId: String
|
@@ -6746,22 +6712,16 @@ module TencentCloud
|
|
6746
6712
|
# 加速通道接入点详细信息(包含id、地域、ip等)
|
6747
6713
|
class ProxyAccessInfo < TencentCloud::Common::AbstractModel
|
6748
6714
|
# @param RegionId: 地域ID
|
6749
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6750
6715
|
# @type RegionId: String
|
6751
6716
|
# @param RegionName: 地域名称
|
6752
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6753
6717
|
# @type RegionName: String
|
6754
6718
|
# @param ProxyId: 通道ID
|
6755
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6756
6719
|
# @type ProxyId: String
|
6757
6720
|
# @param Vip: 通道接入ip
|
6758
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6759
6721
|
# @type Vip: String
|
6760
6722
|
# @param VipList: 三网通道VIP列表
|
6761
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6762
6723
|
# @type VipList: Array
|
6763
6724
|
# @param SourceRegionIdcType: 接入点IDC类型。ec或dc
|
6764
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6765
6725
|
# @type SourceRegionIdcType: String
|
6766
6726
|
|
6767
6727
|
attr_accessor :RegionId, :RegionName, :ProxyId, :Vip, :VipList, :SourceRegionIdcType
|
@@ -6825,27 +6785,20 @@ module TencentCloud
|
|
6825
6785
|
# @param GroupId: 通道组ID
|
6826
6786
|
# @type GroupId: String
|
6827
6787
|
# @param TagSet: 标签列表
|
6828
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6829
6788
|
# @type TagSet: Array
|
6830
6789
|
# @param PolicyId: 安全策略ID,当设置了安全策略时,存在该字段。
|
6831
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6832
6790
|
# @type PolicyId: String
|
6833
6791
|
# @param Version: 通道组版本
|
6834
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6835
6792
|
# @type Version: String
|
6836
6793
|
# @param ClientIPMethod: 通道获取客户端IP的方式,0表示TOA,1表示Proxy Protocol
|
6837
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6838
6794
|
# @type ClientIPMethod: Array
|
6839
6795
|
# @param IPAddressVersion: IP版本,可取值:IPv4、IPv6,默认值IPv4
|
6840
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6841
6796
|
# @type IPAddressVersion: String
|
6842
6797
|
# @param PackageType: 通道组套餐类型:Thunder表示标准通道组,Accelerator表示银牌加速通道组,CrossBorder表示跨境通道组。
|
6843
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6844
6798
|
# @type PackageType: String
|
6845
6799
|
# @param Http3Supported: 支持Http3特性的标识,其中:
|
6846
6800
|
# 0表示关闭;
|
6847
6801
|
# 1表示启用。
|
6848
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6849
6802
|
# @type Http3Supported: Integer
|
6850
6803
|
# @param FeatureBitmap: 特性位图,每个bit位代表一种特性,其中:
|
6851
6804
|
# 0,表示不支持该特性;
|
@@ -6859,12 +6812,10 @@ module TencentCloud
|
|
6859
6812
|
# 第6个bit,支持三网接入;
|
6860
6813
|
# 第7个bit,支持接入段Qos加速。
|
6861
6814
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6862
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6863
6815
|
# @type FeatureBitmap: Integer
|
6864
6816
|
# @param IsSupportTLSChoice: 是否支持设置TLS设置
|
6865
6817
|
# 0表示不支持;
|
6866
6818
|
# 1表示支持。
|
6867
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6868
6819
|
# @type IsSupportTLSChoice: Integer
|
6869
6820
|
|
6870
6821
|
attr_accessor :CreateTime, :ProjectId, :ProxyNum, :Status, :OwnerUin, :CreateUin, :GroupName, :DnsDefaultIp, :Domain, :RealServerRegionInfo, :IsOldGroup, :GroupId, :TagSet, :PolicyId, :Version, :ClientIPMethod, :IPAddressVersion, :PackageType, :Http3Supported, :FeatureBitmap, :IsSupportTLSChoice
|
@@ -6936,7 +6887,6 @@ module TencentCloud
|
|
6936
6887
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6937
6888
|
# @type Domain: String
|
6938
6889
|
# @param GroupName: 通道组名称
|
6939
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6940
6890
|
# @type GroupName: String
|
6941
6891
|
# @param ProjectId: 项目ID
|
6942
6892
|
# @type ProjectId: Integer
|
@@ -6954,18 +6904,14 @@ module TencentCloud
|
|
6954
6904
|
# @param TagSet: 标签列表。
|
6955
6905
|
# @type TagSet: Array
|
6956
6906
|
# @param Version: 通道组版本
|
6957
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6958
6907
|
# @type Version: String
|
6959
6908
|
# @param CreateTime: 创建时间
|
6960
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6961
6909
|
# @type CreateTime: Integer
|
6962
6910
|
# @param ProxyType: 通道组是否包含微软通道
|
6963
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6964
6911
|
# @type ProxyType: Integer
|
6965
6912
|
# @param Http3Supported: 支持Http3特性的标识,其中:
|
6966
6913
|
# 0表示关闭;
|
6967
6914
|
# 1表示启用。
|
6968
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6969
6915
|
# @type Http3Supported: Integer
|
6970
6916
|
# @param FeatureBitmap: 特性位图,每个bit位代表一种特性,其中:
|
6971
6917
|
# 0,表示不支持该特性;
|
@@ -6979,7 +6925,6 @@ module TencentCloud
|
|
6979
6925
|
# 第6个bit,支持三网接入;
|
6980
6926
|
# 第7个bit,支持接入段Qos加速。
|
6981
6927
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6982
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6983
6928
|
# @type FeatureBitmap: Integer
|
6984
6929
|
|
6985
6930
|
attr_accessor :GroupId, :Domain, :GroupName, :ProjectId, :RealServerRegionInfo, :Status, :TagSet, :Version, :CreateTime, :ProxyType, :Http3Supported, :FeatureBitmap
|
@@ -7044,7 +6989,6 @@ module TencentCloud
|
|
7044
6989
|
# 通道信息
|
7045
6990
|
class ProxyInfo < TencentCloud::Common::AbstractModel
|
7046
6991
|
# @param InstanceId: (旧参数,请使用ProxyId)通道实例ID。
|
7047
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7048
6992
|
# @type InstanceId: String
|
7049
6993
|
# @param CreateTime: 创建时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
|
7050
6994
|
# @type CreateTime: Integer
|
@@ -7081,7 +7025,6 @@ module TencentCloud
|
|
7081
7025
|
# @param Version: 通道版本号:1.0,2.0,3.0。
|
7082
7026
|
# @type Version: String
|
7083
7027
|
# @param ProxyId: (新参数)通道实例ID。
|
7084
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7085
7028
|
# @type ProxyId: String
|
7086
7029
|
# @param Scalarable: 1,该通道可缩扩容;0,该通道无法缩扩容。
|
7087
7030
|
# @type Scalarable: Integer
|
@@ -7094,57 +7037,42 @@ module TencentCloud
|
|
7094
7037
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7095
7038
|
# @type PolicyId: String
|
7096
7039
|
# @param AccessRegionInfo: 接入地域详细信息,包括地域ID和地域名。
|
7097
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7098
7040
|
# @type AccessRegionInfo: :class:`Tencentcloud::Gaap.v20180529.models.RegionDetail`
|
7099
7041
|
# @param RealServerRegionInfo: 源站地域详细信息,包括地域ID和地域名。
|
7100
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7101
7042
|
# @type RealServerRegionInfo: :class:`Tencentcloud::Gaap.v20180529.models.RegionDetail`
|
7102
7043
|
# @param ForwardIP: 通道转发IP
|
7103
7044
|
# @type ForwardIP: String
|
7104
7045
|
# @param TagSet: 标签列表,不存在标签时,该字段为空列表。
|
7105
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7106
7046
|
# @type TagSet: Array
|
7107
7047
|
# @param SupportSecurity: 是否支持安全组配置
|
7108
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7109
7048
|
# @type SupportSecurity: Integer
|
7110
7049
|
# @param BillingType: 计费类型: 0表示按带宽计费 1表示按流量计费。
|
7111
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7112
7050
|
# @type BillingType: Integer
|
7113
7051
|
# @param RelatedGlobalDomains: 关联了解析的域名列表
|
7114
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7115
7052
|
# @type RelatedGlobalDomains: Array
|
7116
7053
|
# @param ModifyConfigTime: 配置变更时间
|
7117
7054
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7118
7055
|
# @type ModifyConfigTime: Integer
|
7119
7056
|
# @param ProxyType: 通道类型,100表示THUNDER通道,103表示微软合作通道
|
7120
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7121
7057
|
# @type ProxyType: Integer
|
7122
7058
|
# @param ClientIPMethod: 通道获取客户端IP的方式,0表示TOA,1表示Proxy Protocol
|
7123
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7124
7059
|
# @type ClientIPMethod: Array
|
7125
7060
|
# @param IPAddressVersion: IP版本:IPv4、IPv6
|
7126
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7127
7061
|
# @type IPAddressVersion: String
|
7128
7062
|
# @param NetworkType: 网络类型:normal表示常规BGP,cn2表示精品BGP,triple表示三网,secure_eip表示定制安全EIP
|
7129
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7130
7063
|
# @type NetworkType: String
|
7131
7064
|
# @param PackageType: 通道套餐类型:Thunder表示标准通道,Accelerator表示银牌加速通道,
|
7132
7065
|
# CrossBorder表示跨境通道。
|
7133
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7134
7066
|
# @type PackageType: String
|
7135
7067
|
# @param BanStatus: 封禁解封状态:BANNED表示已封禁,RECOVER表示已解封或未封禁,BANNING表示封禁中,RECOVERING表示解封中,BAN_FAILED表示封禁失败,RECOVER_FAILED表示解封失败。
|
7136
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7137
7068
|
# @type BanStatus: String
|
7138
7069
|
# @param IPList: IP列表
|
7139
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7140
7070
|
# @type IPList: Array
|
7141
7071
|
# @param Http3Supported: 支持Http3协议的标识,其中:
|
7142
7072
|
# 0表示关闭;
|
7143
7073
|
# 1表示启用。
|
7144
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7145
7074
|
# @type Http3Supported: Integer
|
7146
7075
|
# @param InBanBlacklist: 是否在封禁黑名单中,其中:0表示不在黑名单中,1表示在黑名单中。
|
7147
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7148
7076
|
# @type InBanBlacklist: Integer
|
7149
7077
|
# @param FeatureBitmap: 特性位图,每个bit位代表一种特性,其中:
|
7150
7078
|
# 0,表示不支持该特性;
|
@@ -7158,15 +7086,12 @@ module TencentCloud
|
|
7158
7086
|
# 第6个bit,支持三网接入;
|
7159
7087
|
# 第7个bit,支持接入段Qos加速。
|
7160
7088
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7161
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7162
7089
|
# @type FeatureBitmap: Integer
|
7163
7090
|
# @param IsAutoScaleProxy: 是否是开启了auto scale的通道,0表示否,1表示是。
|
7164
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7165
7091
|
# @type IsAutoScaleProxy: Integer
|
7166
7092
|
# @param IsSupportTLSChoice: 是否允许设置TLS配置
|
7167
7093
|
# 0表示不支持;
|
7168
7094
|
# 1表示支持。
|
7169
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7170
7095
|
# @type IsSupportTLSChoice: Integer
|
7171
7096
|
|
7172
7097
|
attr_accessor :InstanceId, :CreateTime, :ProjectId, :ProxyName, :AccessRegion, :RealServerRegion, :Bandwidth, :Concurrent, :Status, :Domain, :IP, :Version, :ProxyId, :Scalarable, :SupportProtocols, :GroupId, :PolicyId, :AccessRegionInfo, :RealServerRegionInfo, :ForwardIP, :TagSet, :SupportSecurity, :BillingType, :RelatedGlobalDomains, :ModifyConfigTime, :ProxyType, :ClientIPMethod, :IPAddressVersion, :NetworkType, :PackageType, :BanStatus, :IPList, :Http3Supported, :InBanBlacklist, :FeatureBitmap, :IsAutoScaleProxy, :IsSupportTLSChoice
|
@@ -7450,7 +7375,6 @@ module TencentCloud
|
|
7450
7375
|
# 第5个bit,支持精品BGP接入;
|
7451
7376
|
# 第6个bit,支持三网接入;
|
7452
7377
|
# 第7个bit,支持接入段Qos加速。
|
7453
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7454
7378
|
# @type FeatureBitmap: Integer
|
7455
7379
|
# @param SupportFeature: 接入区域支持的能力
|
7456
7380
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -7530,13 +7454,10 @@ module TencentCloud
|
|
7530
7454
|
# 当调用ModifyRuleAttribute时,不支持修改该参数。
|
7531
7455
|
# @type Domain: String
|
7532
7456
|
# @param FailedCountInter: 源站服务失败统计频率
|
7533
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7534
7457
|
# @type FailedCountInter: Integer
|
7535
7458
|
# @param FailedThreshold: 源站健康性检查阀值,超过该阀值会屏蔽服务
|
7536
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7537
7459
|
# @type FailedThreshold: Integer
|
7538
7460
|
# @param BlockInter: 源站健康性检测超出阀值后,屏蔽的时间
|
7539
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7540
7461
|
# @type BlockInter: Integer
|
7541
7462
|
|
7542
7463
|
attr_accessor :DelayLoop, :ConnectTimeout, :Path, :Method, :StatusCode, :Domain, :FailedCountInter, :FailedThreshold, :BlockInter
|
@@ -7593,15 +7514,12 @@ module TencentCloud
|
|
7593
7514
|
# 只要有一个源站健康状态为异常时,该状态为异常,具体源站的状态请查看RealServerSet。
|
7594
7515
|
# @type BindStatus: Integer
|
7595
7516
|
# @param ForwardHost: 通道转发到源站的请求所携带的host,其中default表示直接转发接收到的host。
|
7596
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7597
7517
|
# @type ForwardHost: String
|
7598
7518
|
# @param ServerNameIndicationSwitch: 服务器名称指示(ServerNameIndication,简称SNI)开关。ON表示开启,OFF表示关闭。
|
7599
7519
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7600
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7601
7520
|
# @type ServerNameIndicationSwitch: String
|
7602
7521
|
# @param ServerNameIndication: 服务器名称指示(ServerNameIndication,简称SNI),当SNI开关打开时,该字段必填。
|
7603
7522
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7604
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7605
7523
|
# @type ServerNameIndication: String
|
7606
7524
|
# @param ForcedRedirect: 强转HTTPS指示,当传递值为https:时表示强转为https
|
7607
7525
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -7701,15 +7619,12 @@ module TencentCloud
|
|
7701
7619
|
# @param AliasName: 规则别名
|
7702
7620
|
# @type AliasName: String
|
7703
7621
|
# @param DestPortRange: 目标端口范围
|
7704
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7705
7622
|
# @type DestPortRange: String
|
7706
7623
|
# @param RuleId: 规则ID
|
7707
7624
|
# @type RuleId: String
|
7708
7625
|
# @param Protocol: 要匹配的协议类型(TCP/UDP)
|
7709
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7710
7626
|
# @type Protocol: String
|
7711
7627
|
# @param PolicyId: 安全策略ID
|
7712
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7713
7628
|
# @type PolicyId: String
|
7714
7629
|
|
7715
7630
|
attr_accessor :Action, :SourceCidr, :AliasName, :DestPortRange, :RuleId, :Protocol, :PolicyId
|
@@ -7956,27 +7871,20 @@ module TencentCloud
|
|
7956
7871
|
# 1表示正常。
|
7957
7872
|
# @type BindStatus: Integer
|
7958
7873
|
# @param RealServerSet: 监听器绑定的源站信息
|
7959
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7960
7874
|
# @type RealServerSet: Array
|
7961
7875
|
# @param CreateTime: 监听器创建时间,Unix时间戳
|
7962
7876
|
# @type CreateTime: Integer
|
7963
7877
|
# @param ClientIPMethod: 监听器获取客户端 IP 的方式,0表示TOA, 1表示Proxy Protocol
|
7964
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7965
7878
|
# @type ClientIPMethod: Integer
|
7966
7879
|
# @param HealthyThreshold: 健康阈值,表示连续检查成功多少次后认定源站健康。范围为1到10
|
7967
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7968
7880
|
# @type HealthyThreshold: Integer
|
7969
7881
|
# @param UnhealthyThreshold: 不健康阈值,表示连续检查失败多少次数后认为源站不健康。范围为1到10
|
7970
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7971
7882
|
# @type UnhealthyThreshold: Integer
|
7972
7883
|
# @param FailoverSwitch: 源站是否开启主备模式:1开启,0关闭,DOMAIN类型源站不支持开启
|
7973
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7974
7884
|
# @type FailoverSwitch: Integer
|
7975
7885
|
# @param SessionPersist: 是否开启会话保持选项:0关闭, 非0开启,非0值为会话保持时间
|
7976
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7977
7886
|
# @type SessionPersist: Integer
|
7978
7887
|
# @param ProxyId: 监听器的通道ID,如果监听器属于通道组,则为null
|
7979
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7980
7888
|
# @type ProxyId: String
|
7981
7889
|
# @param GroupId: 监听器的通道组ID,如果监听器属于通道,则为null
|
7982
7890
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
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.1042
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,9 +33,9 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
+
- lib/tencentcloud-sdk-gaap.rb
|
36
37
|
- lib/v20180529/client.rb
|
37
38
|
- lib/v20180529/models.rb
|
38
|
-
- lib/tencentcloud-sdk-gaap.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|