tencentcloud-sdk-ssl 3.0.590 → 3.0.592
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/v20191205/models.rb +184 -157
- metadata +2 -2
data/lib/v20191205/models.rb
CHANGED
@@ -32,7 +32,7 @@ module TencentCloud
|
|
32
32
|
# @type Protocol: String
|
33
33
|
|
34
34
|
attr_accessor :ServiceId, :ServiceName, :Domain, :CertId, :Protocol
|
35
|
-
|
35
|
+
|
36
36
|
def initialize(serviceid=nil, servicename=nil, domain=nil, certid=nil, protocol=nil)
|
37
37
|
@ServiceId = serviceid
|
38
38
|
@ServiceName = servicename
|
@@ -66,9 +66,9 @@ module TencentCloud
|
|
66
66
|
# @type ContactPhone: String
|
67
67
|
# @param ValidityPeriod: 有效期,默认12个月,目前仅支持12个月。
|
68
68
|
# @type ValidityPeriod: String
|
69
|
-
# @param CsrEncryptAlgo:
|
69
|
+
# @param CsrEncryptAlgo: 加密算法,支持 RSA及ECC。
|
70
70
|
# @type CsrEncryptAlgo: String
|
71
|
-
# @param CsrKeyParameter:
|
71
|
+
# @param CsrKeyParameter: 密钥对参数,RSA仅支持2048。ECC仅支持prime256v1
|
72
72
|
# @type CsrKeyParameter: String
|
73
73
|
# @param CsrKeyPassword: CSR 的加密密码。
|
74
74
|
# @type CsrKeyPassword: String
|
@@ -82,7 +82,7 @@ module TencentCloud
|
|
82
82
|
# @type DeleteDnsAutoRecord: Boolean
|
83
83
|
|
84
84
|
attr_accessor :DvAuthMethod, :DomainName, :ProjectId, :PackageType, :ContactEmail, :ContactPhone, :ValidityPeriod, :CsrEncryptAlgo, :CsrKeyParameter, :CsrKeyPassword, :Alias, :OldCertificateId, :PackageId, :DeleteDnsAutoRecord
|
85
|
-
|
85
|
+
|
86
86
|
def initialize(dvauthmethod=nil, domainname=nil, projectid=nil, packagetype=nil, contactemail=nil, contactphone=nil, validityperiod=nil, csrencryptalgo=nil, csrkeyparameter=nil, csrkeypassword=nil, _alias=nil, oldcertificateid=nil, packageid=nil, deletednsautorecord=nil)
|
87
87
|
@DvAuthMethod = dvauthmethod
|
88
88
|
@DomainName = domainname
|
@@ -126,7 +126,7 @@ module TencentCloud
|
|
126
126
|
# @type RequestId: String
|
127
127
|
|
128
128
|
attr_accessor :CertificateId, :RequestId
|
129
|
-
|
129
|
+
|
130
130
|
def initialize(certificateid=nil, requestid=nil)
|
131
131
|
@CertificateId = certificateid
|
132
132
|
@RequestId = requestid
|
@@ -144,7 +144,7 @@ module TencentCloud
|
|
144
144
|
# @type CertificateId: String
|
145
145
|
|
146
146
|
attr_accessor :CertificateId
|
147
|
-
|
147
|
+
|
148
148
|
def initialize(certificateid=nil)
|
149
149
|
@CertificateId = certificateid
|
150
150
|
end
|
@@ -162,7 +162,7 @@ module TencentCloud
|
|
162
162
|
# @type RequestId: String
|
163
163
|
|
164
164
|
attr_accessor :CertificateId, :RequestId
|
165
|
-
|
165
|
+
|
166
166
|
def initialize(certificateid=nil, requestid=nil)
|
167
167
|
@CertificateId = certificateid
|
168
168
|
@RequestId = requestid
|
@@ -184,7 +184,7 @@ module TencentCloud
|
|
184
184
|
# @type Status: String
|
185
185
|
|
186
186
|
attr_accessor :Domain, :CertId, :Status
|
187
|
-
|
187
|
+
|
188
188
|
def initialize(domain=nil, certid=nil, status=nil)
|
189
189
|
@Domain = domain
|
190
190
|
@CertId = certid
|
@@ -213,7 +213,7 @@ module TencentCloud
|
|
213
213
|
# @type CreateTime: String
|
214
214
|
|
215
215
|
attr_accessor :CertId, :RenewCertId, :ResourceType, :CreateTime
|
216
|
-
|
216
|
+
|
217
217
|
def initialize(certid=nil, renewcertid=nil, resourcetype=nil, createtime=nil)
|
218
218
|
@CertId = certid
|
219
219
|
@RenewCertId = renewcertid
|
@@ -237,7 +237,7 @@ module TencentCloud
|
|
237
237
|
# @type DnsNames: Array
|
238
238
|
|
239
239
|
attr_accessor :CertId, :DnsNames
|
240
|
-
|
240
|
+
|
241
241
|
def initialize(certid=nil, dnsnames=nil)
|
242
242
|
@CertId = certid
|
243
243
|
@DnsNames = dnsnames
|
@@ -271,7 +271,7 @@ module TencentCloud
|
|
271
271
|
# @type SMCert: Integer
|
272
272
|
|
273
273
|
attr_accessor :DomainNumber, :OriginCertificateId, :ReplacedBy, :ReplacedFor, :RenewOrder, :SMCert
|
274
|
-
|
274
|
+
|
275
275
|
def initialize(domainnumber=nil, origincertificateid=nil, replacedby=nil, replacedfor=nil, reneworder=nil, smcert=nil)
|
276
276
|
@DomainNumber = domainnumber
|
277
277
|
@OriginCertificateId = origincertificateid
|
@@ -411,7 +411,7 @@ module TencentCloud
|
|
411
411
|
# @type AutoRenewFlag: Integer
|
412
412
|
|
413
413
|
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
|
414
|
-
|
414
|
+
|
415
415
|
def initialize(owneruin=nil, projectid=nil, from=nil, packagetype=nil, certificatetype=nil, productzhname=nil, domain=nil, _alias=nil, status=nil, certificateextra=nil, vulnerabilitystatus=nil, statusmsg=nil, verifytype=nil, certbegintime=nil, certendtime=nil, validityperiod=nil, inserttime=nil, certificateid=nil, subjectaltname=nil, packagetypename=nil, statusname=nil, isvip=nil, isdv=nil, iswildcard=nil, isvulnerability=nil, renewable=nil, projectinfo=nil, boundresource=nil, deployable=nil, tags=nil, isignore=nil, issm=nil, encryptalgorithm=nil, caencryptalgorithms=nil, caendtimes=nil, cacommonnames=nil, preauditinfo=nil, autorenewflag=nil)
|
416
416
|
@OwnerUin = owneruin
|
417
417
|
@ProjectId = projectid
|
@@ -517,7 +517,7 @@ module TencentCloud
|
|
517
517
|
# @type CertificateChain: String
|
518
518
|
|
519
519
|
attr_accessor :CertificateChain
|
520
|
-
|
520
|
+
|
521
521
|
def initialize(certificatechain=nil)
|
522
522
|
@CertificateChain = certificatechain
|
523
523
|
end
|
@@ -539,7 +539,7 @@ module TencentCloud
|
|
539
539
|
# @type RequestId: String
|
540
540
|
|
541
541
|
attr_accessor :IsValid, :IsTrustedCA, :Chains, :RequestId
|
542
|
-
|
542
|
+
|
543
543
|
def initialize(isvalid=nil, istrustedca=nil, chains=nil, requestid=nil)
|
544
544
|
@IsValid = isvalid
|
545
545
|
@IsTrustedCA = istrustedca
|
@@ -566,7 +566,7 @@ module TencentCloud
|
|
566
566
|
# @type Listeners: Array
|
567
567
|
|
568
568
|
attr_accessor :LoadBalancerId, :LoadBalancerName, :Listeners
|
569
|
-
|
569
|
+
|
570
570
|
def initialize(loadbalancerid=nil, loadbalancername=nil, listeners=nil)
|
571
571
|
@LoadBalancerId = loadbalancerid
|
572
572
|
@LoadBalancerName = loadbalancername
|
@@ -608,7 +608,7 @@ module TencentCloud
|
|
608
608
|
# @type NoMatchDomains: Array
|
609
609
|
|
610
610
|
attr_accessor :ListenerId, :ListenerName, :SniSwitch, :Protocol, :Certificate, :Rules, :NoMatchDomains
|
611
|
-
|
611
|
+
|
612
612
|
def initialize(listenerid=nil, listenername=nil, sniswitch=nil, protocol=nil, certificate=nil, rules=nil, nomatchdomains=nil)
|
613
613
|
@ListenerId = listenerid
|
614
614
|
@ListenerName = listenername
|
@@ -656,7 +656,7 @@ module TencentCloud
|
|
656
656
|
# @type NoMatchDomains: Array
|
657
657
|
|
658
658
|
attr_accessor :LocationId, :Domain, :IsMatch, :Certificate, :NoMatchDomains
|
659
|
-
|
659
|
+
|
660
660
|
def initialize(locationid=nil, domain=nil, ismatch=nil, certificate=nil, nomatchdomains=nil)
|
661
661
|
@LocationId = locationid
|
662
662
|
@Domain = domain
|
@@ -685,7 +685,7 @@ module TencentCloud
|
|
685
685
|
# @type VerifyType: String
|
686
686
|
|
687
687
|
attr_accessor :CertificateId, :VerifyType
|
688
|
-
|
688
|
+
|
689
689
|
def initialize(certificateid=nil, verifytype=nil)
|
690
690
|
@CertificateId = certificateid
|
691
691
|
@VerifyType = verifytype
|
@@ -707,7 +707,7 @@ module TencentCloud
|
|
707
707
|
# @type RequestId: String
|
708
708
|
|
709
709
|
attr_accessor :OrderId, :Status, :RequestId
|
710
|
-
|
710
|
+
|
711
711
|
def initialize(orderid=nil, status=nil, requestid=nil)
|
712
712
|
@OrderId = orderid
|
713
713
|
@Status = status
|
@@ -745,7 +745,7 @@ module TencentCloud
|
|
745
745
|
# @type IdNumber: String
|
746
746
|
|
747
747
|
attr_accessor :CompanyName, :CompanyId, :CompanyCountry, :CompanyProvince, :CompanyCity, :CompanyAddress, :CompanyPhone, :IdType, :IdNumber
|
748
|
-
|
748
|
+
|
749
749
|
def initialize(companyname=nil, companyid=nil, companycountry=nil, companyprovince=nil, companycity=nil, companyaddress=nil, companyphone=nil, idtype=nil, idnumber=nil)
|
750
750
|
@CompanyName = companyname
|
751
751
|
@CompanyId = companyid
|
@@ -777,7 +777,7 @@ module TencentCloud
|
|
777
777
|
# @type CertificateId: String
|
778
778
|
|
779
779
|
attr_accessor :CertificateId
|
780
|
-
|
780
|
+
|
781
781
|
def initialize(certificateid=nil)
|
782
782
|
@CertificateId = certificateid
|
783
783
|
end
|
@@ -795,7 +795,7 @@ module TencentCloud
|
|
795
795
|
# @type RequestId: String
|
796
796
|
|
797
797
|
attr_accessor :CertificateId, :RequestId
|
798
|
-
|
798
|
+
|
799
799
|
def initialize(certificateid=nil, requestid=nil)
|
800
800
|
@CertificateId = certificateid
|
801
801
|
@RequestId = requestid
|
@@ -825,7 +825,7 @@ module TencentCloud
|
|
825
825
|
# @type Region: String
|
826
826
|
|
827
827
|
attr_accessor :Domain, :CertId, :Status, :Bucket, :Region
|
828
|
-
|
828
|
+
|
829
829
|
def initialize(domain=nil, certid=nil, status=nil, bucket=nil, region=nil)
|
830
830
|
@Domain = domain
|
831
831
|
@CertId = certid
|
@@ -881,7 +881,7 @@ module TencentCloud
|
|
881
881
|
# @type VerifyType: String
|
882
882
|
|
883
883
|
attr_accessor :ProductPid, :PackageIds, :DomainCount, :Period, :OldCertificateId, :RenewGenCsrMethod, :RenewCsr, :RenewAlgorithmType, :RenewAlgorithmParam, :ProjectId, :Tags, :RenewKeyPass, :DomainNames, :CertificateCount, :ManagerId, :CompanyId, :VerifyType
|
884
|
-
|
884
|
+
|
885
885
|
def initialize(productpid=nil, packageids=nil, domaincount=nil, period=nil, oldcertificateid=nil, renewgencsrmethod=nil, renewcsr=nil, renewalgorithmtype=nil, renewalgorithmparam=nil, projectid=nil, tags=nil, renewkeypass=nil, domainnames=nil, certificatecount=nil, managerid=nil, companyid=nil, verifytype=nil)
|
886
886
|
@ProductPid = productpid
|
887
887
|
@PackageIds = packageids
|
@@ -940,7 +940,7 @@ module TencentCloud
|
|
940
940
|
# @type RequestId: String
|
941
941
|
|
942
942
|
attr_accessor :CertificateId, :CertificateIds, :RequestId
|
943
|
-
|
943
|
+
|
944
944
|
def initialize(certificateid=nil, certificateids=nil, requestid=nil)
|
945
945
|
@CertificateId = certificateid
|
946
946
|
@CertificateIds = certificateids
|
@@ -964,7 +964,7 @@ module TencentCloud
|
|
964
964
|
# @type TimeSpan: Integer
|
965
965
|
|
966
966
|
attr_accessor :ProductId, :DomainNum, :TimeSpan
|
967
|
-
|
967
|
+
|
968
968
|
def initialize(productid=nil, domainnum=nil, timespan=nil)
|
969
969
|
@ProductId = productid
|
970
970
|
@DomainNum = domainnum
|
@@ -988,7 +988,7 @@ module TencentCloud
|
|
988
988
|
# @type RequestId: String
|
989
989
|
|
990
990
|
attr_accessor :CertificateIds, :DealIds, :RequestId
|
991
|
-
|
991
|
+
|
992
992
|
def initialize(certificateids=nil, dealids=nil, requestid=nil)
|
993
993
|
@CertificateIds = certificateids
|
994
994
|
@DealIds = dealids
|
@@ -1017,7 +1017,7 @@ module TencentCloud
|
|
1017
1017
|
# @type VirtualPort: String
|
1018
1018
|
|
1019
1019
|
attr_accessor :Domain, :InstanceId, :Protocol, :CertId, :VirtualPort
|
1020
|
-
|
1020
|
+
|
1021
1021
|
def initialize(domain=nil, instanceid=nil, protocol=nil, certid=nil, virtualport=nil)
|
1022
1022
|
@Domain = domain
|
1023
1023
|
@InstanceId = instanceid
|
@@ -1041,7 +1041,7 @@ module TencentCloud
|
|
1041
1041
|
# @type CertificateId: String
|
1042
1042
|
|
1043
1043
|
attr_accessor :CertificateId
|
1044
|
-
|
1044
|
+
|
1045
1045
|
def initialize(certificateid=nil)
|
1046
1046
|
@CertificateId = certificateid
|
1047
1047
|
end
|
@@ -1059,7 +1059,7 @@ module TencentCloud
|
|
1059
1059
|
# @type RequestId: String
|
1060
1060
|
|
1061
1061
|
attr_accessor :DeleteResult, :RequestId
|
1062
|
-
|
1062
|
+
|
1063
1063
|
def initialize(deleteresult=nil, requestid=nil)
|
1064
1064
|
@DeleteResult = deleteresult
|
1065
1065
|
@RequestId = requestid
|
@@ -1077,7 +1077,7 @@ module TencentCloud
|
|
1077
1077
|
# @type ManagerId: Integer
|
1078
1078
|
|
1079
1079
|
attr_accessor :ManagerId
|
1080
|
-
|
1080
|
+
|
1081
1081
|
def initialize(managerid=nil)
|
1082
1082
|
@ManagerId = managerid
|
1083
1083
|
end
|
@@ -1095,7 +1095,7 @@ module TencentCloud
|
|
1095
1095
|
# @type RequestId: String
|
1096
1096
|
|
1097
1097
|
attr_accessor :ManagerId, :RequestId
|
1098
|
-
|
1098
|
+
|
1099
1099
|
def initialize(managerid=nil, requestid=nil)
|
1100
1100
|
@ManagerId = managerid
|
1101
1101
|
@RequestId = requestid
|
@@ -1123,7 +1123,7 @@ module TencentCloud
|
|
1123
1123
|
# @type Status: Integer
|
1124
1124
|
|
1125
1125
|
attr_accessor :CertificateId, :InstanceIdList, :ResourceType, :Status
|
1126
|
-
|
1126
|
+
|
1127
1127
|
def initialize(certificateid=nil, instanceidlist=nil, resourcetype=nil, status=nil)
|
1128
1128
|
@CertificateId = certificateid
|
1129
1129
|
@InstanceIdList = instanceidlist
|
@@ -1150,7 +1150,7 @@ module TencentCloud
|
|
1150
1150
|
# @type RequestId: String
|
1151
1151
|
|
1152
1152
|
attr_accessor :DeployRecordId, :DeployStatus, :RequestId
|
1153
|
-
|
1153
|
+
|
1154
1154
|
def initialize(deployrecordid=nil, deploystatus=nil, requestid=nil)
|
1155
1155
|
@DeployRecordId = deployrecordid
|
1156
1156
|
@DeployStatus = deploystatus
|
@@ -1172,7 +1172,7 @@ module TencentCloud
|
|
1172
1172
|
# @type DeployRecordDetailId: Integer
|
1173
1173
|
|
1174
1174
|
attr_accessor :DeployRecordId, :DeployRecordDetailId
|
1175
|
-
|
1175
|
+
|
1176
1176
|
def initialize(deployrecordid=nil, deployrecorddetailid=nil)
|
1177
1177
|
@DeployRecordId = deployrecordid
|
1178
1178
|
@DeployRecordDetailId = deployrecorddetailid
|
@@ -1190,7 +1190,7 @@ module TencentCloud
|
|
1190
1190
|
# @type RequestId: String
|
1191
1191
|
|
1192
1192
|
attr_accessor :RequestId
|
1193
|
-
|
1193
|
+
|
1194
1194
|
def initialize(requestid=nil)
|
1195
1195
|
@RequestId = requestid
|
1196
1196
|
end
|
@@ -1206,7 +1206,7 @@ module TencentCloud
|
|
1206
1206
|
# @type DeployRecordId: Integer
|
1207
1207
|
|
1208
1208
|
attr_accessor :DeployRecordId
|
1209
|
-
|
1209
|
+
|
1210
1210
|
def initialize(deployrecordid=nil)
|
1211
1211
|
@DeployRecordId = deployrecordid
|
1212
1212
|
end
|
@@ -1224,7 +1224,7 @@ module TencentCloud
|
|
1224
1224
|
# @type RequestId: String
|
1225
1225
|
|
1226
1226
|
attr_accessor :DeployRecordId, :RequestId
|
1227
|
-
|
1227
|
+
|
1228
1228
|
def initialize(deployrecordid=nil, requestid=nil)
|
1229
1229
|
@DeployRecordId = deployrecordid
|
1230
1230
|
@RequestId = requestid
|
@@ -1284,7 +1284,7 @@ module TencentCloud
|
|
1284
1284
|
# @type Port: Integer
|
1285
1285
|
|
1286
1286
|
attr_accessor :Id, :CertId, :OldCertId, :InstanceId, :InstanceName, :ListenerId, :Domains, :Protocol, :Status, :ErrorMsg, :CreateTime, :UpdateTime, :ListenerName, :SniSwitch, :Bucket, :Namespace, :SecretName, :Port
|
1287
|
-
|
1287
|
+
|
1288
1288
|
def initialize(id=nil, certid=nil, oldcertid=nil, instanceid=nil, instancename=nil, listenerid=nil, domains=nil, protocol=nil, status=nil, errormsg=nil, createtime=nil, updatetime=nil, listenername=nil, sniswitch=nil, bucket=nil, namespace=nil, secretname=nil, port=nil)
|
1289
1289
|
@Id = id
|
1290
1290
|
@CertId = certid
|
@@ -1346,7 +1346,7 @@ module TencentCloud
|
|
1346
1346
|
# @type UpdateTime: String
|
1347
1347
|
|
1348
1348
|
attr_accessor :Id, :CertId, :ResourceType, :Region, :Status, :CreateTime, :UpdateTime
|
1349
|
-
|
1349
|
+
|
1350
1350
|
def initialize(id=nil, certid=nil, resourcetype=nil, region=nil, status=nil, createtime=nil, updatetime=nil)
|
1351
1351
|
@Id = id
|
1352
1352
|
@CertId = certid
|
@@ -1384,7 +1384,7 @@ module TencentCloud
|
|
1384
1384
|
# @type Resources: Array
|
1385
1385
|
|
1386
1386
|
attr_accessor :CertificateId, :Count, :Type, :ResourceIds, :Resources
|
1387
|
-
|
1387
|
+
|
1388
1388
|
def initialize(certificateid=nil, count=nil, type=nil, resourceids=nil, resources=nil)
|
1389
1389
|
@CertificateId = certificateid
|
1390
1390
|
@Count = count
|
@@ -1408,7 +1408,7 @@ module TencentCloud
|
|
1408
1408
|
# @type CertificateId: String
|
1409
1409
|
|
1410
1410
|
attr_accessor :CertificateId
|
1411
|
-
|
1411
|
+
|
1412
1412
|
def initialize(certificateid=nil)
|
1413
1413
|
@CertificateId = certificateid
|
1414
1414
|
end
|
@@ -1544,7 +1544,7 @@ module TencentCloud
|
|
1544
1544
|
# @type RequestId: String
|
1545
1545
|
|
1546
1546
|
attr_accessor :OwnerUin, :ProjectId, :From, :CertificateType, :PackageType, :ProductZhName, :Domain, :Alias, :Status, :StatusMsg, :VerifyType, :VulnerabilityStatus, :CertBeginTime, :CertEndTime, :ValidityPeriod, :InsertTime, :OrderId, :CertificateExtra, :CertificatePrivateKey, :CertificatePublicKey, :DvAuthDetail, :VulnerabilityReport, :CertificateId, :TypeName, :StatusName, :SubjectAltName, :IsVip, :IsWildcard, :IsDv, :IsVulnerability, :SubmittedData, :RenewAble, :Deployable, :Tags, :RootCert, :EncryptCert, :EncryptPrivateKey, :CertFingerprint, :EncryptCertFingerprint, :EncryptAlgorithm, :RequestId
|
1547
|
-
|
1547
|
+
|
1548
1548
|
def initialize(owneruin=nil, projectid=nil, from=nil, certificatetype=nil, packagetype=nil, productzhname=nil, domain=nil, _alias=nil, status=nil, statusmsg=nil, verifytype=nil, vulnerabilitystatus=nil, certbegintime=nil, certendtime=nil, validityperiod=nil, inserttime=nil, orderid=nil, certificateextra=nil, certificateprivatekey=nil, certificatepublickey=nil, dvauthdetail=nil, vulnerabilityreport=nil, certificateid=nil, typename=nil, statusname=nil, subjectaltname=nil, isvip=nil, iswildcard=nil, isdv=nil, isvulnerability=nil, submitteddata=nil, renewable=nil, deployable=nil, tags=nil, rootcert=nil, encryptcert=nil, encryptprivatekey=nil, certfingerprint=nil, encryptcertfingerprint=nil, encryptalgorithm=nil, requestid=nil)
|
1549
1549
|
@OwnerUin = owneruin
|
1550
1550
|
@ProjectId = projectid
|
@@ -1665,7 +1665,7 @@ module TencentCloud
|
|
1665
1665
|
# @type EndTime: String
|
1666
1666
|
|
1667
1667
|
attr_accessor :Offset, :Limit, :StartTime, :EndTime
|
1668
|
-
|
1668
|
+
|
1669
1669
|
def initialize(offset=nil, limit=nil, starttime=nil, endtime=nil)
|
1670
1670
|
@Offset = offset
|
1671
1671
|
@Limit = limit
|
@@ -1694,7 +1694,7 @@ module TencentCloud
|
|
1694
1694
|
# @type RequestId: String
|
1695
1695
|
|
1696
1696
|
attr_accessor :AllTotal, :TotalCount, :OperateLogs, :RequestId
|
1697
|
-
|
1697
|
+
|
1698
1698
|
def initialize(alltotal=nil, totalcount=nil, operatelogs=nil, requestid=nil)
|
1699
1699
|
@AllTotal = alltotal
|
1700
1700
|
@TotalCount = totalcount
|
@@ -1723,7 +1723,7 @@ module TencentCloud
|
|
1723
1723
|
# @type CertificateId: String
|
1724
1724
|
|
1725
1725
|
attr_accessor :CertificateId
|
1726
|
-
|
1726
|
+
|
1727
1727
|
def initialize(certificateid=nil)
|
1728
1728
|
@CertificateId = certificateid
|
1729
1729
|
end
|
@@ -1844,7 +1844,7 @@ module TencentCloud
|
|
1844
1844
|
# @type RequestId: String
|
1845
1845
|
|
1846
1846
|
attr_accessor :OwnerUin, :ProjectId, :From, :CertificateType, :PackageType, :ProductZhName, :Domain, :Alias, :Status, :StatusMsg, :VerifyType, :VulnerabilityStatus, :CertBeginTime, :CertEndTime, :ValidityPeriod, :InsertTime, :OrderId, :CertificateExtra, :DvAuthDetail, :VulnerabilityReport, :CertificateId, :PackageTypeName, :StatusName, :SubjectAltName, :IsVip, :IsWildcard, :IsDv, :IsVulnerability, :RenewAble, :SubmittedData, :Deployable, :Tags, :CAEncryptAlgorithms, :CACommonNames, :CAEndTimes, :RequestId
|
1847
|
-
|
1847
|
+
|
1848
1848
|
def initialize(owneruin=nil, projectid=nil, from=nil, certificatetype=nil, packagetype=nil, productzhname=nil, domain=nil, _alias=nil, status=nil, statusmsg=nil, verifytype=nil, vulnerabilitystatus=nil, certbegintime=nil, certendtime=nil, validityperiod=nil, inserttime=nil, orderid=nil, certificateextra=nil, dvauthdetail=nil, vulnerabilityreport=nil, certificateid=nil, packagetypename=nil, statusname=nil, subjectaltname=nil, isvip=nil, iswildcard=nil, isdv=nil, isvulnerability=nil, renewable=nil, submitteddata=nil, deployable=nil, tags=nil, caencryptalgorithms=nil, cacommonnames=nil, caendtimes=nil, requestid=nil)
|
1849
1849
|
@OwnerUin = owneruin
|
1850
1850
|
@ProjectId = projectid
|
@@ -1970,7 +1970,7 @@ module TencentCloud
|
|
1970
1970
|
# @type FilterExpiring: Integer
|
1971
1971
|
|
1972
1972
|
attr_accessor :Offset, :Limit, :SearchKey, :CertificateType, :ProjectId, :ExpirationSort, :CertificateStatus, :Deployable, :Upload, :Renew, :FilterSource, :IsSM, :FilterExpiring
|
1973
|
-
|
1973
|
+
|
1974
1974
|
def initialize(offset=nil, limit=nil, searchkey=nil, certificatetype=nil, projectid=nil, expirationsort=nil, certificatestatus=nil, deployable=nil, upload=nil, renew=nil, filtersource=nil, issm=nil, filterexpiring=nil)
|
1975
1975
|
@Offset = offset
|
1976
1976
|
@Limit = limit
|
@@ -2016,7 +2016,7 @@ module TencentCloud
|
|
2016
2016
|
# @type RequestId: String
|
2017
2017
|
|
2018
2018
|
attr_accessor :TotalCount, :Certificates, :RequestId
|
2019
|
-
|
2019
|
+
|
2020
2020
|
def initialize(totalcount=nil, certificates=nil, requestid=nil)
|
2021
2021
|
@TotalCount = totalcount
|
2022
2022
|
@Certificates = certificates
|
@@ -2047,7 +2047,7 @@ module TencentCloud
|
|
2047
2047
|
# @type CompanyId: Integer
|
2048
2048
|
|
2049
2049
|
attr_accessor :Offset, :Limit, :CompanyId
|
2050
|
-
|
2050
|
+
|
2051
2051
|
def initialize(offset=nil, limit=nil, companyid=nil)
|
2052
2052
|
@Offset = offset
|
2053
2053
|
@Limit = limit
|
@@ -2071,7 +2071,7 @@ module TencentCloud
|
|
2071
2071
|
# @type RequestId: String
|
2072
2072
|
|
2073
2073
|
attr_accessor :Companies, :TotalCount, :RequestId
|
2074
|
-
|
2074
|
+
|
2075
2075
|
def initialize(companies=nil, totalcount=nil, requestid=nil)
|
2076
2076
|
@Companies = companies
|
2077
2077
|
@TotalCount = totalcount
|
@@ -2100,7 +2100,7 @@ module TencentCloud
|
|
2100
2100
|
# @type ResourceType: String
|
2101
2101
|
|
2102
2102
|
attr_accessor :CertificateIds, :ResourceType
|
2103
|
-
|
2103
|
+
|
2104
2104
|
def initialize(certificateids=nil, resourcetype=nil)
|
2105
2105
|
@CertificateIds = certificateids
|
2106
2106
|
@ResourceType = resourcetype
|
@@ -2120,7 +2120,7 @@ module TencentCloud
|
|
2120
2120
|
# @type RequestId: String
|
2121
2121
|
|
2122
2122
|
attr_accessor :DeployedResources, :RequestId
|
2123
|
-
|
2123
|
+
|
2124
2124
|
def initialize(deployedresources=nil, requestid=nil)
|
2125
2125
|
@DeployedResources = deployedresources
|
2126
2126
|
@RequestId = requestid
|
@@ -2153,7 +2153,7 @@ module TencentCloud
|
|
2153
2153
|
# @type OldCertificateId: String
|
2154
2154
|
|
2155
2155
|
attr_accessor :CertificateId, :ResourceType, :IsCache, :Filters, :OldCertificateId
|
2156
|
-
|
2156
|
+
|
2157
2157
|
def initialize(certificateid=nil, resourcetype=nil, iscache=nil, filters=nil, oldcertificateid=nil)
|
2158
2158
|
@CertificateId = certificateid
|
2159
2159
|
@ResourceType = resourcetype
|
@@ -2189,7 +2189,7 @@ module TencentCloud
|
|
2189
2189
|
# @type RequestId: String
|
2190
2190
|
|
2191
2191
|
attr_accessor :InstanceList, :TotalCount, :RequestId
|
2192
|
-
|
2192
|
+
|
2193
2193
|
def initialize(instancelist=nil, totalcount=nil, requestid=nil)
|
2194
2194
|
@InstanceList = instancelist
|
2195
2195
|
@TotalCount = totalcount
|
@@ -2230,7 +2230,7 @@ module TencentCloud
|
|
2230
2230
|
# @type AsyncCache: Integer
|
2231
2231
|
|
2232
2232
|
attr_accessor :CertificateId, :ResourceType, :IsCache, :Filters, :OldCertificateId, :Offset, :Limit, :AsyncCache
|
2233
|
-
|
2233
|
+
|
2234
2234
|
def initialize(certificateid=nil, resourcetype=nil, iscache=nil, filters=nil, oldcertificateid=nil, offset=nil, limit=nil, asynccache=nil)
|
2235
2235
|
@CertificateId = certificateid
|
2236
2236
|
@ResourceType = resourcetype
|
@@ -2282,7 +2282,7 @@ module TencentCloud
|
|
2282
2282
|
# @type RequestId: String
|
2283
2283
|
|
2284
2284
|
attr_accessor :InstanceList, :TotalCount, :AsyncTotalNum, :AsyncOffset, :AsyncCacheTime, :RequestId
|
2285
|
-
|
2285
|
+
|
2286
2286
|
def initialize(instancelist=nil, totalcount=nil, asynctotalnum=nil, asyncoffset=nil, asynccachetime=nil, requestid=nil)
|
2287
2287
|
@InstanceList = instancelist
|
2288
2288
|
@TotalCount = totalcount
|
@@ -2327,7 +2327,7 @@ module TencentCloud
|
|
2327
2327
|
# @type OldCertificateId: String
|
2328
2328
|
|
2329
2329
|
attr_accessor :CertificateId, :Offset, :Limit, :IsCache, :Filters, :AsyncCache, :OldCertificateId
|
2330
|
-
|
2330
|
+
|
2331
2331
|
def initialize(certificateid=nil, offset=nil, limit=nil, iscache=nil, filters=nil, asynccache=nil, oldcertificateid=nil)
|
2332
2332
|
@CertificateId = certificateid
|
2333
2333
|
@Offset = offset
|
@@ -2377,7 +2377,7 @@ module TencentCloud
|
|
2377
2377
|
# @type RequestId: String
|
2378
2378
|
|
2379
2379
|
attr_accessor :TotalCount, :InstanceList, :AsyncTotalNum, :AsyncOffset, :AsyncCacheTime, :RequestId
|
2380
|
-
|
2380
|
+
|
2381
2381
|
def initialize(totalcount=nil, instancelist=nil, asynctotalnum=nil, asyncoffset=nil, asynccachetime=nil, requestid=nil)
|
2382
2382
|
@TotalCount = totalcount
|
2383
2383
|
@InstanceList = instancelist
|
@@ -2416,7 +2416,7 @@ module TencentCloud
|
|
2416
2416
|
# @type Filters: Array
|
2417
2417
|
|
2418
2418
|
attr_accessor :CertificateId, :ResourceType, :IsCache, :Filters
|
2419
|
-
|
2419
|
+
|
2420
2420
|
def initialize(certificateid=nil, resourcetype=nil, iscache=nil, filters=nil)
|
2421
2421
|
@CertificateId = certificateid
|
2422
2422
|
@ResourceType = resourcetype
|
@@ -2460,7 +2460,7 @@ module TencentCloud
|
|
2460
2460
|
# @type RequestId: String
|
2461
2461
|
|
2462
2462
|
attr_accessor :InstanceList, :TotalCount, :AsyncTotalNum, :AsyncOffset, :AsyncCacheTime, :RequestId
|
2463
|
-
|
2463
|
+
|
2464
2464
|
def initialize(instancelist=nil, totalcount=nil, asynctotalnum=nil, asyncoffset=nil, asynccachetime=nil, requestid=nil)
|
2465
2465
|
@InstanceList = instancelist
|
2466
2466
|
@TotalCount = totalcount
|
@@ -2501,7 +2501,7 @@ module TencentCloud
|
|
2501
2501
|
# @type OldCertificateId: String
|
2502
2502
|
|
2503
2503
|
attr_accessor :CertificateId, :ResourceType, :IsCache, :Filters, :OldCertificateId
|
2504
|
-
|
2504
|
+
|
2505
2505
|
def initialize(certificateid=nil, resourcetype=nil, iscache=nil, filters=nil, oldcertificateid=nil)
|
2506
2506
|
@CertificateId = certificateid
|
2507
2507
|
@ResourceType = resourcetype
|
@@ -2535,7 +2535,7 @@ module TencentCloud
|
|
2535
2535
|
# @type RequestId: String
|
2536
2536
|
|
2537
2537
|
attr_accessor :InstanceList, :RequestId
|
2538
|
-
|
2538
|
+
|
2539
2539
|
def initialize(instancelist=nil, requestid=nil)
|
2540
2540
|
@InstanceList = instancelist
|
2541
2541
|
@RequestId = requestid
|
@@ -2564,7 +2564,7 @@ module TencentCloud
|
|
2564
2564
|
# @type Limit: Integer
|
2565
2565
|
|
2566
2566
|
attr_accessor :DeployRecordId, :Offset, :Limit
|
2567
|
-
|
2567
|
+
|
2568
2568
|
def initialize(deployrecordid=nil, offset=nil, limit=nil)
|
2569
2569
|
@DeployRecordId = deployrecordid
|
2570
2570
|
@Offset = offset
|
@@ -2599,7 +2599,7 @@ module TencentCloud
|
|
2599
2599
|
# @type RequestId: String
|
2600
2600
|
|
2601
2601
|
attr_accessor :TotalCount, :DeployRecordDetailList, :SuccessTotalCount, :FailedTotalCount, :RunningTotalCount, :RequestId
|
2602
|
-
|
2602
|
+
|
2603
2603
|
def initialize(totalcount=nil, deployrecorddetaillist=nil, successtotalcount=nil, failedtotalcount=nil, runningtotalcount=nil, requestid=nil)
|
2604
2604
|
@TotalCount = totalcount
|
2605
2605
|
@DeployRecordDetailList = deployrecorddetaillist
|
@@ -2638,7 +2638,7 @@ module TencentCloud
|
|
2638
2638
|
# @type ResourceType: String
|
2639
2639
|
|
2640
2640
|
attr_accessor :CertificateId, :Offset, :Limit, :ResourceType
|
2641
|
-
|
2641
|
+
|
2642
2642
|
def initialize(certificateid=nil, offset=nil, limit=nil, resourcetype=nil)
|
2643
2643
|
@CertificateId = certificateid
|
2644
2644
|
@Offset = offset
|
@@ -2666,7 +2666,7 @@ module TencentCloud
|
|
2666
2666
|
# @type RequestId: String
|
2667
2667
|
|
2668
2668
|
attr_accessor :TotalCount, :DeployRecordList, :RequestId
|
2669
|
-
|
2669
|
+
|
2670
2670
|
def initialize(totalcount=nil, deployrecordlist=nil, requestid=nil)
|
2671
2671
|
@TotalCount = totalcount
|
2672
2672
|
@DeployRecordList = deployrecordlist
|
@@ -2699,7 +2699,7 @@ module TencentCloud
|
|
2699
2699
|
# @type Filters: Array
|
2700
2700
|
|
2701
2701
|
attr_accessor :CertificateId, :ResourceType, :IsCache, :Filters
|
2702
|
-
|
2702
|
+
|
2703
2703
|
def initialize(certificateid=nil, resourcetype=nil, iscache=nil, filters=nil)
|
2704
2704
|
@CertificateId = certificateid
|
2705
2705
|
@ResourceType = resourcetype
|
@@ -2734,7 +2734,7 @@ module TencentCloud
|
|
2734
2734
|
# @type RequestId: String
|
2735
2735
|
|
2736
2736
|
attr_accessor :InstanceList, :TotalCount, :RequestId
|
2737
|
-
|
2737
|
+
|
2738
2738
|
def initialize(instancelist=nil, totalcount=nil, requestid=nil)
|
2739
2739
|
@InstanceList = instancelist
|
2740
2740
|
@TotalCount = totalcount
|
@@ -2769,7 +2769,7 @@ module TencentCloud
|
|
2769
2769
|
# @type OldCertificateId: String
|
2770
2770
|
|
2771
2771
|
attr_accessor :CertificateId, :ResourceType, :IsCache, :Filters, :OldCertificateId
|
2772
|
-
|
2772
|
+
|
2773
2773
|
def initialize(certificateid=nil, resourcetype=nil, iscache=nil, filters=nil, oldcertificateid=nil)
|
2774
2774
|
@CertificateId = certificateid
|
2775
2775
|
@ResourceType = resourcetype
|
@@ -2803,7 +2803,7 @@ module TencentCloud
|
|
2803
2803
|
# @type RequestId: String
|
2804
2804
|
|
2805
2805
|
attr_accessor :InstanceList, :RequestId
|
2806
|
-
|
2806
|
+
|
2807
2807
|
def initialize(instancelist=nil, requestid=nil)
|
2808
2808
|
@InstanceList = instancelist
|
2809
2809
|
@RequestId = requestid
|
@@ -2836,7 +2836,7 @@ module TencentCloud
|
|
2836
2836
|
# @type OldCertificateId: String
|
2837
2837
|
|
2838
2838
|
attr_accessor :CertificateId, :ResourceType, :IsCache, :Filters, :OldCertificateId
|
2839
|
-
|
2839
|
+
|
2840
2840
|
def initialize(certificateid=nil, resourcetype=nil, iscache=nil, filters=nil, oldcertificateid=nil)
|
2841
2841
|
@CertificateId = certificateid
|
2842
2842
|
@ResourceType = resourcetype
|
@@ -2872,7 +2872,7 @@ module TencentCloud
|
|
2872
2872
|
# @type RequestId: String
|
2873
2873
|
|
2874
2874
|
attr_accessor :InstanceList, :TotalCount, :RequestId
|
2875
|
-
|
2875
|
+
|
2876
2876
|
def initialize(instancelist=nil, totalcount=nil, requestid=nil)
|
2877
2877
|
@InstanceList = instancelist
|
2878
2878
|
@TotalCount = totalcount
|
@@ -2911,7 +2911,7 @@ module TencentCloud
|
|
2911
2911
|
# @type OldCertificateId: String
|
2912
2912
|
|
2913
2913
|
attr_accessor :CertificateId, :Offset, :Limit, :IsCache, :Filters, :AsyncCache, :OldCertificateId
|
2914
|
-
|
2914
|
+
|
2915
2915
|
def initialize(certificateid=nil, offset=nil, limit=nil, iscache=nil, filters=nil, asynccache=nil, oldcertificateid=nil)
|
2916
2916
|
@CertificateId = certificateid
|
2917
2917
|
@Offset = offset
|
@@ -2961,7 +2961,7 @@ module TencentCloud
|
|
2961
2961
|
# @type RequestId: String
|
2962
2962
|
|
2963
2963
|
attr_accessor :TotalCount, :InstanceList, :AsyncTotalNum, :AsyncOffset, :AsyncCacheTime, :RequestId
|
2964
|
-
|
2964
|
+
|
2965
2965
|
def initialize(totalcount=nil, instancelist=nil, asynctotalnum=nil, asyncoffset=nil, asynccachetime=nil, requestid=nil)
|
2966
2966
|
@TotalCount = totalcount
|
2967
2967
|
@InstanceList = instancelist
|
@@ -2992,15 +2992,23 @@ module TencentCloud
|
|
2992
2992
|
class DescribeHostUpdateRecordDetailRequest < TencentCloud::Common::AbstractModel
|
2993
2993
|
# @param DeployRecordId: 待部署的证书ID
|
2994
2994
|
# @type DeployRecordId: String
|
2995
|
+
# @param Limit: 每页数量,默认10。
|
2996
|
+
# @type Limit: String
|
2997
|
+
# @param Offset: 分页偏移量,从0开始。
|
2998
|
+
# @type Offset: String
|
2995
2999
|
|
2996
|
-
attr_accessor :DeployRecordId
|
2997
|
-
|
2998
|
-
def initialize(deployrecordid=nil)
|
3000
|
+
attr_accessor :DeployRecordId, :Limit, :Offset
|
3001
|
+
|
3002
|
+
def initialize(deployrecordid=nil, limit=nil, offset=nil)
|
2999
3003
|
@DeployRecordId = deployrecordid
|
3004
|
+
@Limit = limit
|
3005
|
+
@Offset = offset
|
3000
3006
|
end
|
3001
3007
|
|
3002
3008
|
def deserialize(params)
|
3003
3009
|
@DeployRecordId = params['DeployRecordId']
|
3010
|
+
@Limit = params['Limit']
|
3011
|
+
@Offset = params['Offset']
|
3004
3012
|
end
|
3005
3013
|
end
|
3006
3014
|
|
@@ -3025,7 +3033,7 @@ module TencentCloud
|
|
3025
3033
|
# @type RequestId: String
|
3026
3034
|
|
3027
3035
|
attr_accessor :TotalCount, :RecordDetailList, :SuccessTotalCount, :FailedTotalCount, :RunningTotalCount, :RequestId
|
3028
|
-
|
3036
|
+
|
3029
3037
|
def initialize(totalcount=nil, recorddetaillist=nil, successtotalcount=nil, failedtotalcount=nil, runningtotalcount=nil, requestid=nil)
|
3030
3038
|
@TotalCount = totalcount
|
3031
3039
|
@RecordDetailList = recorddetaillist
|
@@ -3064,7 +3072,7 @@ module TencentCloud
|
|
3064
3072
|
# @type OldCertificateId: String
|
3065
3073
|
|
3066
3074
|
attr_accessor :Offset, :Limit, :CertificateId, :OldCertificateId
|
3067
|
-
|
3075
|
+
|
3068
3076
|
def initialize(offset=nil, limit=nil, certificateid=nil, oldcertificateid=nil)
|
3069
3077
|
@Offset = offset
|
3070
3078
|
@Limit = limit
|
@@ -3092,7 +3100,7 @@ module TencentCloud
|
|
3092
3100
|
# @type RequestId: String
|
3093
3101
|
|
3094
3102
|
attr_accessor :TotalCount, :DeployRecordList, :RequestId
|
3095
|
-
|
3103
|
+
|
3096
3104
|
def initialize(totalcount=nil, deployrecordlist=nil, requestid=nil)
|
3097
3105
|
@TotalCount = totalcount
|
3098
3106
|
@DeployRecordList = deployrecordlist
|
@@ -3127,7 +3135,7 @@ module TencentCloud
|
|
3127
3135
|
# @type OldCertificateId: String
|
3128
3136
|
|
3129
3137
|
attr_accessor :CertificateId, :ResourceType, :IsCache, :Filters, :OldCertificateId
|
3130
|
-
|
3138
|
+
|
3131
3139
|
def initialize(certificateid=nil, resourcetype=nil, iscache=nil, filters=nil, oldcertificateid=nil)
|
3132
3140
|
@CertificateId = certificateid
|
3133
3141
|
@ResourceType = resourcetype
|
@@ -3164,7 +3172,7 @@ module TencentCloud
|
|
3164
3172
|
# @type RequestId: String
|
3165
3173
|
|
3166
3174
|
attr_accessor :InstanceList, :TotalCount, :RequestId
|
3167
|
-
|
3175
|
+
|
3168
3176
|
def initialize(instancelist=nil, totalcount=nil, requestid=nil)
|
3169
3177
|
@InstanceList = instancelist
|
3170
3178
|
@TotalCount = totalcount
|
@@ -3199,7 +3207,7 @@ module TencentCloud
|
|
3199
3207
|
# @type OldCertificateId: String
|
3200
3208
|
|
3201
3209
|
attr_accessor :CertificateId, :ResourceType, :IsCache, :Filters, :OldCertificateId
|
3202
|
-
|
3210
|
+
|
3203
3211
|
def initialize(certificateid=nil, resourcetype=nil, iscache=nil, filters=nil, oldcertificateid=nil)
|
3204
3212
|
@CertificateId = certificateid
|
3205
3213
|
@ResourceType = resourcetype
|
@@ -3233,7 +3241,7 @@ module TencentCloud
|
|
3233
3241
|
# @type RequestId: String
|
3234
3242
|
|
3235
3243
|
attr_accessor :InstanceList, :RequestId
|
3236
|
-
|
3244
|
+
|
3237
3245
|
def initialize(instancelist=nil, requestid=nil)
|
3238
3246
|
@InstanceList = instancelist
|
3239
3247
|
@RequestId = requestid
|
@@ -3262,7 +3270,7 @@ module TencentCloud
|
|
3262
3270
|
# @type Offset: Integer
|
3263
3271
|
|
3264
3272
|
attr_accessor :ManagerId, :Limit, :Offset
|
3265
|
-
|
3273
|
+
|
3266
3274
|
def initialize(managerid=nil, limit=nil, offset=nil)
|
3267
3275
|
@ManagerId = managerid
|
3268
3276
|
@Limit = limit
|
@@ -3322,7 +3330,7 @@ module TencentCloud
|
|
3322
3330
|
# @type RequestId: String
|
3323
3331
|
|
3324
3332
|
attr_accessor :Status, :ManagerFirstName, :ManagerMail, :ContactFirstName, :ManagerLastName, :ContactPosition, :ManagerPosition, :VerifyTime, :CreateTime, :ExpireTime, :ContactLastName, :ManagerPhone, :ContactPhone, :ContactMail, :ManagerDepartment, :CompanyInfo, :CompanyId, :ManagerId, :StatusInfo, :RequestId
|
3325
|
-
|
3333
|
+
|
3326
3334
|
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)
|
3327
3335
|
@Status = status
|
3328
3336
|
@ManagerFirstName = managerfirstname
|
@@ -3405,7 +3413,7 @@ module TencentCloud
|
|
3405
3413
|
# @type SearchKey: String
|
3406
3414
|
|
3407
3415
|
attr_accessor :CompanyId, :Offset, :Limit, :ManagerName, :ManagerMail, :Status, :SearchKey
|
3408
|
-
|
3416
|
+
|
3409
3417
|
def initialize(companyid=nil, offset=nil, limit=nil, managername=nil, managermail=nil, status=nil, searchkey=nil)
|
3410
3418
|
@CompanyId = companyid
|
3411
3419
|
@Offset = offset
|
@@ -3437,7 +3445,7 @@ module TencentCloud
|
|
3437
3445
|
# @type RequestId: String
|
3438
3446
|
|
3439
3447
|
attr_accessor :Managers, :TotalCount, :RequestId
|
3440
|
-
|
3448
|
+
|
3441
3449
|
def initialize(managers=nil, totalcount=nil, requestid=nil)
|
3442
3450
|
@Managers = managers
|
3443
3451
|
@TotalCount = totalcount
|
@@ -3476,7 +3484,7 @@ module TencentCloud
|
|
3476
3484
|
# @type Pid: Integer
|
3477
3485
|
|
3478
3486
|
attr_accessor :Offset, :Limit, :Status, :ExpireTime, :PackageId, :Type, :Pid
|
3479
|
-
|
3487
|
+
|
3480
3488
|
def initialize(offset=nil, limit=nil, status=nil, expiretime=nil, packageid=nil, type=nil, pid=nil)
|
3481
3489
|
@Offset = offset
|
3482
3490
|
@Limit = limit
|
@@ -3510,7 +3518,7 @@ module TencentCloud
|
|
3510
3518
|
# @type RequestId: String
|
3511
3519
|
|
3512
3520
|
attr_accessor :Packages, :TotalCount, :TotalBalance, :RequestId
|
3513
|
-
|
3521
|
+
|
3514
3522
|
def initialize(packages=nil, totalcount=nil, totalbalance=nil, requestid=nil)
|
3515
3523
|
@Packages = packages
|
3516
3524
|
@TotalCount = totalcount
|
@@ -3539,7 +3547,7 @@ module TencentCloud
|
|
3539
3547
|
# @type CertificateId: String
|
3540
3548
|
|
3541
3549
|
attr_accessor :CertificateId
|
3542
|
-
|
3550
|
+
|
3543
3551
|
def initialize(certificateid=nil)
|
3544
3552
|
@CertificateId = certificateid
|
3545
3553
|
end
|
@@ -3561,7 +3569,7 @@ module TencentCloud
|
|
3561
3569
|
# @type RequestId: String
|
3562
3570
|
|
3563
3571
|
attr_accessor :Content, :ContentType, :RequestId
|
3564
|
-
|
3572
|
+
|
3565
3573
|
def initialize(content=nil, contenttype=nil, requestid=nil)
|
3566
3574
|
@Content = content
|
3567
3575
|
@ContentType = contenttype
|
@@ -3597,7 +3605,7 @@ module TencentCloud
|
|
3597
3605
|
# @type DvAuths: Array
|
3598
3606
|
|
3599
3607
|
attr_accessor :DvAuthKey, :DvAuthValue, :DvAuthDomain, :DvAuthPath, :DvAuthKeySubDomain, :DvAuths
|
3600
|
-
|
3608
|
+
|
3601
3609
|
def initialize(dvauthkey=nil, dvauthvalue=nil, dvauthdomain=nil, dvauthpath=nil, dvauthkeysubdomain=nil, dvauths=nil)
|
3602
3610
|
@DvAuthKey = dvauthkey
|
3603
3611
|
@DvAuthValue = dvauthvalue
|
@@ -3646,7 +3654,7 @@ module TencentCloud
|
|
3646
3654
|
# @type DvAuthVerifyType: String
|
3647
3655
|
|
3648
3656
|
attr_accessor :DvAuthKey, :DvAuthValue, :DvAuthDomain, :DvAuthPath, :DvAuthSubDomain, :DvAuthVerifyType
|
3649
|
-
|
3657
|
+
|
3650
3658
|
def initialize(dvauthkey=nil, dvauthvalue=nil, dvauthdomain=nil, dvauthpath=nil, dvauthsubdomain=nil, dvauthverifytype=nil)
|
3651
3659
|
@DvAuthKey = dvauthkey
|
3652
3660
|
@DvAuthValue = dvauthvalue
|
@@ -3674,7 +3682,7 @@ module TencentCloud
|
|
3674
3682
|
# @type FilterValue: String
|
3675
3683
|
|
3676
3684
|
attr_accessor :FilterKey, :FilterValue
|
3677
|
-
|
3685
|
+
|
3678
3686
|
def initialize(filterkey=nil, filtervalue=nil)
|
3679
3687
|
@FilterKey = filterkey
|
3680
3688
|
@FilterValue = filtervalue
|
@@ -3694,7 +3702,7 @@ module TencentCloud
|
|
3694
3702
|
# @type ResourceType: Array
|
3695
3703
|
|
3696
3704
|
attr_accessor :CertificateId, :ResourceType
|
3697
|
-
|
3705
|
+
|
3698
3706
|
def initialize(certificateid=nil, resourcetype=nil)
|
3699
3707
|
@CertificateId = certificateid
|
3700
3708
|
@ResourceType = resourcetype
|
@@ -3714,7 +3722,7 @@ module TencentCloud
|
|
3714
3722
|
# @type RequestId: String
|
3715
3723
|
|
3716
3724
|
attr_accessor :CertHostingInfo, :RequestId
|
3717
|
-
|
3725
|
+
|
3718
3726
|
def initialize(certhostinginfo=nil, requestid=nil)
|
3719
3727
|
@CertHostingInfo = certhostinginfo
|
3720
3728
|
@RequestId = requestid
|
@@ -3741,7 +3749,7 @@ module TencentCloud
|
|
3741
3749
|
# @type Domain: Array
|
3742
3750
|
|
3743
3751
|
attr_accessor :InstanceId, :InstanceName, :IP, :Domain
|
3744
|
-
|
3752
|
+
|
3745
3753
|
def initialize(instanceid=nil, instancename=nil, ip=nil, domain=nil)
|
3746
3754
|
@InstanceId = instanceid
|
3747
3755
|
@InstanceName = instancename
|
@@ -3770,7 +3778,7 @@ module TencentCloud
|
|
3770
3778
|
# @type Status: Integer
|
3771
3779
|
|
3772
3780
|
attr_accessor :Domain, :CertId, :Status
|
3773
|
-
|
3781
|
+
|
3774
3782
|
def initialize(domain=nil, certid=nil, status=nil)
|
3775
3783
|
@Domain = domain
|
3776
3784
|
@CertId = certid
|
@@ -3823,7 +3831,7 @@ module TencentCloud
|
|
3823
3831
|
# @type StatusInfo: Array
|
3824
3832
|
|
3825
3833
|
attr_accessor :Status, :ManagerFirstName, :ManagerLastName, :ManagerPosition, :ManagerPhone, :ManagerMail, :ManagerDepartment, :CreateTime, :DomainCount, :CertCount, :ManagerId, :ExpireTime, :SubmitAuditTime, :VerifyTime, :StatusInfo
|
3826
|
-
|
3834
|
+
|
3827
3835
|
def initialize(status=nil, managerfirstname=nil, managerlastname=nil, managerposition=nil, managerphone=nil, managermail=nil, managerdepartment=nil, createtime=nil, domaincount=nil, certcount=nil, managerid=nil, expiretime=nil, submitaudittime=nil, verifytime=nil, statusinfo=nil)
|
3828
3836
|
@Status = status
|
3829
3837
|
@ManagerFirstName = managerfirstname
|
@@ -3871,7 +3879,7 @@ module TencentCloud
|
|
3871
3879
|
# 管理人的四种审核状态
|
3872
3880
|
class ManagerStatusInfo < TencentCloud::Common::AbstractModel
|
3873
3881
|
|
3874
|
-
|
3882
|
+
|
3875
3883
|
def initialize()
|
3876
3884
|
end
|
3877
3885
|
|
@@ -3887,7 +3895,7 @@ module TencentCloud
|
|
3887
3895
|
# @type Alias: String
|
3888
3896
|
|
3889
3897
|
attr_accessor :CertificateId, :Alias
|
3890
|
-
|
3898
|
+
|
3891
3899
|
def initialize(certificateid=nil, _alias=nil)
|
3892
3900
|
@CertificateId = certificateid
|
3893
3901
|
@Alias = _alias
|
@@ -3907,7 +3915,7 @@ module TencentCloud
|
|
3907
3915
|
# @type RequestId: String
|
3908
3916
|
|
3909
3917
|
attr_accessor :CertificateId, :RequestId
|
3910
|
-
|
3918
|
+
|
3911
3919
|
def initialize(certificateid=nil, requestid=nil)
|
3912
3920
|
@CertificateId = certificateid
|
3913
3921
|
@RequestId = requestid
|
@@ -3927,7 +3935,7 @@ module TencentCloud
|
|
3927
3935
|
# @type ProjectId: Integer
|
3928
3936
|
|
3929
3937
|
attr_accessor :CertificateIdList, :ProjectId
|
3930
|
-
|
3938
|
+
|
3931
3939
|
def initialize(certificateidlist=nil, projectid=nil)
|
3932
3940
|
@CertificateIdList = certificateidlist
|
3933
3941
|
@ProjectId = projectid
|
@@ -3951,7 +3959,7 @@ module TencentCloud
|
|
3951
3959
|
# @type RequestId: String
|
3952
3960
|
|
3953
3961
|
attr_accessor :SuccessCertificates, :FailCertificates, :RequestId
|
3954
|
-
|
3962
|
+
|
3955
3963
|
def initialize(successcertificates=nil, failcertificates=nil, requestid=nil)
|
3956
3964
|
@SuccessCertificates = successcertificates
|
3957
3965
|
@FailCertificates = failcertificates
|
@@ -3973,7 +3981,7 @@ module TencentCloud
|
|
3973
3981
|
# @type SwitchStatus: Integer
|
3974
3982
|
|
3975
3983
|
attr_accessor :CertificateIds, :SwitchStatus
|
3976
|
-
|
3984
|
+
|
3977
3985
|
def initialize(certificateids=nil, switchstatus=nil)
|
3978
3986
|
@CertificateIds = certificateids
|
3979
3987
|
@SwitchStatus = switchstatus
|
@@ -3993,7 +4001,7 @@ module TencentCloud
|
|
3993
4001
|
# @type RequestId: String
|
3994
4002
|
|
3995
4003
|
attr_accessor :CertificateIds, :RequestId
|
3996
|
-
|
4004
|
+
|
3997
4005
|
def initialize(certificateids=nil, requestid=nil)
|
3998
4006
|
@CertificateIds = certificateids
|
3999
4007
|
@RequestId = requestid
|
@@ -4013,7 +4021,7 @@ module TencentCloud
|
|
4013
4021
|
# @type CreatedOn: String
|
4014
4022
|
|
4015
4023
|
attr_accessor :Action, :CreatedOn
|
4016
|
-
|
4024
|
+
|
4017
4025
|
def initialize(action=nil, createdon=nil)
|
4018
4026
|
@Action = action
|
4019
4027
|
@CreatedOn = createdon
|
@@ -4053,7 +4061,7 @@ module TencentCloud
|
|
4053
4061
|
# @type TransferOutInfos: Array
|
4054
4062
|
|
4055
4063
|
attr_accessor :PackageId, :Total, :Balance, :Type, :SourceUin, :Status, :ExpireTime, :UpdateTime, :CreateTime, :SourceType, :TransferOutInfos
|
4056
|
-
|
4064
|
+
|
4057
4065
|
def initialize(packageid=nil, total=nil, balance=nil, type=nil, sourceuin=nil, status=nil, expiretime=nil, updatetime=nil, createtime=nil, sourcetype=nil, transferoutinfos=nil)
|
4058
4066
|
@PackageId = packageid
|
4059
4067
|
@Total = total
|
@@ -4117,7 +4125,7 @@ module TencentCloud
|
|
4117
4125
|
# @type ReceiveTime: String
|
4118
4126
|
|
4119
4127
|
attr_accessor :PackageId, :TransferCode, :TransferCount, :ReceivePackageId, :ExpireTime, :CreateTime, :UpdateTime, :TransferStatus, :ReceiverUin, :ReceiveTime
|
4120
|
-
|
4128
|
+
|
4121
4129
|
def initialize(packageid=nil, transfercode=nil, transfercount=nil, receivepackageid=nil, expiretime=nil, createtime=nil, updatetime=nil, transferstatus=nil, receiveruin=nil, receivetime=nil)
|
4122
4130
|
@PackageId = packageid
|
4123
4131
|
@TransferCode = transfercode
|
@@ -4158,7 +4166,7 @@ module TencentCloud
|
|
4158
4166
|
# @type ManagerId: String
|
4159
4167
|
|
4160
4168
|
attr_accessor :TotalPeriod, :NowPeriod, :ManagerId
|
4161
|
-
|
4169
|
+
|
4162
4170
|
def initialize(totalperiod=nil, nowperiod=nil, managerid=nil)
|
4163
4171
|
@TotalPeriod = totalperiod
|
4164
4172
|
@NowPeriod = nowperiod
|
@@ -4194,7 +4202,7 @@ module TencentCloud
|
|
4194
4202
|
# @type ProjectId: String
|
4195
4203
|
|
4196
4204
|
attr_accessor :ProjectName, :ProjectCreatorUin, :ProjectCreateTime, :ProjectResume, :OwnerUin, :ProjectId
|
4197
|
-
|
4205
|
+
|
4198
4206
|
def initialize(projectname=nil, projectcreatoruin=nil, projectcreatetime=nil, projectresume=nil, owneruin=nil, projectid=nil)
|
4199
4207
|
@ProjectName = projectname
|
4200
4208
|
@ProjectCreatorUin = projectcreatoruin
|
@@ -4230,7 +4238,7 @@ module TencentCloud
|
|
4230
4238
|
# @type Reason: String
|
4231
4239
|
|
4232
4240
|
attr_accessor :CertificateId, :ValidType, :CsrType, :CsrContent, :CsrkeyPassword, :Reason
|
4233
|
-
|
4241
|
+
|
4234
4242
|
def initialize(certificateid=nil, validtype=nil, csrtype=nil, csrcontent=nil, csrkeypassword=nil, reason=nil)
|
4235
4243
|
@CertificateId = certificateid
|
4236
4244
|
@ValidType = validtype
|
@@ -4258,7 +4266,7 @@ module TencentCloud
|
|
4258
4266
|
# @type RequestId: String
|
4259
4267
|
|
4260
4268
|
attr_accessor :CertificateId, :RequestId
|
4261
|
-
|
4269
|
+
|
4262
4270
|
def initialize(certificateid=nil, requestid=nil)
|
4263
4271
|
@CertificateId = certificateid
|
4264
4272
|
@RequestId = requestid
|
@@ -4278,7 +4286,7 @@ module TencentCloud
|
|
4278
4286
|
# @type Regions: Array
|
4279
4287
|
|
4280
4288
|
attr_accessor :ResourceType, :Regions
|
4281
|
-
|
4289
|
+
|
4282
4290
|
def initialize(resourcetype=nil, regions=nil)
|
4283
4291
|
@ResourceType = resourcetype
|
4284
4292
|
@Regions = regions
|
@@ -4298,7 +4306,7 @@ module TencentCloud
|
|
4298
4306
|
# @type Reason: String
|
4299
4307
|
|
4300
4308
|
attr_accessor :CertificateId, :Reason
|
4301
|
-
|
4309
|
+
|
4302
4310
|
def initialize(certificateid=nil, reason=nil)
|
4303
4311
|
@CertificateId = certificateid
|
4304
4312
|
@Reason = reason
|
@@ -4319,7 +4327,7 @@ module TencentCloud
|
|
4319
4327
|
# @type RequestId: String
|
4320
4328
|
|
4321
4329
|
attr_accessor :RevokeDomainValidateAuths, :RequestId
|
4322
|
-
|
4330
|
+
|
4323
4331
|
def initialize(revokedomainvalidateauths=nil, requestid=nil)
|
4324
4332
|
@RevokeDomainValidateAuths = revokedomainvalidateauths
|
4325
4333
|
@RequestId = requestid
|
@@ -4354,7 +4362,7 @@ module TencentCloud
|
|
4354
4362
|
# @type DomainValidateAuthDomain: String
|
4355
4363
|
|
4356
4364
|
attr_accessor :DomainValidateAuthPath, :DomainValidateAuthKey, :DomainValidateAuthValue, :DomainValidateAuthDomain
|
4357
|
-
|
4365
|
+
|
4358
4366
|
def initialize(domainvalidateauthpath=nil, domainvalidateauthkey=nil, domainvalidateauthvalue=nil, domainvalidateauthdomain=nil)
|
4359
4367
|
@DomainValidateAuthPath = domainvalidateauthpath
|
4360
4368
|
@DomainValidateAuthKey = domainvalidateauthkey
|
@@ -4383,7 +4391,7 @@ module TencentCloud
|
|
4383
4391
|
# @type Standard: String
|
4384
4392
|
|
4385
4393
|
attr_accessor :Sign, :Encrypt, :Standard
|
4386
|
-
|
4394
|
+
|
4387
4395
|
def initialize(sign=nil, encrypt=nil, standard=nil)
|
4388
4396
|
@Sign = sign
|
4389
4397
|
@Encrypt = encrypt
|
@@ -4403,7 +4411,7 @@ module TencentCloud
|
|
4403
4411
|
# @type ManagerId: Integer
|
4404
4412
|
|
4405
4413
|
attr_accessor :ManagerId
|
4406
|
-
|
4414
|
+
|
4407
4415
|
def initialize(managerid=nil)
|
4408
4416
|
@ManagerId = managerid
|
4409
4417
|
end
|
@@ -4421,7 +4429,7 @@ module TencentCloud
|
|
4421
4429
|
# @type RequestId: String
|
4422
4430
|
|
4423
4431
|
attr_accessor :ManagerId, :RequestId
|
4424
|
-
|
4432
|
+
|
4425
4433
|
def initialize(managerid=nil, requestid=nil)
|
4426
4434
|
@ManagerId = managerid
|
4427
4435
|
@RequestId = requestid
|
@@ -4489,7 +4497,7 @@ module TencentCloud
|
|
4489
4497
|
# @type ContactPosition: String
|
4490
4498
|
|
4491
4499
|
attr_accessor :CertificateId, :CsrType, :CsrContent, :CertificateDomain, :DomainList, :KeyPassword, :OrganizationName, :OrganizationDivision, :OrganizationAddress, :OrganizationCountry, :OrganizationCity, :OrganizationRegion, :PostalCode, :PhoneAreaCode, :PhoneNumber, :VerifyType, :AdminFirstName, :AdminLastName, :AdminPhoneNum, :AdminEmail, :AdminPosition, :ContactFirstName, :ContactLastName, :ContactEmail, :ContactNumber, :ContactPosition
|
4492
|
-
|
4500
|
+
|
4493
4501
|
def initialize(certificateid=nil, csrtype=nil, csrcontent=nil, certificatedomain=nil, domainlist=nil, keypassword=nil, organizationname=nil, organizationdivision=nil, organizationaddress=nil, organizationcountry=nil, organizationcity=nil, organizationregion=nil, postalcode=nil, phoneareacode=nil, phonenumber=nil, verifytype=nil, adminfirstname=nil, adminlastname=nil, adminphonenum=nil, adminemail=nil, adminposition=nil, contactfirstname=nil, contactlastname=nil, contactemail=nil, contactnumber=nil, contactposition=nil)
|
4494
4502
|
@CertificateId = certificateid
|
4495
4503
|
@CsrType = csrtype
|
@@ -4557,7 +4565,7 @@ module TencentCloud
|
|
4557
4565
|
# @type RequestId: String
|
4558
4566
|
|
4559
4567
|
attr_accessor :CertificateId, :RequestId
|
4560
|
-
|
4568
|
+
|
4561
4569
|
def initialize(certificateid=nil, requestid=nil)
|
4562
4570
|
@CertificateId = certificateid
|
4563
4571
|
@RequestId = requestid
|
@@ -4648,7 +4656,7 @@ module TencentCloud
|
|
4648
4656
|
# @type VerifyType: String
|
4649
4657
|
|
4650
4658
|
attr_accessor :CsrType, :CsrContent, :CertificateDomain, :DomainList, :KeyPassword, :OrganizationName, :OrganizationDivision, :OrganizationAddress, :OrganizationCountry, :OrganizationCity, :OrganizationRegion, :PostalCode, :PhoneAreaCode, :PhoneNumber, :AdminFirstName, :AdminLastName, :AdminPhoneNum, :AdminEmail, :AdminPosition, :ContactFirstName, :ContactLastName, :ContactNumber, :ContactEmail, :ContactPosition, :VerifyType
|
4651
|
-
|
4659
|
+
|
4652
4660
|
def initialize(csrtype=nil, csrcontent=nil, certificatedomain=nil, domainlist=nil, keypassword=nil, organizationname=nil, organizationdivision=nil, organizationaddress=nil, organizationcountry=nil, organizationcity=nil, organizationregion=nil, postalcode=nil, phoneareacode=nil, phonenumber=nil, adminfirstname=nil, adminlastname=nil, adminphonenum=nil, adminemail=nil, adminposition=nil, contactfirstname=nil, contactlastname=nil, contactnumber=nil, contactemail=nil, contactposition=nil, verifytype=nil)
|
4653
4661
|
@CsrType = csrtype
|
4654
4662
|
@CsrContent = csrcontent
|
@@ -4714,7 +4722,7 @@ module TencentCloud
|
|
4714
4722
|
# @type TagValue: String
|
4715
4723
|
|
4716
4724
|
attr_accessor :TagKey, :TagValue
|
4717
|
-
|
4725
|
+
|
4718
4726
|
def initialize(tagkey=nil, tagvalue=nil)
|
4719
4727
|
@TagKey = tagkey
|
4720
4728
|
@TagValue = tagvalue
|
@@ -4739,7 +4747,7 @@ module TencentCloud
|
|
4739
4747
|
# @type Status: String
|
4740
4748
|
|
4741
4749
|
attr_accessor :Host, :CertId, :ZoneId, :Status
|
4742
|
-
|
4750
|
+
|
4743
4751
|
def initialize(host=nil, certid=nil, zoneid=nil, status=nil)
|
4744
4752
|
@Host = host
|
4745
4753
|
@CertId = certid
|
@@ -4765,7 +4773,7 @@ module TencentCloud
|
|
4765
4773
|
# @type Domains: Array
|
4766
4774
|
|
4767
4775
|
attr_accessor :IngressName, :TlsDomains, :Domains
|
4768
|
-
|
4776
|
+
|
4769
4777
|
def initialize(ingressname=nil, tlsdomains=nil, domains=nil)
|
4770
4778
|
@IngressName = ingressname
|
4771
4779
|
@TlsDomains = tlsdomains
|
@@ -4789,7 +4797,7 @@ module TencentCloud
|
|
4789
4797
|
# @type NamespaceList: Array
|
4790
4798
|
|
4791
4799
|
attr_accessor :ClusterId, :ClusterName, :NamespaceList
|
4792
|
-
|
4800
|
+
|
4793
4801
|
def initialize(clusterid=nil, clustername=nil, namespacelist=nil)
|
4794
4802
|
@ClusterId = clusterid
|
4795
4803
|
@ClusterName = clustername
|
@@ -4818,7 +4826,7 @@ module TencentCloud
|
|
4818
4826
|
# @type SecretList: Array
|
4819
4827
|
|
4820
4828
|
attr_accessor :Name, :SecretList
|
4821
|
-
|
4829
|
+
|
4822
4830
|
def initialize(name=nil, secretlist=nil)
|
4823
4831
|
@Name = name
|
4824
4832
|
@SecretList = secretlist
|
@@ -4850,7 +4858,7 @@ module TencentCloud
|
|
4850
4858
|
# @type NoMatchDomains: Array
|
4851
4859
|
|
4852
4860
|
attr_accessor :Name, :CertId, :IngressList, :NoMatchDomains
|
4853
|
-
|
4861
|
+
|
4854
4862
|
def initialize(name=nil, certid=nil, ingresslist=nil, nomatchdomains=nil)
|
4855
4863
|
@Name = name
|
4856
4864
|
@CertId = certid
|
@@ -4887,7 +4895,7 @@ module TencentCloud
|
|
4887
4895
|
# @type ResourceTypesRegions: Array
|
4888
4896
|
|
4889
4897
|
attr_accessor :CertificateId, :OldCertificateId, :ResourceTypes, :Regions, :ResourceTypesRegions
|
4890
|
-
|
4898
|
+
|
4891
4899
|
def initialize(certificateid=nil, oldcertificateid=nil, resourcetypes=nil, regions=nil, resourcetypesregions=nil)
|
4892
4900
|
@CertificateId = certificateid
|
4893
4901
|
@OldCertificateId = oldcertificateid
|
@@ -4923,7 +4931,7 @@ module TencentCloud
|
|
4923
4931
|
# @type RequestId: String
|
4924
4932
|
|
4925
4933
|
attr_accessor :DeployRecordId, :DeployStatus, :RequestId
|
4926
|
-
|
4934
|
+
|
4927
4935
|
def initialize(deployrecordid=nil, deploystatus=nil, requestid=nil)
|
4928
4936
|
@DeployRecordId = deployrecordid
|
4929
4937
|
@DeployStatus = deploystatus
|
@@ -4945,7 +4953,7 @@ module TencentCloud
|
|
4945
4953
|
# @type DeployRecordDetailId: Integer
|
4946
4954
|
|
4947
4955
|
attr_accessor :DeployRecordId, :DeployRecordDetailId
|
4948
|
-
|
4956
|
+
|
4949
4957
|
def initialize(deployrecordid=nil, deployrecorddetailid=nil)
|
4950
4958
|
@DeployRecordId = deployrecordid
|
4951
4959
|
@DeployRecordDetailId = deployrecorddetailid
|
@@ -4963,7 +4971,7 @@ module TencentCloud
|
|
4963
4971
|
# @type RequestId: String
|
4964
4972
|
|
4965
4973
|
attr_accessor :RequestId
|
4966
|
-
|
4974
|
+
|
4967
4975
|
def initialize(requestid=nil)
|
4968
4976
|
@RequestId = requestid
|
4969
4977
|
end
|
@@ -4979,7 +4987,7 @@ module TencentCloud
|
|
4979
4987
|
# @type DeployRecordId: Integer
|
4980
4988
|
|
4981
4989
|
attr_accessor :DeployRecordId
|
4982
|
-
|
4990
|
+
|
4983
4991
|
def initialize(deployrecordid=nil)
|
4984
4992
|
@DeployRecordId = deployrecordid
|
4985
4993
|
end
|
@@ -4997,7 +5005,7 @@ module TencentCloud
|
|
4997
5005
|
# @type RequestId: String
|
4998
5006
|
|
4999
5007
|
attr_accessor :DeployRecordId, :RequestId
|
5000
|
-
|
5008
|
+
|
5001
5009
|
def initialize(deployrecordid=nil, requestid=nil)
|
5002
5010
|
@DeployRecordId = deployrecordid
|
5003
5011
|
@RequestId = requestid
|
@@ -5040,25 +5048,34 @@ module TencentCloud
|
|
5040
5048
|
# @param InstanceName: 部署实例名称
|
5041
5049
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5042
5050
|
# @type InstanceName: String
|
5043
|
-
# @param ListenerId: 部署监听器ID
|
5051
|
+
# @param ListenerId: 部署监听器ID(CLB专用)
|
5044
5052
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5045
5053
|
# @type ListenerId: String
|
5046
|
-
# @param ListenerName:
|
5054
|
+
# @param ListenerName: 部署监听器名称(CLB专用)
|
5047
5055
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5048
5056
|
# @type ListenerName: String
|
5049
5057
|
# @param Protocol: 协议
|
5050
5058
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5051
5059
|
# @type Protocol: String
|
5052
|
-
# @param SniSwitch: 是否开启SNI
|
5060
|
+
# @param SniSwitch: 是否开启SNI(CLB专用)
|
5053
5061
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5054
5062
|
# @type SniSwitch: Integer
|
5055
|
-
# @param Bucket: bucket
|
5063
|
+
# @param Bucket: bucket名称(COS专用)
|
5056
5064
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5057
5065
|
# @type Bucket: String
|
5066
|
+
# @param Port: 端口
|
5067
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5068
|
+
# @type Port: Integer
|
5069
|
+
# @param Namespace: 命名空间(TKE专用)
|
5070
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5071
|
+
# @type Namespace: String
|
5072
|
+
# @param SecretName: secret名称(TKE专用)
|
5073
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5074
|
+
# @type SecretName: String
|
5058
5075
|
|
5059
|
-
attr_accessor :Id, :CertId, :OldCertId, :Domains, :ResourceType, :Region, :Status, :ErrorMsg, :CreateTime, :UpdateTime, :InstanceId, :InstanceName, :ListenerId, :ListenerName, :Protocol, :SniSwitch, :Bucket
|
5060
|
-
|
5061
|
-
def initialize(id=nil, certid=nil, oldcertid=nil, domains=nil, resourcetype=nil, region=nil, status=nil, errormsg=nil, createtime=nil, updatetime=nil, instanceid=nil, instancename=nil, listenerid=nil, listenername=nil, protocol=nil, sniswitch=nil, bucket=nil)
|
5076
|
+
attr_accessor :Id, :CertId, :OldCertId, :Domains, :ResourceType, :Region, :Status, :ErrorMsg, :CreateTime, :UpdateTime, :InstanceId, :InstanceName, :ListenerId, :ListenerName, :Protocol, :SniSwitch, :Bucket, :Port, :Namespace, :SecretName
|
5077
|
+
|
5078
|
+
def initialize(id=nil, certid=nil, oldcertid=nil, domains=nil, resourcetype=nil, region=nil, status=nil, errormsg=nil, createtime=nil, updatetime=nil, instanceid=nil, instancename=nil, listenerid=nil, listenername=nil, protocol=nil, sniswitch=nil, bucket=nil, port=nil, namespace=nil, secretname=nil)
|
5062
5079
|
@Id = id
|
5063
5080
|
@CertId = certid
|
5064
5081
|
@OldCertId = oldcertid
|
@@ -5076,6 +5093,9 @@ module TencentCloud
|
|
5076
5093
|
@Protocol = protocol
|
5077
5094
|
@SniSwitch = sniswitch
|
5078
5095
|
@Bucket = bucket
|
5096
|
+
@Port = port
|
5097
|
+
@Namespace = namespace
|
5098
|
+
@SecretName = secretname
|
5079
5099
|
end
|
5080
5100
|
|
5081
5101
|
def deserialize(params)
|
@@ -5096,6 +5116,9 @@ module TencentCloud
|
|
5096
5116
|
@Protocol = params['Protocol']
|
5097
5117
|
@SniSwitch = params['SniSwitch']
|
5098
5118
|
@Bucket = params['Bucket']
|
5119
|
+
@Port = params['Port']
|
5120
|
+
@Namespace = params['Namespace']
|
5121
|
+
@SecretName = params['SecretName']
|
5099
5122
|
end
|
5100
5123
|
end
|
5101
5124
|
|
@@ -5105,12 +5128,15 @@ module TencentCloud
|
|
5105
5128
|
# @type ResourceType: String
|
5106
5129
|
# @param List: 部署资源详情列表
|
5107
5130
|
# @type List: Array
|
5131
|
+
# @param TotalCount: 该部署资源总数
|
5132
|
+
# @type TotalCount: Integer
|
5133
|
+
|
5134
|
+
attr_accessor :ResourceType, :List, :TotalCount
|
5108
5135
|
|
5109
|
-
|
5110
|
-
|
5111
|
-
def initialize(resourcetype=nil, list=nil)
|
5136
|
+
def initialize(resourcetype=nil, list=nil, totalcount=nil)
|
5112
5137
|
@ResourceType = resourcetype
|
5113
5138
|
@List = list
|
5139
|
+
@TotalCount = totalcount
|
5114
5140
|
end
|
5115
5141
|
|
5116
5142
|
def deserialize(params)
|
@@ -5123,6 +5149,7 @@ module TencentCloud
|
|
5123
5149
|
@List << updaterecorddetail_tmp
|
5124
5150
|
end
|
5125
5151
|
end
|
5152
|
+
@TotalCount = params['TotalCount']
|
5126
5153
|
end
|
5127
5154
|
end
|
5128
5155
|
|
@@ -5147,7 +5174,7 @@ module TencentCloud
|
|
5147
5174
|
# @type UpdateTime: String
|
5148
5175
|
|
5149
5176
|
attr_accessor :Id, :CertId, :OldCertId, :ResourceTypes, :Regions, :Status, :CreateTime, :UpdateTime
|
5150
|
-
|
5177
|
+
|
5151
5178
|
def initialize(id=nil, certid=nil, oldcertid=nil, resourcetypes=nil, regions=nil, status=nil, createtime=nil, updatetime=nil)
|
5152
5179
|
@Id = id
|
5153
5180
|
@CertId = certid
|
@@ -5189,7 +5216,7 @@ module TencentCloud
|
|
5189
5216
|
# @type Repeatable: Boolean
|
5190
5217
|
|
5191
5218
|
attr_accessor :CertificatePublicKey, :CertificatePrivateKey, :CertificateType, :Alias, :ProjectId, :CertificateUse, :Repeatable
|
5192
|
-
|
5219
|
+
|
5193
5220
|
def initialize(certificatepublickey=nil, certificateprivatekey=nil, certificatetype=nil, _alias=nil, projectid=nil, certificateuse=nil, repeatable=nil)
|
5194
5221
|
@CertificatePublicKey = certificatepublickey
|
5195
5222
|
@CertificatePrivateKey = certificateprivatekey
|
@@ -5222,7 +5249,7 @@ module TencentCloud
|
|
5222
5249
|
# @type RequestId: String
|
5223
5250
|
|
5224
5251
|
attr_accessor :CertificateId, :RepeatCertId, :RequestId
|
5225
|
-
|
5252
|
+
|
5226
5253
|
def initialize(certificateid=nil, repeatcertid=nil, requestid=nil)
|
5227
5254
|
@CertificateId = certificateid
|
5228
5255
|
@RepeatCertId = repeatcertid
|
@@ -5244,7 +5271,7 @@ module TencentCloud
|
|
5244
5271
|
# @type ConfirmLetter: String
|
5245
5272
|
|
5246
5273
|
attr_accessor :CertificateId, :ConfirmLetter
|
5247
|
-
|
5274
|
+
|
5248
5275
|
def initialize(certificateid=nil, confirmletter=nil)
|
5249
5276
|
@CertificateId = certificateid
|
5250
5277
|
@ConfirmLetter = confirmletter
|
@@ -5266,7 +5293,7 @@ module TencentCloud
|
|
5266
5293
|
# @type RequestId: String
|
5267
5294
|
|
5268
5295
|
attr_accessor :CertificateId, :IsSuccess, :RequestId
|
5269
|
-
|
5296
|
+
|
5270
5297
|
def initialize(certificateid=nil, issuccess=nil, requestid=nil)
|
5271
5298
|
@CertificateId = certificateid
|
5272
5299
|
@IsSuccess = issuccess
|
@@ -5288,7 +5315,7 @@ module TencentCloud
|
|
5288
5315
|
# @type RevokeLetter: String
|
5289
5316
|
|
5290
5317
|
attr_accessor :CertificateId, :RevokeLetter
|
5291
|
-
|
5318
|
+
|
5292
5319
|
def initialize(certificateid=nil, revokeletter=nil)
|
5293
5320
|
@CertificateId = certificateid
|
5294
5321
|
@RevokeLetter = revokeletter
|
@@ -5310,7 +5337,7 @@ module TencentCloud
|
|
5310
5337
|
# @type RequestId: String
|
5311
5338
|
|
5312
5339
|
attr_accessor :CertificateId, :IsSuccess, :RequestId
|
5313
|
-
|
5340
|
+
|
5314
5341
|
def initialize(certificateid=nil, issuccess=nil, requestid=nil)
|
5315
5342
|
@CertificateId = certificateid
|
5316
5343
|
@IsSuccess = issuccess
|
@@ -5330,7 +5357,7 @@ module TencentCloud
|
|
5330
5357
|
# @type ManagerId: Integer
|
5331
5358
|
|
5332
5359
|
attr_accessor :ManagerId
|
5333
|
-
|
5360
|
+
|
5334
5361
|
def initialize(managerid=nil)
|
5335
5362
|
@ManagerId = managerid
|
5336
5363
|
end
|
@@ -5348,7 +5375,7 @@ module TencentCloud
|
|
5348
5375
|
# @type RequestId: String
|
5349
5376
|
|
5350
5377
|
attr_accessor :ManagerId, :RequestId
|
5351
|
-
|
5378
|
+
|
5352
5379
|
def initialize(managerid=nil, requestid=nil)
|
5353
5380
|
@ManagerId = managerid
|
5354
5381
|
@RequestId = requestid
|
@@ -5368,7 +5395,7 @@ module TencentCloud
|
|
5368
5395
|
# @type CertId: String
|
5369
5396
|
|
5370
5397
|
attr_accessor :Domain, :CertId
|
5371
|
-
|
5398
|
+
|
5372
5399
|
def initialize(domain=nil, certid=nil)
|
5373
5400
|
@Domain = domain
|
5374
5401
|
@CertId = certid
|