tencentcloud-sdk-ssl 3.0.1019 → 3.0.1020

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20191205/models.rb +27 -186
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1c22e417e1b996b9ee7962eb0731f5a888cb3f05
4
- data.tar.gz: 663f97452693cf32ef88848102399143c3c04535
3
+ metadata.gz: 50592ca7ad8758900918282d9b86aa7bd1f98912
4
+ data.tar.gz: d670459bd7b71a601efaf4859a51d04f8f7c6d7b
5
5
  SHA512:
6
- metadata.gz: 2c76c232b4b36601c783a80a8d40dde6da0c7a518fa8d40a0d8f72f9851e2c684635380bd75f70e1862c149a66d97c1826d58248794935b0c231786489dd9881
7
- data.tar.gz: 945906de36719fc64f51661bcfc2d51903998506711bd37b688971e9d209ce284a084db05dc9d52b6aa3d1c537587aff23411381aad3c8ea860cc2646d6a0b0f
6
+ metadata.gz: 0fae9c7bda7d79def6882a88bf61194a248af44776c33eaaf8c27dc1223f7d49a7fc1f0cc088efa31f21758e2831e893d75c67e2f324b3da9526d69d1aef88f1
7
+ data.tar.gz: 90ad62108bb0db31a90085272d30f71fe32649dd01e5e0dd255835554e6686ab6e91837cc5ffaabc2eeaa73e00ac9ed55a3a581d4b9b02fd4c742bfb81c5a42a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1019
1
+ 3.0.1020
@@ -999,6 +999,7 @@ module TencentCloud
999
999
  # @param HostingResourceTypes: 托管资源类型列表
1000
1000
  # @type HostingResourceTypes: Array
1001
1001
  # @param HostingConfig: 托管配置信息
1002
+ # 注意:此字段可能返回 null,表示取不到有效值。
1002
1003
  # @type HostingConfig: :class:`Tencentcloud::Ssl.v20191205.models.HostingConfig`
1003
1004
 
1004
1005
  attr_accessor :OwnerUin, :ProjectId, :From, :PackageType, :CertificateType, :ProductZhName, :Domain, :Alias, :Status, :CertificateExtra, :VulnerabilityStatus, :StatusMsg, :VerifyType, :CertBeginTime, :CertEndTime, :ValidityPeriod, :InsertTime, :CertificateId, :SubjectAltName, :PackageTypeName, :StatusName, :IsVip, :IsDv, :IsWildcard, :IsVulnerability, :RenewAble, :ProjectInfo, :BoundResource, :Deployable, :Tags, :IsIgnore, :IsSM, :EncryptAlgorithm, :CAEncryptAlgorithms, :CAEndTimes, :CACommonNames, :PreAuditInfo, :AutoRenewFlag, :HostingStatus, :HostingCompleteTime, :HostingRenewCertId, :HasRenewOrder, :ReplaceOriCertIsDelete, :IsExpiring, :DVAuthDeadline, :ValidationPassedTime, :CertSANs, :AwaitingValidationMsg, :AllowDownload, :IsDNSPODResolve, :IsPackage, :KeyPasswordCustomFlag, :SupportDownloadType, :CertRevokedTime, :HostingResourceTypes, :HostingConfig
@@ -1251,7 +1252,6 @@ module TencentCloud
1251
1252
  # CheckCertificateExist返回参数结构体
1252
1253
  class CheckCertificateExistResponse < TencentCloud::Common::AbstractModel
1253
1254
  # @param RepeatCertId: 重复的证书ID
1254
- # 注意:此字段可能返回 null,表示取不到有效值。
1255
1255
  # @type RepeatCertId: String
1256
1256
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1257
1257
  # @type RequestId: String
@@ -2257,7 +2257,6 @@ module TencentCloud
2257
2257
  # DeployCertificateInstance返回参数结构体
2258
2258
  class DeployCertificateInstanceResponse < TencentCloud::Common::AbstractModel
2259
2259
  # @param DeployRecordId: 云资源部署任务ID
2260
- # 注意:此字段可能返回 null,表示取不到有效值。
2261
2260
  # @type DeployRecordId: Integer
2262
2261
  # @param DeployStatus: 部署任务创建状态;1表示创建成功; 0表示当前存在部署中的任务,未创建新的部署任务;返回值DeployRecordId为部署中的任务ID
2263
2262
  # @type DeployStatus: Integer
@@ -2570,44 +2569,32 @@ module TencentCloud
2570
2569
  # DescribeCertificateBindResourceTaskDetail返回参数结构体
2571
2570
  class DescribeCertificateBindResourceTaskDetailResponse < TencentCloud::Common::AbstractModel
2572
2571
  # @param CLB: 关联clb资源详情
2573
- # 注意:此字段可能返回 null,表示取不到有效值。
2574
2572
  # @type CLB: Array
2575
2573
  # @param CDN: 关联cdn资源详情
2576
- # 注意:此字段可能返回 null,表示取不到有效值。
2577
2574
  # @type CDN: Array
2578
2575
  # @param WAF: 关联waf资源详情
2579
- # 注意:此字段可能返回 null,表示取不到有效值。
2580
2576
  # @type WAF: Array
2581
2577
  # @param DDOS: 关联ddos资源详情
2582
- # 注意:此字段可能返回 null,表示取不到有效值。
2583
2578
  # @type DDOS: Array
2584
2579
  # @param LIVE: 关联live资源详情
2585
- # 注意:此字段可能返回 null,表示取不到有效值。
2586
2580
  # @type LIVE: Array
2587
2581
  # @param VOD: 关联vod资源详情
2588
- # 注意:此字段可能返回 null,表示取不到有效值。
2589
2582
  # @type VOD: Array
2590
2583
  # @param TKE: 关联tke资源详情
2591
- # 注意:此字段可能返回 null,表示取不到有效值。
2592
2584
  # @type TKE: Array
2593
2585
  # @param APIGATEWAY: 关联apigateway资源详情
2594
- # 注意:此字段可能返回 null,表示取不到有效值。
2595
2586
  # @type APIGATEWAY: Array
2596
2587
  # @param TCB: 关联tcb资源详情
2597
- # 注意:此字段可能返回 null,表示取不到有效值。
2598
2588
  # @type TCB: Array
2599
2589
  # @param TEO: 关联teo资源详情
2600
- # 注意:此字段可能返回 null,表示取不到有效值。
2601
2590
  # @type TEO: Array
2602
2591
  # @param Status: 关联云资源异步查询结果: 0表示查询中, 1表示查询成功。 2表示查询异常; 若状态为1,则查看BindResourceResult结果;若状态为2,则查看Error原因
2603
2592
  # @type Status: Integer
2604
2593
  # @param CacheTime: 当前结果缓存时间
2605
2594
  # @type CacheTime: String
2606
2595
  # @param TSE: 关联tse资源详情
2607
- # 注意:此字段可能返回 null,表示取不到有效值。
2608
2596
  # @type TSE: Array
2609
2597
  # @param COS: 关联的COS资源详情
2610
- # 注意:此字段可能返回 null,表示取不到有效值。
2611
2598
  # @type COS: Array
2612
2599
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2613
2600
  # @type RequestId: String
@@ -2754,7 +2741,6 @@ module TencentCloud
2754
2741
  # DescribeCertificateBindResourceTaskResult返回参数结构体
2755
2742
  class DescribeCertificateBindResourceTaskResultResponse < TencentCloud::Common::AbstractModel
2756
2743
  # @param SyncTaskBindResourceResult: 异步任务绑定关联云资源结果列表
2757
- # 注意:此字段可能返回 null,表示取不到有效值。
2758
2744
  # @type SyncTaskBindResourceResult: Array
2759
2745
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2760
2746
  # @type RequestId: String
@@ -2798,20 +2784,16 @@ module TencentCloud
2798
2784
  # DescribeCertificateDetail返回参数结构体
2799
2785
  class DescribeCertificateDetailResponse < TencentCloud::Common::AbstractModel
2800
2786
  # @param OwnerUin: 证书所属用户主账号 UIN。
2801
- # 注意:此字段可能返回 null,表示取不到有效值。
2802
2787
  # @type OwnerUin: String
2803
2788
  # @param ProjectId: 项目 ID。
2804
- # 注意:此字段可能返回 null,表示取不到有效值。
2805
2789
  # @type ProjectId: String
2806
2790
  # @param From: 证书来源:
2807
2791
  # trustasia:亚洲诚信,
2808
2792
  # upload:用户上传。
2809
2793
  # wosign:沃通
2810
2794
  # sheca:上海CA
2811
- # 注意:此字段可能返回 null,表示取不到有效值。
2812
2795
  # @type From: String
2813
2796
  # @param CertificateType: 证书类型:CA = 客户端证书,SVR = 服务器证书。
2814
- # 注意:此字段可能返回 null,表示取不到有效值。
2815
2797
  # @type CertificateType: String
2816
2798
  # @param PackageType: 证书套餐类型:
2817
2799
  # null:用户上传证书(没有套餐类型),
@@ -2901,16 +2883,12 @@ module TencentCloud
2901
2883
  # 注意:此字段可能返回 null,表示取不到有效值。
2902
2884
  # @type PackageType: String
2903
2885
  # @param ProductZhName: 证书产品名称
2904
- # 注意:此字段可能返回 null,表示取不到有效值。
2905
2886
  # @type ProductZhName: String
2906
2887
  # @param Domain: 证书绑定通用名称域名。
2907
- # 注意:此字段可能返回 null,表示取不到有效值。
2908
2888
  # @type Domain: String
2909
2889
  # @param Alias: 备注名称。
2910
- # 注意:此字段可能返回 null,表示取不到有效值。
2911
2890
  # @type Alias: String
2912
2891
  # @param Status: 证书状态:0 = 审核中,1 = 已通过,2 = 审核失败,3 = 已过期,4 = 自动添加DNS记录,5 = 企业证书,待提交资料,6 = 订单取消中,7 = 已取消,8 = 已提交资料, 待上传确认函,9 = 证书吊销中,10 = 已吊销,11 = 重颁发中,12 = 待上传吊销确认函,13 = 免费证书待提交资料。14 = 证书已退款。 15 = 证书迁移中
2913
- # 注意:此字段可能返回 null,表示取不到有效值。
2914
2892
  # @type Status: Integer
2915
2893
  # @param StatusMsg: 状态信息。 取值范围:
2916
2894
  # //通用状态信息
@@ -2931,7 +2909,6 @@ module TencentCloud
2931
2909
  # 注意:此字段可能返回 null,表示取不到有效值。
2932
2910
  # @type VerifyType: String
2933
2911
  # @param VulnerabilityStatus: 漏洞扫描状态。
2934
- # 注意:此字段可能返回 null,表示取不到有效值。
2935
2912
  # @type VulnerabilityStatus: String
2936
2913
  # @param CertBeginTime: 证书生效时间。
2937
2914
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -2940,16 +2917,13 @@ module TencentCloud
2940
2917
  # 注意:此字段可能返回 null,表示取不到有效值。
2941
2918
  # @type CertEndTime: String
2942
2919
  # @param ValidityPeriod: 证书有效期:单位(月)。
2943
- # 注意:此字段可能返回 null,表示取不到有效值。
2944
2920
  # @type ValidityPeriod: String
2945
2921
  # @param InsertTime: 证书申请时间。
2946
- # 注意:此字段可能返回 null,表示取不到有效值。
2947
2922
  # @type InsertTime: String
2948
2923
  # @param OrderId: CA订单 ID。
2949
2924
  # 注意:此字段可能返回 null,表示取不到有效值。
2950
2925
  # @type OrderId: String
2951
2926
  # @param CertificateExtra: 证书扩展信息。
2952
- # 注意:此字段可能返回 null,表示取不到有效值。
2953
2927
  # @type CertificateExtra: :class:`Tencentcloud::Ssl.v20191205.models.CertificateExtra`
2954
2928
  # @param CertificatePrivateKey: 私钥证书, 国密证书则为签名证书中的私钥证书
2955
2929
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -2964,43 +2938,32 @@ module TencentCloud
2964
2938
  # 注意:此字段可能返回 null,表示取不到有效值。
2965
2939
  # @type VulnerabilityReport: String
2966
2940
  # @param CertificateId: 证书 ID。
2967
- # 注意:此字段可能返回 null,表示取不到有效值。
2968
2941
  # @type CertificateId: String
2969
2942
  # @param TypeName: 证书类型名称。
2970
2943
  # 注意:此字段可能返回 null,表示取不到有效值。
2971
2944
  # @type TypeName: String
2972
2945
  # @param StatusName: 状态描述。
2973
- # 注意:此字段可能返回 null,表示取不到有效值。
2974
2946
  # @type StatusName: String
2975
2947
  # @param SubjectAltName: 证书包含的多个域名(不包含主域名,主域名使用Domain字段)
2976
- # 注意:此字段可能返回 null,表示取不到有效值。
2977
2948
  # @type SubjectAltName: Array
2978
2949
  # @param IsVip: 是否为付费证书。
2979
- # 注意:此字段可能返回 null,表示取不到有效值。
2980
2950
  # @type IsVip: Boolean
2981
2951
  # @param IsWildcard: 是否为泛域名证书。
2982
- # 注意:此字段可能返回 null,表示取不到有效值。
2983
2952
  # @type IsWildcard: Boolean
2984
2953
  # @param IsDv: 是否为 DV 版证书。
2985
- # 注意:此字段可能返回 null,表示取不到有效值。
2986
2954
  # @type IsDv: Boolean
2987
2955
  # @param IsVulnerability: 是否启用了漏洞扫描功能。
2988
- # 注意:此字段可能返回 null,表示取不到有效值。
2989
2956
  # @type IsVulnerability: Boolean
2990
2957
  # @param SubmittedData: 付费证书提交的资料信息。
2991
2958
  # 注意:此字段可能返回 null,表示取不到有效值。
2992
2959
  # @type SubmittedData: :class:`Tencentcloud::Ssl.v20191205.models.SubmittedData`
2993
2960
  # @param RenewAble: 是否可续费。
2994
- # 注意:此字段可能返回 null,表示取不到有效值。
2995
2961
  # @type RenewAble: Boolean
2996
2962
  # @param Deployable: 是否可部署。
2997
- # 注意:此字段可能返回 null,表示取不到有效值。
2998
2963
  # @type Deployable: Boolean
2999
2964
  # @param Tags: 关联标签列表。
3000
- # 注意:此字段可能返回 null,表示取不到有效值。
3001
2965
  # @type Tags: Array
3002
2966
  # @param RootCert: 根证书。
3003
- # 注意:此字段可能返回 null,表示取不到有效值。
3004
2967
  # @type RootCert: :class:`Tencentcloud::Ssl.v20191205.models.RootCertificates`
3005
2968
  # @param EncryptCert: 国密加密证书公钥, 仅国密证书有值
3006
2969
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -3015,7 +2978,6 @@ module TencentCloud
3015
2978
  # 注意:此字段可能返回 null,表示取不到有效值。
3016
2979
  # @type EncryptCertFingerprint: String
3017
2980
  # @param EncryptAlgorithm: 证书加密算法(国密证书特有)
3018
- # 注意:此字段可能返回 null,表示取不到有效值。
3019
2981
  # @type EncryptAlgorithm: String
3020
2982
  # @param DvRevokeAuthDetail: DV证书吊销验证值
3021
2983
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -3189,7 +3151,6 @@ module TencentCloud
3189
3151
  # @param TotalCount: 本次请求返回的日志数量。
3190
3152
  # @type TotalCount: Integer
3191
3153
  # @param OperateLogs: 证书操作日志列表。
3192
- # 注意:此字段可能返回 null,表示取不到有效值。
3193
3154
  # @type OperateLogs: Array
3194
3155
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3195
3156
  # @type RequestId: String
@@ -3643,10 +3604,8 @@ module TencentCloud
3643
3604
  # DescribeCertificates返回参数结构体
3644
3605
  class DescribeCertificatesResponse < TencentCloud::Common::AbstractModel
3645
3606
  # @param TotalCount: 总数量。
3646
- # 注意:此字段可能返回 null,表示取不到有效值。
3647
3607
  # @type TotalCount: Integer
3648
3608
  # @param Certificates: 列表。
3649
- # 注意:此字段可能返回 null,表示取不到有效值。
3650
3609
  # @type Certificates: Array
3651
3610
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3652
3611
  # @type RequestId: String
@@ -3747,7 +3706,6 @@ module TencentCloud
3747
3706
  # DescribeDeleteCertificatesTaskResult返回参数结构体
3748
3707
  class DescribeDeleteCertificatesTaskResultResponse < TencentCloud::Common::AbstractModel
3749
3708
  # @param DeleteTaskResult: 批量删除证书异步任务结果
3750
- # 注意:此字段可能返回 null,表示取不到有效值。
3751
3709
  # @type DeleteTaskResult: Array
3752
3710
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3753
3711
  # @type RequestId: String
@@ -3882,8 +3840,8 @@ module TencentCloud
3882
3840
 
3883
3841
  attr_accessor :CertificateId, :IsCache, :Filters, :ResourceType, :OldCertificateId, :Limit, :Offset
3884
3842
  extend Gem::Deprecate
3885
- deprecate :ResourceType, :none, 2025, 2
3886
- deprecate :ResourceType=, :none, 2025, 2
3843
+ deprecate :ResourceType, :none, 2025, 3
3844
+ deprecate :ResourceType=, :none, 2025, 3
3887
3845
 
3888
3846
  def initialize(certificateid=nil, iscache=nil, filters=nil, resourcetype=nil, oldcertificateid=nil, limit=nil, offset=nil)
3889
3847
  @CertificateId = certificateid
@@ -3916,7 +3874,6 @@ module TencentCloud
3916
3874
  # DescribeHostApiGatewayInstanceList返回参数结构体
3917
3875
  class DescribeHostApiGatewayInstanceListResponse < TencentCloud::Common::AbstractModel
3918
3876
  # @param InstanceList: apiGateway实例列表,如取不到值返回空数组
3919
- # 注意:此字段可能返回 null,表示取不到有效值。
3920
3877
  # @type InstanceList: Array
3921
3878
  # @param TotalCount: 总数,如取不到值返回0
3922
3879
  # @type TotalCount: Integer
@@ -3966,8 +3923,8 @@ module TencentCloud
3966
3923
 
3967
3924
  attr_accessor :CertificateId, :IsCache, :Filters, :ResourceType, :OldCertificateId, :Offset, :Limit, :AsyncCache
3968
3925
  extend Gem::Deprecate
3969
- deprecate :ResourceType, :none, 2025, 2
3970
- deprecate :ResourceType=, :none, 2025, 2
3926
+ deprecate :ResourceType, :none, 2025, 3
3927
+ deprecate :ResourceType=, :none, 2025, 3
3971
3928
 
3972
3929
  def initialize(certificateid=nil, iscache=nil, filters=nil, resourcetype=nil, oldcertificateid=nil, offset=nil, limit=nil, asynccache=nil)
3973
3930
  @CertificateId = certificateid
@@ -4002,19 +3959,14 @@ module TencentCloud
4002
3959
  # DescribeHostCdnInstanceList返回参数结构体
4003
3960
  class DescribeHostCdnInstanceListResponse < TencentCloud::Common::AbstractModel
4004
3961
  # @param InstanceList: CDN实例列表,如取不到值返回空数组
4005
- # 注意:此字段可能返回 null,表示取不到有效值。
4006
3962
  # @type InstanceList: Array
4007
3963
  # @param TotalCount: CDN域名总数,如取不到值返回0
4008
- # 注意:此字段可能返回 null,表示取不到有效值。
4009
3964
  # @type TotalCount: Integer
4010
3965
  # @param AsyncTotalNum: 异步刷新总数,如取不到值返回0
4011
- # 注意:此字段可能返回 null,表示取不到有效值。
4012
3966
  # @type AsyncTotalNum: Integer
4013
3967
  # @param AsyncOffset: 异步刷新当前执行数,如取不到值返回0
4014
- # 注意:此字段可能返回 null,表示取不到有效值。
4015
3968
  # @type AsyncOffset: Integer
4016
3969
  # @param AsyncCacheTime: 当前缓存读取时间
4017
- # 注意:此字段可能返回 null,表示取不到有效值。
4018
3970
  # @type AsyncCacheTime: String
4019
3971
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4020
3972
  # @type RequestId: String
@@ -4097,19 +4049,14 @@ module TencentCloud
4097
4049
  # DescribeHostClbInstanceList返回参数结构体
4098
4050
  class DescribeHostClbInstanceListResponse < TencentCloud::Common::AbstractModel
4099
4051
  # @param TotalCount: 总数,取不到值返回0
4100
- # 注意:此字段可能返回 null,表示取不到有效值。
4101
4052
  # @type TotalCount: Integer
4102
4053
  # @param InstanceList: CLB实例监听器列表,取不到值返回空数组
4103
- # 注意:此字段可能返回 null,表示取不到有效值。
4104
4054
  # @type InstanceList: Array
4105
4055
  # @param AsyncTotalNum: 异步刷新总数,取不到值返回0
4106
- # 注意:此字段可能返回 null,表示取不到有效值。
4107
4056
  # @type AsyncTotalNum: Integer
4108
4057
  # @param AsyncOffset: 异步刷新当前执行数,取不到值返回0
4109
- # 注意:此字段可能返回 null,表示取不到有效值。
4110
4058
  # @type AsyncOffset: Integer
4111
4059
  # @param AsyncCacheTime: 当前缓存读取时间,去不到值返回空
4112
- # 注意:此字段可能返回 null,表示取不到有效值。
4113
4060
  # @type AsyncCacheTime: String
4114
4061
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4115
4062
  # @type RequestId: String
@@ -4196,19 +4143,14 @@ module TencentCloud
4196
4143
  # DescribeHostCosInstanceList返回参数结构体
4197
4144
  class DescribeHostCosInstanceListResponse < TencentCloud::Common::AbstractModel
4198
4145
  # @param InstanceList: COS实例列表
4199
- # 注意:此字段可能返回 null,表示取不到有效值。
4200
4146
  # @type InstanceList: Array
4201
4147
  # @param TotalCount: 总数
4202
- # 注意:此字段可能返回 null,表示取不到有效值。
4203
4148
  # @type TotalCount: Integer
4204
4149
  # @param AsyncTotalNum: 异步刷新总数
4205
- # 注意:此字段可能返回 null,表示取不到有效值。
4206
4150
  # @type AsyncTotalNum: Integer
4207
4151
  # @param AsyncOffset: 异步刷新当前执行数
4208
- # 注意:此字段可能返回 null,表示取不到有效值。
4209
4152
  # @type AsyncOffset: Integer
4210
4153
  # @param AsyncCacheTime: 当前缓存读取时间
4211
- # 注意:此字段可能返回 null,表示取不到有效值。
4212
4154
  # @type AsyncCacheTime: String
4213
4155
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4214
4156
  # @type RequestId: String
@@ -4291,10 +4233,8 @@ module TencentCloud
4291
4233
  # DescribeHostDdosInstanceList返回参数结构体
4292
4234
  class DescribeHostDdosInstanceListResponse < TencentCloud::Common::AbstractModel
4293
4235
  # @param InstanceList: DDOS实例列表,取不到值返回空数组
4294
- # 注意:此字段可能返回 null,表示取不到有效值。
4295
4236
  # @type InstanceList: Array
4296
4237
  # @param TotalCount: 总数
4297
- # 注意:此字段可能返回 null,表示取不到有效值。
4298
4238
  # @type TotalCount: Integer
4299
4239
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4300
4240
  # @type RequestId: String
@@ -4348,19 +4288,14 @@ module TencentCloud
4348
4288
  # DescribeHostDeployRecordDetail返回参数结构体
4349
4289
  class DescribeHostDeployRecordDetailResponse < TencentCloud::Common::AbstractModel
4350
4290
  # @param TotalCount: 部署记录总数
4351
- # 注意:此字段可能返回 null,表示取不到有效值。
4352
4291
  # @type TotalCount: Integer
4353
4292
  # @param DeployRecordDetailList: 证书部署记录列表
4354
- # 注意:此字段可能返回 null,表示取不到有效值。
4355
4293
  # @type DeployRecordDetailList: Array
4356
4294
  # @param SuccessTotalCount: 成功总数
4357
- # 注意:此字段可能返回 null,表示取不到有效值。
4358
4295
  # @type SuccessTotalCount: Integer
4359
4296
  # @param FailedTotalCount: 失败总数
4360
- # 注意:此字段可能返回 null,表示取不到有效值。
4361
4297
  # @type FailedTotalCount: Integer
4362
4298
  # @param RunningTotalCount: 部署中总数
4363
- # 注意:此字段可能返回 null,表示取不到有效值。
4364
4299
  # @type RunningTotalCount: Integer
4365
4300
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4366
4301
  # @type RequestId: String
@@ -4424,10 +4359,8 @@ module TencentCloud
4424
4359
  # DescribeHostDeployRecord返回参数结构体
4425
4360
  class DescribeHostDeployRecordResponse < TencentCloud::Common::AbstractModel
4426
4361
  # @param TotalCount: 总数
4427
- # 注意:此字段可能返回 null,表示取不到有效值。
4428
4362
  # @type TotalCount: Integer
4429
4363
  # @param DeployRecordList: 证书部署记录列表
4430
- # 注意:此字段可能返回 null,表示取不到有效值。
4431
4364
  # @type DeployRecordList: Array
4432
4365
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4433
4366
  # @type RequestId: String
@@ -4467,8 +4400,8 @@ module TencentCloud
4467
4400
 
4468
4401
  attr_accessor :CertificateId, :IsCache, :Filters, :ResourceType
4469
4402
  extend Gem::Deprecate
4470
- deprecate :ResourceType, :none, 2025, 2
4471
- deprecate :ResourceType=, :none, 2025, 2
4403
+ deprecate :ResourceType, :none, 2025, 3
4404
+ deprecate :ResourceType=, :none, 2025, 3
4472
4405
 
4473
4406
  def initialize(certificateid=nil, iscache=nil, filters=nil, resourcetype=nil)
4474
4407
  @CertificateId = certificateid
@@ -4495,10 +4428,8 @@ module TencentCloud
4495
4428
  # DescribeHostLighthouseInstanceList返回参数结构体
4496
4429
  class DescribeHostLighthouseInstanceListResponse < TencentCloud::Common::AbstractModel
4497
4430
  # @param InstanceList: Lighthouse实例列表,如取不到返回空数组
4498
- # 注意:此字段可能返回 null,表示取不到有效值。
4499
4431
  # @type InstanceList: Array
4500
4432
  # @param TotalCount: 总数,如取不到返回0
4501
- # 注意:此字段可能返回 null,表示取不到有效值。
4502
4433
  # @type TotalCount: Integer
4503
4434
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4504
4435
  # @type RequestId: String
@@ -4540,8 +4471,8 @@ module TencentCloud
4540
4471
 
4541
4472
  attr_accessor :CertificateId, :IsCache, :Filters, :ResourceType, :OldCertificateId
4542
4473
  extend Gem::Deprecate
4543
- deprecate :ResourceType, :none, 2025, 2
4544
- deprecate :ResourceType=, :none, 2025, 2
4474
+ deprecate :ResourceType, :none, 2025, 3
4475
+ deprecate :ResourceType=, :none, 2025, 3
4545
4476
 
4546
4477
  def initialize(certificateid=nil, iscache=nil, filters=nil, resourcetype=nil, oldcertificateid=nil)
4547
4478
  @CertificateId = certificateid
@@ -4570,7 +4501,6 @@ module TencentCloud
4570
4501
  # DescribeHostLiveInstanceList返回参数结构体
4571
4502
  class DescribeHostLiveInstanceListResponse < TencentCloud::Common::AbstractModel
4572
4503
  # @param InstanceList: live实例列表,如取不到值返回空数组
4573
- # 注意:此字段可能返回 null,表示取不到有效值。
4574
4504
  # @type InstanceList: Array
4575
4505
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4576
4506
  # @type RequestId: String
@@ -4616,8 +4546,8 @@ module TencentCloud
4616
4546
 
4617
4547
  attr_accessor :CertificateId, :ResourceType, :IsCache, :Filters, :OldCertificateId, :Offset, :Limit, :AsyncCache
4618
4548
  extend Gem::Deprecate
4619
- deprecate :ResourceType, :none, 2025, 2
4620
- deprecate :ResourceType=, :none, 2025, 2
4549
+ deprecate :ResourceType, :none, 2025, 3
4550
+ deprecate :ResourceType=, :none, 2025, 3
4621
4551
 
4622
4552
  def initialize(certificateid=nil, resourcetype=nil, iscache=nil, filters=nil, oldcertificateid=nil, offset=nil, limit=nil, asynccache=nil)
4623
4553
  @CertificateId = certificateid
@@ -4652,7 +4582,6 @@ module TencentCloud
4652
4582
  # DescribeHostTeoInstanceList返回参数结构体
4653
4583
  class DescribeHostTeoInstanceListResponse < TencentCloud::Common::AbstractModel
4654
4584
  # @param InstanceList: teo实例列表,如取不到值返回空数组
4655
- # 注意:此字段可能返回 null,表示取不到有效值。
4656
4585
  # @type InstanceList: Array
4657
4586
  # @param TotalCount: 总数
4658
4587
  # @type TotalCount: Integer
@@ -4731,19 +4660,14 @@ module TencentCloud
4731
4660
  # DescribeHostTkeInstanceList返回参数结构体
4732
4661
  class DescribeHostTkeInstanceListResponse < TencentCloud::Common::AbstractModel
4733
4662
  # @param TotalCount: 总数,取不到值返回0
4734
- # 注意:此字段可能返回 null,表示取不到有效值。
4735
4663
  # @type TotalCount: Integer
4736
4664
  # @param InstanceList: tke实例列表,取不到值返回空数组
4737
- # 注意:此字段可能返回 null,表示取不到有效值。
4738
4665
  # @type InstanceList: Array
4739
4666
  # @param AsyncTotalNum: 异步刷新总数,取不到值返回0
4740
- # 注意:此字段可能返回 null,表示取不到有效值。
4741
4667
  # @type AsyncTotalNum: Integer
4742
4668
  # @param AsyncOffset: 异步刷新当前执行数,取不到值返回0
4743
- # 注意:此字段可能返回 null,表示取不到有效值。
4744
4669
  # @type AsyncOffset: Integer
4745
4670
  # @param AsyncCacheTime: 当前缓存读取时间
4746
- # 注意:此字段可能返回 null,表示取不到有效值。
4747
4671
  # @type AsyncCacheTime: String
4748
4672
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4749
4673
  # @type RequestId: String
@@ -4803,19 +4727,14 @@ module TencentCloud
4803
4727
  # DescribeHostUpdateRecordDetail返回参数结构体
4804
4728
  class DescribeHostUpdateRecordDetailResponse < TencentCloud::Common::AbstractModel
4805
4729
  # @param TotalCount: 总数,如果取不到返回0
4806
- # 注意:此字段可能返回 null,表示取不到有效值。
4807
4730
  # @type TotalCount: Integer
4808
4731
  # @param RecordDetailList: 证书部署记录列表,如果取不到值返回空数组
4809
- # 注意:此字段可能返回 null,表示取不到有效值。
4810
4732
  # @type RecordDetailList: Array
4811
4733
  # @param SuccessTotalCount: 成功总数,如果取不到返回0
4812
- # 注意:此字段可能返回 null,表示取不到有效值。
4813
4734
  # @type SuccessTotalCount: Integer
4814
4735
  # @param FailedTotalCount: 失败总数,如果取不到返回0
4815
- # 注意:此字段可能返回 null,表示取不到有效值。
4816
4736
  # @type FailedTotalCount: Integer
4817
4737
  # @param RunningTotalCount: 部署中总数,如果取不到返回0
4818
- # 注意:此字段可能返回 null,表示取不到有效值。
4819
4738
  # @type RunningTotalCount: Integer
4820
4739
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4821
4740
  # @type RequestId: String
@@ -4879,10 +4798,8 @@ module TencentCloud
4879
4798
  # DescribeHostUpdateRecord返回参数结构体
4880
4799
  class DescribeHostUpdateRecordResponse < TencentCloud::Common::AbstractModel
4881
4800
  # @param TotalCount: 总数
4882
- # 注意:此字段可能返回 null,表示取不到有效值。
4883
4801
  # @type TotalCount: Integer
4884
4802
  # @param DeployRecordList: 证书部署记录列表
4885
- # 注意:此字段可能返回 null,表示取不到有效值。
4886
4803
  # @type DeployRecordList: Array
4887
4804
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4888
4805
  # @type RequestId: String
@@ -4924,8 +4841,8 @@ module TencentCloud
4924
4841
 
4925
4842
  attr_accessor :CertificateId, :IsCache, :Filters, :ResourceType, :OldCertificateId
4926
4843
  extend Gem::Deprecate
4927
- deprecate :ResourceType, :none, 2025, 2
4928
- deprecate :ResourceType=, :none, 2025, 2
4844
+ deprecate :ResourceType, :none, 2025, 3
4845
+ deprecate :ResourceType=, :none, 2025, 3
4929
4846
 
4930
4847
  def initialize(certificateid=nil, iscache=nil, filters=nil, resourcetype=nil, oldcertificateid=nil)
4931
4848
  @CertificateId = certificateid
@@ -4954,10 +4871,8 @@ module TencentCloud
4954
4871
  # DescribeHostVodInstanceList返回参数结构体
4955
4872
  class DescribeHostVodInstanceListResponse < TencentCloud::Common::AbstractModel
4956
4873
  # @param InstanceList: Vod实例列表,如果取不到值返回空数组
4957
- # 注意:此字段可能返回 null,表示取不到有效值。
4958
4874
  # @type InstanceList: Array
4959
4875
  # @param TotalCount: 总数,如果取不到值返回0
4960
- # 注意:此字段可能返回 null,表示取不到有效值。
4961
4876
  # @type TotalCount: Integer
4962
4877
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4963
4878
  # @type RequestId: String
@@ -4999,8 +4914,8 @@ module TencentCloud
4999
4914
 
5000
4915
  attr_accessor :CertificateId, :IsCache, :Filters, :ResourceType, :OldCertificateId
5001
4916
  extend Gem::Deprecate
5002
- deprecate :ResourceType, :none, 2025, 2
5003
- deprecate :ResourceType=, :none, 2025, 2
4917
+ deprecate :ResourceType, :none, 2025, 3
4918
+ deprecate :ResourceType=, :none, 2025, 3
5004
4919
 
5005
4920
  def initialize(certificateid=nil, iscache=nil, filters=nil, resourcetype=nil, oldcertificateid=nil)
5006
4921
  @CertificateId = certificateid
@@ -5029,7 +4944,6 @@ module TencentCloud
5029
4944
  # DescribeHostWafInstanceList返回参数结构体
5030
4945
  class DescribeHostWafInstanceListResponse < TencentCloud::Common::AbstractModel
5031
4946
  # @param InstanceList: WAF实例列表,如果没有取到值返回空数组
5032
- # 注意:此字段可能返回 null,表示取不到有效值。
5033
4947
  # @type InstanceList: Array
5034
4948
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5035
4949
  # @type RequestId: String
@@ -5045,9 +4959,9 @@ module TencentCloud
5045
4959
  unless params['InstanceList'].nil?
5046
4960
  @InstanceList = []
5047
4961
  params['InstanceList'].each do |i|
5048
- liveinstancedetail_tmp = LiveInstanceDetail.new
5049
- liveinstancedetail_tmp.deserialize(i)
5050
- @InstanceList << liveinstancedetail_tmp
4962
+ wafinstancedetail_tmp = WafInstanceDetail.new
4963
+ wafinstancedetail_tmp.deserialize(i)
4964
+ @InstanceList << wafinstancedetail_tmp
5051
4965
  end
5052
4966
  end
5053
4967
  @RequestId = params['RequestId']
@@ -5065,10 +4979,10 @@ module TencentCloud
5065
4979
 
5066
4980
  attr_accessor :ManagerId, :Limit, :Offset
5067
4981
  extend Gem::Deprecate
5068
- deprecate :Limit, :none, 2025, 2
5069
- deprecate :Limit=, :none, 2025, 2
5070
- deprecate :Offset, :none, 2025, 2
5071
- deprecate :Offset=, :none, 2025, 2
4982
+ deprecate :Limit, :none, 2025, 3
4983
+ deprecate :Limit=, :none, 2025, 3
4984
+ deprecate :Offset, :none, 2025, 3
4985
+ deprecate :Offset=, :none, 2025, 3
5072
4986
 
5073
4987
  def initialize(managerid=nil, limit=nil, offset=nil)
5074
4988
  @ManagerId = managerid
@@ -5130,8 +5044,8 @@ module TencentCloud
5130
5044
 
5131
5045
  attr_accessor :Status, :ManagerFirstName, :ManagerMail, :ContactFirstName, :ManagerLastName, :ContactPosition, :ManagerPosition, :VerifyTime, :CreateTime, :ExpireTime, :ContactLastName, :ManagerPhone, :ContactPhone, :ContactMail, :ManagerDepartment, :CompanyInfo, :CompanyId, :ManagerId, :StatusInfo, :RequestId
5132
5046
  extend Gem::Deprecate
5133
- deprecate :Status, :none, 2025, 2
5134
- deprecate :Status=, :none, 2025, 2
5047
+ deprecate :Status, :none, 2025, 3
5048
+ deprecate :Status=, :none, 2025, 3
5135
5049
 
5136
5050
  def initialize(status=nil, managerfirstname=nil, managermail=nil, contactfirstname=nil, managerlastname=nil, contactposition=nil, managerposition=nil, verifytime=nil, createtime=nil, expiretime=nil, contactlastname=nil, managerphone=nil, contactphone=nil, contactmail=nil, managerdepartment=nil, companyinfo=nil, companyid=nil, managerid=nil, statusinfo=nil, requestid=nil)
5137
5051
  @Status = status
@@ -5406,10 +5320,8 @@ module TencentCloud
5406
5320
  # DownloadCertificate返回参数结构体
5407
5321
  class DownloadCertificateResponse < TencentCloud::Common::AbstractModel
5408
5322
  # @param Content: ZIP base64 编码内容,base64 解码后可保存为 ZIP 文件。
5409
- # 注意:此字段可能返回 null,表示取不到有效值。
5410
5323
  # @type Content: String
5411
5324
  # @param ContentType: MIME 类型:application/zip = ZIP 压缩文件。
5412
- # 注意:此字段可能返回 null,表示取不到有效值。
5413
5325
  # @type ContentType: String
5414
5326
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5415
5327
  # @type RequestId: String
@@ -5481,25 +5393,19 @@ module TencentCloud
5481
5393
  # 返回参数键为 DvAuths 的内容。
5482
5394
  class DvAuths < TencentCloud::Common::AbstractModel
5483
5395
  # @param DvAuthKey: 证书域名验证记录Key
5484
- # 注意:此字段可能返回 null,表示取不到有效值。
5485
5396
  # @type DvAuthKey: String
5486
5397
  # @param DvAuthValue: 证书域名验证记录值
5487
- # 注意:此字段可能返回 null,表示取不到有效值。
5488
5398
  # @type DvAuthValue: String
5489
5399
  # @param DvAuthDomain: 证书域名验证域名值
5490
- # 注意:此字段可能返回 null,表示取不到有效值。
5491
5400
  # @type DvAuthDomain: String
5492
5401
  # @param DvAuthPath: 证书域名验证文件路径, 仅FILE、FILE_PROXY使用
5493
- # 注意:此字段可能返回 null,表示取不到有效值。
5494
5402
  # @type DvAuthPath: String
5495
5403
  # @param DvAuthSubDomain: 证书域名验证子域名
5496
- # 注意:此字段可能返回 null,表示取不到有效值。
5497
5404
  # @type DvAuthSubDomain: String
5498
5405
  # @param DvAuthVerifyType: 证书域名验证类型,取值:
5499
5406
  # TXT:DNS域名验证添加TXT记录
5500
5407
  # FILE:域名文件验证
5501
5408
  # CNAME:DNS域名验证添加CNAME记录
5502
- # 注意:此字段可能返回 null,表示取不到有效值。
5503
5409
  # @type DvAuthVerifyType: String
5504
5410
 
5505
5411
  attr_accessor :DvAuthKey, :DvAuthValue, :DvAuthDomain, :DvAuthPath, :DvAuthSubDomain, :DvAuthVerifyType
@@ -5526,10 +5432,8 @@ module TencentCloud
5526
5432
  # 错误异常
5527
5433
  class Error < TencentCloud::Common::AbstractModel
5528
5434
  # @param Code: 异常错误码
5529
- # 注意:此字段可能返回 null,表示取不到有效值。
5530
5435
  # @type Code: String
5531
5436
  # @param Message: 异常错误信息
5532
- # 注意:此字段可能返回 null,表示取不到有效值。
5533
5437
  # @type Message: String
5534
5438
 
5535
5439
  attr_accessor :Code, :Message
@@ -5568,19 +5472,14 @@ module TencentCloud
5568
5472
  # 云原生网关证书信息
5569
5473
  class GatewayCertificate < TencentCloud::Common::AbstractModel
5570
5474
  # @param Id: 网关证书ID
5571
- # 注意:此字段可能返回 null,表示取不到有效值。
5572
5475
  # @type Id: String
5573
5476
  # @param Name: 网关证书名称
5574
- # 注意:此字段可能返回 null,表示取不到有效值。
5575
5477
  # @type Name: String
5576
5478
  # @param BindDomains: 绑定域名
5577
- # 注意:此字段可能返回 null,表示取不到有效值。
5578
5479
  # @type BindDomains: Array
5579
5480
  # @param CertSource: 证书来源
5580
- # 注意:此字段可能返回 null,表示取不到有效值。
5581
5481
  # @type CertSource: String
5582
5482
  # @param CertId: 当前绑定的SSL证书ID
5583
- # 注意:此字段可能返回 null,表示取不到有效值。
5584
5483
  # @type CertId: String
5585
5484
 
5586
5485
  attr_accessor :Id, :Name, :BindDomains, :CertSource, :CertId
@@ -5605,10 +5504,8 @@ module TencentCloud
5605
5504
  # 托管配置
5606
5505
  class HostingConfig < TencentCloud::Common::AbstractModel
5607
5506
  # @param ReplaceTime: 托管资源替换时间, 默认为证书过期前30天存在续费证书则替换
5608
- # 注意:此字段可能返回 null,表示取不到有效值。
5609
5507
  # @type ReplaceTime: Integer
5610
5508
  # @param MessageTypes: 托管发送消息类型:0,托管开始前消息提醒(没有续费证书也会收到该提示消息); 1, 托管开始消息提醒(存在续费证书才会收到消息提醒); 2, 托管资源替换失败消息提醒; 3 托管资源替换成功消息提醒
5611
- # 注意:此字段可能返回 null,表示取不到有效值。
5612
5509
  # @type MessageTypes: Array
5613
5510
  # @param ReplaceStartTime: 资源替换开始时间
5614
5511
  # @type ReplaceStartTime: String
@@ -5758,7 +5655,6 @@ module TencentCloud
5758
5655
  # 注意:此字段可能返回 null,表示取不到有效值。
5759
5656
  # @type StatusInfo: Array
5760
5657
  # @param Tags: 标签
5761
- # 注意:此字段可能返回 null,表示取不到有效值。
5762
5658
  # @type Tags: Array
5763
5659
 
5764
5660
  attr_accessor :Status, :ManagerFirstName, :ManagerLastName, :ManagerPosition, :ManagerPhone, :ManagerMail, :ManagerDepartment, :CreateTime, :DomainCount, :CertCount, :ManagerId, :ExpireTime, :SubmitAuditTime, :VerifyTime, :StatusInfo, :Tags
@@ -5818,17 +5714,13 @@ module TencentCloud
5818
5714
 
5819
5715
  # 管理人的四种审核状态
5820
5716
  class ManagerStatusInfo < TencentCloud::Common::AbstractModel
5821
- # @param Type: 审核类型,枚举值:ov,ev,cs,ev_cs
5822
- # 注意:此字段可能返回 null,表示取不到有效值。
5717
+ # @param Type: 审核类型,枚举值:ov,ev
5823
5718
  # @type Type: String
5824
5719
  # @param Status: 审核状态,枚举值:pending,completed,invalid,submitted,expiring,expired
5825
- # 注意:此字段可能返回 null,表示取不到有效值。
5826
5720
  # @type Status: String
5827
5721
  # @param CreateTime: 创建时间
5828
- # 注意:此字段可能返回 null,表示取不到有效值。
5829
5722
  # @type CreateTime: String
5830
5723
  # @param ExpireTime: 过期时间
5831
- # 注意:此字段可能返回 null,表示取不到有效值。
5832
5724
  # @type ExpireTime: String
5833
5725
 
5834
5726
  attr_accessor :Type, :Status, :CreateTime, :ExpireTime
@@ -5911,10 +5803,8 @@ module TencentCloud
5911
5803
  # ModifyCertificateProject返回参数结构体
5912
5804
  class ModifyCertificateProjectResponse < TencentCloud::Common::AbstractModel
5913
5805
  # @param SuccessCertificates: 修改所属项目成功的证书集合。
5914
- # 注意:此字段可能返回 null,表示取不到有效值。
5915
5806
  # @type SuccessCertificates: Array
5916
5807
  # @param FailCertificates: 修改所属项目失败的证书集合。
5917
- # 注意:此字段可能返回 null,表示取不到有效值。
5918
5808
  # @type FailCertificates: Array
5919
5809
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5920
5810
  # @type RequestId: String
@@ -6017,13 +5907,10 @@ module TencentCloud
6017
5907
  # @param CreatedOn: 操作时间。
6018
5908
  # @type CreatedOn: String
6019
5909
  # @param Uin: 主账号
6020
- # 注意:此字段可能返回 null,表示取不到有效值。
6021
5910
  # @type Uin: String
6022
5911
  # @param SubAccountUin: 子账号
6023
- # 注意:此字段可能返回 null,表示取不到有效值。
6024
5912
  # @type SubAccountUin: String
6025
5913
  # @param CertId: 证书ID
6026
- # 注意:此字段可能返回 null,表示取不到有效值。
6027
5914
  # @type CertId: String
6028
5915
  # @param Type: 每个操作类型都对应一个具体的操作描述。以下是对每个操作类型及其描述的文字说明:
6029
5916
  # 1. apply - 表示申请一个免费的证书。
@@ -6052,7 +5939,6 @@ module TencentCloud
6052
5939
  # 24. issued - 表示证书签发。
6053
5940
  # 25. domainValidationPassed - 表示域名验证完成。
6054
5941
  # 26. Resubmit - 表示证书重新申请。
6055
- # 注意:此字段可能返回 null,表示取不到有效值。
6056
5942
  # @type Type: String
6057
5943
 
6058
5944
  attr_accessor :Action, :CreatedOn, :Uin, :SubAccountUin, :CertId, :Type
@@ -6196,13 +6082,10 @@ module TencentCloud
6196
6082
  # 预审核信息列表
6197
6083
  class PreAuditInfo < TencentCloud::Common::AbstractModel
6198
6084
  # @param TotalPeriod: 证书总年限
6199
- # 注意:此字段可能返回 null,表示取不到有效值。
6200
6085
  # @type TotalPeriod: Integer
6201
6086
  # @param NowPeriod: 证书当前年限
6202
- # 注意:此字段可能返回 null,表示取不到有效值。
6203
6087
  # @type NowPeriod: Integer
6204
6088
  # @param ManagerId: 证书预审核管理人ID
6205
- # 注意:此字段可能返回 null,表示取不到有效值。
6206
6089
  # @type ManagerId: String
6207
6090
 
6208
6091
  attr_accessor :TotalPeriod, :NowPeriod, :ManagerId
@@ -6223,22 +6106,16 @@ module TencentCloud
6223
6106
  # 获取证书列表(DescribeCertificates)返回参数键为 Certificates 下,key为 ProjectInfo 的内容。
6224
6107
  class ProjectInfo < TencentCloud::Common::AbstractModel
6225
6108
  # @param ProjectName: 项目名称。
6226
- # 注意:此字段可能返回 null,表示取不到有效值。
6227
6109
  # @type ProjectName: String
6228
6110
  # @param ProjectCreatorUin: 项目创建用户 UIN。
6229
- # 注意:此字段可能返回 null,表示取不到有效值。
6230
6111
  # @type ProjectCreatorUin: Integer
6231
6112
  # @param ProjectCreateTime: 项目创建时间。
6232
- # 注意:此字段可能返回 null,表示取不到有效值。
6233
6113
  # @type ProjectCreateTime: String
6234
6114
  # @param ProjectResume: 项目信息简述。
6235
- # 注意:此字段可能返回 null,表示取不到有效值。
6236
6115
  # @type ProjectResume: String
6237
6116
  # @param OwnerUin: 用户 UIN。
6238
- # 注意:此字段可能返回 null,表示取不到有效值。
6239
6117
  # @type OwnerUin: Integer
6240
6118
  # @param ProjectId: 项目 ID。
6241
- # 注意:此字段可能返回 null,表示取不到有效值。
6242
6119
  # @type ProjectId: String
6243
6120
 
6244
6121
  attr_accessor :ProjectName, :ProjectCreatorUin, :ProjectCreateTime, :ProjectResume, :OwnerUin, :ProjectId
@@ -6370,7 +6247,6 @@ module TencentCloud
6370
6247
  # RevokeCertificate返回参数结构体
6371
6248
  class RevokeCertificateResponse < TencentCloud::Common::AbstractModel
6372
6249
  # @param RevokeDomainValidateAuths: 吊销证书域名验证信息。
6373
- # 注意:此字段可能返回 null,表示取不到有效值。
6374
6250
  # @type RevokeDomainValidateAuths: Array
6375
6251
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6376
6252
  # @type RequestId: String
@@ -6398,16 +6274,12 @@ module TencentCloud
6398
6274
  # 吊销证书域名验证信息。
6399
6275
  class RevokeDomainValidateAuths < TencentCloud::Common::AbstractModel
6400
6276
  # @param DomainValidateAuthPath: DV 认证值路径。
6401
- # 注意:此字段可能返回 null,表示取不到有效值。
6402
6277
  # @type DomainValidateAuthPath: String
6403
6278
  # @param DomainValidateAuthKey: DV 认证 KEY。
6404
- # 注意:此字段可能返回 null,表示取不到有效值。
6405
6279
  # @type DomainValidateAuthKey: String
6406
6280
  # @param DomainValidateAuthValue: DV 认证值。
6407
- # 注意:此字段可能返回 null,表示取不到有效值。
6408
6281
  # @type DomainValidateAuthValue: String
6409
6282
  # @param DomainValidateAuthDomain: DV 认证域名。
6410
- # 注意:此字段可能返回 null,表示取不到有效值。
6411
6283
  # @type DomainValidateAuthDomain: String
6412
6284
 
6413
6285
  attr_accessor :DomainValidateAuthPath, :DomainValidateAuthKey, :DomainValidateAuthValue, :DomainValidateAuthDomain
@@ -6815,7 +6687,6 @@ module TencentCloud
6815
6687
  # @param TaskId: 任务ID
6816
6688
  # @type TaskId: String
6817
6689
  # @param BindResourceResult: 关联云资源结果
6818
- # 注意:此字段可能返回 null,表示取不到有效值。
6819
6690
  # @type BindResourceResult: Array
6820
6691
  # @param Status: 关联云资源异步查询结果: 0表示查询中, 1表示查询成功。 2表示查询异常; 若状态为1,则查看BindResourceResult结果;若状态为2,则查看Error原因
6821
6692
  # @type Status: Integer
@@ -6857,25 +6728,16 @@ module TencentCloud
6857
6728
  # TCB访问服务实例
6858
6729
  class TCBAccessInstance < TencentCloud::Common::AbstractModel
6859
6730
  # @param Domain: 域名
6860
- # 注意:此字段可能返回 null,表示取不到有效值。
6861
6731
  # @type Domain: String
6862
6732
  # @param Status: 状态
6863
- # 注意:此字段可能返回 null,表示取不到有效值。
6864
6733
  # @type Status: Integer
6865
6734
  # @param UnionStatus: 统一域名状态
6866
-
6867
- # 注意:此字段可能返回 null,表示取不到有效值。
6868
6735
  # @type UnionStatus: Integer
6869
6736
  # @param IsPreempted: 是否被抢占, 被抢占表示域名被其他环境绑定了,需要解绑或者重新绑定。
6870
-
6871
- # 注意:此字段可能返回 null,表示取不到有效值。
6872
6737
  # @type IsPreempted: Boolean
6873
6738
  # @param ICPStatus: icp黑名单封禁状态,0-未封禁,1-封禁
6874
-
6875
- # 注意:此字段可能返回 null,表示取不到有效值。
6876
6739
  # @type ICPStatus: Integer
6877
6740
  # @param OldCertificateId: 已绑定证书ID
6878
- # 注意:此字段可能返回 null,表示取不到有效值。
6879
6741
  # @type OldCertificateId: String
6880
6742
 
6881
6743
  attr_accessor :Domain, :Status, :UnionStatus, :IsPreempted, :ICPStatus, :OldCertificateId
@@ -6902,10 +6764,8 @@ module TencentCloud
6902
6764
  # TCB访问服务列表
6903
6765
  class TCBAccessService < TencentCloud::Common::AbstractModel
6904
6766
  # @param InstanceList: 实例列表
6905
- # 注意:此字段可能返回 null,表示取不到有效值。
6906
6767
  # @type InstanceList: Array
6907
6768
  # @param TotalCount: 数量
6908
- # 注意:此字段可能返回 null,表示取不到有效值。
6909
6769
  # @type TotalCount: Integer
6910
6770
 
6911
6771
  attr_accessor :InstanceList, :TotalCount
@@ -6931,16 +6791,12 @@ module TencentCloud
6931
6791
  # TCB环境
6932
6792
  class TCBEnvironment < TencentCloud::Common::AbstractModel
6933
6793
  # @param ID: 唯一ID
6934
- # 注意:此字段可能返回 null,表示取不到有效值。
6935
6794
  # @type ID: String
6936
6795
  # @param Source: 来源
6937
- # 注意:此字段可能返回 null,表示取不到有效值。
6938
6796
  # @type Source: String
6939
6797
  # @param Name: 名称
6940
- # 注意:此字段可能返回 null,表示取不到有效值。
6941
6798
  # @type Name: String
6942
6799
  # @param Status: 状态
6943
- # 注意:此字段可能返回 null,表示取不到有效值。
6944
6800
  # @type Status: String
6945
6801
 
6946
6802
  attr_accessor :ID, :Source, :Name, :Status
@@ -6999,16 +6855,12 @@ module TencentCloud
6999
6855
  # TCB静态托管服务实例
7000
6856
  class TCBHostInstance < TencentCloud::Common::AbstractModel
7001
6857
  # @param Domain: 域名
7002
- # 注意:此字段可能返回 null,表示取不到有效值。
7003
6858
  # @type Domain: String
7004
6859
  # @param Status: 状态
7005
- # 注意:此字段可能返回 null,表示取不到有效值。
7006
6860
  # @type Status: String
7007
6861
  # @param DNSStatus: 解析状态
7008
- # 注意:此字段可能返回 null,表示取不到有效值。
7009
6862
  # @type DNSStatus: String
7010
6863
  # @param OldCertificateId: 已绑定证书ID
7011
- # 注意:此字段可能返回 null,表示取不到有效值。
7012
6864
  # @type OldCertificateId: String
7013
6865
 
7014
6866
  attr_accessor :Domain, :Status, :DNSStatus, :OldCertificateId
@@ -7031,10 +6883,8 @@ module TencentCloud
7031
6883
  # TCB静态托管服务列表
7032
6884
  class TCBHostService < TencentCloud::Common::AbstractModel
7033
6885
  # @param InstanceList: 实例列表
7034
- # 注意:此字段可能返回 null,表示取不到有效值。
7035
6886
  # @type InstanceList: Array
7036
6887
  # @param TotalCount: 数量
7037
- # 注意:此字段可能返回 null,表示取不到有效值。
7038
6888
  # @type TotalCount: Integer
7039
6889
 
7040
6890
  attr_accessor :InstanceList, :TotalCount
@@ -7093,13 +6943,10 @@ module TencentCloud
7093
6943
  # tse实例详情
7094
6944
  class TSEInstanceDetail < TencentCloud::Common::AbstractModel
7095
6945
  # @param GatewayId: 网关ID
7096
- # 注意:此字段可能返回 null,表示取不到有效值。
7097
6946
  # @type GatewayId: String
7098
6947
  # @param GatewayName: 网关名称
7099
- # 注意:此字段可能返回 null,表示取不到有效值。
7100
6948
  # @type GatewayName: String
7101
6949
  # @param CertificateList: 网关证书列表
7102
- # 注意:此字段可能返回 null,表示取不到有效值。
7103
6950
  # @type CertificateList: Array
7104
6951
 
7105
6952
  attr_accessor :GatewayId, :GatewayName, :CertificateList
@@ -7440,8 +7287,8 @@ module TencentCloud
7440
7287
 
7441
7288
  attr_accessor :OldCertificateId, :ResourceTypes, :CertificateId, :Regions, :ResourceTypesRegions, :CertificatePublicKey, :CertificatePrivateKey, :ExpiringNotificationSwitch, :Repeatable, :AllowDownload, :Tags, :ProjectId
7442
7289
  extend Gem::Deprecate
7443
- deprecate :Regions, :none, 2025, 2
7444
- deprecate :Regions=, :none, 2025, 2
7290
+ deprecate :Regions, :none, 2025, 3
7291
+ deprecate :Regions=, :none, 2025, 3
7445
7292
 
7446
7293
  def initialize(oldcertificateid=nil, resourcetypes=nil, certificateid=nil, regions=nil, resourcetypesregions=nil, certificatepublickey=nil, certificateprivatekey=nil, expiringnotificationswitch=nil, repeatable=nil, allowdownload=nil, tags=nil, projectid=nil)
7447
7294
  @OldCertificateId = oldcertificateid
@@ -7491,7 +7338,6 @@ module TencentCloud
7491
7338
  # UpdateCertificateInstance返回参数结构体
7492
7339
  class UpdateCertificateInstanceResponse < TencentCloud::Common::AbstractModel
7493
7340
  # @param DeployRecordId: 云资源更新任务ID, DeployRecordId为0表示任务进行中, 重复请求这个接口, 当返回DeployRecordId大于0则表示任务创建成功。 未创建成功则会抛出异常
7494
- # 注意:此字段可能返回 null,表示取不到有效值。
7495
7341
  # @type DeployRecordId: Integer
7496
7342
  # @param DeployStatus: 更新任务创建状态;1表示创建成功; 0表示当前存在更新中的任务,未创建新的更新任务;返回值DeployRecordId为更新中的任务ID
7497
7343
  # @type DeployStatus: Integer
@@ -7672,13 +7518,10 @@ module TencentCloud
7672
7518
  # 注意:此字段可能返回 null,表示取不到有效值。
7673
7519
  # @type SecretName: String
7674
7520
  # @param EnvId: 环境ID
7675
- # 注意:此字段可能返回 null,表示取不到有效值。
7676
7521
  # @type EnvId: String
7677
7522
  # @param TCBType: TCB部署类型
7678
- # 注意:此字段可能返回 null,表示取不到有效值。
7679
7523
  # @type TCBType: String
7680
7524
  # @param Url: 监听器Url(clb专属)
7681
- # 注意:此字段可能返回 null,表示取不到有效值。
7682
7525
  # @type Url: String
7683
7526
 
7684
7527
  attr_accessor :Id, :CertId, :OldCertId, :Domains, :ResourceType, :Region, :Status, :ErrorMsg, :CreateTime, :UpdateTime, :InstanceId, :InstanceName, :ListenerId, :ListenerName, :Protocol, :SniSwitch, :Bucket, :Port, :Namespace, :SecretName, :EnvId, :TCBType, :Url
@@ -7790,7 +7633,6 @@ module TencentCloud
7790
7633
  # @param ResourceTypes: 部署资源类型列表
7791
7634
  # @type ResourceTypes: Array
7792
7635
  # @param Regions: 部署地域列表
7793
- # 注意:此字段可能返回 null,表示取不到有效值。
7794
7636
  # @type Regions: Array
7795
7637
  # @param Status: 部署状态
7796
7638
  # @type Status: Integer
@@ -7946,7 +7788,6 @@ module TencentCloud
7946
7788
  # @param CertificateId: 证书 ID。
7947
7789
  # @type CertificateId: String
7948
7790
  # @param RepeatCertId: 重复证书的ID
7949
- # 注意:此字段可能返回 null,表示取不到有效值。
7950
7791
  # @type RepeatCertId: String
7951
7792
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7952
7793
  # @type RequestId: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ssl
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1019
4
+ version: 3.0.1020
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-03-14 00:00:00.000000000 Z
11
+ date: 2025-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common