tencentcloud-sdk-tem 3.0.589 → 3.0.591
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/v20201221/models.rb +55 -55
- data/lib/v20210701/models.rb +150 -150
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7c7bbf8c0e95ea64d5f97770b42ba498e771c128
|
4
|
+
data.tar.gz: bbcd1a44479d882c16d83e15b10c48eb44e7c41e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 87dd3abfecd5dc7cea2378381d66e5e3d9ed662abc96dbfb828f34a23fc6150800235a2b7d9d8e3801f685997fd686581914b55650c9440dae22d79355bc86ac
|
7
|
+
data.tar.gz: 0d75905ca802786c17644c9c3b9e0e8eac07a83c0654584d021d57c5cfb915dd16eae42394bcc6f066ce424ffadbe1b412da29ce3136b7e7d0ed8e41fe5768a0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.591
|
data/lib/v20201221/models.rb
CHANGED
@@ -39,7 +39,7 @@ module TencentCloud
|
|
39
39
|
# @type FullPath: String
|
40
40
|
|
41
41
|
attr_accessor :RequestId, :Bucket, :Region, :TmpSecretId, :TmpSecretKey, :SessionToken, :StartTime, :ExpiredTime, :FullPath
|
42
|
-
|
42
|
+
|
43
43
|
def initialize(requestid=nil, bucket=nil, region=nil, tmpsecretid=nil, tmpsecretkey=nil, sessiontoken=nil, starttime=nil, expiredtime=nil, fullpath=nil)
|
44
44
|
@RequestId = requestid
|
45
45
|
@Bucket = bucket
|
@@ -79,7 +79,7 @@ module TencentCloud
|
|
79
79
|
# @type SourceChannel: Integer
|
80
80
|
|
81
81
|
attr_accessor :ServiceId, :VersionId, :PkgName, :OptType, :SourceChannel
|
82
|
-
|
82
|
+
|
83
83
|
def initialize(serviceid=nil, versionid=nil, pkgname=nil, opttype=nil, sourcechannel=nil)
|
84
84
|
@ServiceId = serviceid
|
85
85
|
@VersionId = versionid
|
@@ -106,7 +106,7 @@ module TencentCloud
|
|
106
106
|
# @type RequestId: String
|
107
107
|
|
108
108
|
attr_accessor :Result, :RequestId
|
109
|
-
|
109
|
+
|
110
110
|
def initialize(result=nil, requestid=nil)
|
111
111
|
@Result = result
|
112
112
|
@RequestId = requestid
|
@@ -135,7 +135,7 @@ module TencentCloud
|
|
135
135
|
# @type TimeVersion: String
|
136
136
|
|
137
137
|
attr_accessor :ServiceId, :PkgName, :OptType, :SourceChannel, :TimeVersion
|
138
|
-
|
138
|
+
|
139
139
|
def initialize(serviceid=nil, pkgname=nil, opttype=nil, sourcechannel=nil, timeversion=nil)
|
140
140
|
@ServiceId = serviceid
|
141
141
|
@PkgName = pkgname
|
@@ -162,7 +162,7 @@ module TencentCloud
|
|
162
162
|
# @type RequestId: String
|
163
163
|
|
164
164
|
attr_accessor :Result, :RequestId
|
165
|
-
|
165
|
+
|
166
166
|
def initialize(result=nil, requestid=nil)
|
167
167
|
@Result = result
|
168
168
|
@RequestId = requestid
|
@@ -195,7 +195,7 @@ module TencentCloud
|
|
195
195
|
# @type EnableTswTraceService: Boolean
|
196
196
|
|
197
197
|
attr_accessor :NamespaceName, :Vpc, :SubnetIds, :Description, :K8sVersion, :SourceChannel, :EnableTswTraceService
|
198
|
-
|
198
|
+
|
199
199
|
def initialize(namespacename=nil, vpc=nil, subnetids=nil, description=nil, k8sversion=nil, sourcechannel=nil, enabletswtraceservice=nil)
|
200
200
|
@NamespaceName = namespacename
|
201
201
|
@Vpc = vpc
|
@@ -226,7 +226,7 @@ module TencentCloud
|
|
226
226
|
# @type RequestId: String
|
227
227
|
|
228
228
|
attr_accessor :Result, :RequestId
|
229
|
-
|
229
|
+
|
230
230
|
def initialize(result=nil, requestid=nil)
|
231
231
|
@Result = result
|
232
232
|
@RequestId = requestid
|
@@ -250,7 +250,7 @@ module TencentCloud
|
|
250
250
|
# @type SourceChannel: Integer
|
251
251
|
|
252
252
|
attr_accessor :NamespaceId, :ResourceType, :ResourceId, :SourceChannel
|
253
|
-
|
253
|
+
|
254
254
|
def initialize(namespaceid=nil, resourcetype=nil, resourceid=nil, sourcechannel=nil)
|
255
255
|
@NamespaceId = namespaceid
|
256
256
|
@ResourceType = resourcetype
|
@@ -275,7 +275,7 @@ module TencentCloud
|
|
275
275
|
# @type RequestId: String
|
276
276
|
|
277
277
|
attr_accessor :Result, :RequestId
|
278
|
-
|
278
|
+
|
279
279
|
def initialize(result=nil, requestid=nil)
|
280
280
|
@Result = result
|
281
281
|
@RequestId = requestid
|
@@ -318,7 +318,7 @@ module TencentCloud
|
|
318
318
|
# @type DeployMode: String
|
319
319
|
|
320
320
|
attr_accessor :ServiceName, :Description, :UseDefaultImageService, :RepoType, :InstanceId, :RepoServer, :RepoName, :SourceChannel, :SubnetList, :CodingLanguage, :DeployMode
|
321
|
-
|
321
|
+
|
322
322
|
def initialize(servicename=nil, description=nil, usedefaultimageservice=nil, repotype=nil, instanceid=nil, reposerver=nil, reponame=nil, sourcechannel=nil, subnetlist=nil, codinglanguage=nil, deploymode=nil)
|
323
323
|
@ServiceName = servicename
|
324
324
|
@Description = description
|
@@ -356,7 +356,7 @@ module TencentCloud
|
|
356
356
|
# @type RequestId: String
|
357
357
|
|
358
358
|
attr_accessor :Result, :RequestId
|
359
|
-
|
359
|
+
|
360
360
|
def initialize(result=nil, requestid=nil)
|
361
361
|
@Result = result
|
362
362
|
@RequestId = requestid
|
@@ -380,7 +380,7 @@ module TencentCloud
|
|
380
380
|
# @type SourceChannel: Integer
|
381
381
|
|
382
382
|
attr_accessor :NamespaceId, :EksNamespace, :Name, :SourceChannel
|
383
|
-
|
383
|
+
|
384
384
|
def initialize(namespaceid=nil, eksnamespace=nil, name=nil, sourcechannel=nil)
|
385
385
|
@NamespaceId = namespaceid
|
386
386
|
@EksNamespace = eksnamespace
|
@@ -404,7 +404,7 @@ module TencentCloud
|
|
404
404
|
# @type RequestId: String
|
405
405
|
|
406
406
|
attr_accessor :Result, :RequestId
|
407
|
-
|
407
|
+
|
408
408
|
def initialize(result=nil, requestid=nil)
|
409
409
|
@Result = result
|
410
410
|
@RequestId = requestid
|
@@ -494,7 +494,7 @@ module TencentCloud
|
|
494
494
|
# @type Readiness: :class:`Tencentcloud::Tem.v20201221.models.HealthCheckConfig`
|
495
495
|
|
496
496
|
attr_accessor :ServiceId, :ContainerPort, :InitPodNum, :CpuSpec, :MemorySpec, :NamespaceId, :ImgRepo, :VersionDesc, :JvmOpts, :EsInfo, :EnvConf, :LogConfs, :StorageConfs, :StorageMountConfs, :DeployMode, :DeployVersion, :PkgName, :JdkVersion, :SecurityGroupIds, :LogOutputConf, :SourceChannel, :Description, :ImageCommand, :ImageArgs, :PortMappings, :UseRegistryDefaultConfig, :SettingConfs, :EksService, :VersionId, :PostStart, :PreStop, :DeployStrategyConf, :Liveness, :Readiness
|
497
|
-
|
497
|
+
|
498
498
|
def initialize(serviceid=nil, containerport=nil, initpodnum=nil, cpuspec=nil, memoryspec=nil, namespaceid=nil, imgrepo=nil, versiondesc=nil, jvmopts=nil, esinfo=nil, envconf=nil, logconfs=nil, storageconfs=nil, storagemountconfs=nil, deploymode=nil, deployversion=nil, pkgname=nil, jdkversion=nil, securitygroupids=nil, logoutputconf=nil, sourcechannel=nil, description=nil, imagecommand=nil, imageargs=nil, portmappings=nil, useregistrydefaultconfig=nil, settingconfs=nil, eksservice=nil, versionid=nil, poststart=nil, prestop=nil, deploystrategyconf=nil, liveness=nil, readiness=nil)
|
499
499
|
@ServiceId = serviceid
|
500
500
|
@ContainerPort = containerport
|
@@ -631,7 +631,7 @@ module TencentCloud
|
|
631
631
|
# @type RequestId: String
|
632
632
|
|
633
633
|
attr_accessor :Result, :RequestId
|
634
|
-
|
634
|
+
|
635
635
|
def initialize(result=nil, requestid=nil)
|
636
636
|
@Result = result
|
637
637
|
@RequestId = requestid
|
@@ -655,7 +655,7 @@ module TencentCloud
|
|
655
655
|
# @type BatchInterval: Integer
|
656
656
|
|
657
657
|
attr_accessor :TotalBatchCount, :BetaBatchNum, :DeployStrategyType, :BatchInterval
|
658
|
-
|
658
|
+
|
659
659
|
def initialize(totalbatchcount=nil, betabatchnum=nil, deploystrategytype=nil, batchinterval=nil)
|
660
660
|
@TotalBatchCount = totalbatchcount
|
661
661
|
@BetaBatchNum = betabatchnum
|
@@ -683,7 +683,7 @@ module TencentCloud
|
|
683
683
|
# @type SourceChannel: Integer
|
684
684
|
|
685
685
|
attr_accessor :NamespaceId, :EksNamespace, :Name, :SourceChannel
|
686
|
-
|
686
|
+
|
687
687
|
def initialize(namespaceid=nil, eksnamespace=nil, name=nil, sourcechannel=nil)
|
688
688
|
@NamespaceId = namespaceid
|
689
689
|
@EksNamespace = eksnamespace
|
@@ -707,7 +707,7 @@ module TencentCloud
|
|
707
707
|
# @type RequestId: String
|
708
708
|
|
709
709
|
attr_accessor :Result, :RequestId
|
710
|
-
|
710
|
+
|
711
711
|
def initialize(result=nil, requestid=nil)
|
712
712
|
@Result = result
|
713
713
|
@RequestId = requestid
|
@@ -734,7 +734,7 @@ module TencentCloud
|
|
734
734
|
# @type Names: Array
|
735
735
|
|
736
736
|
attr_accessor :NamespaceId, :EksNamespace, :SourceChannel, :Names
|
737
|
-
|
737
|
+
|
738
738
|
def initialize(namespaceid=nil, eksnamespace=nil, sourcechannel=nil, names=nil)
|
739
739
|
@NamespaceId = namespaceid
|
740
740
|
@EksNamespace = eksnamespace
|
@@ -759,7 +759,7 @@ module TencentCloud
|
|
759
759
|
# @type RequestId: String
|
760
760
|
|
761
761
|
attr_accessor :Result, :RequestId
|
762
|
-
|
762
|
+
|
763
763
|
def initialize(result=nil, requestid=nil)
|
764
764
|
@Result = result
|
765
765
|
@RequestId = requestid
|
@@ -788,7 +788,7 @@ module TencentCloud
|
|
788
788
|
# @type SourceChannel: Integer
|
789
789
|
|
790
790
|
attr_accessor :Limit, :Offset, :SourceChannel
|
791
|
-
|
791
|
+
|
792
792
|
def initialize(limit=nil, offset=nil, sourcechannel=nil)
|
793
793
|
@Limit = limit
|
794
794
|
@Offset = offset
|
@@ -810,7 +810,7 @@ module TencentCloud
|
|
810
810
|
# @type RequestId: String
|
811
811
|
|
812
812
|
attr_accessor :Result, :RequestId
|
813
|
-
|
813
|
+
|
814
814
|
def initialize(result=nil, requestid=nil)
|
815
815
|
@Result = result
|
816
816
|
@RequestId = requestid
|
@@ -837,7 +837,7 @@ module TencentCloud
|
|
837
837
|
# @type ServiceId: String
|
838
838
|
|
839
839
|
attr_accessor :NamespaceId, :EksNamespace, :SourceChannel, :ServiceId
|
840
|
-
|
840
|
+
|
841
841
|
def initialize(namespaceid=nil, eksnamespace=nil, sourcechannel=nil, serviceid=nil)
|
842
842
|
@NamespaceId = namespaceid
|
843
843
|
@EksNamespace = eksnamespace
|
@@ -862,7 +862,7 @@ module TencentCloud
|
|
862
862
|
# @type RequestId: String
|
863
863
|
|
864
864
|
attr_accessor :Result, :RequestId
|
865
|
-
|
865
|
+
|
866
866
|
def initialize(result=nil, requestid=nil)
|
867
867
|
@Result = result
|
868
868
|
@RequestId = requestid
|
@@ -895,7 +895,7 @@ module TencentCloud
|
|
895
895
|
# @type PodList: Array
|
896
896
|
|
897
897
|
attr_accessor :Offset, :Limit, :TotalCount, :RequestId, :PodList
|
898
|
-
|
898
|
+
|
899
899
|
def initialize(offset=nil, limit=nil, totalcount=nil, requestid=nil, podlist=nil)
|
900
900
|
@Offset = offset
|
901
901
|
@Limit = limit
|
@@ -941,7 +941,7 @@ module TencentCloud
|
|
941
941
|
# @type SourceChannel: Integer
|
942
942
|
|
943
943
|
attr_accessor :NamespaceId, :ServiceId, :Limit, :Offset, :Status, :PodName, :SourceChannel
|
944
|
-
|
944
|
+
|
945
945
|
def initialize(namespaceid=nil, serviceid=nil, limit=nil, offset=nil, status=nil, podname=nil, sourcechannel=nil)
|
946
946
|
@NamespaceId = namespaceid
|
947
947
|
@ServiceId = serviceid
|
@@ -971,7 +971,7 @@ module TencentCloud
|
|
971
971
|
# @type RequestId: String
|
972
972
|
|
973
973
|
attr_accessor :Result, :RequestId
|
974
|
-
|
974
|
+
|
975
975
|
def initialize(result=nil, requestid=nil)
|
976
976
|
@Result = result
|
977
977
|
@RequestId = requestid
|
@@ -1023,7 +1023,7 @@ module TencentCloud
|
|
1023
1023
|
# @type PortMappings: Array
|
1024
1024
|
|
1025
1025
|
attr_accessor :Name, :Ports, :Yaml, :ServiceName, :VersionName, :ClusterIp, :ExternalIp, :Type, :SubnetId, :LoadBalanceId, :PortMappings
|
1026
|
-
|
1026
|
+
|
1027
1027
|
def initialize(name=nil, ports=nil, yaml=nil, servicename=nil, versionname=nil, clusterip=nil, externalip=nil, type=nil, subnetid=nil, loadbalanceid=nil, portmappings=nil)
|
1028
1028
|
@Name = name
|
1029
1029
|
@Ports = ports
|
@@ -1074,7 +1074,7 @@ module TencentCloud
|
|
1074
1074
|
# @type VersionId: String
|
1075
1075
|
|
1076
1076
|
attr_accessor :MinAliveInstances, :MaxAliveInstances, :EsStrategy, :Threshold, :VersionId
|
1077
|
-
|
1077
|
+
|
1078
1078
|
def initialize(minaliveinstances=nil, maxaliveinstances=nil, esstrategy=nil, threshold=nil, versionid=nil)
|
1079
1079
|
@MinAliveInstances = minaliveinstances
|
1080
1080
|
@MaxAliveInstances = maxaliveinstances
|
@@ -1104,7 +1104,7 @@ module TencentCloud
|
|
1104
1104
|
# @type SourceChannel: Integer
|
1105
1105
|
|
1106
1106
|
attr_accessor :ServiceId, :PkgName, :DeployVersion, :SourceChannel
|
1107
|
-
|
1107
|
+
|
1108
1108
|
def initialize(serviceid=nil, pkgname=nil, deployversion=nil, sourcechannel=nil)
|
1109
1109
|
@ServiceId = serviceid
|
1110
1110
|
@PkgName = pkgname
|
@@ -1129,7 +1129,7 @@ module TencentCloud
|
|
1129
1129
|
# @type RequestId: String
|
1130
1130
|
|
1131
1131
|
attr_accessor :Result, :RequestId
|
1132
|
-
|
1132
|
+
|
1133
1133
|
def initialize(result=nil, requestid=nil)
|
1134
1134
|
@Result = result
|
1135
1135
|
@RequestId = requestid
|
@@ -1161,7 +1161,7 @@ module TencentCloud
|
|
1161
1161
|
# @type PeriodSeconds: Integer
|
1162
1162
|
|
1163
1163
|
attr_accessor :Type, :Protocol, :Path, :Exec, :Port, :InitialDelaySeconds, :TimeoutSeconds, :PeriodSeconds
|
1164
|
-
|
1164
|
+
|
1165
1165
|
def initialize(type=nil, protocol=nil, path=nil, exec=nil, port=nil, initialdelayseconds=nil, timeoutseconds=nil, periodseconds=nil)
|
1166
1166
|
@Type = type
|
1167
1167
|
@Protocol = protocol
|
@@ -1217,7 +1217,7 @@ module TencentCloud
|
|
1217
1217
|
# @type Mixed: Boolean
|
1218
1218
|
|
1219
1219
|
attr_accessor :NamespaceId, :EksNamespace, :AddressIPVersion, :Name, :Rules, :ClbId, :Tls, :ClusterId, :Vip, :CreateTime, :Mixed
|
1220
|
-
|
1220
|
+
|
1221
1221
|
def initialize(namespaceid=nil, eksnamespace=nil, addressipversion=nil, name=nil, rules=nil, clbid=nil, tls=nil, clusterid=nil, vip=nil, createtime=nil, mixed=nil)
|
1222
1222
|
@NamespaceId = namespaceid
|
1223
1223
|
@EksNamespace = eksnamespace
|
@@ -1272,7 +1272,7 @@ module TencentCloud
|
|
1272
1272
|
# @type Protocol: String
|
1273
1273
|
|
1274
1274
|
attr_accessor :Http, :Host, :Protocol
|
1275
|
-
|
1275
|
+
|
1276
1276
|
def initialize(http=nil, host=nil, protocol=nil)
|
1277
1277
|
@Http = http
|
1278
1278
|
@Host = host
|
@@ -1297,7 +1297,7 @@ module TencentCloud
|
|
1297
1297
|
# @type ServicePort: Integer
|
1298
1298
|
|
1299
1299
|
attr_accessor :ServiceName, :ServicePort
|
1300
|
-
|
1300
|
+
|
1301
1301
|
def initialize(servicename=nil, serviceport=nil)
|
1302
1302
|
@ServiceName = servicename
|
1303
1303
|
@ServicePort = serviceport
|
@@ -1317,7 +1317,7 @@ module TencentCloud
|
|
1317
1317
|
# @type Backend: :class:`Tencentcloud::Tem.v20201221.models.IngressRuleBackend`
|
1318
1318
|
|
1319
1319
|
attr_accessor :Path, :Backend
|
1320
|
-
|
1320
|
+
|
1321
1321
|
def initialize(path=nil, backend=nil)
|
1322
1322
|
@Path = path
|
1323
1323
|
@Backend = backend
|
@@ -1338,7 +1338,7 @@ module TencentCloud
|
|
1338
1338
|
# @type Paths: Array
|
1339
1339
|
|
1340
1340
|
attr_accessor :Paths
|
1341
|
-
|
1341
|
+
|
1342
1342
|
def initialize(paths=nil)
|
1343
1343
|
@Paths = paths
|
1344
1344
|
end
|
@@ -1365,7 +1365,7 @@ module TencentCloud
|
|
1365
1365
|
# @type CertificateId: String
|
1366
1366
|
|
1367
1367
|
attr_accessor :Hosts, :SecretName, :CertificateId
|
1368
|
-
|
1368
|
+
|
1369
1369
|
def initialize(hosts=nil, secretname=nil, certificateid=nil)
|
1370
1370
|
@Hosts = hosts
|
1371
1371
|
@SecretName = secretname
|
@@ -1393,7 +1393,7 @@ module TencentCloud
|
|
1393
1393
|
# @type ClsLogTopicName: String
|
1394
1394
|
|
1395
1395
|
attr_accessor :OutputType, :ClsLogsetName, :ClsLogTopicId, :ClsLogsetId, :ClsLogTopicName
|
1396
|
-
|
1396
|
+
|
1397
1397
|
def initialize(outputtype=nil, clslogsetname=nil, clslogtopicid=nil, clslogsetid=nil, clslogtopicname=nil)
|
1398
1398
|
@OutputType = outputtype
|
1399
1399
|
@ClsLogsetName = clslogsetname
|
@@ -1419,7 +1419,7 @@ module TencentCloud
|
|
1419
1419
|
# @type SourceChannel: Integer
|
1420
1420
|
|
1421
1421
|
attr_accessor :Ingress, :SourceChannel
|
1422
|
-
|
1422
|
+
|
1423
1423
|
def initialize(ingress=nil, sourcechannel=nil)
|
1424
1424
|
@Ingress = ingress
|
1425
1425
|
@SourceChannel = sourcechannel
|
@@ -1443,7 +1443,7 @@ module TencentCloud
|
|
1443
1443
|
# @type RequestId: String
|
1444
1444
|
|
1445
1445
|
attr_accessor :Result, :RequestId
|
1446
|
-
|
1446
|
+
|
1447
1447
|
def initialize(result=nil, requestid=nil)
|
1448
1448
|
@Result = result
|
1449
1449
|
@RequestId = requestid
|
@@ -1471,7 +1471,7 @@ module TencentCloud
|
|
1471
1471
|
# @type SourceChannel: Integer
|
1472
1472
|
|
1473
1473
|
attr_accessor :NamespaceId, :NamespaceName, :Description, :Vpc, :SubnetIds, :SourceChannel
|
1474
|
-
|
1474
|
+
|
1475
1475
|
def initialize(namespaceid=nil, namespacename=nil, description=nil, vpc=nil, subnetids=nil, sourcechannel=nil)
|
1476
1476
|
@NamespaceId = namespaceid
|
1477
1477
|
@NamespaceName = namespacename
|
@@ -1500,7 +1500,7 @@ module TencentCloud
|
|
1500
1500
|
# @type RequestId: String
|
1501
1501
|
|
1502
1502
|
attr_accessor :Result, :RequestId
|
1503
|
-
|
1503
|
+
|
1504
1504
|
def initialize(result=nil, requestid=nil)
|
1505
1505
|
@Result = result
|
1506
1506
|
@RequestId = requestid
|
@@ -1522,7 +1522,7 @@ module TencentCloud
|
|
1522
1522
|
# @type SourceChannel: Integer
|
1523
1523
|
|
1524
1524
|
attr_accessor :ServiceId, :Description, :SourceChannel
|
1525
|
-
|
1525
|
+
|
1526
1526
|
def initialize(serviceid=nil, description=nil, sourcechannel=nil)
|
1527
1527
|
@ServiceId = serviceid
|
1528
1528
|
@Description = description
|
@@ -1545,7 +1545,7 @@ module TencentCloud
|
|
1545
1545
|
# @type RequestId: String
|
1546
1546
|
|
1547
1547
|
attr_accessor :Result, :RequestId
|
1548
|
-
|
1548
|
+
|
1549
1549
|
def initialize(result=nil, requestid=nil)
|
1550
1550
|
@Result = result
|
1551
1551
|
@RequestId = requestid
|
@@ -1567,7 +1567,7 @@ module TencentCloud
|
|
1567
1567
|
# @type Data: Array
|
1568
1568
|
|
1569
1569
|
attr_accessor :ConfigDataName, :MountedPath, :Data
|
1570
|
-
|
1570
|
+
|
1571
1571
|
def initialize(configdataname=nil, mountedpath=nil, data=nil)
|
1572
1572
|
@ConfigDataName = configdataname
|
1573
1573
|
@MountedPath = mountedpath
|
@@ -1600,7 +1600,7 @@ module TencentCloud
|
|
1600
1600
|
# @type Pages: Integer
|
1601
1601
|
|
1602
1602
|
attr_accessor :Records, :Total, :Size, :Pages
|
1603
|
-
|
1603
|
+
|
1604
1604
|
def initialize(records=nil, total=nil, size=nil, pages=nil)
|
1605
1605
|
@Records = records
|
1606
1606
|
@Total = total
|
@@ -1631,7 +1631,7 @@ module TencentCloud
|
|
1631
1631
|
# @type Value: String
|
1632
1632
|
|
1633
1633
|
attr_accessor :Key, :Value
|
1634
|
-
|
1634
|
+
|
1635
1635
|
def initialize(key=nil, value=nil)
|
1636
1636
|
@Key = key
|
1637
1637
|
@Value = value
|
@@ -1653,7 +1653,7 @@ module TencentCloud
|
|
1653
1653
|
# @type Protocol: String
|
1654
1654
|
|
1655
1655
|
attr_accessor :Port, :TargetPort, :Protocol
|
1656
|
-
|
1656
|
+
|
1657
1657
|
def initialize(port=nil, targetport=nil, protocol=nil)
|
1658
1658
|
@Port = port
|
1659
1659
|
@TargetPort = targetport
|
@@ -1685,7 +1685,7 @@ module TencentCloud
|
|
1685
1685
|
# @type SourceChannel: Integer
|
1686
1686
|
|
1687
1687
|
attr_accessor :NamespaceId, :ServiceId, :PodName, :Limit, :Offset, :Status, :SourceChannel
|
1688
|
-
|
1688
|
+
|
1689
1689
|
def initialize(namespaceid=nil, serviceid=nil, podname=nil, limit=nil, offset=nil, status=nil, sourcechannel=nil)
|
1690
1690
|
@NamespaceId = namespaceid
|
1691
1691
|
@ServiceId = serviceid
|
@@ -1716,7 +1716,7 @@ module TencentCloud
|
|
1716
1716
|
# @type RequestId: String
|
1717
1717
|
|
1718
1718
|
attr_accessor :Result, :RequestId
|
1719
|
-
|
1719
|
+
|
1720
1720
|
def initialize(result=nil, requestid=nil)
|
1721
1721
|
@Result = result
|
1722
1722
|
@RequestId = requestid
|
@@ -1751,7 +1751,7 @@ module TencentCloud
|
|
1751
1751
|
# @type RestartCount: Integer
|
1752
1752
|
|
1753
1753
|
attr_accessor :Webshell, :PodId, :Status, :CreateTime, :PodIp, :Zone, :DeployVersion, :RestartCount
|
1754
|
-
|
1754
|
+
|
1755
1755
|
def initialize(webshell=nil, podid=nil, status=nil, createtime=nil, podip=nil, zone=nil, deployversion=nil, restartcount=nil)
|
1756
1756
|
@Webshell = webshell
|
1757
1757
|
@PodId = podid
|
@@ -1786,7 +1786,7 @@ module TencentCloud
|
|
1786
1786
|
# @type StorageVolIp: String
|
1787
1787
|
|
1788
1788
|
attr_accessor :StorageVolName, :StorageVolPath, :StorageVolIp
|
1789
|
-
|
1789
|
+
|
1790
1790
|
def initialize(storagevolname=nil, storagevolpath=nil, storagevolip=nil)
|
1791
1791
|
@StorageVolName = storagevolname
|
1792
1792
|
@StorageVolPath = storagevolpath
|
@@ -1808,7 +1808,7 @@ module TencentCloud
|
|
1808
1808
|
# @type MountPath: String
|
1809
1809
|
|
1810
1810
|
attr_accessor :VolumeName, :MountPath
|
1811
|
-
|
1811
|
+
|
1812
1812
|
def initialize(volumename=nil, mountpath=nil)
|
1813
1813
|
@VolumeName = volumename
|
1814
1814
|
@MountPath = mountpath
|
@@ -1859,7 +1859,7 @@ module TencentCloud
|
|
1859
1859
|
# @type EnableTswTraceService: Boolean
|
1860
1860
|
|
1861
1861
|
attr_accessor :NamespaceId, :Channel, :NamespaceName, :Region, :Description, :Status, :Vpc, :CreateDate, :ModifyDate, :Modifier, :Creator, :ServiceNum, :RunInstancesNum, :SubnetId, :TcbEnvStatus, :ClusterStatus, :EnableTswTraceService
|
1862
|
-
|
1862
|
+
|
1863
1863
|
def initialize(namespaceid=nil, channel=nil, namespacename=nil, region=nil, description=nil, status=nil, vpc=nil, createdate=nil, modifydate=nil, modifier=nil, creator=nil, servicenum=nil, runinstancesnum=nil, subnetid=nil, tcbenvstatus=nil, clusterstatus=nil, enabletswtraceservice=nil)
|
1864
1864
|
@NamespaceId = namespaceid
|
1865
1865
|
@Channel = channel
|