tencentcloud-sdk-tcb 3.0.589 → 3.0.591
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180608/models.rb +220 -220
- metadata +2 -2
data/lib/v20180608/models.rb
CHANGED
@@ -33,7 +33,7 @@ module TencentCloud
|
|
33
33
|
# @type Tag: String
|
34
34
|
|
35
35
|
attr_accessor :ActivityId, :CreateTime, :UpdateTime, :StartTime, :ExpireTime, :Tag
|
36
|
-
|
36
|
+
|
37
37
|
def initialize(activityid=nil, createtime=nil, updatetime=nil, starttime=nil, expiretime=nil, tag=nil)
|
38
38
|
@ActivityId = activityid
|
39
39
|
@CreateTime = createtime
|
@@ -75,7 +75,7 @@ module TencentCloud
|
|
75
75
|
# @type IsDeleted: Boolean
|
76
76
|
|
77
77
|
attr_accessor :Uin, :ActivityId, :Status, :SubStatus, :SubStatusInt, :IsDeleted
|
78
|
-
|
78
|
+
|
79
79
|
def initialize(uin=nil, activityid=nil, status=nil, substatus=nil, substatusint=nil, isdeleted=nil)
|
80
80
|
@Uin = uin
|
81
81
|
@ActivityId = activityid
|
@@ -115,7 +115,7 @@ module TencentCloud
|
|
115
115
|
# @type UpdateTime: String
|
116
116
|
|
117
117
|
attr_accessor :Id, :Domain, :Type, :Status, :CreateTime, :UpdateTime
|
118
|
-
|
118
|
+
|
119
119
|
def initialize(id=nil, domain=nil, type=nil, status=nil, createtime=nil, updatetime=nil)
|
120
120
|
@Id = id
|
121
121
|
@Domain = domain
|
@@ -169,7 +169,7 @@ module TencentCloud
|
|
169
169
|
# @type IsExternal: Boolean
|
170
170
|
|
171
171
|
attr_accessor :PackageName, :PackageTitle, :GroupName, :GroupTitle, :BillTags, :ResourceLimit, :AdvanceLimit, :PackageDescription, :IsExternal
|
172
|
-
|
172
|
+
|
173
173
|
def initialize(packagename=nil, packagetitle=nil, groupname=nil, grouptitle=nil, billtags=nil, resourcelimit=nil, advancelimit=nil, packagedescription=nil, isexternal=nil)
|
174
174
|
@PackageName = packagename
|
175
175
|
@PackageTitle = packagetitle
|
@@ -203,7 +203,7 @@ module TencentCloud
|
|
203
203
|
# @type Status: String
|
204
204
|
|
205
205
|
attr_accessor :ServiceName, :Status
|
206
|
-
|
206
|
+
|
207
207
|
def initialize(servicename=nil, status=nil)
|
208
208
|
@ServiceName = servicename
|
209
209
|
@Status = status
|
@@ -221,7 +221,7 @@ module TencentCloud
|
|
221
221
|
# @type SubEnvId: String
|
222
222
|
|
223
223
|
attr_accessor :SubEnvId
|
224
|
-
|
224
|
+
|
225
225
|
def initialize(subenvid=nil)
|
226
226
|
@SubEnvId = subenvid
|
227
227
|
end
|
@@ -237,7 +237,7 @@ module TencentCloud
|
|
237
237
|
# @type RequestId: String
|
238
238
|
|
239
239
|
attr_accessor :RequestId
|
240
|
-
|
240
|
+
|
241
241
|
def initialize(requestid=nil)
|
242
242
|
@RequestId = requestid
|
243
243
|
end
|
@@ -250,7 +250,7 @@ module TencentCloud
|
|
250
250
|
# CheckTcbService请求参数结构体
|
251
251
|
class CheckTcbServiceRequest < TencentCloud::Common::AbstractModel
|
252
252
|
|
253
|
-
|
253
|
+
|
254
254
|
def initialize()
|
255
255
|
end
|
256
256
|
|
@@ -266,7 +266,7 @@ module TencentCloud
|
|
266
266
|
# @type RequestId: String
|
267
267
|
|
268
268
|
attr_accessor :Initialized, :RequestId
|
269
|
-
|
269
|
+
|
270
270
|
def initialize(initialized=nil, requestid=nil)
|
271
271
|
@Initialized = initialized
|
272
272
|
@RequestId = requestid
|
@@ -289,7 +289,7 @@ module TencentCloud
|
|
289
289
|
# @type Drop: Array
|
290
290
|
|
291
291
|
attr_accessor :Add, :Drop
|
292
|
-
|
292
|
+
|
293
293
|
def initialize(add=nil, drop=nil)
|
294
294
|
@Add = add
|
295
295
|
@Drop = drop
|
@@ -309,7 +309,7 @@ module TencentCloud
|
|
309
309
|
# @type Url: String
|
310
310
|
|
311
311
|
attr_accessor :Name, :Url
|
312
|
-
|
312
|
+
|
313
313
|
def initialize(name=nil, url=nil)
|
314
314
|
@Name = name
|
315
315
|
@Url = url
|
@@ -334,7 +334,7 @@ module TencentCloud
|
|
334
334
|
# @type FullName: String
|
335
335
|
|
336
336
|
attr_accessor :Name, :FullName
|
337
|
-
|
337
|
+
|
338
338
|
def initialize(name=nil, fullname=nil)
|
339
339
|
@Name = name
|
340
340
|
@FullName = fullname
|
@@ -371,7 +371,7 @@ module TencentCloud
|
|
371
371
|
# @type Password: String
|
372
372
|
|
373
373
|
attr_accessor :Id, :SecretName, :Ip, :Port, :Index, :Account, :Password
|
374
|
-
|
374
|
+
|
375
375
|
def initialize(id=nil, secretname=nil, ip=nil, port=nil, index=nil, account=nil, password=nil)
|
376
376
|
@Id = id
|
377
377
|
@SecretName = secretname
|
@@ -472,7 +472,7 @@ module TencentCloud
|
|
472
472
|
# @type BuildPercent: Integer
|
473
473
|
|
474
474
|
attr_accessor :Name, :Sam, :Source, :CreateTime, :UpdateTime, :Status, :Parameters, :Type, :CIId, :CDId, :EnvId, :VersionNum, :FailReason, :RcJson, :AddonConfig, :Tags, :NetworkConfig, :ExtensionId, :FailType, :RepoUrl, :AutoDeployOnCodeChange, :BuildPercent
|
475
|
-
|
475
|
+
|
476
476
|
def initialize(name=nil, sam=nil, source=nil, createtime=nil, updatetime=nil, status=nil, parameters=nil, type=nil, ciid=nil, cdid=nil, envid=nil, versionnum=nil, failreason=nil, rcjson=nil, addonconfig=nil, tags=nil, networkconfig=nil, extensionid=nil, failtype=nil, repourl=nil, autodeployoncodechange=nil, buildpercent=nil)
|
477
477
|
@Name = name
|
478
478
|
@Sam = sam
|
@@ -544,7 +544,7 @@ module TencentCloud
|
|
544
544
|
# @type SizeLimit: String
|
545
545
|
|
546
546
|
attr_accessor :EnableEmptyDirVolume, :Medium, :SizeLimit
|
547
|
-
|
547
|
+
|
548
548
|
def initialize(enableemptydirvolume=nil, medium=nil, sizelimit=nil)
|
549
549
|
@EnableEmptyDirVolume = enableemptydirvolume
|
550
550
|
@Medium = medium
|
@@ -588,7 +588,7 @@ module TencentCloud
|
|
588
588
|
# @type ConfigType: Integer
|
589
589
|
|
590
590
|
attr_accessor :IsZero, :Weight, :GrayKey, :GrayValue, :IsDefault, :AccessType, :URLs, :EnvId, :ServerName, :VersionName, :GrayType, :LbAddr, :ConfigType
|
591
|
-
|
591
|
+
|
592
592
|
def initialize(iszero=nil, weight=nil, graykey=nil, grayvalue=nil, isdefault=nil, accesstype=nil, urls=nil, envid=nil, servername=nil, versionname=nil, graytype=nil, lbaddr=nil, configtype=nil)
|
593
593
|
@IsZero = iszero
|
594
594
|
@Weight = weight
|
@@ -636,7 +636,7 @@ module TencentCloud
|
|
636
636
|
# @type ImageUrl: String
|
637
637
|
|
638
638
|
attr_accessor :RepositoryName, :IsPublic, :TagName, :ServerAddr, :ImageUrl
|
639
|
-
|
639
|
+
|
640
640
|
def initialize(repositoryname=nil, ispublic=nil, tagname=nil, serveraddr=nil, imageurl=nil)
|
641
641
|
@RepositoryName = repositoryname
|
642
642
|
@IsPublic = ispublic
|
@@ -666,7 +666,7 @@ module TencentCloud
|
|
666
666
|
# @type Email: String
|
667
667
|
|
668
668
|
attr_accessor :RegistryServer, :UserName, :Password, :Email
|
669
|
-
|
669
|
+
|
670
670
|
def initialize(registryserver=nil, username=nil, password=nil, email=nil)
|
671
671
|
@RegistryServer = registryserver
|
672
672
|
@UserName = username
|
@@ -695,7 +695,7 @@ module TencentCloud
|
|
695
695
|
# @type Priority: Integer
|
696
696
|
|
697
697
|
attr_accessor :Key, :Value, :Priority
|
698
|
-
|
698
|
+
|
699
699
|
def initialize(key=nil, value=nil, priority=nil)
|
700
700
|
@Key = key
|
701
701
|
@Value = value
|
@@ -723,7 +723,7 @@ module TencentCloud
|
|
723
723
|
# @type EnableEmptyDirVolume: Boolean
|
724
724
|
|
725
725
|
attr_accessor :Server, :Path, :ReadOnly, :SecretName, :EnableEmptyDirVolume
|
726
|
-
|
726
|
+
|
727
727
|
def initialize(server=nil, path=nil, readonly=nil, secretname=nil, enableemptydirvolume=nil)
|
728
728
|
@Server = server
|
729
729
|
@Path = path
|
@@ -797,7 +797,7 @@ module TencentCloud
|
|
797
797
|
# @type Architecture: String
|
798
798
|
|
799
799
|
attr_accessor :VersionName, :Status, :FlowRatio, :CreatedTime, :UpdatedTime, :BuildId, :UploadType, :Remark, :UrlParam, :Priority, :IsDefaultPriority, :FlowParams, :MinReplicas, :MaxReplicas, :RunId, :Percent, :CurrentReplicas, :Architecture
|
800
|
-
|
800
|
+
|
801
801
|
def initialize(versionname=nil, status=nil, flowratio=nil, createdtime=nil, updatedtime=nil, buildid=nil, uploadtype=nil, remark=nil, urlparam=nil, priority=nil, isdefaultpriority=nil, flowparams=nil, minreplicas=nil, maxreplicas=nil, runid=nil, percent=nil, currentreplicas=nil, architecture=nil)
|
802
802
|
@VersionName = versionname
|
803
803
|
@Status = status
|
@@ -854,7 +854,7 @@ module TencentCloud
|
|
854
854
|
# 主机路径挂载参数
|
855
855
|
class CloudBaseRunServiceVolumeHostPath < TencentCloud::Common::AbstractModel
|
856
856
|
|
857
|
-
|
857
|
+
|
858
858
|
def initialize()
|
859
859
|
end
|
860
860
|
|
@@ -876,7 +876,7 @@ module TencentCloud
|
|
876
876
|
# @type MountPropagation: String
|
877
877
|
|
878
878
|
attr_accessor :Name, :MountPath, :ReadOnly, :SubPath, :MountPropagation
|
879
|
-
|
879
|
+
|
880
880
|
def initialize(name=nil, mountpath=nil, readonly=nil, subpath=nil, mountpropagation=nil)
|
881
881
|
@Name = name
|
882
882
|
@MountPath = mountpath
|
@@ -925,7 +925,7 @@ module TencentCloud
|
|
925
925
|
# @type VolumeMountInfos: Array
|
926
926
|
|
927
927
|
attr_accessor :ContainerImage, :ContainerPort, :ContainerName, :EnvVar, :InitialDelaySeconds, :Cpu, :Mem, :Security, :VolumeMountInfos
|
928
|
-
|
928
|
+
|
929
929
|
def initialize(containerimage=nil, containerport=nil, containername=nil, envvar=nil, initialdelayseconds=nil, cpu=nil, mem=nil, security=nil, volumemountinfos=nil)
|
930
930
|
@ContainerImage = containerimage
|
931
931
|
@ContainerPort = containerport
|
@@ -980,7 +980,7 @@ module TencentCloud
|
|
980
980
|
# @type IsDefaultPriority: Boolean
|
981
981
|
|
982
982
|
attr_accessor :VersionName, :FlowRatio, :UrlParam, :Priority, :IsDefaultPriority
|
983
|
-
|
983
|
+
|
984
984
|
def initialize(versionname=nil, flowratio=nil, urlparam=nil, priority=nil, isdefaultpriority=nil)
|
985
985
|
@VersionName = versionname
|
986
986
|
@FlowRatio = flowratio
|
@@ -1013,7 +1013,7 @@ module TencentCloud
|
|
1013
1013
|
# @type NfsVolumes: Array
|
1014
1014
|
|
1015
1015
|
attr_accessor :Name, :MountPath, :ReadOnly, :NfsVolumes
|
1016
|
-
|
1016
|
+
|
1017
1017
|
def initialize(name=nil, mountpath=nil, readonly=nil, nfsvolumes=nil)
|
1018
1018
|
@Name = name
|
1019
1019
|
@MountPath = mountpath
|
@@ -1049,7 +1049,7 @@ module TencentCloud
|
|
1049
1049
|
# @type CreateType: Integer
|
1050
1050
|
|
1051
1051
|
attr_accessor :VpcId, :SubnetIds, :CreateType
|
1052
|
-
|
1052
|
+
|
1053
1053
|
def initialize(vpcid=nil, subnetids=nil, createtype=nil)
|
1054
1054
|
@VpcId = vpcid
|
1055
1055
|
@SubnetIds = subnetids
|
@@ -1088,7 +1088,7 @@ module TencentCloud
|
|
1088
1088
|
# @type Name: String
|
1089
1089
|
|
1090
1090
|
attr_accessor :Id, :Cidr, :Zone, :Type, :Target, :Region, :Name
|
1091
|
-
|
1091
|
+
|
1092
1092
|
def initialize(id=nil, cidr=nil, zone=nil, type=nil, target=nil, region=nil, name=nil)
|
1093
1093
|
@Id = id
|
1094
1094
|
@Cidr = cidr
|
@@ -1118,7 +1118,7 @@ module TencentCloud
|
|
1118
1118
|
# @type Capabilities: :class:`Tencentcloud::Tcb.v20180608.models.CloudBaseCapabilities`
|
1119
1119
|
|
1120
1120
|
attr_accessor :Capabilities
|
1121
|
-
|
1121
|
+
|
1122
1122
|
def initialize(capabilities=nil)
|
1123
1123
|
@Capabilities = capabilities
|
1124
1124
|
end
|
@@ -1222,7 +1222,7 @@ module TencentCloud
|
|
1222
1222
|
# @type Status: String
|
1223
1223
|
|
1224
1224
|
attr_accessor :VersionName, :Remark, :Cpu, :Mem, :MinNum, :MaxNum, :ImageUrl, :PolicyType, :PolicyThreshold, :EnvParams, :ContainerPort, :CreateTime, :UpdateTime, :UploadType, :DockerfilePath, :BuildDir, :RepoType, :Repo, :Branch, :EnvId, :ServerName, :PackageName, :PackageVersion, :CustomLogs, :InitialDelaySeconds, :SnapshotName, :ImageInfo, :CodeDetail, :Status
|
1225
|
-
|
1225
|
+
|
1226
1226
|
def initialize(versionname=nil, remark=nil, cpu=nil, mem=nil, minnum=nil, maxnum=nil, imageurl=nil, policytype=nil, policythreshold=nil, envparams=nil, containerport=nil, createtime=nil, updatetime=nil, uploadtype=nil, dockerfilepath=nil, builddir=nil, repotype=nil, repo=nil, branch=nil, envid=nil, servername=nil, packagename=nil, packageversion=nil, customlogs=nil, initialdelayseconds=nil, snapshotname=nil, imageinfo=nil, codedetail=nil, status=nil)
|
1227
1227
|
@VersionName = versionname
|
1228
1228
|
@Remark = remark
|
@@ -1316,7 +1316,7 @@ module TencentCloud
|
|
1316
1316
|
# @type HostPath: :class:`Tencentcloud::Tcb.v20180608.models.CloudBaseRunServiceVolumeHostPath`
|
1317
1317
|
|
1318
1318
|
attr_accessor :Name, :NFS, :SecretName, :EnableEmptyDirVolume, :EmptyDir, :HostPath
|
1319
|
-
|
1319
|
+
|
1320
1320
|
def initialize(name=nil, nfs=nil, secretname=nil, enableemptydirvolume=nil, emptydir=nil, hostpath=nil)
|
1321
1321
|
@Name = name
|
1322
1322
|
@NFS = nfs
|
@@ -1357,7 +1357,7 @@ module TencentCloud
|
|
1357
1357
|
# @type CreateTime: String
|
1358
1358
|
|
1359
1359
|
attr_accessor :ClsRegion, :ClsLogsetId, :ClsTopicId, :CreateTime
|
1360
|
-
|
1360
|
+
|
1361
1361
|
def initialize(clsregion=nil, clslogsetid=nil, clstopicid=nil, createtime=nil)
|
1362
1362
|
@ClsRegion = clsregion
|
1363
1363
|
@ClsLogsetId = clslogsetid
|
@@ -1407,7 +1407,7 @@ module TencentCloud
|
|
1407
1407
|
# @type ProjectName: String
|
1408
1408
|
|
1409
1409
|
attr_accessor :Type, :Url, :Name, :WorkDir, :CodingPackageName, :CodingPackageVersion, :RawCode, :Branch, :ProjectId, :ProjectName
|
1410
|
-
|
1410
|
+
|
1411
1411
|
def initialize(type=nil, url=nil, name=nil, workdir=nil, codingpackagename=nil, codingpackageversion=nil, rawcode=nil, branch=nil, projectid=nil, projectname=nil)
|
1412
1412
|
@Type = type
|
1413
1413
|
@Url = url
|
@@ -1445,7 +1445,7 @@ module TencentCloud
|
|
1445
1445
|
# @type ApiRole: String
|
1446
1446
|
|
1447
1447
|
attr_accessor :Service, :JSONData, :ApiRole
|
1448
|
-
|
1448
|
+
|
1449
1449
|
def initialize(service=nil, jsondata=nil, apirole=nil)
|
1450
1450
|
@Service = service
|
1451
1451
|
@JSONData = jsondata
|
@@ -1467,7 +1467,7 @@ module TencentCloud
|
|
1467
1467
|
# @type RequestId: String
|
1468
1468
|
|
1469
1469
|
attr_accessor :JSONResp, :RequestId
|
1470
|
-
|
1470
|
+
|
1471
1471
|
def initialize(jsonresp=nil, requestid=nil)
|
1472
1472
|
@JSONResp = jsonresp
|
1473
1473
|
@RequestId = requestid
|
@@ -1509,7 +1509,7 @@ module TencentCloud
|
|
1509
1509
|
# @type RepoUrl: String
|
1510
1510
|
|
1511
1511
|
attr_accessor :Name, :Source, :EnvId, :Type, :Parameters, :EnvAlias, :RcJson, :AddonConfig, :Tags, :NetworkConfig, :FreeQuota, :AutoDeployOnCodeChange, :RepoUrl
|
1512
|
-
|
1512
|
+
|
1513
1513
|
def initialize(name=nil, source=nil, envid=nil, type=nil, parameters=nil, envalias=nil, rcjson=nil, addonconfig=nil, tags=nil, networkconfig=nil, freequota=nil, autodeployoncodechange=nil, repourl=nil)
|
1514
1514
|
@Name = name
|
1515
1515
|
@Source = source
|
@@ -1562,7 +1562,7 @@ module TencentCloud
|
|
1562
1562
|
# @type RequestId: String
|
1563
1563
|
|
1564
1564
|
attr_accessor :EnvId, :RequestId
|
1565
|
-
|
1565
|
+
|
1566
1566
|
def initialize(envid=nil, requestid=nil)
|
1567
1567
|
@EnvId = envid
|
1568
1568
|
@RequestId = requestid
|
@@ -1582,7 +1582,7 @@ module TencentCloud
|
|
1582
1582
|
# @type Domains: Array
|
1583
1583
|
|
1584
1584
|
attr_accessor :EnvId, :Domains
|
1585
|
-
|
1585
|
+
|
1586
1586
|
def initialize(envid=nil, domains=nil)
|
1587
1587
|
@EnvId = envid
|
1588
1588
|
@Domains = domains
|
@@ -1600,7 +1600,7 @@ module TencentCloud
|
|
1600
1600
|
# @type RequestId: String
|
1601
1601
|
|
1602
1602
|
attr_accessor :RequestId
|
1603
|
-
|
1603
|
+
|
1604
1604
|
def initialize(requestid=nil)
|
1605
1605
|
@RequestId = requestid
|
1606
1606
|
end
|
@@ -1620,7 +1620,7 @@ module TencentCloud
|
|
1620
1620
|
# @type SubnetIds: Array
|
1621
1621
|
|
1622
1622
|
attr_accessor :EnvId, :VpcId, :SubnetIds
|
1623
|
-
|
1623
|
+
|
1624
1624
|
def initialize(envid=nil, vpcid=nil, subnetids=nil)
|
1625
1625
|
@EnvId = envid
|
1626
1626
|
@VpcId = vpcid
|
@@ -1643,7 +1643,7 @@ module TencentCloud
|
|
1643
1643
|
# @type RequestId: String
|
1644
1644
|
|
1645
1645
|
attr_accessor :Result, :RequestId
|
1646
|
-
|
1646
|
+
|
1647
1647
|
def initialize(result=nil, requestid=nil)
|
1648
1648
|
@Result = result
|
1649
1649
|
@RequestId = requestid
|
@@ -1747,7 +1747,7 @@ module TencentCloud
|
|
1747
1747
|
# @type PolicyDetail: Array
|
1748
1748
|
|
1749
1749
|
attr_accessor :EnvId, :UploadType, :FlowRatio, :Cpu, :Mem, :MinNum, :MaxNum, :PolicyType, :PolicyThreshold, :ContainerPort, :ServerName, :RepositoryType, :DockerfilePath, :BuildDir, :EnvParams, :Repository, :Branch, :VersionRemark, :PackageName, :PackageVersion, :ImageInfo, :CodeDetail, :ImageSecretInfo, :ImagePullSecret, :CustomLogs, :InitialDelaySeconds, :MountVolumeInfo, :AccessType, :EsInfo, :EnableUnion, :OperatorRemark, :ServerPath, :ImageReuseKey, :SidecarSpecs, :Security, :ServiceVolumes, :IsCreateJnsGw, :ServiceVolumeMounts, :HasDockerfile, :BaseImage, :EntryPoint, :RepoLanguage, :UploadFilename, :PolicyDetail
|
1750
|
-
|
1750
|
+
|
1751
1751
|
def initialize(envid=nil, uploadtype=nil, flowratio=nil, cpu=nil, mem=nil, minnum=nil, maxnum=nil, policytype=nil, policythreshold=nil, containerport=nil, servername=nil, repositorytype=nil, dockerfilepath=nil, builddir=nil, envparams=nil, repository=nil, branch=nil, versionremark=nil, packagename=nil, packageversion=nil, imageinfo=nil, codedetail=nil, imagesecretinfo=nil, imagepullsecret=nil, customlogs=nil, initialdelayseconds=nil, mountvolumeinfo=nil, accesstype=nil, esinfo=nil, enableunion=nil, operatorremark=nil, serverpath=nil, imagereusekey=nil, sidecarspecs=nil, security=nil, servicevolumes=nil, iscreatejnsgw=nil, servicevolumemounts=nil, hasdockerfile=nil, baseimage=nil, entrypoint=nil, repolanguage=nil, uploadfilename=nil, policydetail=nil)
|
1752
1752
|
@EnvId = envid
|
1753
1753
|
@UploadType = uploadtype
|
@@ -1908,7 +1908,7 @@ module TencentCloud
|
|
1908
1908
|
# @type RequestId: String
|
1909
1909
|
|
1910
1910
|
attr_accessor :Result, :VersionName, :RunId, :RequestId
|
1911
|
-
|
1911
|
+
|
1912
1912
|
def initialize(result=nil, versionname=nil, runid=nil, requestid=nil)
|
1913
1913
|
@Result = result
|
1914
1914
|
@VersionName = versionname
|
@@ -1934,7 +1934,7 @@ module TencentCloud
|
|
1934
1934
|
# @type CertId: String
|
1935
1935
|
|
1936
1936
|
attr_accessor :EnvId, :Domain, :CertId
|
1937
|
-
|
1937
|
+
|
1938
1938
|
def initialize(envid=nil, domain=nil, certid=nil)
|
1939
1939
|
@EnvId = envid
|
1940
1940
|
@Domain = domain
|
@@ -1954,7 +1954,7 @@ module TencentCloud
|
|
1954
1954
|
# @type RequestId: String
|
1955
1955
|
|
1956
1956
|
attr_accessor :RequestId
|
1957
|
-
|
1957
|
+
|
1958
1958
|
def initialize(requestid=nil)
|
1959
1959
|
@RequestId = requestid
|
1960
1960
|
end
|
@@ -2000,7 +2000,7 @@ module TencentCloud
|
|
2000
2000
|
# @type Extra: String
|
2001
2001
|
|
2002
2002
|
attr_accessor :EnvId, :WxAppId, :Source, :FreeQuota, :EnvSource, :Alias, :Channel, :ExtensionId, :Flag, :EnvAlias, :Extra
|
2003
|
-
|
2003
|
+
|
2004
2004
|
def initialize(envid=nil, wxappid=nil, source=nil, freequota=nil, envsource=nil, _alias=nil, channel=nil, extensionid=nil, flag=nil, envalias=nil, extra=nil)
|
2005
2005
|
@EnvId = envid
|
2006
2006
|
@WxAppId = wxappid
|
@@ -2041,7 +2041,7 @@ module TencentCloud
|
|
2041
2041
|
# @type RequestId: String
|
2042
2042
|
|
2043
2043
|
attr_accessor :TranId, :EnvId, :RequestId
|
2044
|
-
|
2044
|
+
|
2045
2045
|
def initialize(tranid=nil, envid=nil, requestid=nil)
|
2046
2046
|
@TranId = tranid
|
2047
2047
|
@EnvId = envid
|
@@ -2071,7 +2071,7 @@ module TencentCloud
|
|
2071
2071
|
# @type PackageVersion: String
|
2072
2072
|
|
2073
2073
|
attr_accessor :EnvId, :GatewayAlias, :VpcId, :SubnetIds, :GatewayDesc, :PackageVersion
|
2074
|
-
|
2074
|
+
|
2075
2075
|
def initialize(envid=nil, gatewayalias=nil, vpcid=nil, subnetids=nil, gatewaydesc=nil, packageversion=nil)
|
2076
2076
|
@EnvId = envid
|
2077
2077
|
@GatewayAlias = gatewayalias
|
@@ -2099,7 +2099,7 @@ module TencentCloud
|
|
2099
2099
|
# @type RequestId: String
|
2100
2100
|
|
2101
2101
|
attr_accessor :GatewayName, :RequestId
|
2102
|
-
|
2102
|
+
|
2103
2103
|
def initialize(gatewayname=nil, requestid=nil)
|
2104
2104
|
@GatewayName = gatewayname
|
2105
2105
|
@RequestId = requestid
|
@@ -2119,7 +2119,7 @@ module TencentCloud
|
|
2119
2119
|
# @type EnableUnion: Boolean
|
2120
2120
|
|
2121
2121
|
attr_accessor :EnvId, :EnableUnion
|
2122
|
-
|
2122
|
+
|
2123
2123
|
def initialize(envid=nil, enableunion=nil)
|
2124
2124
|
@EnvId = envid
|
2125
2125
|
@EnableUnion = enableunion
|
@@ -2140,7 +2140,7 @@ module TencentCloud
|
|
2140
2140
|
# @type RequestId: String
|
2141
2141
|
|
2142
2142
|
attr_accessor :Result, :RequestId
|
2143
|
-
|
2143
|
+
|
2144
2144
|
def initialize(result=nil, requestid=nil)
|
2145
2145
|
@Result = result
|
2146
2146
|
@RequestId = requestid
|
@@ -2176,7 +2176,7 @@ module TencentCloud
|
|
2176
2176
|
# @type Channel: String
|
2177
2177
|
|
2178
2178
|
attr_accessor :WxAppId, :Alias, :FreeQuota, :Flag, :VpcId, :SubNetIds, :IsOpenCloudInvoke, :Source, :Channel
|
2179
|
-
|
2179
|
+
|
2180
2180
|
def initialize(wxappid=nil, _alias=nil, freequota=nil, flag=nil, vpcid=nil, subnetids=nil, isopencloudinvoke=nil, source=nil, channel=nil)
|
2181
2181
|
@WxAppId = wxappid
|
2182
2182
|
@Alias = _alias
|
@@ -2212,7 +2212,7 @@ module TencentCloud
|
|
2212
2212
|
# @type RequestId: String
|
2213
2213
|
|
2214
2214
|
attr_accessor :EnvId, :TranId, :RequestId
|
2215
|
-
|
2215
|
+
|
2216
2216
|
def initialize(envid=nil, tranid=nil, requestid=nil)
|
2217
2217
|
@EnvId = envid
|
2218
2218
|
@TranId = tranid
|
@@ -2242,7 +2242,7 @@ module TencentCloud
|
|
2242
2242
|
# @type LowerCaseTableName: String
|
2243
2243
|
|
2244
2244
|
attr_accessor :AccountPassword, :EnvId, :WxAppId, :DbVersion, :LowerCaseTableName
|
2245
|
-
|
2245
|
+
|
2246
2246
|
def initialize(accountpassword=nil, envid=nil, wxappid=nil, dbversion=nil, lowercasetablename=nil)
|
2247
2247
|
@AccountPassword = accountpassword
|
2248
2248
|
@EnvId = envid
|
@@ -2266,7 +2266,7 @@ module TencentCloud
|
|
2266
2266
|
# @type RequestId: String
|
2267
2267
|
|
2268
2268
|
attr_accessor :RequestId
|
2269
|
-
|
2269
|
+
|
2270
2270
|
def initialize(requestid=nil)
|
2271
2271
|
@RequestId = requestid
|
2272
2272
|
end
|
@@ -2294,7 +2294,7 @@ module TencentCloud
|
|
2294
2294
|
# @type UpdateTime: String
|
2295
2295
|
|
2296
2296
|
attr_accessor :InstanceId, :Status, :Region, :UpdateTime
|
2297
|
-
|
2297
|
+
|
2298
2298
|
def initialize(instanceid=nil, status=nil, region=nil, updatetime=nil)
|
2299
2299
|
@InstanceId = instanceid
|
2300
2300
|
@Status = status
|
@@ -2320,7 +2320,7 @@ module TencentCloud
|
|
2320
2320
|
# @type KeepResource: Boolean
|
2321
2321
|
|
2322
2322
|
attr_accessor :EnvId, :ProjectName, :KeepResource
|
2323
|
-
|
2323
|
+
|
2324
2324
|
def initialize(envid=nil, projectname=nil, keepresource=nil)
|
2325
2325
|
@EnvId = envid
|
2326
2326
|
@ProjectName = projectname
|
@@ -2340,7 +2340,7 @@ module TencentCloud
|
|
2340
2340
|
# @type RequestId: String
|
2341
2341
|
|
2342
2342
|
attr_accessor :RequestId
|
2343
|
-
|
2343
|
+
|
2344
2344
|
def initialize(requestid=nil)
|
2345
2345
|
@RequestId = requestid
|
2346
2346
|
end
|
@@ -2366,7 +2366,7 @@ module TencentCloud
|
|
2366
2366
|
# @type OperatorRemark: String
|
2367
2367
|
|
2368
2368
|
attr_accessor :EnvId, :ServerName, :VersionName, :IsDeleteServer, :IsDeleteImage, :OperatorRemark
|
2369
|
-
|
2369
|
+
|
2370
2370
|
def initialize(envid=nil, servername=nil, versionname=nil, isdeleteserver=nil, isdeleteimage=nil, operatorremark=nil)
|
2371
2371
|
@EnvId = envid
|
2372
2372
|
@ServerName = servername
|
@@ -2395,7 +2395,7 @@ module TencentCloud
|
|
2395
2395
|
# @type RequestId: String
|
2396
2396
|
|
2397
2397
|
attr_accessor :Result, :RequestId
|
2398
|
-
|
2398
|
+
|
2399
2399
|
def initialize(result=nil, requestid=nil)
|
2400
2400
|
@Result = result
|
2401
2401
|
@RequestId = requestid
|
@@ -2415,7 +2415,7 @@ module TencentCloud
|
|
2415
2415
|
# @type UserList: Array
|
2416
2416
|
|
2417
2417
|
attr_accessor :EnvId, :UserList
|
2418
|
-
|
2418
|
+
|
2419
2419
|
def initialize(envid=nil, userlist=nil)
|
2420
2420
|
@EnvId = envid
|
2421
2421
|
@UserList = userlist
|
@@ -2433,7 +2433,7 @@ module TencentCloud
|
|
2433
2433
|
# @type RequestId: String
|
2434
2434
|
|
2435
2435
|
attr_accessor :RequestId
|
2436
|
-
|
2436
|
+
|
2437
2437
|
def initialize(requestid=nil)
|
2438
2438
|
@RequestId = requestid
|
2439
2439
|
end
|
@@ -2451,7 +2451,7 @@ module TencentCloud
|
|
2451
2451
|
# @type GatewayRouteName: String
|
2452
2452
|
|
2453
2453
|
attr_accessor :EnvId, :GatewayRouteName
|
2454
|
-
|
2454
|
+
|
2455
2455
|
def initialize(envid=nil, gatewayroutename=nil)
|
2456
2456
|
@EnvId = envid
|
2457
2457
|
@GatewayRouteName = gatewayroutename
|
@@ -2469,7 +2469,7 @@ module TencentCloud
|
|
2469
2469
|
# @type RequestId: String
|
2470
2470
|
|
2471
2471
|
attr_accessor :RequestId
|
2472
|
-
|
2472
|
+
|
2473
2473
|
def initialize(requestid=nil)
|
2474
2474
|
@RequestId = requestid
|
2475
2475
|
end
|
@@ -2485,7 +2485,7 @@ module TencentCloud
|
|
2485
2485
|
# @type ActivityIdList: Array
|
2486
2486
|
|
2487
2487
|
attr_accessor :ActivityIdList
|
2488
|
-
|
2488
|
+
|
2489
2489
|
def initialize(activityidlist=nil)
|
2490
2490
|
@ActivityIdList = activityidlist
|
2491
2491
|
end
|
@@ -2503,7 +2503,7 @@ module TencentCloud
|
|
2503
2503
|
# @type RequestId: String
|
2504
2504
|
|
2505
2505
|
attr_accessor :ActivityInfoList, :RequestId
|
2506
|
-
|
2506
|
+
|
2507
2507
|
def initialize(activityinfolist=nil, requestid=nil)
|
2508
2508
|
@ActivityInfoList = activityinfolist
|
2509
2509
|
@RequestId = requestid
|
@@ -2538,7 +2538,7 @@ module TencentCloud
|
|
2538
2538
|
# @type IsDeletedList: Array
|
2539
2539
|
|
2540
2540
|
attr_accessor :ChannelToken, :Channel, :ActivityIdList, :Status, :Statuses, :IsDeletedList
|
2541
|
-
|
2541
|
+
|
2542
2542
|
def initialize(channeltoken=nil, channel=nil, activityidlist=nil, status=nil, statuses=nil, isdeletedlist=nil)
|
2543
2543
|
@ChannelToken = channeltoken
|
2544
2544
|
@Channel = channel
|
@@ -2566,7 +2566,7 @@ module TencentCloud
|
|
2566
2566
|
# @type RequestId: String
|
2567
2567
|
|
2568
2568
|
attr_accessor :ActivityRecords, :RequestId
|
2569
|
-
|
2569
|
+
|
2570
2570
|
def initialize(activityrecords=nil, requestid=nil)
|
2571
2571
|
@ActivityRecords = activityrecords
|
2572
2572
|
@RequestId = requestid
|
@@ -2591,7 +2591,7 @@ module TencentCloud
|
|
2591
2591
|
# @type EnvId: String
|
2592
2592
|
|
2593
2593
|
attr_accessor :EnvId
|
2594
|
-
|
2594
|
+
|
2595
2595
|
def initialize(envid=nil)
|
2596
2596
|
@EnvId = envid
|
2597
2597
|
end
|
@@ -2609,7 +2609,7 @@ module TencentCloud
|
|
2609
2609
|
# @type RequestId: String
|
2610
2610
|
|
2611
2611
|
attr_accessor :Domains, :RequestId
|
2612
|
-
|
2612
|
+
|
2613
2613
|
def initialize(domains=nil, requestid=nil)
|
2614
2614
|
@Domains = domains
|
2615
2615
|
@RequestId = requestid
|
@@ -2654,7 +2654,7 @@ module TencentCloud
|
|
2654
2654
|
# @type PaymentChannel: String
|
2655
2655
|
|
2656
2656
|
attr_accessor :PackageName, :EnvId, :Source, :EnvChannel, :TargetAction, :GroupName, :PackageTypeList, :PaymentChannel
|
2657
|
-
|
2657
|
+
|
2658
2658
|
def initialize(packagename=nil, envid=nil, source=nil, envchannel=nil, targetaction=nil, groupname=nil, packagetypelist=nil, paymentchannel=nil)
|
2659
2659
|
@PackageName = packagename
|
2660
2660
|
@EnvId = envid
|
@@ -2686,7 +2686,7 @@ module TencentCloud
|
|
2686
2686
|
# @type RequestId: String
|
2687
2687
|
|
2688
2688
|
attr_accessor :PackageList, :RequestId
|
2689
|
-
|
2689
|
+
|
2690
2690
|
def initialize(packagelist=nil, requestid=nil)
|
2691
2691
|
@PackageList = packagelist
|
2692
2692
|
@RequestId = requestid
|
@@ -2719,7 +2719,7 @@ module TencentCloud
|
|
2719
2719
|
# @type Suffix: String
|
2720
2720
|
|
2721
2721
|
attr_accessor :EnvId, :ServiceName, :CIBusiness, :ServiceVersion, :Suffix
|
2722
|
-
|
2722
|
+
|
2723
2723
|
def initialize(envid=nil, servicename=nil, cibusiness=nil, serviceversion=nil, suffix=nil)
|
2724
2724
|
@EnvId = envid
|
2725
2725
|
@ServiceName = servicename
|
@@ -2760,7 +2760,7 @@ module TencentCloud
|
|
2760
2760
|
# @type RequestId: String
|
2761
2761
|
|
2762
2762
|
attr_accessor :UploadUrl, :UploadHeaders, :PackageName, :PackageVersion, :DownloadUrl, :DownloadHeaders, :OutDate, :RequestId
|
2763
|
-
|
2763
|
+
|
2764
2764
|
def initialize(uploadurl=nil, uploadheaders=nil, packagename=nil, packageversion=nil, downloadurl=nil, downloadheaders=nil, outdate=nil, requestid=nil)
|
2765
2765
|
@UploadUrl = uploadurl
|
2766
2766
|
@UploadHeaders = uploadheaders
|
@@ -2816,7 +2816,7 @@ module TencentCloud
|
|
2816
2816
|
# @type CiId: String
|
2817
2817
|
|
2818
2818
|
attr_accessor :Offset, :PageSize, :EnvId, :ProjectName, :ProjectType, :Tags, :CiId
|
2819
|
-
|
2819
|
+
|
2820
2820
|
def initialize(offset=nil, pagesize=nil, envid=nil, projectname=nil, projecttype=nil, tags=nil, ciid=nil)
|
2821
2821
|
@Offset = offset
|
2822
2822
|
@PageSize = pagesize
|
@@ -2850,7 +2850,7 @@ module TencentCloud
|
|
2850
2850
|
# @type RequestId: String
|
2851
2851
|
|
2852
2852
|
attr_accessor :ProjectList, :TotalCount, :RequestId
|
2853
|
-
|
2853
|
+
|
2854
2854
|
def initialize(projectlist=nil, totalcount=nil, requestid=nil)
|
2855
2855
|
@ProjectList = projectlist
|
2856
2856
|
@TotalCount = totalcount
|
@@ -2887,7 +2887,7 @@ module TencentCloud
|
|
2887
2887
|
# @type EndTime: String
|
2888
2888
|
|
2889
2889
|
attr_accessor :EnvId, :ProjectName, :PageSize, :PageNum, :StartTime, :EndTime
|
2890
|
-
|
2890
|
+
|
2891
2891
|
def initialize(envid=nil, projectname=nil, pagesize=nil, pagenum=nil, starttime=nil, endtime=nil)
|
2892
2892
|
@EnvId = envid
|
2893
2893
|
@ProjectName = projectname
|
@@ -2919,7 +2919,7 @@ module TencentCloud
|
|
2919
2919
|
# @type RequestId: String
|
2920
2920
|
|
2921
2921
|
attr_accessor :ProjectVersions, :TotalCount, :RequestId
|
2922
|
-
|
2922
|
+
|
2923
2923
|
def initialize(projectversions=nil, totalcount=nil, requestid=nil)
|
2924
2924
|
@ProjectVersions = projectversions
|
2925
2925
|
@TotalCount = totalcount
|
@@ -2946,7 +2946,7 @@ module TencentCloud
|
|
2946
2946
|
# @type EnvId: String
|
2947
2947
|
|
2948
2948
|
attr_accessor :EnvId
|
2949
|
-
|
2949
|
+
|
2950
2950
|
def initialize(envid=nil)
|
2951
2951
|
@EnvId = envid
|
2952
2952
|
end
|
@@ -2965,7 +2965,7 @@ module TencentCloud
|
|
2965
2965
|
# @type RequestId: String
|
2966
2966
|
|
2967
2967
|
attr_accessor :Vpcs, :RequestId
|
2968
|
-
|
2968
|
+
|
2969
2969
|
def initialize(vpcs=nil, requestid=nil)
|
2970
2970
|
@Vpcs = vpcs
|
2971
2971
|
@RequestId = requestid
|
@@ -2985,7 +2985,7 @@ module TencentCloud
|
|
2985
2985
|
# @type VpcID: String
|
2986
2986
|
|
2987
2987
|
attr_accessor :EnvID, :VpcID
|
2988
|
-
|
2988
|
+
|
2989
2989
|
def initialize(envid=nil, vpcid=nil)
|
2990
2990
|
@EnvID = envid
|
2991
2991
|
@VpcID = vpcid
|
@@ -3009,7 +3009,7 @@ module TencentCloud
|
|
3009
3009
|
# @type RequestId: String
|
3010
3010
|
|
3011
3011
|
attr_accessor :LastUpTime, :Data, :RequestId
|
3012
|
-
|
3012
|
+
|
3013
3013
|
def initialize(lastuptime=nil, data=nil, requestid=nil)
|
3014
3014
|
@LastUpTime = lastuptime
|
3015
3015
|
@Data = data
|
@@ -3036,7 +3036,7 @@ module TencentCloud
|
|
3036
3036
|
# @type ExternalId: String
|
3037
3037
|
|
3038
3038
|
attr_accessor :ExternalId
|
3039
|
-
|
3039
|
+
|
3040
3040
|
def initialize(externalid=nil)
|
3041
3041
|
@ExternalId = externalid
|
3042
3042
|
end
|
@@ -3083,7 +3083,7 @@ module TencentCloud
|
|
3083
3083
|
# @type RequestId: String
|
3084
3084
|
|
3085
3085
|
attr_accessor :ExternalId, :EnvId, :UserUin, :ServerName, :VersionName, :CreateTime, :Stage, :Status, :FailReason, :UserEnvId, :StartTime, :Steps, :RequestId
|
3086
|
-
|
3086
|
+
|
3087
3087
|
def initialize(externalid=nil, envid=nil, useruin=nil, servername=nil, versionname=nil, createtime=nil, stage=nil, status=nil, failreason=nil, userenvid=nil, starttime=nil, steps=nil, requestid=nil)
|
3088
3088
|
@ExternalId = externalid
|
3089
3089
|
@EnvId = envid
|
@@ -3132,7 +3132,7 @@ module TencentCloud
|
|
3132
3132
|
# @type ServerName: String
|
3133
3133
|
|
3134
3134
|
attr_accessor :EnvId, :ServerName
|
3135
|
-
|
3135
|
+
|
3136
3136
|
def initialize(envid=nil, servername=nil)
|
3137
3137
|
@EnvId = envid
|
3138
3138
|
@ServerName = servername
|
@@ -3156,7 +3156,7 @@ module TencentCloud
|
|
3156
3156
|
# @type RequestId: String
|
3157
3157
|
|
3158
3158
|
attr_accessor :Action, :ServerName, :RequestId
|
3159
|
-
|
3159
|
+
|
3160
3160
|
def initialize(action=nil, servername=nil, requestid=nil)
|
3161
3161
|
@Action = action
|
3162
3162
|
@ServerName = servername
|
@@ -3188,7 +3188,7 @@ module TencentCloud
|
|
3188
3188
|
# @type PodName: String
|
3189
3189
|
|
3190
3190
|
attr_accessor :EnvId, :ServerName, :VersionName, :Limit, :Offset, :Status, :PodName
|
3191
|
-
|
3191
|
+
|
3192
3192
|
def initialize(envid=nil, servername=nil, versionname=nil, limit=nil, offset=nil, status=nil, podname=nil)
|
3193
3193
|
@EnvId = envid
|
3194
3194
|
@ServerName = servername
|
@@ -3216,7 +3216,7 @@ module TencentCloud
|
|
3216
3216
|
# @type RequestId: String
|
3217
3217
|
|
3218
3218
|
attr_accessor :RequestId
|
3219
|
-
|
3219
|
+
|
3220
3220
|
def initialize(requestid=nil)
|
3221
3221
|
@RequestId = requestid
|
3222
3222
|
end
|
@@ -3232,7 +3232,7 @@ module TencentCloud
|
|
3232
3232
|
# @type EnvId: String
|
3233
3233
|
|
3234
3234
|
attr_accessor :EnvId
|
3235
|
-
|
3235
|
+
|
3236
3236
|
def initialize(envid=nil)
|
3237
3237
|
@EnvId = envid
|
3238
3238
|
end
|
@@ -3263,7 +3263,7 @@ module TencentCloud
|
|
3263
3263
|
# @type RequestId: String
|
3264
3264
|
|
3265
3265
|
attr_accessor :ClusterStatus, :VirtualClusterId, :VpcId, :Region, :SubnetIds, :RequestId
|
3266
|
-
|
3266
|
+
|
3267
3267
|
def initialize(clusterstatus=nil, virtualclusterid=nil, vpcid=nil, region=nil, subnetids=nil, requestid=nil)
|
3268
3268
|
@ClusterStatus = clusterstatus
|
3269
3269
|
@VirtualClusterId = virtualclusterid
|
@@ -3296,7 +3296,7 @@ module TencentCloud
|
|
3296
3296
|
# @type EnvId: String
|
3297
3297
|
|
3298
3298
|
attr_accessor :EnvId
|
3299
|
-
|
3299
|
+
|
3300
3300
|
def initialize(envid=nil)
|
3301
3301
|
@EnvId = envid
|
3302
3302
|
end
|
@@ -3327,7 +3327,7 @@ module TencentCloud
|
|
3327
3327
|
# @type RequestId: String
|
3328
3328
|
|
3329
3329
|
attr_accessor :ClusterStatus, :VirtualClusterId, :VpcId, :Region, :SubnetIds, :RequestId
|
3330
|
-
|
3330
|
+
|
3331
3331
|
def initialize(clusterstatus=nil, virtualclusterid=nil, vpcid=nil, region=nil, subnetids=nil, requestid=nil)
|
3332
3332
|
@ClusterStatus = clusterstatus
|
3333
3333
|
@VirtualClusterId = virtualclusterid
|
@@ -3366,7 +3366,7 @@ module TencentCloud
|
|
3366
3366
|
# @type ExternalId: String
|
3367
3367
|
|
3368
3368
|
attr_accessor :ServerName, :UserEnvId, :UserUin, :ExternalId
|
3369
|
-
|
3369
|
+
|
3370
3370
|
def initialize(servername=nil, userenvid=nil, useruin=nil, externalid=nil)
|
3371
3371
|
@ServerName = servername
|
3372
3372
|
@UserEnvId = userenvid
|
@@ -3394,7 +3394,7 @@ module TencentCloud
|
|
3394
3394
|
# @type RequestId: String
|
3395
3395
|
|
3396
3396
|
attr_accessor :PublicDomain, :InternalDomain, :DomainName, :RequestId
|
3397
|
-
|
3397
|
+
|
3398
3398
|
def initialize(publicdomain=nil, internaldomain=nil, domainname=nil, requestid=nil)
|
3399
3399
|
@PublicDomain = publicdomain
|
3400
3400
|
@InternalDomain = internaldomain
|
@@ -3424,7 +3424,7 @@ module TencentCloud
|
|
3424
3424
|
# @type VersionName: String
|
3425
3425
|
|
3426
3426
|
attr_accessor :EnvId, :ServerName, :Offset, :Limit, :VersionName
|
3427
|
-
|
3427
|
+
|
3428
3428
|
def initialize(envid=nil, servername=nil, offset=nil, limit=nil, versionname=nil)
|
3429
3429
|
@EnvId = envid
|
3430
3430
|
@ServerName = servername
|
@@ -3469,7 +3469,7 @@ module TencentCloud
|
|
3469
3469
|
# @type RequestId: String
|
3470
3470
|
|
3471
3471
|
attr_accessor :TotalCount, :VersionItems, :ServerName, :IsPublic, :ImageRepo, :TrafficType, :SourceType, :RequestId
|
3472
|
-
|
3472
|
+
|
3473
3473
|
def initialize(totalcount=nil, versionitems=nil, servername=nil, ispublic=nil, imagerepo=nil, traffictype=nil, sourcetype=nil, requestid=nil)
|
3474
3474
|
@TotalCount = totalcount
|
3475
3475
|
@VersionItems = versionitems
|
@@ -3510,7 +3510,7 @@ module TencentCloud
|
|
3510
3510
|
# @type VersionName: String
|
3511
3511
|
|
3512
3512
|
attr_accessor :EnvId, :ServerName, :VersionName
|
3513
|
-
|
3513
|
+
|
3514
3514
|
def initialize(envid=nil, servername=nil, versionname=nil)
|
3515
3515
|
@EnvId = envid
|
3516
3516
|
@ServerName = servername
|
@@ -3638,7 +3638,7 @@ module TencentCloud
|
|
3638
3638
|
# @type RequestId: String
|
3639
3639
|
|
3640
3640
|
attr_accessor :VersionName, :Remark, :DockerfilePath, :BuildDir, :Cpu, :Mem, :MinNum, :MaxNum, :PolicyType, :PolicyThreshold, :EnvParams, :CreatedTime, :UpdatedTime, :VersionIP, :VersionPort, :Status, :PackageName, :PackageVersion, :UploadType, :RepoType, :Repo, :Branch, :ServerName, :IsPublic, :VpcId, :SubnetIds, :CustomLogs, :ContainerPort, :InitialDelaySeconds, :ImageUrl, :CpuSize, :MemSize, :HasDockerfile, :BaseImage, :EntryPoint, :RepoLanguage, :PolicyDetail, :TkeClusterInfo, :TkeWorkloadType, :RequestId
|
3641
|
-
|
3641
|
+
|
3642
3642
|
def initialize(versionname=nil, remark=nil, dockerfilepath=nil, builddir=nil, cpu=nil, mem=nil, minnum=nil, maxnum=nil, policytype=nil, policythreshold=nil, envparams=nil, createdtime=nil, updatedtime=nil, versionip=nil, versionport=nil, status=nil, packagename=nil, packageversion=nil, uploadtype=nil, repotype=nil, repo=nil, branch=nil, servername=nil, ispublic=nil, vpcid=nil, subnetids=nil, customlogs=nil, containerport=nil, initialdelayseconds=nil, imageurl=nil, cpusize=nil, memsize=nil, hasdockerfile=nil, baseimage=nil, entrypoint=nil, repolanguage=nil, policydetail=nil, tkeclusterinfo=nil, tkeworkloadtype=nil, requestid=nil)
|
3643
3643
|
@VersionName = versionname
|
3644
3644
|
@Remark = remark
|
@@ -3746,7 +3746,7 @@ module TencentCloud
|
|
3746
3746
|
# @type VersionName: String
|
3747
3747
|
|
3748
3748
|
attr_accessor :EnvId, :ServerName, :VersionName
|
3749
|
-
|
3749
|
+
|
3750
3750
|
def initialize(envid=nil, servername=nil, versionname=nil)
|
3751
3751
|
@EnvId = envid
|
3752
3752
|
@ServerName = servername
|
@@ -3858,7 +3858,7 @@ module TencentCloud
|
|
3858
3858
|
# @type RequestId: String
|
3859
3859
|
|
3860
3860
|
attr_accessor :VersionName, :Remark, :DockerfilePath, :BuildDir, :MinNum, :MaxNum, :PolicyType, :PolicyThreshold, :EnvParams, :CreatedTime, :UpdatedTime, :VersionIP, :VersionPort, :Status, :PackageName, :PackageVersion, :UploadType, :RepoType, :Repo, :Branch, :ServerName, :IsPublic, :VpcId, :SubnetIds, :CustomLogs, :ContainerPort, :InitialDelaySeconds, :ImageUrl, :CpuSize, :MemSize, :PolicyDetail, :Cpu, :Mem, :RequestId
|
3861
|
-
|
3861
|
+
|
3862
3862
|
def initialize(versionname=nil, remark=nil, dockerfilepath=nil, builddir=nil, minnum=nil, maxnum=nil, policytype=nil, policythreshold=nil, envparams=nil, createdtime=nil, updatedtime=nil, versionip=nil, versionport=nil, status=nil, packagename=nil, packageversion=nil, uploadtype=nil, repotype=nil, repo=nil, branch=nil, servername=nil, ispublic=nil, vpcid=nil, subnetids=nil, customlogs=nil, containerport=nil, initialdelayseconds=nil, imageurl=nil, cpusize=nil, memsize=nil, policydetail=nil, cpu=nil, mem=nil, requestid=nil)
|
3863
3863
|
@VersionName = versionname
|
3864
3864
|
@Remark = remark
|
@@ -3944,7 +3944,7 @@ module TencentCloud
|
|
3944
3944
|
# DescribeCloudBaseRunVersionRsByCondition请求参数结构体
|
3945
3945
|
class DescribeCloudBaseRunVersionRsByConditionRequest < TencentCloud::Common::AbstractModel
|
3946
3946
|
|
3947
|
-
|
3947
|
+
|
3948
3948
|
def initialize()
|
3949
3949
|
end
|
3950
3950
|
|
@@ -3958,7 +3958,7 @@ module TencentCloud
|
|
3958
3958
|
# @type RequestId: String
|
3959
3959
|
|
3960
3960
|
attr_accessor :RequestId
|
3961
|
-
|
3961
|
+
|
3962
3962
|
def initialize(requestid=nil)
|
3963
3963
|
@RequestId = requestid
|
3964
3964
|
end
|
@@ -3984,7 +3984,7 @@ module TencentCloud
|
|
3984
3984
|
# @type Limit: Integer
|
3985
3985
|
|
3986
3986
|
attr_accessor :ServerName, :VersionName, :EnvId, :SnapshotName, :Offset, :Limit
|
3987
|
-
|
3987
|
+
|
3988
3988
|
def initialize(servername=nil, versionname=nil, envid=nil, snapshotname=nil, offset=nil, limit=nil)
|
3989
3989
|
@ServerName = servername
|
3990
3990
|
@VersionName = versionname
|
@@ -4013,7 +4013,7 @@ module TencentCloud
|
|
4013
4013
|
# @type RequestId: String
|
4014
4014
|
|
4015
4015
|
attr_accessor :Snapshots, :RequestId
|
4016
|
-
|
4016
|
+
|
4017
4017
|
def initialize(snapshots=nil, requestid=nil)
|
4018
4018
|
@Snapshots = snapshots
|
4019
4019
|
@RequestId = requestid
|
@@ -4070,7 +4070,7 @@ module TencentCloud
|
|
4070
4070
|
# @type ResourceID: String
|
4071
4071
|
|
4072
4072
|
attr_accessor :EnvId, :MetricName, :StartTime, :EndTime, :ResourceID
|
4073
|
-
|
4073
|
+
|
4074
4074
|
def initialize(envid=nil, metricname=nil, starttime=nil, endtime=nil, resourceid=nil)
|
4075
4075
|
@EnvId = envid
|
4076
4076
|
@MetricName = metricname
|
@@ -4108,7 +4108,7 @@ module TencentCloud
|
|
4108
4108
|
# @type RequestId: String
|
4109
4109
|
|
4110
4110
|
attr_accessor :StartTime, :EndTime, :MetricName, :Period, :Values, :Time, :NewValues, :RequestId
|
4111
|
-
|
4111
|
+
|
4112
4112
|
def initialize(starttime=nil, endtime=nil, metricname=nil, period=nil, values=nil, time=nil, newvalues=nil, requestid=nil)
|
4113
4113
|
@StartTime = starttime
|
4114
4114
|
@EndTime = endtime
|
@@ -4140,7 +4140,7 @@ module TencentCloud
|
|
4140
4140
|
# @type CollectionName: String
|
4141
4141
|
|
4142
4142
|
attr_accessor :EnvId, :CollectionName
|
4143
|
-
|
4143
|
+
|
4144
4144
|
def initialize(envid=nil, collectionname=nil)
|
4145
4145
|
@EnvId = envid
|
4146
4146
|
@CollectionName = collectionname
|
@@ -4164,7 +4164,7 @@ module TencentCloud
|
|
4164
4164
|
# @type RequestId: String
|
4165
4165
|
|
4166
4166
|
attr_accessor :AclTag, :RequestId
|
4167
|
-
|
4167
|
+
|
4168
4168
|
def initialize(acltag=nil, requestid=nil)
|
4169
4169
|
@AclTag = acltag
|
4170
4170
|
@RequestId = requestid
|
@@ -4182,7 +4182,7 @@ module TencentCloud
|
|
4182
4182
|
# @type CodeUri: String
|
4183
4183
|
|
4184
4184
|
attr_accessor :CodeUri
|
4185
|
-
|
4185
|
+
|
4186
4186
|
def initialize(codeuri=nil)
|
4187
4187
|
@CodeUri = codeuri
|
4188
4188
|
end
|
@@ -4207,7 +4207,7 @@ module TencentCloud
|
|
4207
4207
|
# @type RequestId: String
|
4208
4208
|
|
4209
4209
|
attr_accessor :FilePath, :CustomKey, :DownloadUrl, :RequestId
|
4210
|
-
|
4210
|
+
|
4211
4211
|
def initialize(filepath=nil, customkey=nil, downloadurl=nil, requestid=nil)
|
4212
4212
|
@FilePath = filepath
|
4213
4213
|
@CustomKey = customkey
|
@@ -4233,7 +4233,7 @@ module TencentCloud
|
|
4233
4233
|
# @type Source: String
|
4234
4234
|
|
4235
4235
|
attr_accessor :EnvId, :Source
|
4236
|
-
|
4236
|
+
|
4237
4237
|
def initialize(envid=nil, source=nil)
|
4238
4238
|
@EnvId = envid
|
4239
4239
|
@Source = source
|
@@ -4254,7 +4254,7 @@ module TencentCloud
|
|
4254
4254
|
# @type RequestId: String
|
4255
4255
|
|
4256
4256
|
attr_accessor :LoginStatistics, :RequestId
|
4257
|
-
|
4257
|
+
|
4258
4258
|
def initialize(loginstatistics=nil, requestid=nil)
|
4259
4259
|
@LoginStatistics = loginstatistics
|
4260
4260
|
@RequestId = requestid
|
@@ -4279,7 +4279,7 @@ module TencentCloud
|
|
4279
4279
|
# @type EnvId: String
|
4280
4280
|
|
4281
4281
|
attr_accessor :EnvId
|
4282
|
-
|
4282
|
+
|
4283
4283
|
def initialize(envid=nil)
|
4284
4284
|
@EnvId = envid
|
4285
4285
|
end
|
@@ -4300,7 +4300,7 @@ module TencentCloud
|
|
4300
4300
|
# @type RequestId: String
|
4301
4301
|
|
4302
4302
|
attr_accessor :PlatformStatistics, :TotalCount, :RequestId
|
4303
|
-
|
4303
|
+
|
4304
4304
|
def initialize(platformstatistics=nil, totalcount=nil, requestid=nil)
|
4305
4305
|
@PlatformStatistics = platformstatistics
|
4306
4306
|
@TotalCount = totalcount
|
@@ -4333,7 +4333,7 @@ module TencentCloud
|
|
4333
4333
|
# @type UUIds: Array
|
4334
4334
|
|
4335
4335
|
attr_accessor :EnvId, :Offset, :Limit, :UUIds
|
4336
|
-
|
4336
|
+
|
4337
4337
|
def initialize(envid=nil, offset=nil, limit=nil, uuids=nil)
|
4338
4338
|
@EnvId = envid
|
4339
4339
|
@Offset = offset
|
@@ -4359,7 +4359,7 @@ module TencentCloud
|
|
4359
4359
|
# @type RequestId: String
|
4360
4360
|
|
4361
4361
|
attr_accessor :Total, :Users, :RequestId
|
4362
|
-
|
4362
|
+
|
4363
4363
|
def initialize(total=nil, users=nil, requestid=nil)
|
4364
4364
|
@Total = total
|
4365
4365
|
@Users = users
|
@@ -4404,7 +4404,7 @@ module TencentCloud
|
|
4404
4404
|
# @type DealRegion: String
|
4405
4405
|
|
4406
4406
|
attr_accessor :EnvId, :DealType, :DealAction, :DealRegion
|
4407
|
-
|
4407
|
+
|
4408
4408
|
def initialize(envid=nil, dealtype=nil, dealaction=nil, dealregion=nil)
|
4409
4409
|
@EnvId = envid
|
4410
4410
|
@DealType = dealtype
|
@@ -4434,7 +4434,7 @@ module TencentCloud
|
|
4434
4434
|
# @type RequestId: String
|
4435
4435
|
|
4436
4436
|
attr_accessor :Region, :Zone, :RegionId, :ZoneId, :RequestId
|
4437
|
-
|
4437
|
+
|
4438
4438
|
def initialize(region=nil, zone=nil, regionid=nil, zoneid=nil, requestid=nil)
|
4439
4439
|
@Region = region
|
4440
4440
|
@Zone = zone
|
@@ -4461,7 +4461,7 @@ module TencentCloud
|
|
4461
4461
|
# @type ResourceTypes: Array
|
4462
4462
|
|
4463
4463
|
attr_accessor :EnvId, :ResourceTypes
|
4464
|
-
|
4464
|
+
|
4465
4465
|
def initialize(envid=nil, resourcetypes=nil)
|
4466
4466
|
@EnvId = envid
|
4467
4467
|
@ResourceTypes = resourcetypes
|
@@ -4482,7 +4482,7 @@ module TencentCloud
|
|
4482
4482
|
# @type RequestId: String
|
4483
4483
|
|
4484
4484
|
attr_accessor :QuotaItems, :RequestId
|
4485
|
-
|
4485
|
+
|
4486
4486
|
def initialize(quotaitems=nil, requestid=nil)
|
4487
4487
|
@QuotaItems = quotaitems
|
4488
4488
|
@RequestId = requestid
|
@@ -4504,7 +4504,7 @@ module TencentCloud
|
|
4504
4504
|
# DescribeEnvLimit请求参数结构体
|
4505
4505
|
class DescribeEnvLimitRequest < TencentCloud::Common::AbstractModel
|
4506
4506
|
|
4507
|
-
|
4507
|
+
|
4508
4508
|
def initialize()
|
4509
4509
|
end
|
4510
4510
|
|
@@ -4546,7 +4546,7 @@ module TencentCloud
|
|
4546
4546
|
# @type RequestId: String
|
4547
4547
|
|
4548
4548
|
attr_accessor :MaxEnvNum, :CurrentEnvNum, :MaxFreeEnvNum, :CurrentFreeEnvNum, :MaxDeleteTotal, :CurrentDeleteTotal, :MaxDeleteMonthly, :CurrentDeleteMonthly, :MaxFreeTrialNum, :CurrentFreeTrialNum, :ChangePayTotal, :CurrentChangePayTotal, :ChangePayMonthly, :CurrentChangePayMonthly, :RequestId
|
4549
|
-
|
4549
|
+
|
4550
4550
|
def initialize(maxenvnum=nil, currentenvnum=nil, maxfreeenvnum=nil, currentfreeenvnum=nil, maxdeletetotal=nil, currentdeletetotal=nil, maxdeletemonthly=nil, currentdeletemonthly=nil, maxfreetrialnum=nil, currentfreetrialnum=nil, changepaytotal=nil, currentchangepaytotal=nil, changepaymonthly=nil, currentchangepaymonthly=nil, requestid=nil)
|
4551
4551
|
@MaxEnvNum = maxenvnum
|
4552
4552
|
@CurrentEnvNum = currentenvnum
|
@@ -4596,7 +4596,7 @@ module TencentCloud
|
|
4596
4596
|
# @type EndTime: String
|
4597
4597
|
|
4598
4598
|
attr_accessor :ResourceTypes, :EnvId, :StartTime, :EndTime
|
4599
|
-
|
4599
|
+
|
4600
4600
|
def initialize(resourcetypes=nil, envid=nil, starttime=nil, endtime=nil)
|
4601
4601
|
@ResourceTypes = resourcetypes
|
4602
4602
|
@EnvId = envid
|
@@ -4621,7 +4621,7 @@ module TencentCloud
|
|
4621
4621
|
# @type RequestId: String
|
4622
4622
|
|
4623
4623
|
attr_accessor :PostPaidEnvDeductInfoList, :RequestId
|
4624
|
-
|
4624
|
+
|
4625
4625
|
def initialize(postpaidenvdeductinfolist=nil, requestid=nil)
|
4626
4626
|
@PostPaidEnvDeductInfoList = postpaidenvdeductinfolist
|
4627
4627
|
@RequestId = requestid
|
@@ -4651,7 +4651,7 @@ module TencentCloud
|
|
4651
4651
|
# @type Channels: Array
|
4652
4652
|
|
4653
4653
|
attr_accessor :EnvId, :IsVisible, :Channels
|
4654
|
-
|
4654
|
+
|
4655
4655
|
def initialize(envid=nil, isvisible=nil, channels=nil)
|
4656
4656
|
@EnvId = envid
|
4657
4657
|
@IsVisible = isvisible
|
@@ -4675,7 +4675,7 @@ module TencentCloud
|
|
4675
4675
|
# @type RequestId: String
|
4676
4676
|
|
4677
4677
|
attr_accessor :EnvList, :Total, :RequestId
|
4678
|
-
|
4678
|
+
|
4679
4679
|
def initialize(envlist=nil, total=nil, requestid=nil)
|
4680
4680
|
@EnvList = envlist
|
4681
4681
|
@Total = total
|
@@ -4702,7 +4702,7 @@ module TencentCloud
|
|
4702
4702
|
# @type ExtensionFiles: Array
|
4703
4703
|
|
4704
4704
|
attr_accessor :ExtensionFiles
|
4705
|
-
|
4705
|
+
|
4706
4706
|
def initialize(extensionfiles=nil)
|
4707
4707
|
@ExtensionFiles = extensionfiles
|
4708
4708
|
end
|
@@ -4727,7 +4727,7 @@ module TencentCloud
|
|
4727
4727
|
# @type RequestId: String
|
4728
4728
|
|
4729
4729
|
attr_accessor :FilesData, :RequestId
|
4730
|
-
|
4730
|
+
|
4731
4731
|
def initialize(filesdata=nil, requestid=nil)
|
4732
4732
|
@FilesData = filesdata
|
4733
4733
|
@RequestId = requestid
|
@@ -4752,7 +4752,7 @@ module TencentCloud
|
|
4752
4752
|
# @type EnvId: String
|
4753
4753
|
|
4754
4754
|
attr_accessor :EnvId
|
4755
|
-
|
4755
|
+
|
4756
4756
|
def initialize(envid=nil)
|
4757
4757
|
@EnvId = envid
|
4758
4758
|
end
|
@@ -4772,7 +4772,7 @@ module TencentCloud
|
|
4772
4772
|
# @type RequestId: String
|
4773
4773
|
|
4774
4774
|
attr_accessor :EnvInfoList, :Total, :RequestId
|
4775
|
-
|
4775
|
+
|
4776
4776
|
def initialize(envinfolist=nil, total=nil, requestid=nil)
|
4777
4777
|
@EnvInfoList = envinfolist
|
4778
4778
|
@Total = total
|
@@ -4811,7 +4811,7 @@ module TencentCloud
|
|
4811
4811
|
# @type GatewayRoute: String
|
4812
4812
|
|
4813
4813
|
attr_accessor :EnvId, :GatewayId, :MetricName, :StartTime, :EndTime, :GatewayVersion, :GatewayRoute
|
4814
|
-
|
4814
|
+
|
4815
4815
|
def initialize(envid=nil, gatewayid=nil, metricname=nil, starttime=nil, endtime=nil, gatewayversion=nil, gatewayroute=nil)
|
4816
4816
|
@EnvId = envid
|
4817
4817
|
@GatewayId = gatewayid
|
@@ -4851,7 +4851,7 @@ module TencentCloud
|
|
4851
4851
|
# @type RequestId: String
|
4852
4852
|
|
4853
4853
|
attr_accessor :MetricName, :StartTime, :EndTime, :Period, :Values, :Time, :RequestId
|
4854
|
-
|
4854
|
+
|
4855
4855
|
def initialize(metricname=nil, starttime=nil, endtime=nil, period=nil, values=nil, time=nil, requestid=nil)
|
4856
4856
|
@MetricName = metricname
|
4857
4857
|
@StartTime = starttime
|
@@ -4879,7 +4879,7 @@ module TencentCloud
|
|
4879
4879
|
# @type EnvId: String
|
4880
4880
|
|
4881
4881
|
attr_accessor :EnvId
|
4882
|
-
|
4882
|
+
|
4883
4883
|
def initialize(envid=nil)
|
4884
4884
|
@EnvId = envid
|
4885
4885
|
end
|
@@ -4897,7 +4897,7 @@ module TencentCloud
|
|
4897
4897
|
# @type RequestId: String
|
4898
4898
|
|
4899
4899
|
attr_accessor :Status, :RequestId
|
4900
|
-
|
4900
|
+
|
4901
4901
|
def initialize(status=nil, requestid=nil)
|
4902
4902
|
@Status = status
|
4903
4903
|
@RequestId = requestid
|
@@ -4915,7 +4915,7 @@ module TencentCloud
|
|
4915
4915
|
# @type EnvId: String
|
4916
4916
|
|
4917
4917
|
attr_accessor :EnvId
|
4918
|
-
|
4918
|
+
|
4919
4919
|
def initialize(envid=nil)
|
4920
4920
|
@EnvId = envid
|
4921
4921
|
end
|
@@ -4934,7 +4934,7 @@ module TencentCloud
|
|
4934
4934
|
# @type RequestId: String
|
4935
4935
|
|
4936
4936
|
attr_accessor :FreequotaInfoList, :RequestId
|
4937
|
-
|
4937
|
+
|
4938
4938
|
def initialize(freequotainfolist=nil, requestid=nil)
|
4939
4939
|
@FreequotaInfoList = freequotainfolist
|
4940
4940
|
@RequestId = requestid
|
@@ -4961,7 +4961,7 @@ module TencentCloud
|
|
4961
4961
|
# @type FreeQuotaType: String
|
4962
4962
|
|
4963
4963
|
attr_accessor :EnvId, :FreeQuotaType
|
4964
|
-
|
4964
|
+
|
4965
4965
|
def initialize(envid=nil, freequotatype=nil)
|
4966
4966
|
@EnvId = envid
|
4967
4967
|
@FreeQuotaType = freequotatype
|
@@ -4982,7 +4982,7 @@ module TencentCloud
|
|
4982
4982
|
# @type RequestId: String
|
4983
4983
|
|
4984
4984
|
attr_accessor :PackageFreeQuotaInfos, :RequestId
|
4985
|
-
|
4985
|
+
|
4986
4986
|
def initialize(packagefreequotainfos=nil, requestid=nil)
|
4987
4987
|
@PackageFreeQuotaInfos = packagefreequotainfos
|
4988
4988
|
@RequestId = requestid
|
@@ -5038,7 +5038,7 @@ module TencentCloud
|
|
5038
5038
|
# @type ResourceID: String
|
5039
5039
|
|
5040
5040
|
attr_accessor :EnvId, :MetricName, :ResourceID
|
5041
|
-
|
5041
|
+
|
5042
5042
|
def initialize(envid=nil, metricname=nil, resourceid=nil)
|
5043
5043
|
@EnvId = envid
|
5044
5044
|
@MetricName = metricname
|
@@ -5065,7 +5065,7 @@ module TencentCloud
|
|
5065
5065
|
# @type RequestId: String
|
5066
5066
|
|
5067
5067
|
attr_accessor :MetricName, :Value, :SubValue, :RequestId
|
5068
|
-
|
5068
|
+
|
5069
5069
|
def initialize(metricname=nil, value=nil, subvalue=nil, requestid=nil)
|
5070
5070
|
@MetricName = metricname
|
5071
5071
|
@Value = value
|
@@ -5087,7 +5087,7 @@ module TencentCloud
|
|
5087
5087
|
# @type EnvId: String
|
5088
5088
|
|
5089
5089
|
attr_accessor :EnvId
|
5090
|
-
|
5090
|
+
|
5091
5091
|
def initialize(envid=nil)
|
5092
5092
|
@EnvId = envid
|
5093
5093
|
end
|
@@ -5106,7 +5106,7 @@ module TencentCloud
|
|
5106
5106
|
# @type RequestId: String
|
5107
5107
|
|
5108
5108
|
attr_accessor :SmsFreeQuotaList, :RequestId
|
5109
|
-
|
5109
|
+
|
5110
5110
|
def initialize(smsfreequotalist=nil, requestid=nil)
|
5111
5111
|
@SmsFreeQuotaList = smsfreequotalist
|
5112
5112
|
@RequestId = requestid
|
@@ -5135,7 +5135,7 @@ module TencentCloud
|
|
5135
5135
|
# @type EndTime: String
|
5136
5136
|
|
5137
5137
|
attr_accessor :EnvId, :StartTime, :EndTime
|
5138
|
-
|
5138
|
+
|
5139
5139
|
def initialize(envid=nil, starttime=nil, endtime=nil)
|
5140
5140
|
@EnvId = envid
|
5141
5141
|
@StartTime = starttime
|
@@ -5158,7 +5158,7 @@ module TencentCloud
|
|
5158
5158
|
# @type RequestId: String
|
5159
5159
|
|
5160
5160
|
attr_accessor :SpecialCostItems, :RequestId
|
5161
|
-
|
5161
|
+
|
5162
5162
|
def initialize(specialcostitems=nil, requestid=nil)
|
5163
5163
|
@SpecialCostItems = specialcostitems
|
5164
5164
|
@RequestId = requestid
|
@@ -5185,7 +5185,7 @@ module TencentCloud
|
|
5185
5185
|
# @type PackageVersion: String
|
5186
5186
|
|
5187
5187
|
attr_accessor :EnvId, :PackageVersion
|
5188
|
-
|
5188
|
+
|
5189
5189
|
def initialize(envid=nil, packageversion=nil)
|
5190
5190
|
@EnvId = envid
|
5191
5191
|
@PackageVersion = packageversion
|
@@ -5207,7 +5207,7 @@ module TencentCloud
|
|
5207
5207
|
# @type RequestId: String
|
5208
5208
|
|
5209
5209
|
attr_accessor :Total, :StandaloneGatewayPackageList, :RequestId
|
5210
|
-
|
5210
|
+
|
5211
5211
|
def initialize(total=nil, standalonegatewaypackagelist=nil, requestid=nil)
|
5212
5212
|
@Total = total
|
5213
5213
|
@StandaloneGatewayPackageList = standalonegatewaypackagelist
|
@@ -5238,7 +5238,7 @@ module TencentCloud
|
|
5238
5238
|
# @type GatewayAlias: String
|
5239
5239
|
|
5240
5240
|
attr_accessor :EnvId, :GatewayName, :GatewayAlias
|
5241
|
-
|
5241
|
+
|
5242
5242
|
def initialize(envid=nil, gatewayname=nil, gatewayalias=nil)
|
5243
5243
|
@EnvId = envid
|
5244
5244
|
@GatewayName = gatewayname
|
@@ -5262,7 +5262,7 @@ module TencentCloud
|
|
5262
5262
|
# @type RequestId: String
|
5263
5263
|
|
5264
5264
|
attr_accessor :StandaloneGatewayList, :Total, :RequestId
|
5265
|
-
|
5265
|
+
|
5266
5266
|
def initialize(standalonegatewaylist=nil, total=nil, requestid=nil)
|
5267
5267
|
@StandaloneGatewayList = standalonegatewaylist
|
5268
5268
|
@Total = total
|
@@ -5295,7 +5295,7 @@ module TencentCloud
|
|
5295
5295
|
# @type GroupId: String
|
5296
5296
|
|
5297
5297
|
attr_accessor :ActivityId, :ChannelToken, :Channel, :GroupId
|
5298
|
-
|
5298
|
+
|
5299
5299
|
def initialize(activityid=nil, channeltoken=nil, channel=nil, groupid=nil)
|
5300
5300
|
@ActivityId = activityid
|
5301
5301
|
@ChannelToken = channeltoken
|
@@ -5328,7 +5328,7 @@ module TencentCloud
|
|
5328
5328
|
# @type RequestId: String
|
5329
5329
|
|
5330
5330
|
attr_accessor :Tag, :Notes, :ActivityTimeLeft, :GroupTimeLeft, :NickNameList, :RequestId
|
5331
|
-
|
5331
|
+
|
5332
5332
|
def initialize(tag=nil, notes=nil, activitytimeleft=nil, grouptimeleft=nil, nicknamelist=nil, requestid=nil)
|
5333
5333
|
@Tag = tag
|
5334
5334
|
@Notes = notes
|
@@ -5356,7 +5356,7 @@ module TencentCloud
|
|
5356
5356
|
# @type AllRegions: Boolean
|
5357
5357
|
|
5358
5358
|
attr_accessor :WxAppId, :AllRegions
|
5359
|
-
|
5359
|
+
|
5360
5360
|
def initialize(wxappid=nil, allregions=nil)
|
5361
5361
|
@WxAppId = wxappid
|
5362
5362
|
@AllRegions = allregions
|
@@ -5376,7 +5376,7 @@ module TencentCloud
|
|
5376
5376
|
# @type RequestId: String
|
5377
5377
|
|
5378
5378
|
attr_accessor :EnvList, :RequestId
|
5379
|
-
|
5379
|
+
|
5380
5380
|
def initialize(envlist=nil, requestid=nil)
|
5381
5381
|
@EnvList = envlist
|
5382
5382
|
@RequestId = requestid
|
@@ -5403,7 +5403,7 @@ module TencentCloud
|
|
5403
5403
|
# @type Limit: Integer
|
5404
5404
|
|
5405
5405
|
attr_accessor :VpcId, :Limit
|
5406
|
-
|
5406
|
+
|
5407
5407
|
def initialize(vpcid=nil, limit=nil)
|
5408
5408
|
@VpcId = vpcid
|
5409
5409
|
@Limit = limit
|
@@ -5423,7 +5423,7 @@ module TencentCloud
|
|
5423
5423
|
# @type RequestId: String
|
5424
5424
|
|
5425
5425
|
attr_accessor :SubNetIds, :RequestId
|
5426
|
-
|
5426
|
+
|
5427
5427
|
def initialize(subnetids=nil, requestid=nil)
|
5428
5428
|
@SubNetIds = subnetids
|
5429
5429
|
@RequestId = requestid
|
@@ -5445,7 +5445,7 @@ module TencentCloud
|
|
5445
5445
|
# @type BypassCheck: Boolean
|
5446
5446
|
|
5447
5447
|
attr_accessor :EnvId, :IsForce, :BypassCheck
|
5448
|
-
|
5448
|
+
|
5449
5449
|
def initialize(envid=nil, isforce=nil, bypasscheck=nil)
|
5450
5450
|
@EnvId = envid
|
5451
5451
|
@IsForce = isforce
|
@@ -5465,7 +5465,7 @@ module TencentCloud
|
|
5465
5465
|
# @type RequestId: String
|
5466
5466
|
|
5467
5467
|
attr_accessor :RequestId
|
5468
|
-
|
5468
|
+
|
5469
5469
|
def initialize(requestid=nil)
|
5470
5470
|
@RequestId = requestid
|
5471
5471
|
end
|
@@ -5485,7 +5485,7 @@ module TencentCloud
|
|
5485
5485
|
# @type IsForce: Boolean
|
5486
5486
|
|
5487
5487
|
attr_accessor :EnvId, :GatewayName, :IsForce
|
5488
|
-
|
5488
|
+
|
5489
5489
|
def initialize(envid=nil, gatewayname=nil, isforce=nil)
|
5490
5490
|
@EnvId = envid
|
5491
5491
|
@GatewayName = gatewayname
|
@@ -5507,7 +5507,7 @@ module TencentCloud
|
|
5507
5507
|
# @type RequestId: String
|
5508
5508
|
|
5509
5509
|
attr_accessor :Status, :RequestId
|
5510
|
-
|
5510
|
+
|
5511
5511
|
def initialize(status=nil, requestid=nil)
|
5512
5512
|
@Status = status
|
5513
5513
|
@RequestId = requestid
|
@@ -5527,7 +5527,7 @@ module TencentCloud
|
|
5527
5527
|
# @type CdnDomain: String
|
5528
5528
|
|
5529
5529
|
attr_accessor :EnvId, :CdnDomain
|
5530
|
-
|
5530
|
+
|
5531
5531
|
def initialize(envid=nil, cdndomain=nil)
|
5532
5532
|
@EnvId = envid
|
5533
5533
|
@CdnDomain = cdndomain
|
@@ -5547,7 +5547,7 @@ module TencentCloud
|
|
5547
5547
|
# @type RequestId: String
|
5548
5548
|
|
5549
5549
|
attr_accessor :Result, :RequestId
|
5550
|
-
|
5550
|
+
|
5551
5551
|
def initialize(result=nil, requestid=nil)
|
5552
5552
|
@Result = result
|
5553
5553
|
@RequestId = requestid
|
@@ -5591,7 +5591,7 @@ module TencentCloud
|
|
5591
5591
|
# @type UserName: String
|
5592
5592
|
|
5593
5593
|
attr_accessor :UUId, :WXOpenId, :QQOpenId, :Phone, :Email, :NickName, :Gender, :AvatarUrl, :UpdateTime, :CreateTime, :IsAnonymous, :IsDisabled, :HasPassword, :UserName
|
5594
|
-
|
5594
|
+
|
5595
5595
|
def initialize(uuid=nil, wxopenid=nil, qqopenid=nil, phone=nil, email=nil, nickname=nil, gender=nil, avatarurl=nil, updatetime=nil, createtime=nil, isanonymous=nil, isdisabled=nil, haspassword=nil, username=nil)
|
5596
5596
|
@UUId = uuid
|
5597
5597
|
@WXOpenId = wxopenid
|
@@ -5673,7 +5673,7 @@ module TencentCloud
|
|
5673
5673
|
# @type ExtPackageType: String
|
5674
5674
|
|
5675
5675
|
attr_accessor :EnvId, :PackageId, :IsAutoRenew, :Status, :PayMode, :IsolatedTime, :ExpireTime, :CreateTime, :UpdateTime, :IsAlwaysFree, :PaymentChannel, :OrderInfo, :FreeQuota, :EnableOverrun, :ExtPackageType
|
5676
|
-
|
5676
|
+
|
5677
5677
|
def initialize(envid=nil, packageid=nil, isautorenew=nil, status=nil, paymode=nil, isolatedtime=nil, expiretime=nil, createtime=nil, updatetime=nil, isalwaysfree=nil, paymentchannel=nil, orderinfo=nil, freequota=nil, enableoverrun=nil, extpackagetype=nil)
|
5678
5678
|
@EnvId = envid
|
5679
5679
|
@PackageId = packageid
|
@@ -5784,7 +5784,7 @@ module TencentCloud
|
|
5784
5784
|
# @type PackageType: String
|
5785
5785
|
|
5786
5786
|
attr_accessor :EnvId, :Source, :Alias, :CreateTime, :UpdateTime, :Status, :Databases, :Storages, :Functions, :PackageId, :PackageName, :LogServices, :StaticStorages, :IsAutoDegrade, :EnvChannel, :PayMode, :IsDefault, :Region, :Tags, :CustomLogServices, :EnvType, :IsDauPackage, :PackageType
|
5787
|
-
|
5787
|
+
|
5788
5788
|
def initialize(envid=nil, source=nil, _alias=nil, createtime=nil, updatetime=nil, status=nil, databases=nil, storages=nil, functions=nil, packageid=nil, packagename=nil, logservices=nil, staticstorages=nil, isautodegrade=nil, envchannel=nil, paymode=nil, isdefault=nil, region=nil, tags=nil, customlogservices=nil, envtype=nil, isdaupackage=nil, packagetype=nil)
|
5789
5789
|
@EnvId = envid
|
5790
5790
|
@Source = source
|
@@ -5919,7 +5919,7 @@ module TencentCloud
|
|
5919
5919
|
# @type ServerPath: String
|
5920
5920
|
|
5921
5921
|
attr_accessor :EnvId, :ServiceName, :IsPublic, :ImageRepo, :Remark, :EsInfo, :LogType, :OperatorRemark, :Source, :VpcInfo, :PublicAccess, :OpenAccessTypes, :IsCreatePath, :ServerPath
|
5922
|
-
|
5922
|
+
|
5923
5923
|
def initialize(envid=nil, servicename=nil, ispublic=nil, imagerepo=nil, remark=nil, esinfo=nil, logtype=nil, operatorremark=nil, source=nil, vpcinfo=nil, publicaccess=nil, openaccesstypes=nil, iscreatepath=nil, serverpath=nil)
|
5924
5924
|
@EnvId = envid
|
5925
5925
|
@ServiceName = servicename
|
@@ -5970,7 +5970,7 @@ module TencentCloud
|
|
5970
5970
|
# @type RequestId: String
|
5971
5971
|
|
5972
5972
|
attr_accessor :Result, :RequestId
|
5973
|
-
|
5973
|
+
|
5974
5974
|
def initialize(result=nil, requestid=nil)
|
5975
5975
|
@Result = result
|
5976
5976
|
@RequestId = requestid
|
@@ -5996,7 +5996,7 @@ module TencentCloud
|
|
5996
5996
|
# @type GatewayRouteDesc: String
|
5997
5997
|
|
5998
5998
|
attr_accessor :GatewayId, :GatewayRouteName, :GatewayRouteAddr, :GatewayRouteProtocol, :GatewayRouteDesc
|
5999
|
-
|
5999
|
+
|
6000
6000
|
def initialize(gatewayid=nil, gatewayroutename=nil, gatewayrouteaddr=nil, gatewayrouteprotocol=nil, gatewayroutedesc=nil)
|
6001
6001
|
@GatewayId = gatewayid
|
6002
6002
|
@GatewayRouteName = gatewayroutename
|
@@ -6020,7 +6020,7 @@ module TencentCloud
|
|
6020
6020
|
# @type RequestId: String
|
6021
6021
|
|
6022
6022
|
attr_accessor :RequestId
|
6023
|
-
|
6023
|
+
|
6024
6024
|
def initialize(requestid=nil)
|
6025
6025
|
@RequestId = requestid
|
6026
6026
|
end
|
@@ -6041,7 +6041,7 @@ module TencentCloud
|
|
6041
6041
|
# @type FileName: String
|
6042
6042
|
|
6043
6043
|
attr_accessor :FileType, :FileName
|
6044
|
-
|
6044
|
+
|
6045
6045
|
def initialize(filetype=nil, filename=nil)
|
6046
6046
|
@FileType = filetype
|
6047
6047
|
@FileName = filename
|
@@ -6065,7 +6065,7 @@ module TencentCloud
|
|
6065
6065
|
# @type MaxSize: Integer
|
6066
6066
|
|
6067
6067
|
attr_accessor :CodeUri, :UploadUrl, :CustomKey, :MaxSize
|
6068
|
-
|
6068
|
+
|
6069
6069
|
def initialize(codeuri=nil, uploadurl=nil, customkey=nil, maxsize=nil)
|
6070
6070
|
@CodeUri = codeuri
|
6071
6071
|
@UploadUrl = uploadurl
|
@@ -6107,7 +6107,7 @@ module TencentCloud
|
|
6107
6107
|
# @type FreeQuotaType: String
|
6108
6108
|
|
6109
6109
|
attr_accessor :ResourceType, :ResourceMetric, :FreeQuota, :MetricUnit, :DeductType, :FreeQuotaType
|
6110
|
-
|
6110
|
+
|
6111
6111
|
def initialize(resourcetype=nil, resourcemetric=nil, freequota=nil, metricunit=nil, deducttype=nil, freequotatype=nil)
|
6112
6112
|
@ResourceType = resourcetype
|
6113
6113
|
@ResourceMetric = resourcemetric
|
@@ -6135,7 +6135,7 @@ module TencentCloud
|
|
6135
6135
|
# @type ServerNameList: Array
|
6136
6136
|
|
6137
6137
|
attr_accessor :EnvId, :ServerNameList
|
6138
|
-
|
6138
|
+
|
6139
6139
|
def initialize(envid=nil, servernamelist=nil)
|
6140
6140
|
@EnvId = envid
|
6141
6141
|
@ServerNameList = servernamelist
|
@@ -6164,7 +6164,7 @@ module TencentCloud
|
|
6164
6164
|
# @type RequestId: String
|
6165
6165
|
|
6166
6166
|
attr_accessor :Result, :FailServerList, :RequestId
|
6167
|
-
|
6167
|
+
|
6168
6168
|
def initialize(result=nil, failserverlist=nil, requestid=nil)
|
6169
6169
|
@Result = result
|
6170
6170
|
@FailServerList = failserverlist
|
@@ -6187,7 +6187,7 @@ module TencentCloud
|
|
6187
6187
|
# @type Region: String
|
6188
6188
|
|
6189
6189
|
attr_accessor :Namespace, :Region
|
6190
|
-
|
6190
|
+
|
6191
6191
|
def initialize(namespace=nil, region=nil)
|
6192
6192
|
@Namespace = namespace
|
6193
6193
|
@Region = region
|
@@ -6209,7 +6209,7 @@ module TencentCloud
|
|
6209
6209
|
# @type PolicyThreshold: Integer
|
6210
6210
|
|
6211
6211
|
attr_accessor :PolicyType, :PolicyThreshold
|
6212
|
-
|
6212
|
+
|
6213
6213
|
def initialize(policytype=nil, policythreshold=nil)
|
6214
6214
|
@PolicyType = policytype
|
6215
6215
|
@PolicyThreshold = policythreshold
|
@@ -6229,7 +6229,7 @@ module TencentCloud
|
|
6229
6229
|
# @type Value: String
|
6230
6230
|
|
6231
6231
|
attr_accessor :Key, :Value
|
6232
|
-
|
6232
|
+
|
6233
6233
|
def initialize(key=nil, value=nil)
|
6234
6234
|
@Key = key
|
6235
6235
|
@Value = value
|
@@ -6257,7 +6257,7 @@ module TencentCloud
|
|
6257
6257
|
# @type Source: String
|
6258
6258
|
|
6259
6259
|
attr_accessor :TopicId, :TopicName, :Timestamp, :Content, :FileName, :Source
|
6260
|
-
|
6260
|
+
|
6261
6261
|
def initialize(topicid=nil, topicname=nil, timestamp=nil, content=nil, filename=nil, source=nil)
|
6262
6262
|
@TopicId = topicid
|
6263
6263
|
@TopicName = topicname
|
@@ -6287,7 +6287,7 @@ module TencentCloud
|
|
6287
6287
|
# @type Results: Array
|
6288
6288
|
|
6289
6289
|
attr_accessor :Context, :ListOver, :Results
|
6290
|
-
|
6290
|
+
|
6291
6291
|
def initialize(context=nil, listover=nil, results=nil)
|
6292
6292
|
@Context = context
|
6293
6293
|
@ListOver = listover
|
@@ -6325,7 +6325,7 @@ module TencentCloud
|
|
6325
6325
|
# @type Period: Integer
|
6326
6326
|
|
6327
6327
|
attr_accessor :LogsetName, :LogsetId, :TopicName, :TopicId, :Region, :Period
|
6328
|
-
|
6328
|
+
|
6329
6329
|
def initialize(logsetname=nil, logsetid=nil, topicname=nil, topicid=nil, region=nil, period=nil)
|
6330
6330
|
@LogsetName = logsetname
|
6331
6331
|
@LogsetId = logsetid
|
@@ -6361,7 +6361,7 @@ module TencentCloud
|
|
6361
6361
|
# @type UpdateTime: String
|
6362
6362
|
|
6363
6363
|
attr_accessor :StatisticalType, :StatisticalCycle, :Count, :UpdateTime
|
6364
|
-
|
6364
|
+
|
6365
6365
|
def initialize(statisticaltype=nil, statisticalcycle=nil, count=nil, updatetime=nil)
|
6366
6366
|
@StatisticalType = statisticaltype
|
6367
6367
|
@StatisticalCycle = statisticalcycle
|
@@ -6391,7 +6391,7 @@ module TencentCloud
|
|
6391
6391
|
# @type OperatorRemark: String
|
6392
6392
|
|
6393
6393
|
attr_accessor :EnvId, :ServerName, :VersionFlowItems, :TrafficType, :OperatorRemark
|
6394
|
-
|
6394
|
+
|
6395
6395
|
def initialize(envid=nil, servername=nil, versionflowitems=nil, traffictype=nil, operatorremark=nil)
|
6396
6396
|
@EnvId = envid
|
6397
6397
|
@ServerName = servername
|
@@ -6425,7 +6425,7 @@ module TencentCloud
|
|
6425
6425
|
# @type RequestId: String
|
6426
6426
|
|
6427
6427
|
attr_accessor :Result, :RequestId
|
6428
|
-
|
6428
|
+
|
6429
6429
|
def initialize(result=nil, requestid=nil)
|
6430
6430
|
@Result = result
|
6431
6431
|
@RequestId = requestid
|
@@ -6465,7 +6465,7 @@ module TencentCloud
|
|
6465
6465
|
# @type OperatorRemark: String
|
6466
6466
|
|
6467
6467
|
attr_accessor :EnvId, :ServerName, :VersionName, :EnvParams, :MinNum, :MaxNum, :ContainerPort, :Remark, :CustomLogs, :IsResetRemark, :BasicModify, :OperatorRemark
|
6468
|
-
|
6468
|
+
|
6469
6469
|
def initialize(envid=nil, servername=nil, versionname=nil, envparams=nil, minnum=nil, maxnum=nil, containerport=nil, remark=nil, customlogs=nil, isresetremark=nil, basicmodify=nil, operatorremark=nil)
|
6470
6470
|
@EnvId = envid
|
6471
6471
|
@ServerName = servername
|
@@ -6506,7 +6506,7 @@ module TencentCloud
|
|
6506
6506
|
# @type RequestId: String
|
6507
6507
|
|
6508
6508
|
attr_accessor :Result, :RequestId
|
6509
|
-
|
6509
|
+
|
6510
6510
|
def initialize(result=nil, requestid=nil)
|
6511
6511
|
@Result = result
|
6512
6512
|
@RequestId = requestid
|
@@ -6526,7 +6526,7 @@ module TencentCloud
|
|
6526
6526
|
# @type Period: Integer
|
6527
6527
|
|
6528
6528
|
attr_accessor :EnvId, :Period
|
6529
|
-
|
6529
|
+
|
6530
6530
|
def initialize(envid=nil, period=nil)
|
6531
6531
|
@EnvId = envid
|
6532
6532
|
@Period = period
|
@@ -6544,7 +6544,7 @@ module TencentCloud
|
|
6544
6544
|
# @type RequestId: String
|
6545
6545
|
|
6546
6546
|
attr_accessor :RequestId
|
6547
|
-
|
6547
|
+
|
6548
6548
|
def initialize(requestid=nil)
|
6549
6549
|
@RequestId = requestid
|
6550
6550
|
end
|
@@ -6568,7 +6568,7 @@ module TencentCloud
|
|
6568
6568
|
# @type AclTag: String
|
6569
6569
|
|
6570
6570
|
attr_accessor :EnvId, :CollectionName, :AclTag
|
6571
|
-
|
6571
|
+
|
6572
6572
|
def initialize(envid=nil, collectionname=nil, acltag=nil)
|
6573
6573
|
@EnvId = envid
|
6574
6574
|
@CollectionName = collectionname
|
@@ -6588,7 +6588,7 @@ module TencentCloud
|
|
6588
6588
|
# @type RequestId: String
|
6589
6589
|
|
6590
6590
|
attr_accessor :RequestId
|
6591
|
-
|
6591
|
+
|
6592
6592
|
def initialize(requestid=nil)
|
6593
6593
|
@RequestId = requestid
|
6594
6594
|
end
|
@@ -6610,7 +6610,7 @@ module TencentCloud
|
|
6610
6610
|
# @type Status: String
|
6611
6611
|
|
6612
6612
|
attr_accessor :EnvId, :UUId, :Status
|
6613
|
-
|
6613
|
+
|
6614
6614
|
def initialize(envid=nil, uuid=nil, status=nil)
|
6615
6615
|
@EnvId = envid
|
6616
6616
|
@UUId = uuid
|
@@ -6630,7 +6630,7 @@ module TencentCloud
|
|
6630
6630
|
# @type RequestId: String
|
6631
6631
|
|
6632
6632
|
attr_accessor :RequestId
|
6633
|
-
|
6633
|
+
|
6634
6634
|
def initialize(requestid=nil)
|
6635
6635
|
@RequestId = requestid
|
6636
6636
|
end
|
@@ -6648,7 +6648,7 @@ module TencentCloud
|
|
6648
6648
|
# @type Alias: String
|
6649
6649
|
|
6650
6650
|
attr_accessor :EnvId, :Alias
|
6651
|
-
|
6651
|
+
|
6652
6652
|
def initialize(envid=nil, _alias=nil)
|
6653
6653
|
@EnvId = envid
|
6654
6654
|
@Alias = _alias
|
@@ -6666,7 +6666,7 @@ module TencentCloud
|
|
6666
6666
|
# @type RequestId: String
|
6667
6667
|
|
6668
6668
|
attr_accessor :RequestId
|
6669
|
-
|
6669
|
+
|
6670
6670
|
def initialize(requestid=nil)
|
6671
6671
|
@RequestId = requestid
|
6672
6672
|
end
|
@@ -6684,7 +6684,7 @@ module TencentCloud
|
|
6684
6684
|
# @type Value: String
|
6685
6685
|
|
6686
6686
|
attr_accessor :Key, :Value
|
6687
|
-
|
6687
|
+
|
6688
6688
|
def initialize(key=nil, value=nil)
|
6689
6689
|
@Key = key
|
6690
6690
|
@Value = value
|
@@ -6715,7 +6715,7 @@ module TencentCloud
|
|
6715
6715
|
# @type Name: String
|
6716
6716
|
|
6717
6717
|
attr_accessor :Status, :StartTime, :EndTime, :CostTime, :FailReason, :Name
|
6718
|
-
|
6718
|
+
|
6719
6719
|
def initialize(status=nil, starttime=nil, endtime=nil, costtime=nil, failreason=nil, name=nil)
|
6720
6720
|
@Status = status
|
6721
6721
|
@StartTime = starttime
|
@@ -6779,7 +6779,7 @@ module TencentCloud
|
|
6779
6779
|
# @type ReqBody: String
|
6780
6780
|
|
6781
6781
|
attr_accessor :TranId, :PackageId, :TranType, :TranStatus, :UpdateTime, :CreateTime, :PayMode, :ExtensionId, :ResourceReady, :Flag, :ReqBody
|
6782
|
-
|
6782
|
+
|
6783
6783
|
def initialize(tranid=nil, packageid=nil, trantype=nil, transtatus=nil, updatetime=nil, createtime=nil, paymode=nil, extensionid=nil, resourceready=nil, flag=nil, reqbody=nil)
|
6784
6784
|
@TranId = tranid
|
6785
6785
|
@PackageId = packageid
|
@@ -6839,7 +6839,7 @@ module TencentCloud
|
|
6839
6839
|
# @type FreeQuotaType: String
|
6840
6840
|
|
6841
6841
|
attr_accessor :ResourceType, :ResourceMetric, :FreeQuota, :MetricUnit, :DeductType, :FreeQuotaType
|
6842
|
-
|
6842
|
+
|
6843
6843
|
def initialize(resourcetype=nil, resourcemetric=nil, freequota=nil, metricunit=nil, deducttype=nil, freequotatype=nil)
|
6844
6844
|
@ResourceType = resourcetype
|
6845
6845
|
@ResourceMetric = resourcemetric
|
@@ -6872,7 +6872,7 @@ module TencentCloud
|
|
6872
6872
|
# @type UpdateTime: String
|
6873
6873
|
|
6874
6874
|
attr_accessor :Platform, :Count, :UpdateTime
|
6875
|
-
|
6875
|
+
|
6876
6876
|
def initialize(platform=nil, count=nil, updatetime=nil)
|
6877
6877
|
@Platform = platform
|
6878
6878
|
@Count = count
|
@@ -6908,7 +6908,7 @@ module TencentCloud
|
|
6908
6908
|
# @type EnvId: String
|
6909
6909
|
|
6910
6910
|
attr_accessor :ResourceType, :MetricName, :ResQuota, :PkgQuota, :FreeQuota, :EnvId
|
6911
|
-
|
6911
|
+
|
6912
6912
|
def initialize(resourcetype=nil, metricname=nil, resquota=nil, pkgquota=nil, freequota=nil, envid=nil)
|
6913
6913
|
@ResourceType = resourcetype
|
6914
6914
|
@MetricName = metricname
|
@@ -6944,7 +6944,7 @@ module TencentCloud
|
|
6944
6944
|
# @type EndTime: String
|
6945
6945
|
|
6946
6946
|
attr_accessor :ResourceType, :MetricName, :Value, :StartTime, :EndTime
|
6947
|
-
|
6947
|
+
|
6948
6948
|
def initialize(resourcetype=nil, metricname=nil, value=nil, starttime=nil, endtime=nil)
|
6949
6949
|
@ResourceType = resourcetype
|
6950
6950
|
@MetricName = metricname
|
@@ -6968,7 +6968,7 @@ module TencentCloud
|
|
6968
6968
|
# @type EnvId: String
|
6969
6969
|
|
6970
6970
|
attr_accessor :EnvId
|
6971
|
-
|
6971
|
+
|
6972
6972
|
def initialize(envid=nil)
|
6973
6973
|
@EnvId = envid
|
6974
6974
|
end
|
@@ -6984,7 +6984,7 @@ module TencentCloud
|
|
6984
6984
|
# @type RequestId: String
|
6985
6985
|
|
6986
6986
|
attr_accessor :RequestId
|
6987
|
-
|
6987
|
+
|
6988
6988
|
def initialize(requestid=nil)
|
6989
6989
|
@RequestId = requestid
|
6990
6990
|
end
|
@@ -7008,7 +7008,7 @@ module TencentCloud
|
|
7008
7008
|
# @type Channel: String
|
7009
7009
|
|
7010
7010
|
attr_accessor :ActivityId, :Status, :SubStatus, :ChannelToken, :Channel
|
7011
|
-
|
7011
|
+
|
7012
7012
|
def initialize(activityid=nil, status=nil, substatus=nil, channeltoken=nil, channel=nil)
|
7013
7013
|
@ActivityId = activityid
|
7014
7014
|
@Status = status
|
@@ -7032,7 +7032,7 @@ module TencentCloud
|
|
7032
7032
|
# @type RequestId: String
|
7033
7033
|
|
7034
7034
|
attr_accessor :RequestId
|
7035
|
-
|
7035
|
+
|
7036
7036
|
def initialize(requestid=nil)
|
7037
7037
|
@RequestId = requestid
|
7038
7038
|
end
|
@@ -7114,7 +7114,7 @@ module TencentCloud
|
|
7114
7114
|
# @type PolicyDetail: Array
|
7115
7115
|
|
7116
7116
|
attr_accessor :EnvId, :VersionName, :UploadType, :RepositoryType, :FlowRatio, :DockerfilePath, :BuildDir, :Cpu, :Mem, :MinNum, :MaxNum, :PolicyType, :PolicyThreshold, :EnvParams, :ContainerPort, :ServerName, :Repository, :Branch, :VersionRemark, :PackageName, :PackageVersion, :ImageInfo, :CodeDetail, :IsRebuild, :InitialDelaySeconds, :MountVolumeInfo, :Rollback, :SnapshotName, :CustomLogs, :EnableUnion, :OperatorRemark, :ServerPath, :IsUpdateCls, :PolicyDetail
|
7117
|
-
|
7117
|
+
|
7118
7118
|
def initialize(envid=nil, versionname=nil, uploadtype=nil, repositorytype=nil, flowratio=nil, dockerfilepath=nil, builddir=nil, cpu=nil, mem=nil, minnum=nil, maxnum=nil, policytype=nil, policythreshold=nil, envparams=nil, containerport=nil, servername=nil, repository=nil, branch=nil, versionremark=nil, packagename=nil, packageversion=nil, imageinfo=nil, codedetail=nil, isrebuild=nil, initialdelayseconds=nil, mountvolumeinfo=nil, rollback=nil, snapshotname=nil, customlogs=nil, enableunion=nil, operatorremark=nil, serverpath=nil, isupdatecls=nil, policydetail=nil)
|
7119
7119
|
@EnvId = envid
|
7120
7120
|
@VersionName = versionname
|
@@ -7224,7 +7224,7 @@ module TencentCloud
|
|
7224
7224
|
# @type RequestId: String
|
7225
7225
|
|
7226
7226
|
attr_accessor :Result, :VersionName, :RunId, :RequestId
|
7227
|
-
|
7227
|
+
|
7228
7228
|
def initialize(result=nil, versionname=nil, runid=nil, requestid=nil)
|
7229
7229
|
@Result = result
|
7230
7230
|
@VersionName = versionname
|
@@ -7260,7 +7260,7 @@ module TencentCloud
|
|
7260
7260
|
# @type UseLucene: Boolean
|
7261
7261
|
|
7262
7262
|
attr_accessor :EnvId, :StartTime, :EndTime, :QueryString, :Limit, :Context, :Sort, :UseLucene
|
7263
|
-
|
7263
|
+
|
7264
7264
|
def initialize(envid=nil, starttime=nil, endtime=nil, querystring=nil, limit=nil, context=nil, sort=nil, uselucene=nil)
|
7265
7265
|
@EnvId = envid
|
7266
7266
|
@StartTime = starttime
|
@@ -7292,7 +7292,7 @@ module TencentCloud
|
|
7292
7292
|
# @type RequestId: String
|
7293
7293
|
|
7294
7294
|
attr_accessor :LogResults, :RequestId
|
7295
|
-
|
7295
|
+
|
7296
7296
|
def initialize(logresults=nil, requestid=nil)
|
7297
7297
|
@LogResults = logresults
|
7298
7298
|
@RequestId = requestid
|
@@ -7326,7 +7326,7 @@ module TencentCloud
|
|
7326
7326
|
# @type TodayUsedQuota: Integer
|
7327
7327
|
|
7328
7328
|
attr_accessor :FreeQuota, :TotalUsedQuota, :CycleStart, :CycleEnd, :TodayUsedQuota
|
7329
|
-
|
7329
|
+
|
7330
7330
|
def initialize(freequota=nil, totalusedquota=nil, cyclestart=nil, cycleend=nil, todayusedquota=nil)
|
7331
7331
|
@FreeQuota = freequota
|
7332
7332
|
@TotalUsedQuota = totalusedquota
|
@@ -7360,7 +7360,7 @@ module TencentCloud
|
|
7360
7360
|
# @type Status: String
|
7361
7361
|
|
7362
7362
|
attr_accessor :ReportDate, :Uin, :EnvId, :Status
|
7363
|
-
|
7363
|
+
|
7364
7364
|
def initialize(reportdate=nil, uin=nil, envid=nil, status=nil)
|
7365
7365
|
@ReportDate = reportdate
|
7366
7366
|
@Uin = uin
|
@@ -7404,7 +7404,7 @@ module TencentCloud
|
|
7404
7404
|
# @type InternalClbIp: String
|
7405
7405
|
|
7406
7406
|
attr_accessor :GatewayName, :CPU, :Mem, :PackageVersion, :GatewayAlias, :VpcId, :SubnetIds, :GatewayDesc, :GateWayStatus, :ServiceInfo, :PublicClbIp, :InternalClbIp
|
7407
|
-
|
7407
|
+
|
7408
7408
|
def initialize(gatewayname=nil, cpu=nil, mem=nil, packageversion=nil, gatewayalias=nil, vpcid=nil, subnetids=nil, gatewaydesc=nil, gatewaystatus=nil, serviceinfo=nil, publicclbip=nil, internalclbip=nil)
|
7409
7409
|
@GatewayName = gatewayname
|
7410
7410
|
@CPU = cpu
|
@@ -7449,7 +7449,7 @@ module TencentCloud
|
|
7449
7449
|
# @type PackageVersion: String
|
7450
7450
|
|
7451
7451
|
attr_accessor :CPU, :Mem, :PackageVersion
|
7452
|
-
|
7452
|
+
|
7453
7453
|
def initialize(cpu=nil, mem=nil, packageversion=nil)
|
7454
7454
|
@CPU = cpu
|
7455
7455
|
@Mem = mem
|
@@ -7482,7 +7482,7 @@ module TencentCloud
|
|
7482
7482
|
# @type Bucket: String
|
7483
7483
|
|
7484
7484
|
attr_accessor :StaticDomain, :DefaultDirName, :Status, :Region, :Bucket
|
7485
|
-
|
7485
|
+
|
7486
7486
|
def initialize(staticdomain=nil, defaultdirname=nil, status=nil, region=nil, bucket=nil)
|
7487
7487
|
@StaticDomain = staticdomain
|
7488
7488
|
@DefaultDirName = defaultdirname
|
@@ -7513,7 +7513,7 @@ module TencentCloud
|
|
7513
7513
|
# @type AppId: String
|
7514
7514
|
|
7515
7515
|
attr_accessor :Region, :Bucket, :CdnDomain, :AppId
|
7516
|
-
|
7516
|
+
|
7517
7517
|
def initialize(region=nil, bucket=nil, cdndomain=nil, appid=nil)
|
7518
7518
|
@Region = region
|
7519
7519
|
@Bucket = bucket
|
@@ -7537,7 +7537,7 @@ module TencentCloud
|
|
7537
7537
|
# @type Value: String
|
7538
7538
|
|
7539
7539
|
attr_accessor :Key, :Value
|
7540
|
-
|
7540
|
+
|
7541
7541
|
def initialize(key=nil, value=nil)
|
7542
7542
|
@Key = key
|
7543
7543
|
@Value = value
|
@@ -7562,7 +7562,7 @@ module TencentCloud
|
|
7562
7562
|
# @type VersionClbSubnetId: String
|
7563
7563
|
|
7564
7564
|
attr_accessor :ClusterId, :VpcId, :VersionClbSubnetId
|
7565
|
-
|
7565
|
+
|
7566
7566
|
def initialize(clusterid=nil, vpcid=nil, versionclbsubnetid=nil)
|
7567
7567
|
@ClusterId = clusterid
|
7568
7568
|
@VpcId = vpcid
|
@@ -7586,7 +7586,7 @@ module TencentCloud
|
|
7586
7586
|
# @type ServiceNameList: Array
|
7587
7587
|
|
7588
7588
|
attr_accessor :EnvId, :GatewayName, :ServiceNameList
|
7589
|
-
|
7589
|
+
|
7590
7590
|
def initialize(envid=nil, gatewayname=nil, servicenamelist=nil)
|
7591
7591
|
@EnvId = envid
|
7592
7592
|
@GatewayName = gatewayname
|
@@ -7608,7 +7608,7 @@ module TencentCloud
|
|
7608
7608
|
# @type RequestId: String
|
7609
7609
|
|
7610
7610
|
attr_accessor :Status, :RequestId
|
7611
|
-
|
7611
|
+
|
7612
7612
|
def initialize(status=nil, requestid=nil)
|
7613
7613
|
@Status = status
|
7614
7614
|
@RequestId = requestid
|
@@ -7630,7 +7630,7 @@ module TencentCloud
|
|
7630
7630
|
# @type ServiceNameList: Array
|
7631
7631
|
|
7632
7632
|
attr_accessor :EnvId, :GatewayName, :ServiceNameList
|
7633
|
-
|
7633
|
+
|
7634
7634
|
def initialize(envid=nil, gatewayname=nil, servicenamelist=nil)
|
7635
7635
|
@EnvId = envid
|
7636
7636
|
@GatewayName = gatewayname
|
@@ -7652,7 +7652,7 @@ module TencentCloud
|
|
7652
7652
|
# @type RequestId: String
|
7653
7653
|
|
7654
7654
|
attr_accessor :Status, :RequestId
|
7655
|
-
|
7655
|
+
|
7656
7656
|
def initialize(status=nil, requestid=nil)
|
7657
7657
|
@Status = status
|
7658
7658
|
@RequestId = requestid
|
@@ -7672,7 +7672,7 @@ module TencentCloud
|
|
7672
7672
|
# @type ServerNameList: Array
|
7673
7673
|
|
7674
7674
|
attr_accessor :EnvId, :ServerNameList
|
7675
|
-
|
7675
|
+
|
7676
7676
|
def initialize(envid=nil, servernamelist=nil)
|
7677
7677
|
@EnvId = envid
|
7678
7678
|
@ServerNameList = servernamelist
|
@@ -7701,7 +7701,7 @@ module TencentCloud
|
|
7701
7701
|
# @type RequestId: String
|
7702
7702
|
|
7703
7703
|
attr_accessor :Result, :FailServerList, :RequestId
|
7704
|
-
|
7704
|
+
|
7705
7705
|
def initialize(result=nil, failserverlist=nil, requestid=nil)
|
7706
7706
|
@Result = result
|
7707
7707
|
@FailServerList = failserverlist
|