tencentcloud-sdk-tke 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/v20180525/models.rb +543 -543
- metadata +2 -2
data/lib/v20180525/models.rb
CHANGED
@@ -23,7 +23,7 @@ module TencentCloud
|
|
23
23
|
# @type ClusterId: String
|
24
24
|
|
25
25
|
attr_accessor :ClusterId
|
26
|
-
|
26
|
+
|
27
27
|
def initialize(clusterid=nil)
|
28
28
|
@ClusterId = clusterid
|
29
29
|
end
|
@@ -39,7 +39,7 @@ module TencentCloud
|
|
39
39
|
# @type RequestId: String
|
40
40
|
|
41
41
|
attr_accessor :RequestId
|
42
|
-
|
42
|
+
|
43
43
|
def initialize(requestid=nil)
|
44
44
|
@RequestId = requestid
|
45
45
|
end
|
@@ -59,7 +59,7 @@ module TencentCloud
|
|
59
59
|
# @type IgnoreClusterCIDRConflict: Boolean
|
60
60
|
|
61
61
|
attr_accessor :ClusterId, :ClusterCIDRs, :IgnoreClusterCIDRConflict
|
62
|
-
|
62
|
+
|
63
63
|
def initialize(clusterid=nil, clustercidrs=nil, ignoreclustercidrconflict=nil)
|
64
64
|
@ClusterId = clusterid
|
65
65
|
@ClusterCIDRs = clustercidrs
|
@@ -79,7 +79,7 @@ module TencentCloud
|
|
79
79
|
# @type RequestId: String
|
80
80
|
|
81
81
|
attr_accessor :RequestId
|
82
|
-
|
82
|
+
|
83
83
|
def initialize(requestid=nil)
|
84
84
|
@RequestId = requestid
|
85
85
|
end
|
@@ -117,7 +117,7 @@ module TencentCloud
|
|
117
117
|
# @type ImageId: String
|
118
118
|
|
119
119
|
attr_accessor :ClusterId, :InstanceIds, :InstanceAdvancedSettings, :EnhancedService, :LoginSettings, :HostName, :SecurityGroupIds, :NodePool, :SkipValidateOptions, :InstanceAdvancedSettingsOverrides, :ImageId
|
120
|
-
|
120
|
+
|
121
121
|
def initialize(clusterid=nil, instanceids=nil, instanceadvancedsettings=nil, enhancedservice=nil, loginsettings=nil, hostname=nil, securitygroupids=nil, nodepool=nil, skipvalidateoptions=nil, instanceadvancedsettingsoverrides=nil, imageid=nil)
|
122
122
|
@ClusterId = clusterid
|
123
123
|
@InstanceIds = instanceids
|
@@ -184,7 +184,7 @@ module TencentCloud
|
|
184
184
|
# @type RequestId: String
|
185
185
|
|
186
186
|
attr_accessor :FailedInstanceIds, :SuccInstanceIds, :TimeoutInstanceIds, :FailedReasons, :RequestId
|
187
|
-
|
187
|
+
|
188
188
|
def initialize(failedinstanceids=nil, succinstanceids=nil, timeoutinstanceids=nil, failedreasons=nil, requestid=nil)
|
189
189
|
@FailedInstanceIds = failedinstanceids
|
190
190
|
@SuccInstanceIds = succinstanceids
|
@@ -212,7 +212,7 @@ module TencentCloud
|
|
212
212
|
# @type InstanceIds: Array
|
213
213
|
|
214
214
|
attr_accessor :ClusterId, :NodePoolId, :InstanceIds
|
215
|
-
|
215
|
+
|
216
216
|
def initialize(clusterid=nil, nodepoolid=nil, instanceids=nil)
|
217
217
|
@ClusterId = clusterid
|
218
218
|
@NodePoolId = nodepoolid
|
@@ -232,7 +232,7 @@ module TencentCloud
|
|
232
232
|
# @type RequestId: String
|
233
233
|
|
234
234
|
attr_accessor :RequestId
|
235
|
-
|
235
|
+
|
236
236
|
def initialize(requestid=nil)
|
237
237
|
@RequestId = requestid
|
238
238
|
end
|
@@ -254,7 +254,7 @@ module TencentCloud
|
|
254
254
|
# @type SkipAddingNonMasqueradeCIDRs: Boolean
|
255
255
|
|
256
256
|
attr_accessor :ClusterId, :SubnetIds, :VpcId, :SkipAddingNonMasqueradeCIDRs
|
257
|
-
|
257
|
+
|
258
258
|
def initialize(clusterid=nil, subnetids=nil, vpcid=nil, skipaddingnonmasqueradecidrs=nil)
|
259
259
|
@ClusterId = clusterid
|
260
260
|
@SubnetIds = subnetids
|
@@ -276,7 +276,7 @@ module TencentCloud
|
|
276
276
|
# @type RequestId: String
|
277
277
|
|
278
278
|
attr_accessor :RequestId
|
279
|
-
|
279
|
+
|
280
280
|
def initialize(requestid=nil)
|
281
281
|
@RequestId = requestid
|
282
282
|
end
|
@@ -297,7 +297,7 @@ module TencentCloud
|
|
297
297
|
# @type LatestVersion: String
|
298
298
|
|
299
299
|
attr_accessor :Name, :Label, :LatestVersion
|
300
|
-
|
300
|
+
|
301
301
|
def initialize(name=nil, label=nil, latestversion=nil)
|
302
302
|
@Name = name
|
303
303
|
@Label = label
|
@@ -319,7 +319,7 @@ module TencentCloud
|
|
319
319
|
# @type MaxSize: Integer
|
320
320
|
|
321
321
|
attr_accessor :MinSize, :MaxSize
|
322
|
-
|
322
|
+
|
323
323
|
def initialize(minsize=nil, maxsize=nil)
|
324
324
|
@MinSize = minsize
|
325
325
|
@MaxSize = maxsize
|
@@ -337,7 +337,7 @@ module TencentCloud
|
|
337
337
|
# @type IsAutoUpgrade: Boolean
|
338
338
|
|
339
339
|
attr_accessor :IsAutoUpgrade
|
340
|
-
|
340
|
+
|
341
341
|
def initialize(isautoupgrade=nil)
|
342
342
|
@IsAutoUpgrade = isautoupgrade
|
343
343
|
end
|
@@ -359,7 +359,7 @@ module TencentCloud
|
|
359
359
|
# @type Total: Integer
|
360
360
|
|
361
361
|
attr_accessor :Joining, :Initializing, :Normal, :Total
|
362
|
-
|
362
|
+
|
363
363
|
def initialize(joining=nil, initializing=nil, normal=nil, total=nil)
|
364
364
|
@Joining = joining
|
365
365
|
@Initializing = initializing
|
@@ -401,7 +401,7 @@ module TencentCloud
|
|
401
401
|
# @type LastValidationTime: String
|
402
402
|
|
403
403
|
attr_accessor :Name, :StorageRegion, :Provider, :Bucket, :Path, :State, :Message, :LastValidationTime
|
404
|
-
|
404
|
+
|
405
405
|
def initialize(name=nil, storageregion=nil, provider=nil, bucket=nil, path=nil, state=nil, message=nil, lastvalidationtime=nil)
|
406
406
|
@Name = name
|
407
407
|
@StorageRegion = storageregion
|
@@ -437,7 +437,7 @@ module TencentCloud
|
|
437
437
|
# @type DevName: String
|
438
438
|
|
439
439
|
attr_accessor :Version, :Name, :DocName, :DevName
|
440
|
-
|
440
|
+
|
441
441
|
def initialize(version=nil, name=nil, docname=nil, devname=nil)
|
442
442
|
@Version = version
|
443
443
|
@Name = name
|
@@ -463,7 +463,7 @@ module TencentCloud
|
|
463
463
|
# @type ClusterType: String
|
464
464
|
|
465
465
|
attr_accessor :ID, :ClusterId, :ClusterType
|
466
|
-
|
466
|
+
|
467
467
|
def initialize(id=nil, clusterid=nil, clustertype=nil)
|
468
468
|
@ID = id
|
469
469
|
@ClusterId = clusterid
|
@@ -486,7 +486,7 @@ module TencentCloud
|
|
486
486
|
# @type RequestId: String
|
487
487
|
|
488
488
|
attr_accessor :Release, :RequestId
|
489
|
-
|
489
|
+
|
490
490
|
def initialize(release=nil, requestid=nil)
|
491
491
|
@Release = release
|
492
492
|
@RequestId = requestid
|
@@ -511,7 +511,7 @@ module TencentCloud
|
|
511
511
|
# @type Drop: Array
|
512
512
|
|
513
513
|
attr_accessor :Add, :Drop
|
514
|
-
|
514
|
+
|
515
515
|
def initialize(add=nil, drop=nil)
|
516
516
|
@Add = add
|
517
517
|
@Drop = drop
|
@@ -531,7 +531,7 @@ module TencentCloud
|
|
531
531
|
# @type CbsDiskId: String
|
532
532
|
|
533
533
|
attr_accessor :Name, :CbsDiskId
|
534
|
-
|
534
|
+
|
535
535
|
def initialize(name=nil, cbsdiskid=nil)
|
536
536
|
@Name = name
|
537
537
|
@CbsDiskId = cbsdiskid
|
@@ -553,7 +553,7 @@ module TencentCloud
|
|
553
553
|
# @type ServiceCIDR: String
|
554
554
|
|
555
555
|
attr_accessor :VpcId, :PodCIDR, :ServiceCIDR
|
556
|
-
|
556
|
+
|
557
557
|
def initialize(vpcid=nil, podcidr=nil, servicecidr=nil)
|
558
558
|
@VpcId = vpcid
|
559
559
|
@PodCIDR = podcidr
|
@@ -582,7 +582,7 @@ module TencentCloud
|
|
582
582
|
# @type RequestId: String
|
583
583
|
|
584
584
|
attr_accessor :ConflictCode, :ConflictMsg, :RequestId
|
585
|
-
|
585
|
+
|
586
586
|
def initialize(conflictcode=nil, conflictmsg=nil, requestid=nil)
|
587
587
|
@ConflictCode = conflictcode
|
588
588
|
@ConflictMsg = conflictmsg
|
@@ -612,7 +612,7 @@ module TencentCloud
|
|
612
612
|
# @type Filter: Array
|
613
613
|
|
614
614
|
attr_accessor :ClusterId, :InstanceIds, :UpgradeType, :Offset, :Limit, :Filter
|
615
|
-
|
615
|
+
|
616
616
|
def initialize(clusterid=nil, instanceids=nil, upgradetype=nil, offset=nil, limit=nil, filter=nil)
|
617
617
|
@ClusterId = clusterid
|
618
618
|
@InstanceIds = instanceids
|
@@ -658,7 +658,7 @@ module TencentCloud
|
|
658
658
|
# @type RequestId: String
|
659
659
|
|
660
660
|
attr_accessor :ClusterVersion, :LatestVersion, :UpgradeAbleInstances, :Total, :UnavailableVersionReason, :RequestId
|
661
|
-
|
661
|
+
|
662
662
|
def initialize(clusterversion=nil, latestversion=nil, upgradeableinstances=nil, total=nil, unavailableversionreason=nil, requestid=nil)
|
663
663
|
@ClusterVersion = clusterversion
|
664
664
|
@LatestVersion = latestversion
|
@@ -757,7 +757,7 @@ module TencentCloud
|
|
757
757
|
# @type ClusterEtcdNodeNum: Integer
|
758
758
|
|
759
759
|
attr_accessor :ClusterId, :ClusterName, :ClusterDescription, :ClusterVersion, :ClusterOs, :ClusterType, :ClusterNetworkSettings, :ClusterNodeNum, :ProjectId, :TagSpecification, :ClusterStatus, :Property, :ClusterMaterNodeNum, :ImageId, :OsCustomizeType, :ContainerRuntime, :CreatedTime, :DeletionProtection, :EnableExternalNode, :ClusterLevel, :AutoUpgradeClusterLevel, :QGPUShareEnable, :RuntimeVersion, :ClusterEtcdNodeNum
|
760
|
-
|
760
|
+
|
761
761
|
def initialize(clusterid=nil, clustername=nil, clusterdescription=nil, clusterversion=nil, clusteros=nil, clustertype=nil, clusternetworksettings=nil, clusternodenum=nil, projectid=nil, tagspecification=nil, clusterstatus=nil, property=nil, clustermaternodenum=nil, imageid=nil, oscustomizetype=nil, containerruntime=nil, createdtime=nil, deletionprotection=nil, enableexternalnode=nil, clusterlevel=nil, autoupgradeclusterlevel=nil, qgpushareenable=nil, runtimeversion=nil, clusteretcdnodenum=nil)
|
762
762
|
@ClusterId = clusterid
|
763
763
|
@ClusterName = clustername
|
@@ -871,7 +871,7 @@ module TencentCloud
|
|
871
871
|
# @type QGPUShareEnable: Boolean
|
872
872
|
|
873
873
|
attr_accessor :IPVS, :AsEnabled, :ContainerRuntime, :NodeNameType, :ExtraArgs, :NetworkType, :IsNonStaticIpMode, :DeletionProtection, :KubeProxyMode, :AuditEnabled, :AuditLogsetId, :AuditLogTopicId, :VpcCniType, :RuntimeVersion, :EnableCustomizedPodCIDR, :BasePodNumber, :CiliumMode, :IsDualStack, :QGPUShareEnable
|
874
|
-
|
874
|
+
|
875
875
|
def initialize(ipvs=nil, asenabled=nil, containerruntime=nil, nodenametype=nil, extraargs=nil, networktype=nil, isnonstaticipmode=nil, deletionprotection=nil, kubeproxymode=nil, auditenabled=nil, auditlogsetid=nil, auditlogtopicid=nil, vpccnitype=nil, runtimeversion=nil, enablecustomizedpodcidr=nil, basepodnumber=nil, ciliummode=nil, isdualstack=nil, qgpushareenable=nil)
|
876
876
|
@IPVS = ipvs
|
877
877
|
@AsEnabled = asenabled
|
@@ -936,7 +936,7 @@ module TencentCloud
|
|
936
936
|
# @type CreatedTime: String
|
937
937
|
|
938
938
|
attr_accessor :AutoScalingGroupId, :Status, :IsUnschedulable, :Labels, :CreatedTime
|
939
|
-
|
939
|
+
|
940
940
|
def initialize(autoscalinggroupid=nil, status=nil, isunschedulable=nil, labels=nil, createdtime=nil)
|
941
941
|
@AutoScalingGroupId = autoscalinggroupid
|
942
942
|
@Status = status
|
@@ -971,7 +971,7 @@ module TencentCloud
|
|
971
971
|
# @type AutoScalingGroupRange: :class:`Tencentcloud::Tke.v20180525.models.AutoScalingGroupRange`
|
972
972
|
|
973
973
|
attr_accessor :AutoScalingGroupId, :AutoScalingGroupEnabled, :AutoScalingGroupRange
|
974
|
-
|
974
|
+
|
975
975
|
def initialize(autoscalinggroupid=nil, autoscalinggroupenabled=nil, autoscalinggrouprange=nil)
|
976
976
|
@AutoScalingGroupId = autoscalinggroupid
|
977
977
|
@AutoScalingGroupEnabled = autoscalinggroupenabled
|
@@ -1031,7 +1031,7 @@ module TencentCloud
|
|
1031
1031
|
# @type UnregisteredNodeRemovalTime: Integer
|
1032
1032
|
|
1033
1033
|
attr_accessor :IsScaleDownEnabled, :Expander, :MaxEmptyBulkDelete, :ScaleDownDelay, :ScaleDownUnneededTime, :ScaleDownUtilizationThreshold, :SkipNodesWithLocalStorage, :SkipNodesWithSystemPods, :IgnoreDaemonSetsUtilization, :OkTotalUnreadyCount, :MaxTotalUnreadyPercentage, :ScaleDownUnreadyTime, :UnregisteredNodeRemovalTime
|
1034
|
-
|
1034
|
+
|
1035
1035
|
def initialize(isscaledownenabled=nil, expander=nil, maxemptybulkdelete=nil, scaledowndelay=nil, scaledownunneededtime=nil, scaledownutilizationthreshold=nil, skipnodeswithlocalstorage=nil, skipnodeswithsystempods=nil, ignoredaemonsetsutilization=nil, oktotalunreadycount=nil, maxtotalunreadypercentage=nil, scaledownunreadytime=nil, unregisterednoderemovaltime=nil)
|
1036
1036
|
@IsScaleDownEnabled = isscaledownenabled
|
1037
1037
|
@Expander = expander
|
@@ -1093,7 +1093,7 @@ module TencentCloud
|
|
1093
1093
|
# @type AutoUpgradeClusterLevel: :class:`Tencentcloud::Tke.v20180525.models.AutoUpgradeClusterLevel`
|
1094
1094
|
|
1095
1095
|
attr_accessor :ClusterOs, :ClusterVersion, :ClusterName, :ClusterDescription, :VpcId, :ProjectId, :TagSpecification, :OsCustomizeType, :NeedWorkSecurityGroup, :SubnetId, :ClusterLevel, :AutoUpgradeClusterLevel
|
1096
|
-
|
1096
|
+
|
1097
1097
|
def initialize(clusteros=nil, clusterversion=nil, clustername=nil, clusterdescription=nil, vpcid=nil, projectid=nil, tagspecification=nil, oscustomizetype=nil, needworksecuritygroup=nil, subnetid=nil, clusterlevel=nil, autoupgradeclusterlevel=nil)
|
1098
1098
|
@ClusterOs = clusteros
|
1099
1099
|
@ClusterVersion = clusterversion
|
@@ -1155,7 +1155,7 @@ module TencentCloud
|
|
1155
1155
|
# @type IgnoreServiceCIDRConflict: Boolean
|
1156
1156
|
|
1157
1157
|
attr_accessor :ClusterCIDR, :IgnoreClusterCIDRConflict, :MaxNodePodNum, :MaxClusterServiceNum, :ServiceCIDR, :EniSubnetIds, :ClaimExpiredSeconds, :IgnoreServiceCIDRConflict
|
1158
|
-
|
1158
|
+
|
1159
1159
|
def initialize(clustercidr=nil, ignoreclustercidrconflict=nil, maxnodepodnum=nil, maxclusterservicenum=nil, servicecidr=nil, enisubnetids=nil, claimexpiredseconds=nil, ignoreservicecidrconflict=nil)
|
1160
1160
|
@ClusterCIDR = clustercidr
|
1161
1161
|
@IgnoreClusterCIDRConflict = ignoreclustercidrconflict
|
@@ -1199,7 +1199,7 @@ module TencentCloud
|
|
1199
1199
|
# @type Message: String
|
1200
1200
|
|
1201
1201
|
attr_accessor :Type, :Status, :LastProbeTime, :LastTransitionTime, :Reason, :Message
|
1202
|
-
|
1202
|
+
|
1203
1203
|
def initialize(type=nil, status=nil, lastprobetime=nil, lasttransitiontime=nil, reason=nil, message=nil)
|
1204
1204
|
@Type = type
|
1205
1205
|
@Status = status
|
@@ -1227,7 +1227,7 @@ module TencentCloud
|
|
1227
1227
|
# @type Token: String
|
1228
1228
|
|
1229
1229
|
attr_accessor :CACert, :Token
|
1230
|
-
|
1230
|
+
|
1231
1231
|
def initialize(cacert=nil, token=nil)
|
1232
1232
|
@CACert = cacert
|
1233
1233
|
@Token = token
|
@@ -1255,7 +1255,7 @@ module TencentCloud
|
|
1255
1255
|
# @type Etcd: Array
|
1256
1256
|
|
1257
1257
|
attr_accessor :KubeAPIServer, :KubeControllerManager, :KubeScheduler, :Etcd
|
1258
|
-
|
1258
|
+
|
1259
1259
|
def initialize(kubeapiserver=nil, kubecontrollermanager=nil, kubescheduler=nil, etcd=nil)
|
1260
1260
|
@KubeAPIServer = kubeapiserver
|
1261
1261
|
@KubeControllerManager = kubecontrollermanager
|
@@ -1279,7 +1279,7 @@ module TencentCloud
|
|
1279
1279
|
# @type SubnetId: String
|
1280
1280
|
|
1281
1281
|
attr_accessor :Enabled, :SubnetId
|
1282
|
-
|
1282
|
+
|
1283
1283
|
def initialize(enabled=nil, subnetid=nil)
|
1284
1284
|
@Enabled = enabled
|
1285
1285
|
@SubnetId = subnetid
|
@@ -1312,7 +1312,7 @@ module TencentCloud
|
|
1312
1312
|
# @type OtherCount: Integer
|
1313
1313
|
|
1314
1314
|
attr_accessor :Name, :Alias, :NodeCount, :PodCount, :ConfigMapCount, :CRDCount, :Enable, :OtherCount
|
1315
|
-
|
1315
|
+
|
1316
1316
|
def initialize(name=nil, _alias=nil, nodecount=nil, podcount=nil, configmapcount=nil, crdcount=nil, enable=nil, othercount=nil)
|
1317
1317
|
@Name = name
|
1318
1318
|
@Alias = _alias
|
@@ -1360,7 +1360,7 @@ module TencentCloud
|
|
1360
1360
|
# @type EndedAt: String
|
1361
1361
|
|
1362
1362
|
attr_accessor :ID, :ClusterID, :Status, :Message, :OldLevel, :NewLevel, :TriggerType, :CreatedAt, :StartedAt, :EndedAt
|
1363
|
-
|
1363
|
+
|
1364
1364
|
def initialize(id=nil, clusterid=nil, status=nil, message=nil, oldlevel=nil, newlevel=nil, triggertype=nil, createdat=nil, startedat=nil, endedat=nil)
|
1365
1365
|
@ID = id
|
1366
1366
|
@ClusterID = clusterid
|
@@ -1428,7 +1428,7 @@ module TencentCloud
|
|
1428
1428
|
# @type CiliumMode: String
|
1429
1429
|
|
1430
1430
|
attr_accessor :ClusterCIDR, :IgnoreClusterCIDRConflict, :MaxNodePodNum, :MaxClusterServiceNum, :Ipvs, :VpcId, :Cni, :KubeProxyMode, :ServiceCIDR, :Subnets, :IgnoreServiceCIDRConflict, :IsDualStack, :Ipv6ServiceCIDR, :CiliumMode
|
1431
|
-
|
1431
|
+
|
1432
1432
|
def initialize(clustercidr=nil, ignoreclustercidrconflict=nil, maxnodepodnum=nil, maxclusterservicenum=nil, ipvs=nil, vpcid=nil, cni=nil, kubeproxymode=nil, servicecidr=nil, subnets=nil, ignoreservicecidrconflict=nil, isdualstack=nil, ipv6servicecidr=nil, ciliummode=nil)
|
1433
1433
|
@ClusterCIDR = clustercidr
|
1434
1434
|
@IgnoreClusterCIDRConflict = ignoreclustercidrconflict
|
@@ -1478,7 +1478,7 @@ module TencentCloud
|
|
1478
1478
|
# @type SecurityGroup: String
|
1479
1479
|
|
1480
1480
|
attr_accessor :Enabled, :AllowFromCidrs, :SecurityPolicies, :ExtraParam, :SecurityGroup
|
1481
|
-
|
1481
|
+
|
1482
1482
|
def initialize(enabled=nil, allowfromcidrs=nil, securitypolicies=nil, extraparam=nil, securitygroup=nil)
|
1483
1483
|
@Enabled = enabled
|
1484
1484
|
@AllowFromCidrs = allowfromcidrs
|
@@ -1526,7 +1526,7 @@ module TencentCloud
|
|
1526
1526
|
# @type ClusterAuditEnabled: Boolean
|
1527
1527
|
|
1528
1528
|
attr_accessor :ClusterId, :ClusterState, :ClusterInstanceState, :ClusterBMonitor, :ClusterInitNodeNum, :ClusterRunningNodeNum, :ClusterFailedNodeNum, :ClusterClosedNodeNum, :ClusterClosingNodeNum, :ClusterDeletionProtection, :ClusterAuditEnabled
|
1529
|
-
|
1529
|
+
|
1530
1530
|
def initialize(clusterid=nil, clusterstate=nil, clusterinstancestate=nil, clusterbmonitor=nil, clusterinitnodenum=nil, clusterrunningnodenum=nil, clusterfailednodenum=nil, clusterclosednodenum=nil, clusterclosingnodenum=nil, clusterdeletionprotection=nil, clusterauditenabled=nil)
|
1531
1531
|
@ClusterId = clusterid
|
1532
1532
|
@ClusterState = clusterstate
|
@@ -1564,7 +1564,7 @@ module TencentCloud
|
|
1564
1564
|
# @type Versions: Array
|
1565
1565
|
|
1566
1566
|
attr_accessor :ClusterId, :Versions
|
1567
|
-
|
1567
|
+
|
1568
1568
|
def initialize(clusterid=nil, versions=nil)
|
1569
1569
|
@ClusterId = clusterid
|
1570
1570
|
@Versions = versions
|
@@ -1584,7 +1584,7 @@ module TencentCloud
|
|
1584
1584
|
# @type CN: String
|
1585
1585
|
|
1586
1586
|
attr_accessor :SubaccountUin, :CN
|
1587
|
-
|
1587
|
+
|
1588
1588
|
def initialize(subaccountuin=nil, cn=nil)
|
1589
1589
|
@SubaccountUin = subaccountuin
|
1590
1590
|
@CN = cn
|
@@ -1638,7 +1638,7 @@ module TencentCloud
|
|
1638
1638
|
# @type SecurityContext: :class:`Tencentcloud::Tke.v20180525.models.SecurityContext`
|
1639
1639
|
|
1640
1640
|
attr_accessor :Image, :Name, :Commands, :Args, :EnvironmentVars, :Cpu, :Memory, :VolumeMounts, :CurrentState, :RestartCount, :WorkingDir, :LivenessProbe, :ReadinessProbe, :GpuLimit, :SecurityContext
|
1641
|
-
|
1641
|
+
|
1642
1642
|
def initialize(image=nil, name=nil, commands=nil, args=nil, environmentvars=nil, cpu=nil, memory=nil, volumemounts=nil, currentstate=nil, restartcount=nil, workingdir=nil, livenessprobe=nil, readinessprobe=nil, gpulimit=nil, securitycontext=nil)
|
1643
1643
|
@Image = image
|
1644
1644
|
@Name = name
|
@@ -1726,7 +1726,7 @@ module TencentCloud
|
|
1726
1726
|
# @type RestartCount: Integer
|
1727
1727
|
|
1728
1728
|
attr_accessor :StartTime, :State, :FinishTime, :ExitCode, :Reason, :Message, :RestartCount
|
1729
|
-
|
1729
|
+
|
1730
1730
|
def initialize(starttime=nil, state=nil, finishtime=nil, exitcode=nil, reason=nil, message=nil, restartcount=nil)
|
1731
1731
|
@StartTime = starttime
|
1732
1732
|
@State = state
|
@@ -1756,7 +1756,7 @@ module TencentCloud
|
|
1756
1756
|
# @type Enabled: Boolean
|
1757
1757
|
|
1758
1758
|
attr_accessor :Name, :Enabled
|
1759
|
-
|
1759
|
+
|
1760
1760
|
def initialize(name=nil, enabled=nil)
|
1761
1761
|
@Name = name
|
1762
1762
|
@Enabled = enabled
|
@@ -1782,7 +1782,7 @@ module TencentCloud
|
|
1782
1782
|
# @type Path: String
|
1783
1783
|
|
1784
1784
|
attr_accessor :StorageRegion, :Bucket, :Name, :Provider, :Path
|
1785
|
-
|
1785
|
+
|
1786
1786
|
def initialize(storageregion=nil, bucket=nil, name=nil, provider=nil, path=nil)
|
1787
1787
|
@StorageRegion = storageregion
|
1788
1788
|
@Bucket = bucket
|
@@ -1806,7 +1806,7 @@ module TencentCloud
|
|
1806
1806
|
# @type RequestId: String
|
1807
1807
|
|
1808
1808
|
attr_accessor :RequestId
|
1809
|
-
|
1809
|
+
|
1810
1810
|
def initialize(requestid=nil)
|
1811
1811
|
@RequestId = requestid
|
1812
1812
|
end
|
@@ -1837,7 +1837,7 @@ module TencentCloud
|
|
1837
1837
|
# @type ExtensiveParameters: String
|
1838
1838
|
|
1839
1839
|
attr_accessor :ClusterId, :SubnetId, :IsExtranet, :Domain, :SecurityGroup, :ExtensiveParameters
|
1840
|
-
|
1840
|
+
|
1841
1841
|
def initialize(clusterid=nil, subnetid=nil, isextranet=nil, domain=nil, securitygroup=nil, extensiveparameters=nil)
|
1842
1842
|
@ClusterId = clusterid
|
1843
1843
|
@SubnetId = subnetid
|
@@ -1863,7 +1863,7 @@ module TencentCloud
|
|
1863
1863
|
# @type RequestId: String
|
1864
1864
|
|
1865
1865
|
attr_accessor :RequestId
|
1866
|
-
|
1866
|
+
|
1867
1867
|
def initialize(requestid=nil)
|
1868
1868
|
@RequestId = requestid
|
1869
1869
|
end
|
@@ -1881,7 +1881,7 @@ module TencentCloud
|
|
1881
1881
|
# @type SecurityPolicies: Array
|
1882
1882
|
|
1883
1883
|
attr_accessor :ClusterId, :SecurityPolicies
|
1884
|
-
|
1884
|
+
|
1885
1885
|
def initialize(clusterid=nil, securitypolicies=nil)
|
1886
1886
|
@ClusterId = clusterid
|
1887
1887
|
@SecurityPolicies = securitypolicies
|
@@ -1901,7 +1901,7 @@ module TencentCloud
|
|
1901
1901
|
# @type RequestId: String
|
1902
1902
|
|
1903
1903
|
attr_accessor :RequestFlowId, :RequestId
|
1904
|
-
|
1904
|
+
|
1905
1905
|
def initialize(requestflowid=nil, requestid=nil)
|
1906
1906
|
@RequestFlowId = requestflowid
|
1907
1907
|
@RequestId = requestid
|
@@ -1925,7 +1925,7 @@ module TencentCloud
|
|
1925
1925
|
# @type SkipValidateOptions: Array
|
1926
1926
|
|
1927
1927
|
attr_accessor :ClusterId, :RunInstancePara, :InstanceAdvancedSettings, :SkipValidateOptions
|
1928
|
-
|
1928
|
+
|
1929
1929
|
def initialize(clusterid=nil, runinstancepara=nil, instanceadvancedsettings=nil, skipvalidateoptions=nil)
|
1930
1930
|
@ClusterId = clusterid
|
1931
1931
|
@RunInstancePara = runinstancepara
|
@@ -1952,7 +1952,7 @@ module TencentCloud
|
|
1952
1952
|
# @type RequestId: String
|
1953
1953
|
|
1954
1954
|
attr_accessor :InstanceIdSet, :RequestId
|
1955
|
-
|
1955
|
+
|
1956
1956
|
def initialize(instanceidset=nil, requestid=nil)
|
1957
1957
|
@InstanceIdSet = instanceidset
|
1958
1958
|
@RequestId = requestid
|
@@ -1996,7 +1996,7 @@ module TencentCloud
|
|
1996
1996
|
# @type DeletionProtection: Boolean
|
1997
1997
|
|
1998
1998
|
attr_accessor :ClusterId, :AutoScalingGroupPara, :LaunchConfigurePara, :InstanceAdvancedSettings, :EnableAutoscale, :Name, :Labels, :Taints, :ContainerRuntime, :RuntimeVersion, :NodePoolOs, :OsCustomizeType, :Tags, :DeletionProtection
|
1999
|
-
|
1999
|
+
|
2000
2000
|
def initialize(clusterid=nil, autoscalinggrouppara=nil, launchconfigurepara=nil, instanceadvancedsettings=nil, enableautoscale=nil, name=nil, labels=nil, taints=nil, containerruntime=nil, runtimeversion=nil, nodepoolos=nil, oscustomizetype=nil, tags=nil, deletionprotection=nil)
|
2001
2001
|
@ClusterId = clusterid
|
2002
2002
|
@AutoScalingGroupPara = autoscalinggrouppara
|
@@ -2064,7 +2064,7 @@ module TencentCloud
|
|
2064
2064
|
# @type RequestId: String
|
2065
2065
|
|
2066
2066
|
attr_accessor :NodePoolId, :RequestId
|
2067
|
-
|
2067
|
+
|
2068
2068
|
def initialize(nodepoolid=nil, requestid=nil)
|
2069
2069
|
@NodePoolId = nodepoolid
|
2070
2070
|
@RequestId = requestid
|
@@ -2104,7 +2104,7 @@ module TencentCloud
|
|
2104
2104
|
# @type ClusterType: String
|
2105
2105
|
|
2106
2106
|
attr_accessor :ClusterId, :Name, :Namespace, :Chart, :Values, :ChartFrom, :ChartVersion, :ChartRepoURL, :Username, :Password, :ChartNamespace, :ClusterType
|
2107
|
-
|
2107
|
+
|
2108
2108
|
def initialize(clusterid=nil, name=nil, namespace=nil, chart=nil, values=nil, chartfrom=nil, chartversion=nil, chartrepourl=nil, username=nil, password=nil, chartnamespace=nil, clustertype=nil)
|
2109
2109
|
@ClusterId = clusterid
|
2110
2110
|
@Name = name
|
@@ -2148,7 +2148,7 @@ module TencentCloud
|
|
2148
2148
|
# @type RequestId: String
|
2149
2149
|
|
2150
2150
|
attr_accessor :Release, :RequestId
|
2151
|
-
|
2151
|
+
|
2152
2152
|
def initialize(release=nil, requestid=nil)
|
2153
2153
|
@Release = release
|
2154
2154
|
@RequestId = requestid
|
@@ -2185,7 +2185,7 @@ module TencentCloud
|
|
2185
2185
|
# @type ExtensionAddons: Array
|
2186
2186
|
|
2187
2187
|
attr_accessor :ClusterCIDRSettings, :ClusterType, :RunInstancesForNode, :ClusterBasicSettings, :ClusterAdvancedSettings, :InstanceAdvancedSettings, :ExistedInstancesForNode, :InstanceDataDiskMountSettings, :ExtensionAddons
|
2188
|
-
|
2188
|
+
|
2189
2189
|
def initialize(clustercidrsettings=nil, clustertype=nil, runinstancesfornode=nil, clusterbasicsettings=nil, clusteradvancedsettings=nil, instanceadvancedsettings=nil, existedinstancesfornode=nil, instancedatadiskmountsettings=nil, extensionaddons=nil)
|
2190
2190
|
@ClusterCIDRSettings = clustercidrsettings
|
2191
2191
|
@ClusterType = clustertype
|
@@ -2259,7 +2259,7 @@ module TencentCloud
|
|
2259
2259
|
# @type RequestId: String
|
2260
2260
|
|
2261
2261
|
attr_accessor :ClusterId, :RequestId
|
2262
|
-
|
2262
|
+
|
2263
2263
|
def initialize(clusterid=nil, requestid=nil)
|
2264
2264
|
@ClusterId = clusterid
|
2265
2265
|
@RequestId = requestid
|
@@ -2281,7 +2281,7 @@ module TencentCloud
|
|
2281
2281
|
# @type GatewayIp: String
|
2282
2282
|
|
2283
2283
|
attr_accessor :RouteTableName, :DestinationCidrBlock, :GatewayIp
|
2284
|
-
|
2284
|
+
|
2285
2285
|
def initialize(routetablename=nil, destinationcidrblock=nil, gatewayip=nil)
|
2286
2286
|
@RouteTableName = routetablename
|
2287
2287
|
@DestinationCidrBlock = destinationcidrblock
|
@@ -2301,7 +2301,7 @@ module TencentCloud
|
|
2301
2301
|
# @type RequestId: String
|
2302
2302
|
|
2303
2303
|
attr_accessor :RequestId
|
2304
|
-
|
2304
|
+
|
2305
2305
|
def initialize(requestid=nil)
|
2306
2306
|
@RequestId = requestid
|
2307
2307
|
end
|
@@ -2323,7 +2323,7 @@ module TencentCloud
|
|
2323
2323
|
# @type IgnoreClusterCidrConflict: Integer
|
2324
2324
|
|
2325
2325
|
attr_accessor :RouteTableName, :RouteTableCidrBlock, :VpcId, :IgnoreClusterCidrConflict
|
2326
|
-
|
2326
|
+
|
2327
2327
|
def initialize(routetablename=nil, routetablecidrblock=nil, vpcid=nil, ignoreclustercidrconflict=nil)
|
2328
2328
|
@RouteTableName = routetablename
|
2329
2329
|
@RouteTableCidrBlock = routetablecidrblock
|
@@ -2345,7 +2345,7 @@ module TencentCloud
|
|
2345
2345
|
# @type RequestId: String
|
2346
2346
|
|
2347
2347
|
attr_accessor :RequestId
|
2348
|
-
|
2348
|
+
|
2349
2349
|
def initialize(requestid=nil)
|
2350
2350
|
@RequestId = requestid
|
2351
2351
|
end
|
@@ -2379,7 +2379,7 @@ module TencentCloud
|
|
2379
2379
|
# @type OS: String
|
2380
2380
|
|
2381
2381
|
attr_accessor :ClusterId, :Name, :SubnetIds, :SecurityGroupIds, :Labels, :Taints, :VirtualNodes, :DeletionProtection, :OS
|
2382
|
-
|
2382
|
+
|
2383
2383
|
def initialize(clusterid=nil, name=nil, subnetids=nil, securitygroupids=nil, labels=nil, taints=nil, virtualnodes=nil, deletionprotection=nil, os=nil)
|
2384
2384
|
@ClusterId = clusterid
|
2385
2385
|
@Name = name
|
@@ -2434,7 +2434,7 @@ module TencentCloud
|
|
2434
2434
|
# @type RequestId: String
|
2435
2435
|
|
2436
2436
|
attr_accessor :NodePoolId, :RequestId
|
2437
|
-
|
2437
|
+
|
2438
2438
|
def initialize(nodepoolid=nil, requestid=nil)
|
2439
2439
|
@NodePoolId = nodepoolid
|
2440
2440
|
@RequestId = requestid
|
@@ -2460,7 +2460,7 @@ module TencentCloud
|
|
2460
2460
|
# @type VirtualNodes: Array
|
2461
2461
|
|
2462
2462
|
attr_accessor :ClusterId, :NodePoolId, :SubnetId, :SubnetIds, :VirtualNodes
|
2463
|
-
|
2463
|
+
|
2464
2464
|
def initialize(clusterid=nil, nodepoolid=nil, subnetid=nil, subnetids=nil, virtualnodes=nil)
|
2465
2465
|
@ClusterId = clusterid
|
2466
2466
|
@NodePoolId = nodepoolid
|
@@ -2493,7 +2493,7 @@ module TencentCloud
|
|
2493
2493
|
# @type RequestId: String
|
2494
2494
|
|
2495
2495
|
attr_accessor :NodeName, :RequestId
|
2496
|
-
|
2496
|
+
|
2497
2497
|
def initialize(nodename=nil, requestid=nil)
|
2498
2498
|
@NodeName = nodename
|
2499
2499
|
@RequestId = requestid
|
@@ -2533,7 +2533,7 @@ module TencentCloud
|
|
2533
2533
|
# @type SecurityGroupIds: Array
|
2534
2534
|
|
2535
2535
|
attr_accessor :ClusterID, :ModuleId, :ZoneInstanceCountISPSet, :Password, :InternetMaxBandwidthOut, :ImageId, :InstanceName, :HostName, :EnhancedService, :UserData, :External, :SecurityGroupIds
|
2536
|
-
|
2536
|
+
|
2537
2537
|
def initialize(clusterid=nil, moduleid=nil, zoneinstancecountispset=nil, password=nil, internetmaxbandwidthout=nil, imageid=nil, instancename=nil, hostname=nil, enhancedservice=nil, userdata=nil, external=nil, securitygroupids=nil)
|
2538
2538
|
@ClusterID = clusterid
|
2539
2539
|
@ModuleId = moduleid
|
@@ -2583,7 +2583,7 @@ module TencentCloud
|
|
2583
2583
|
# @type RequestId: String
|
2584
2584
|
|
2585
2585
|
attr_accessor :EcmIdSet, :RequestId
|
2586
|
-
|
2586
|
+
|
2587
2587
|
def initialize(ecmidset=nil, requestid=nil)
|
2588
2588
|
@EcmIdSet = ecmidset
|
2589
2589
|
@RequestId = requestid
|
@@ -2621,7 +2621,7 @@ module TencentCloud
|
|
2621
2621
|
# @type SubnetInfos: Array
|
2622
2622
|
|
2623
2623
|
attr_accessor :K8SVersion, :VpcId, :ClusterName, :SubnetIds, :ClusterDesc, :ServiceSubnetId, :DnsServers, :ExtraParam, :EnableVpcCoreDNS, :TagSpecification, :SubnetInfos
|
2624
|
-
|
2624
|
+
|
2625
2625
|
def initialize(k8sversion=nil, vpcid=nil, clustername=nil, subnetids=nil, clusterdesc=nil, servicesubnetid=nil, dnsservers=nil, extraparam=nil, enablevpccoredns=nil, tagspecification=nil, subnetinfos=nil)
|
2626
2626
|
@K8SVersion = k8sversion
|
2627
2627
|
@VpcId = vpcid
|
@@ -2680,7 +2680,7 @@ module TencentCloud
|
|
2680
2680
|
# @type RequestId: String
|
2681
2681
|
|
2682
2682
|
attr_accessor :ClusterId, :RequestId
|
2683
|
-
|
2683
|
+
|
2684
2684
|
def initialize(clusterid=nil, requestid=nil)
|
2685
2685
|
@ClusterId = clusterid
|
2686
2686
|
@RequestId = requestid
|
@@ -2747,7 +2747,7 @@ module TencentCloud
|
|
2747
2747
|
# @type CamRoleName: String
|
2748
2748
|
|
2749
2749
|
attr_accessor :Containers, :EksCiName, :SecurityGroupIds, :SubnetId, :VpcId, :Memory, :Cpu, :RestartPolicy, :ImageRegistryCredentials, :EksCiVolume, :Replicas, :InitContainers, :DnsConfig, :ExistedEipIds, :AutoCreateEipAttribute, :AutoCreateEip, :CpuType, :GpuType, :GpuCount, :CamRoleName
|
2750
|
-
|
2750
|
+
|
2751
2751
|
def initialize(containers=nil, eksciname=nil, securitygroupids=nil, subnetid=nil, vpcid=nil, memory=nil, cpu=nil, restartpolicy=nil, imageregistrycredentials=nil, ekscivolume=nil, replicas=nil, initcontainers=nil, dnsconfig=nil, existedeipids=nil, autocreateeipattribute=nil, autocreateeip=nil, cputype=nil, gputype=nil, gpucount=nil, camrolename=nil)
|
2752
2752
|
@Containers = containers
|
2753
2753
|
@EksCiName = eksciname
|
@@ -2833,7 +2833,7 @@ module TencentCloud
|
|
2833
2833
|
# @type RequestId: String
|
2834
2834
|
|
2835
2835
|
attr_accessor :EksCiIds, :RequestId
|
2836
|
-
|
2836
|
+
|
2837
2837
|
def initialize(eksciids=nil, requestid=nil)
|
2838
2838
|
@EksCiIds = eksciids
|
2839
2839
|
@RequestId = requestid
|
@@ -2863,7 +2863,7 @@ module TencentCloud
|
|
2863
2863
|
# @type EnableEni: Boolean
|
2864
2864
|
|
2865
2865
|
attr_accessor :ClusterID, :RunInstancePara, :CvmRegion, :CvmCount, :External, :UserScript, :EnableEni
|
2866
|
-
|
2866
|
+
|
2867
2867
|
def initialize(clusterid=nil, runinstancepara=nil, cvmregion=nil, cvmcount=nil, external=nil, userscript=nil, enableeni=nil)
|
2868
2868
|
@ClusterID = clusterid
|
2869
2869
|
@RunInstancePara = runinstancepara
|
@@ -2893,7 +2893,7 @@ module TencentCloud
|
|
2893
2893
|
# @type RequestId: String
|
2894
2894
|
|
2895
2895
|
attr_accessor :CvmIdSet, :RequestId
|
2896
|
-
|
2896
|
+
|
2897
2897
|
def initialize(cvmidset=nil, requestid=nil)
|
2898
2898
|
@CvmIdSet = cvmidset
|
2899
2899
|
@RequestId = requestid
|
@@ -2915,7 +2915,7 @@ module TencentCloud
|
|
2915
2915
|
# @type LogsetId: String
|
2916
2916
|
|
2917
2917
|
attr_accessor :ClusterId, :LogConfig, :LogsetId
|
2918
|
-
|
2918
|
+
|
2919
2919
|
def initialize(clusterid=nil, logconfig=nil, logsetid=nil)
|
2920
2920
|
@ClusterId = clusterid
|
2921
2921
|
@LogConfig = logconfig
|
@@ -2935,7 +2935,7 @@ module TencentCloud
|
|
2935
2935
|
# @type RequestId: String
|
2936
2936
|
|
2937
2937
|
attr_accessor :RequestId
|
2938
|
-
|
2938
|
+
|
2939
2939
|
def initialize(requestid=nil)
|
2940
2940
|
@RequestId = requestid
|
2941
2941
|
end
|
@@ -2979,7 +2979,7 @@ module TencentCloud
|
|
2979
2979
|
# @type ResolveConfig: String
|
2980
2980
|
|
2981
2981
|
attr_accessor :Images, :SubnetId, :VpcId, :ImageCacheName, :SecurityGroupIds, :ImageRegistryCredentials, :ExistedEipId, :AutoCreateEip, :AutoCreateEipAttribute, :ImageCacheSize, :RetentionDays, :RegistrySkipVerifyList, :RegistryHttpEndPointList, :ResolveConfig
|
2982
|
-
|
2982
|
+
|
2983
2983
|
def initialize(images=nil, subnetid=nil, vpcid=nil, imagecachename=nil, securitygroupids=nil, imageregistrycredentials=nil, existedeipid=nil, autocreateeip=nil, autocreateeipattribute=nil, imagecachesize=nil, retentiondays=nil, registryskipverifylist=nil, registryhttpendpointlist=nil, resolveconfig=nil)
|
2984
2984
|
@Images = images
|
2985
2985
|
@SubnetId = subnetid
|
@@ -3033,7 +3033,7 @@ module TencentCloud
|
|
3033
3033
|
# @type RequestId: String
|
3034
3034
|
|
3035
3035
|
attr_accessor :ImageCacheId, :RequestId
|
3036
|
-
|
3036
|
+
|
3037
3037
|
def initialize(imagecacheid=nil, requestid=nil)
|
3038
3038
|
@ImageCacheId = imagecacheid
|
3039
3039
|
@RequestId = requestid
|
@@ -3053,7 +3053,7 @@ module TencentCloud
|
|
3053
3053
|
# @type AlertRule: :class:`Tencentcloud::Tke.v20180525.models.PrometheusAlertPolicyItem`
|
3054
3054
|
|
3055
3055
|
attr_accessor :InstanceId, :AlertRule
|
3056
|
-
|
3056
|
+
|
3057
3057
|
def initialize(instanceid=nil, alertrule=nil)
|
3058
3058
|
@InstanceId = instanceid
|
3059
3059
|
@AlertRule = alertrule
|
@@ -3076,7 +3076,7 @@ module TencentCloud
|
|
3076
3076
|
# @type RequestId: String
|
3077
3077
|
|
3078
3078
|
attr_accessor :Id, :RequestId
|
3079
|
-
|
3079
|
+
|
3080
3080
|
def initialize(id=nil, requestid=nil)
|
3081
3081
|
@Id = id
|
3082
3082
|
@RequestId = requestid
|
@@ -3096,7 +3096,7 @@ module TencentCloud
|
|
3096
3096
|
# @type AlertRule: :class:`Tencentcloud::Tke.v20180525.models.PrometheusAlertRuleDetail`
|
3097
3097
|
|
3098
3098
|
attr_accessor :InstanceId, :AlertRule
|
3099
|
-
|
3099
|
+
|
3100
3100
|
def initialize(instanceid=nil, alertrule=nil)
|
3101
3101
|
@InstanceId = instanceid
|
3102
3102
|
@AlertRule = alertrule
|
@@ -3119,7 +3119,7 @@ module TencentCloud
|
|
3119
3119
|
# @type RequestId: String
|
3120
3120
|
|
3121
3121
|
attr_accessor :Id, :RequestId
|
3122
|
-
|
3122
|
+
|
3123
3123
|
def initialize(id=nil, requestid=nil)
|
3124
3124
|
@Id = id
|
3125
3125
|
@RequestId = requestid
|
@@ -3139,7 +3139,7 @@ module TencentCloud
|
|
3139
3139
|
# @type Agents: Array
|
3140
3140
|
|
3141
3141
|
attr_accessor :InstanceId, :Agents
|
3142
|
-
|
3142
|
+
|
3143
3143
|
def initialize(instanceid=nil, agents=nil)
|
3144
3144
|
@InstanceId = instanceid
|
3145
3145
|
@Agents = agents
|
@@ -3164,7 +3164,7 @@ module TencentCloud
|
|
3164
3164
|
# @type RequestId: String
|
3165
3165
|
|
3166
3166
|
attr_accessor :RequestId
|
3167
|
-
|
3167
|
+
|
3168
3168
|
def initialize(requestid=nil)
|
3169
3169
|
@RequestId = requestid
|
3170
3170
|
end
|
@@ -3190,7 +3190,7 @@ module TencentCloud
|
|
3190
3190
|
# @type RawJobs: Array
|
3191
3191
|
|
3192
3192
|
attr_accessor :InstanceId, :ClusterType, :ClusterId, :ServiceMonitors, :PodMonitors, :RawJobs
|
3193
|
-
|
3193
|
+
|
3194
3194
|
def initialize(instanceid=nil, clustertype=nil, clusterid=nil, servicemonitors=nil, podmonitors=nil, rawjobs=nil)
|
3195
3195
|
@InstanceId = instanceid
|
3196
3196
|
@ClusterType = clustertype
|
@@ -3237,7 +3237,7 @@ module TencentCloud
|
|
3237
3237
|
# @type RequestId: String
|
3238
3238
|
|
3239
3239
|
attr_accessor :RequestId
|
3240
|
-
|
3240
|
+
|
3241
3241
|
def initialize(requestid=nil)
|
3242
3242
|
@RequestId = requestid
|
3243
3243
|
end
|
@@ -3258,7 +3258,7 @@ module TencentCloud
|
|
3258
3258
|
# @type Contents: Array
|
3259
3259
|
|
3260
3260
|
attr_accessor :InstanceId, :DashboardName, :Contents
|
3261
|
-
|
3261
|
+
|
3262
3262
|
def initialize(instanceid=nil, dashboardname=nil, contents=nil)
|
3263
3263
|
@InstanceId = instanceid
|
3264
3264
|
@DashboardName = dashboardname
|
@@ -3278,7 +3278,7 @@ module TencentCloud
|
|
3278
3278
|
# @type RequestId: String
|
3279
3279
|
|
3280
3280
|
attr_accessor :RequestId
|
3281
|
-
|
3281
|
+
|
3282
3282
|
def initialize(requestid=nil)
|
3283
3283
|
@RequestId = requestid
|
3284
3284
|
end
|
@@ -3296,7 +3296,7 @@ module TencentCloud
|
|
3296
3296
|
# @type Notification: :class:`Tencentcloud::Tke.v20180525.models.PrometheusNotificationItem`
|
3297
3297
|
|
3298
3298
|
attr_accessor :InstanceId, :Notification
|
3299
|
-
|
3299
|
+
|
3300
3300
|
def initialize(instanceid=nil, notification=nil)
|
3301
3301
|
@InstanceId = instanceid
|
3302
3302
|
@Notification = notification
|
@@ -3320,7 +3320,7 @@ module TencentCloud
|
|
3320
3320
|
# @type RequestId: String
|
3321
3321
|
|
3322
3322
|
attr_accessor :Id, :RequestId
|
3323
|
-
|
3323
|
+
|
3324
3324
|
def initialize(id=nil, requestid=nil)
|
3325
3325
|
@Id = id
|
3326
3326
|
@RequestId = requestid
|
@@ -3340,7 +3340,7 @@ module TencentCloud
|
|
3340
3340
|
# @type Content: String
|
3341
3341
|
|
3342
3342
|
attr_accessor :InstanceId, :Content
|
3343
|
-
|
3343
|
+
|
3344
3344
|
def initialize(instanceid=nil, content=nil)
|
3345
3345
|
@InstanceId = instanceid
|
3346
3346
|
@Content = content
|
@@ -3358,7 +3358,7 @@ module TencentCloud
|
|
3358
3358
|
# @type RequestId: String
|
3359
3359
|
|
3360
3360
|
attr_accessor :RequestId
|
3361
|
-
|
3361
|
+
|
3362
3362
|
def initialize(requestid=nil)
|
3363
3363
|
@RequestId = requestid
|
3364
3364
|
end
|
@@ -3374,7 +3374,7 @@ module TencentCloud
|
|
3374
3374
|
# @type Template: :class:`Tencentcloud::Tke.v20180525.models.PrometheusTemp`
|
3375
3375
|
|
3376
3376
|
attr_accessor :Template
|
3377
|
-
|
3377
|
+
|
3378
3378
|
def initialize(template=nil)
|
3379
3379
|
@Template = template
|
3380
3380
|
end
|
@@ -3395,7 +3395,7 @@ module TencentCloud
|
|
3395
3395
|
# @type RequestId: String
|
3396
3396
|
|
3397
3397
|
attr_accessor :TemplateId, :RequestId
|
3398
|
-
|
3398
|
+
|
3399
3399
|
def initialize(templateid=nil, requestid=nil)
|
3400
3400
|
@TemplateId = templateid
|
3401
3401
|
@RequestId = requestid
|
@@ -3413,7 +3413,7 @@ module TencentCloud
|
|
3413
3413
|
# @type Template: :class:`Tencentcloud::Tke.v20180525.models.PrometheusTemplate`
|
3414
3414
|
|
3415
3415
|
attr_accessor :Template
|
3416
|
-
|
3416
|
+
|
3417
3417
|
def initialize(template=nil)
|
3418
3418
|
@Template = template
|
3419
3419
|
end
|
@@ -3434,7 +3434,7 @@ module TencentCloud
|
|
3434
3434
|
# @type RequestId: String
|
3435
3435
|
|
3436
3436
|
attr_accessor :TemplateId, :RequestId
|
3437
|
-
|
3437
|
+
|
3438
3438
|
def initialize(templateid=nil, requestid=nil)
|
3439
3439
|
@TemplateId = templateid
|
3440
3440
|
@RequestId = requestid
|
@@ -3480,7 +3480,7 @@ module TencentCloud
|
|
3480
3480
|
# @type TagSpecification: :class:`Tencentcloud::Tke.v20180525.models.TagSpecification`
|
3481
3481
|
|
3482
3482
|
attr_accessor :K8SVersion, :VpcId, :ClusterName, :PodCIDR, :ServiceCIDR, :ClusterDesc, :ClusterAdvancedSettings, :MaxNodePodNum, :PublicLB, :ClusterLevel, :AutoUpgradeClusterLevel, :ChargeType, :EdgeVersion, :RegistryPrefix, :TagSpecification
|
3483
|
-
|
3483
|
+
|
3484
3484
|
def initialize(k8sversion=nil, vpcid=nil, clustername=nil, podcidr=nil, servicecidr=nil, clusterdesc=nil, clusteradvancedsettings=nil, maxnodepodnum=nil, publiclb=nil, clusterlevel=nil, autoupgradeclusterlevel=nil, chargetype=nil, edgeversion=nil, registryprefix=nil, tagspecification=nil)
|
3485
3485
|
@K8SVersion = k8sversion
|
3486
3486
|
@VpcId = vpcid
|
@@ -3535,7 +3535,7 @@ module TencentCloud
|
|
3535
3535
|
# @type RequestId: String
|
3536
3536
|
|
3537
3537
|
attr_accessor :ClusterId, :RequestId
|
3538
|
-
|
3538
|
+
|
3539
3539
|
def initialize(clusterid=nil, requestid=nil)
|
3540
3540
|
@ClusterId = clusterid
|
3541
3541
|
@RequestId = requestid
|
@@ -3554,7 +3554,7 @@ module TencentCloud
|
|
3554
3554
|
# @type Address: String
|
3555
3555
|
|
3556
3556
|
attr_accessor :Address
|
3557
|
-
|
3557
|
+
|
3558
3558
|
def initialize(address=nil)
|
3559
3559
|
@Address = address
|
3560
3560
|
end
|
@@ -3577,7 +3577,7 @@ module TencentCloud
|
|
3577
3577
|
# @type Options: Array
|
3578
3578
|
|
3579
3579
|
attr_accessor :Nameservers, :Searches, :Options
|
3580
|
-
|
3580
|
+
|
3581
3581
|
def initialize(nameservers=nil, searches=nil, options=nil)
|
3582
3582
|
@Nameservers = nameservers
|
3583
3583
|
@Searches = searches
|
@@ -3608,7 +3608,7 @@ module TencentCloud
|
|
3608
3608
|
# @type Value: String
|
3609
3609
|
|
3610
3610
|
attr_accessor :Name, :Value
|
3611
|
-
|
3611
|
+
|
3612
3612
|
def initialize(name=nil, value=nil)
|
3613
3613
|
@Name = name
|
3614
3614
|
@Value = value
|
@@ -3642,7 +3642,7 @@ module TencentCloud
|
|
3642
3642
|
# @type DiskPartition: String
|
3643
3643
|
|
3644
3644
|
attr_accessor :DiskType, :FileSystem, :DiskSize, :AutoFormatAndMount, :MountTarget, :DiskPartition
|
3645
|
-
|
3645
|
+
|
3646
3646
|
def initialize(disktype=nil, filesystem=nil, disksize=nil, autoformatandmount=nil, mounttarget=nil, diskpartition=nil)
|
3647
3647
|
@DiskType = disktype
|
3648
3648
|
@FileSystem = filesystem
|
@@ -3668,7 +3668,7 @@ module TencentCloud
|
|
3668
3668
|
# @type Name: String
|
3669
3669
|
|
3670
3670
|
attr_accessor :Name
|
3671
|
-
|
3671
|
+
|
3672
3672
|
def initialize(name=nil)
|
3673
3673
|
@Name = name
|
3674
3674
|
end
|
@@ -3684,7 +3684,7 @@ module TencentCloud
|
|
3684
3684
|
# @type RequestId: String
|
3685
3685
|
|
3686
3686
|
attr_accessor :RequestId
|
3687
|
-
|
3687
|
+
|
3688
3688
|
def initialize(requestid=nil)
|
3689
3689
|
@RequestId = requestid
|
3690
3690
|
end
|
@@ -3704,7 +3704,7 @@ module TencentCloud
|
|
3704
3704
|
# @type KeepInstance: Boolean
|
3705
3705
|
|
3706
3706
|
attr_accessor :ClusterId, :AutoScalingGroupIds, :KeepInstance
|
3707
|
-
|
3707
|
+
|
3708
3708
|
def initialize(clusterid=nil, autoscalinggroupids=nil, keepinstance=nil)
|
3709
3709
|
@ClusterId = clusterid
|
3710
3710
|
@AutoScalingGroupIds = autoscalinggroupids
|
@@ -3724,7 +3724,7 @@ module TencentCloud
|
|
3724
3724
|
# @type RequestId: String
|
3725
3725
|
|
3726
3726
|
attr_accessor :RequestId
|
3727
|
-
|
3727
|
+
|
3728
3728
|
def initialize(requestid=nil)
|
3729
3729
|
@RequestId = requestid
|
3730
3730
|
end
|
@@ -3742,7 +3742,7 @@ module TencentCloud
|
|
3742
3742
|
# @type IsExtranet: Boolean
|
3743
3743
|
|
3744
3744
|
attr_accessor :ClusterId, :IsExtranet
|
3745
|
-
|
3745
|
+
|
3746
3746
|
def initialize(clusterid=nil, isextranet=nil)
|
3747
3747
|
@ClusterId = clusterid
|
3748
3748
|
@IsExtranet = isextranet
|
@@ -3760,7 +3760,7 @@ module TencentCloud
|
|
3760
3760
|
# @type RequestId: String
|
3761
3761
|
|
3762
3762
|
attr_accessor :RequestId
|
3763
|
-
|
3763
|
+
|
3764
3764
|
def initialize(requestid=nil)
|
3765
3765
|
@RequestId = requestid
|
3766
3766
|
end
|
@@ -3776,7 +3776,7 @@ module TencentCloud
|
|
3776
3776
|
# @type ClusterId: String
|
3777
3777
|
|
3778
3778
|
attr_accessor :ClusterId
|
3779
|
-
|
3779
|
+
|
3780
3780
|
def initialize(clusterid=nil)
|
3781
3781
|
@ClusterId = clusterid
|
3782
3782
|
end
|
@@ -3792,7 +3792,7 @@ module TencentCloud
|
|
3792
3792
|
# @type RequestId: String
|
3793
3793
|
|
3794
3794
|
attr_accessor :RequestId
|
3795
|
-
|
3795
|
+
|
3796
3796
|
def initialize(requestid=nil)
|
3797
3797
|
@RequestId = requestid
|
3798
3798
|
end
|
@@ -3814,7 +3814,7 @@ module TencentCloud
|
|
3814
3814
|
# @type ForceDelete: Boolean
|
3815
3815
|
|
3816
3816
|
attr_accessor :ClusterId, :InstanceIds, :InstanceDeleteMode, :ForceDelete
|
3817
|
-
|
3817
|
+
|
3818
3818
|
def initialize(clusterid=nil, instanceids=nil, instancedeletemode=nil, forcedelete=nil)
|
3819
3819
|
@ClusterId = clusterid
|
3820
3820
|
@InstanceIds = instanceids
|
@@ -3845,7 +3845,7 @@ module TencentCloud
|
|
3845
3845
|
# @type RequestId: String
|
3846
3846
|
|
3847
3847
|
attr_accessor :SuccInstanceIds, :FailedInstanceIds, :NotFoundInstanceIds, :RequestId
|
3848
|
-
|
3848
|
+
|
3849
3849
|
def initialize(succinstanceids=nil, failedinstanceids=nil, notfoundinstanceids=nil, requestid=nil)
|
3850
3850
|
@SuccInstanceIds = succinstanceids
|
3851
3851
|
@FailedInstanceIds = failedinstanceids
|
@@ -3871,7 +3871,7 @@ module TencentCloud
|
|
3871
3871
|
# @type KeepInstance: Boolean
|
3872
3872
|
|
3873
3873
|
attr_accessor :ClusterId, :NodePoolIds, :KeepInstance
|
3874
|
-
|
3874
|
+
|
3875
3875
|
def initialize(clusterid=nil, nodepoolids=nil, keepinstance=nil)
|
3876
3876
|
@ClusterId = clusterid
|
3877
3877
|
@NodePoolIds = nodepoolids
|
@@ -3891,7 +3891,7 @@ module TencentCloud
|
|
3891
3891
|
# @type RequestId: String
|
3892
3892
|
|
3893
3893
|
attr_accessor :RequestId
|
3894
|
-
|
3894
|
+
|
3895
3895
|
def initialize(requestid=nil)
|
3896
3896
|
@RequestId = requestid
|
3897
3897
|
end
|
@@ -3911,7 +3911,7 @@ module TencentCloud
|
|
3911
3911
|
# @type ResourceDeleteOptions: Array
|
3912
3912
|
|
3913
3913
|
attr_accessor :ClusterId, :InstanceDeleteMode, :ResourceDeleteOptions
|
3914
|
-
|
3914
|
+
|
3915
3915
|
def initialize(clusterid=nil, instancedeletemode=nil, resourcedeleteoptions=nil)
|
3916
3916
|
@ClusterId = clusterid
|
3917
3917
|
@InstanceDeleteMode = instancedeletemode
|
@@ -3938,7 +3938,7 @@ module TencentCloud
|
|
3938
3938
|
# @type RequestId: String
|
3939
3939
|
|
3940
3940
|
attr_accessor :RequestId
|
3941
|
-
|
3941
|
+
|
3942
3942
|
def initialize(requestid=nil)
|
3943
3943
|
@RequestId = requestid
|
3944
3944
|
end
|
@@ -3958,7 +3958,7 @@ module TencentCloud
|
|
3958
3958
|
# @type DestinationCidrBlock: String
|
3959
3959
|
|
3960
3960
|
attr_accessor :RouteTableName, :GatewayIp, :DestinationCidrBlock
|
3961
|
-
|
3961
|
+
|
3962
3962
|
def initialize(routetablename=nil, gatewayip=nil, destinationcidrblock=nil)
|
3963
3963
|
@RouteTableName = routetablename
|
3964
3964
|
@GatewayIp = gatewayip
|
@@ -3978,7 +3978,7 @@ module TencentCloud
|
|
3978
3978
|
# @type RequestId: String
|
3979
3979
|
|
3980
3980
|
attr_accessor :RequestId
|
3981
|
-
|
3981
|
+
|
3982
3982
|
def initialize(requestid=nil)
|
3983
3983
|
@RequestId = requestid
|
3984
3984
|
end
|
@@ -3994,7 +3994,7 @@ module TencentCloud
|
|
3994
3994
|
# @type RouteTableName: String
|
3995
3995
|
|
3996
3996
|
attr_accessor :RouteTableName
|
3997
|
-
|
3997
|
+
|
3998
3998
|
def initialize(routetablename=nil)
|
3999
3999
|
@RouteTableName = routetablename
|
4000
4000
|
end
|
@@ -4010,7 +4010,7 @@ module TencentCloud
|
|
4010
4010
|
# @type RequestId: String
|
4011
4011
|
|
4012
4012
|
attr_accessor :RequestId
|
4013
|
-
|
4013
|
+
|
4014
4014
|
def initialize(requestid=nil)
|
4015
4015
|
@RequestId = requestid
|
4016
4016
|
end
|
@@ -4030,7 +4030,7 @@ module TencentCloud
|
|
4030
4030
|
# @type Force: Boolean
|
4031
4031
|
|
4032
4032
|
attr_accessor :ClusterId, :NodePoolIds, :Force
|
4033
|
-
|
4033
|
+
|
4034
4034
|
def initialize(clusterid=nil, nodepoolids=nil, force=nil)
|
4035
4035
|
@ClusterId = clusterid
|
4036
4036
|
@NodePoolIds = nodepoolids
|
@@ -4050,7 +4050,7 @@ module TencentCloud
|
|
4050
4050
|
# @type RequestId: String
|
4051
4051
|
|
4052
4052
|
attr_accessor :RequestId
|
4053
|
-
|
4053
|
+
|
4054
4054
|
def initialize(requestid=nil)
|
4055
4055
|
@RequestId = requestid
|
4056
4056
|
end
|
@@ -4070,7 +4070,7 @@ module TencentCloud
|
|
4070
4070
|
# @type Force: Boolean
|
4071
4071
|
|
4072
4072
|
attr_accessor :ClusterId, :NodeNames, :Force
|
4073
|
-
|
4073
|
+
|
4074
4074
|
def initialize(clusterid=nil, nodenames=nil, force=nil)
|
4075
4075
|
@ClusterId = clusterid
|
4076
4076
|
@NodeNames = nodenames
|
@@ -4090,7 +4090,7 @@ module TencentCloud
|
|
4090
4090
|
# @type RequestId: String
|
4091
4091
|
|
4092
4092
|
attr_accessor :RequestId
|
4093
|
-
|
4093
|
+
|
4094
4094
|
def initialize(requestid=nil)
|
4095
4095
|
@RequestId = requestid
|
4096
4096
|
end
|
@@ -4108,7 +4108,7 @@ module TencentCloud
|
|
4108
4108
|
# @type EcmIdSet: Array
|
4109
4109
|
|
4110
4110
|
attr_accessor :ClusterID, :EcmIdSet
|
4111
|
-
|
4111
|
+
|
4112
4112
|
def initialize(clusterid=nil, ecmidset=nil)
|
4113
4113
|
@ClusterID = clusterid
|
4114
4114
|
@EcmIdSet = ecmidset
|
@@ -4126,7 +4126,7 @@ module TencentCloud
|
|
4126
4126
|
# @type RequestId: String
|
4127
4127
|
|
4128
4128
|
attr_accessor :RequestId
|
4129
|
-
|
4129
|
+
|
4130
4130
|
def initialize(requestid=nil)
|
4131
4131
|
@RequestId = requestid
|
4132
4132
|
end
|
@@ -4142,7 +4142,7 @@ module TencentCloud
|
|
4142
4142
|
# @type ClusterId: String
|
4143
4143
|
|
4144
4144
|
attr_accessor :ClusterId
|
4145
|
-
|
4145
|
+
|
4146
4146
|
def initialize(clusterid=nil)
|
4147
4147
|
@ClusterId = clusterid
|
4148
4148
|
end
|
@@ -4158,7 +4158,7 @@ module TencentCloud
|
|
4158
4158
|
# @type RequestId: String
|
4159
4159
|
|
4160
4160
|
attr_accessor :RequestId
|
4161
|
-
|
4161
|
+
|
4162
4162
|
def initialize(requestid=nil)
|
4163
4163
|
@RequestId = requestid
|
4164
4164
|
end
|
@@ -4176,7 +4176,7 @@ module TencentCloud
|
|
4176
4176
|
# @type ReleaseAutoCreatedEip: Boolean
|
4177
4177
|
|
4178
4178
|
attr_accessor :EksCiIds, :ReleaseAutoCreatedEip
|
4179
|
-
|
4179
|
+
|
4180
4180
|
def initialize(eksciids=nil, releaseautocreatedeip=nil)
|
4181
4181
|
@EksCiIds = eksciids
|
4182
4182
|
@ReleaseAutoCreatedEip = releaseautocreatedeip
|
@@ -4194,7 +4194,7 @@ module TencentCloud
|
|
4194
4194
|
# @type RequestId: String
|
4195
4195
|
|
4196
4196
|
attr_accessor :RequestId
|
4197
|
-
|
4197
|
+
|
4198
4198
|
def initialize(requestid=nil)
|
4199
4199
|
@RequestId = requestid
|
4200
4200
|
end
|
@@ -4212,7 +4212,7 @@ module TencentCloud
|
|
4212
4212
|
# @type CvmIdSet: Array
|
4213
4213
|
|
4214
4214
|
attr_accessor :ClusterID, :CvmIdSet
|
4215
|
-
|
4215
|
+
|
4216
4216
|
def initialize(clusterid=nil, cvmidset=nil)
|
4217
4217
|
@ClusterID = clusterid
|
4218
4218
|
@CvmIdSet = cvmidset
|
@@ -4230,7 +4230,7 @@ module TencentCloud
|
|
4230
4230
|
# @type RequestId: String
|
4231
4231
|
|
4232
4232
|
attr_accessor :RequestId
|
4233
|
-
|
4233
|
+
|
4234
4234
|
def initialize(requestid=nil)
|
4235
4235
|
@RequestId = requestid
|
4236
4236
|
end
|
@@ -4248,7 +4248,7 @@ module TencentCloud
|
|
4248
4248
|
# @type InstanceIds: Array
|
4249
4249
|
|
4250
4250
|
attr_accessor :ClusterId, :InstanceIds
|
4251
|
-
|
4251
|
+
|
4252
4252
|
def initialize(clusterid=nil, instanceids=nil)
|
4253
4253
|
@ClusterId = clusterid
|
4254
4254
|
@InstanceIds = instanceids
|
@@ -4266,7 +4266,7 @@ module TencentCloud
|
|
4266
4266
|
# @type RequestId: String
|
4267
4267
|
|
4268
4268
|
attr_accessor :RequestId
|
4269
|
-
|
4269
|
+
|
4270
4270
|
def initialize(requestid=nil)
|
4271
4271
|
@RequestId = requestid
|
4272
4272
|
end
|
@@ -4282,7 +4282,7 @@ module TencentCloud
|
|
4282
4282
|
# @type ImageCacheIds: Array
|
4283
4283
|
|
4284
4284
|
attr_accessor :ImageCacheIds
|
4285
|
-
|
4285
|
+
|
4286
4286
|
def initialize(imagecacheids=nil)
|
4287
4287
|
@ImageCacheIds = imagecacheids
|
4288
4288
|
end
|
@@ -4298,7 +4298,7 @@ module TencentCloud
|
|
4298
4298
|
# @type RequestId: String
|
4299
4299
|
|
4300
4300
|
attr_accessor :RequestId
|
4301
|
-
|
4301
|
+
|
4302
4302
|
def initialize(requestid=nil)
|
4303
4303
|
@RequestId = requestid
|
4304
4304
|
end
|
@@ -4318,7 +4318,7 @@ module TencentCloud
|
|
4318
4318
|
# @type Names: Array
|
4319
4319
|
|
4320
4320
|
attr_accessor :InstanceId, :AlertIds, :Names
|
4321
|
-
|
4321
|
+
|
4322
4322
|
def initialize(instanceid=nil, alertids=nil, names=nil)
|
4323
4323
|
@InstanceId = instanceid
|
4324
4324
|
@AlertIds = alertids
|
@@ -4338,7 +4338,7 @@ module TencentCloud
|
|
4338
4338
|
# @type RequestId: String
|
4339
4339
|
|
4340
4340
|
attr_accessor :RequestId
|
4341
|
-
|
4341
|
+
|
4342
4342
|
def initialize(requestid=nil)
|
4343
4343
|
@RequestId = requestid
|
4344
4344
|
end
|
@@ -4356,7 +4356,7 @@ module TencentCloud
|
|
4356
4356
|
# @type AlertIds: Array
|
4357
4357
|
|
4358
4358
|
attr_accessor :InstanceId, :AlertIds
|
4359
|
-
|
4359
|
+
|
4360
4360
|
def initialize(instanceid=nil, alertids=nil)
|
4361
4361
|
@InstanceId = instanceid
|
4362
4362
|
@AlertIds = alertids
|
@@ -4374,7 +4374,7 @@ module TencentCloud
|
|
4374
4374
|
# @type RequestId: String
|
4375
4375
|
|
4376
4376
|
attr_accessor :RequestId
|
4377
|
-
|
4377
|
+
|
4378
4378
|
def initialize(requestid=nil)
|
4379
4379
|
@RequestId = requestid
|
4380
4380
|
end
|
@@ -4392,7 +4392,7 @@ module TencentCloud
|
|
4392
4392
|
# @type InstanceId: String
|
4393
4393
|
|
4394
4394
|
attr_accessor :Agents, :InstanceId
|
4395
|
-
|
4395
|
+
|
4396
4396
|
def initialize(agents=nil, instanceid=nil)
|
4397
4397
|
@Agents = agents
|
4398
4398
|
@InstanceId = instanceid
|
@@ -4417,7 +4417,7 @@ module TencentCloud
|
|
4417
4417
|
# @type RequestId: String
|
4418
4418
|
|
4419
4419
|
attr_accessor :RequestId
|
4420
|
-
|
4420
|
+
|
4421
4421
|
def initialize(requestid=nil)
|
4422
4422
|
@RequestId = requestid
|
4423
4423
|
end
|
@@ -4443,7 +4443,7 @@ module TencentCloud
|
|
4443
4443
|
# @type RawJobs: Array
|
4444
4444
|
|
4445
4445
|
attr_accessor :InstanceId, :ClusterType, :ClusterId, :ServiceMonitors, :PodMonitors, :RawJobs
|
4446
|
-
|
4446
|
+
|
4447
4447
|
def initialize(instanceid=nil, clustertype=nil, clusterid=nil, servicemonitors=nil, podmonitors=nil, rawjobs=nil)
|
4448
4448
|
@InstanceId = instanceid
|
4449
4449
|
@ClusterType = clustertype
|
@@ -4469,7 +4469,7 @@ module TencentCloud
|
|
4469
4469
|
# @type RequestId: String
|
4470
4470
|
|
4471
4471
|
attr_accessor :RequestId
|
4472
|
-
|
4472
|
+
|
4473
4473
|
def initialize(requestid=nil)
|
4474
4474
|
@RequestId = requestid
|
4475
4475
|
end
|
@@ -4487,7 +4487,7 @@ module TencentCloud
|
|
4487
4487
|
# @type Names: Array
|
4488
4488
|
|
4489
4489
|
attr_accessor :InstanceId, :Names
|
4490
|
-
|
4490
|
+
|
4491
4491
|
def initialize(instanceid=nil, names=nil)
|
4492
4492
|
@InstanceId = instanceid
|
4493
4493
|
@Names = names
|
@@ -4505,7 +4505,7 @@ module TencentCloud
|
|
4505
4505
|
# @type RequestId: String
|
4506
4506
|
|
4507
4507
|
attr_accessor :RequestId
|
4508
|
-
|
4508
|
+
|
4509
4509
|
def initialize(requestid=nil)
|
4510
4510
|
@RequestId = requestid
|
4511
4511
|
end
|
@@ -4521,7 +4521,7 @@ module TencentCloud
|
|
4521
4521
|
# @type TemplateId: String
|
4522
4522
|
|
4523
4523
|
attr_accessor :TemplateId
|
4524
|
-
|
4524
|
+
|
4525
4525
|
def initialize(templateid=nil)
|
4526
4526
|
@TemplateId = templateid
|
4527
4527
|
end
|
@@ -4537,7 +4537,7 @@ module TencentCloud
|
|
4537
4537
|
# @type RequestId: String
|
4538
4538
|
|
4539
4539
|
attr_accessor :RequestId
|
4540
|
-
|
4540
|
+
|
4541
4541
|
def initialize(requestid=nil)
|
4542
4542
|
@RequestId = requestid
|
4543
4543
|
end
|
@@ -4555,7 +4555,7 @@ module TencentCloud
|
|
4555
4555
|
# @type Targets: Array
|
4556
4556
|
|
4557
4557
|
attr_accessor :TemplateId, :Targets
|
4558
|
-
|
4558
|
+
|
4559
4559
|
def initialize(templateid=nil, targets=nil)
|
4560
4560
|
@TemplateId = templateid
|
4561
4561
|
@Targets = targets
|
@@ -4580,7 +4580,7 @@ module TencentCloud
|
|
4580
4580
|
# @type RequestId: String
|
4581
4581
|
|
4582
4582
|
attr_accessor :RequestId
|
4583
|
-
|
4583
|
+
|
4584
4584
|
def initialize(requestid=nil)
|
4585
4585
|
@RequestId = requestid
|
4586
4586
|
end
|
@@ -4596,7 +4596,7 @@ module TencentCloud
|
|
4596
4596
|
# @type TemplateId: String
|
4597
4597
|
|
4598
4598
|
attr_accessor :TemplateId
|
4599
|
-
|
4599
|
+
|
4600
4600
|
def initialize(templateid=nil)
|
4601
4601
|
@TemplateId = templateid
|
4602
4602
|
end
|
@@ -4612,7 +4612,7 @@ module TencentCloud
|
|
4612
4612
|
# @type RequestId: String
|
4613
4613
|
|
4614
4614
|
attr_accessor :RequestId
|
4615
|
-
|
4615
|
+
|
4616
4616
|
def initialize(requestid=nil)
|
4617
4617
|
@RequestId = requestid
|
4618
4618
|
end
|
@@ -4630,7 +4630,7 @@ module TencentCloud
|
|
4630
4630
|
# @type Targets: Array
|
4631
4631
|
|
4632
4632
|
attr_accessor :TemplateId, :Targets
|
4633
|
-
|
4633
|
+
|
4634
4634
|
def initialize(templateid=nil, targets=nil)
|
4635
4635
|
@TemplateId = templateid
|
4636
4636
|
@Targets = targets
|
@@ -4655,7 +4655,7 @@ module TencentCloud
|
|
4655
4655
|
# @type RequestId: String
|
4656
4656
|
|
4657
4657
|
attr_accessor :RequestId
|
4658
|
-
|
4658
|
+
|
4659
4659
|
def initialize(requestid=nil)
|
4660
4660
|
@RequestId = requestid
|
4661
4661
|
end
|
@@ -4671,7 +4671,7 @@ module TencentCloud
|
|
4671
4671
|
# @type ClusterId: String
|
4672
4672
|
|
4673
4673
|
attr_accessor :ClusterId
|
4674
|
-
|
4674
|
+
|
4675
4675
|
def initialize(clusterid=nil)
|
4676
4676
|
@ClusterId = clusterid
|
4677
4677
|
end
|
@@ -4687,7 +4687,7 @@ module TencentCloud
|
|
4687
4687
|
# @type RequestId: String
|
4688
4688
|
|
4689
4689
|
attr_accessor :RequestId
|
4690
|
-
|
4690
|
+
|
4691
4691
|
def initialize(requestid=nil)
|
4692
4692
|
@RequestId = requestid
|
4693
4693
|
end
|
@@ -4705,7 +4705,7 @@ module TencentCloud
|
|
4705
4705
|
# @type ClusterIds: Array
|
4706
4706
|
|
4707
4707
|
attr_accessor :ClusterId, :ClusterIds
|
4708
|
-
|
4708
|
+
|
4709
4709
|
def initialize(clusterid=nil, clusterids=nil)
|
4710
4710
|
@ClusterId = clusterid
|
4711
4711
|
@ClusterIds = clusterids
|
@@ -4729,7 +4729,7 @@ module TencentCloud
|
|
4729
4729
|
# @type RequestId: String
|
4730
4730
|
|
4731
4731
|
attr_accessor :Versions, :Clusters, :RequestId
|
4732
|
-
|
4732
|
+
|
4733
4733
|
def initialize(versions=nil, clusters=nil, requestid=nil)
|
4734
4734
|
@Versions = versions
|
4735
4735
|
@Clusters = clusters
|
@@ -4756,7 +4756,7 @@ module TencentCloud
|
|
4756
4756
|
# @type ClusterId: String
|
4757
4757
|
|
4758
4758
|
attr_accessor :ClusterId
|
4759
|
-
|
4759
|
+
|
4760
4760
|
def initialize(clusterid=nil)
|
4761
4761
|
@ClusterId = clusterid
|
4762
4762
|
end
|
@@ -4780,7 +4780,7 @@ module TencentCloud
|
|
4780
4780
|
# @type RequestId: String
|
4781
4781
|
|
4782
4782
|
attr_accessor :Versions, :EdgeVersionLatest, :EdgeVersionCurrent, :RequestId
|
4783
|
-
|
4783
|
+
|
4784
4784
|
def initialize(versions=nil, edgeversionlatest=nil, edgeversioncurrent=nil, requestid=nil)
|
4785
4785
|
@Versions = versions
|
4786
4786
|
@EdgeVersionLatest = edgeversionlatest
|
@@ -4802,7 +4802,7 @@ module TencentCloud
|
|
4802
4802
|
# @type Names: Array
|
4803
4803
|
|
4804
4804
|
attr_accessor :Names
|
4805
|
-
|
4805
|
+
|
4806
4806
|
def initialize(names=nil)
|
4807
4807
|
@Names = names
|
4808
4808
|
end
|
@@ -4821,7 +4821,7 @@ module TencentCloud
|
|
4821
4821
|
# @type RequestId: String
|
4822
4822
|
|
4823
4823
|
attr_accessor :BackupStorageLocationSet, :RequestId
|
4824
|
-
|
4824
|
+
|
4825
4825
|
def initialize(backupstoragelocationset=nil, requestid=nil)
|
4826
4826
|
@BackupStorageLocationSet = backupstoragelocationset
|
4827
4827
|
@RequestId = requestid
|
@@ -4846,7 +4846,7 @@ module TencentCloud
|
|
4846
4846
|
# @type ClusterId: String
|
4847
4847
|
|
4848
4848
|
attr_accessor :ClusterId
|
4849
|
-
|
4849
|
+
|
4850
4850
|
def initialize(clusterid=nil)
|
4851
4851
|
@ClusterId = clusterid
|
4852
4852
|
end
|
@@ -4865,7 +4865,7 @@ module TencentCloud
|
|
4865
4865
|
# @type RequestId: String
|
4866
4866
|
|
4867
4867
|
attr_accessor :ClusterAsGroupOption, :RequestId
|
4868
|
-
|
4868
|
+
|
4869
4869
|
def initialize(clusterasgroupoption=nil, requestid=nil)
|
4870
4870
|
@ClusterAsGroupOption = clusterasgroupoption
|
4871
4871
|
@RequestId = requestid
|
@@ -4892,7 +4892,7 @@ module TencentCloud
|
|
4892
4892
|
# @type Limit: Integer
|
4893
4893
|
|
4894
4894
|
attr_accessor :ClusterId, :AutoScalingGroupIds, :Offset, :Limit
|
4895
|
-
|
4895
|
+
|
4896
4896
|
def initialize(clusterid=nil, autoscalinggroupids=nil, offset=nil, limit=nil)
|
4897
4897
|
@ClusterId = clusterid
|
4898
4898
|
@AutoScalingGroupIds = autoscalinggroupids
|
@@ -4918,7 +4918,7 @@ module TencentCloud
|
|
4918
4918
|
# @type RequestId: String
|
4919
4919
|
|
4920
4920
|
attr_accessor :TotalCount, :ClusterAsGroupSet, :RequestId
|
4921
|
-
|
4921
|
+
|
4922
4922
|
def initialize(totalcount=nil, clusterasgroupset=nil, requestid=nil)
|
4923
4923
|
@TotalCount = totalcount
|
4924
4924
|
@ClusterAsGroupSet = clusterasgroupset
|
@@ -4945,7 +4945,7 @@ module TencentCloud
|
|
4945
4945
|
# @type ClusterId: String
|
4946
4946
|
|
4947
4947
|
attr_accessor :ClusterId
|
4948
|
-
|
4948
|
+
|
4949
4949
|
def initialize(clusterid=nil)
|
4950
4950
|
@ClusterId = clusterid
|
4951
4951
|
end
|
@@ -4970,7 +4970,7 @@ module TencentCloud
|
|
4970
4970
|
# @type RequestId: String
|
4971
4971
|
|
4972
4972
|
attr_accessor :ServiceAccounts, :LatestOperationState, :OIDCConfig, :RequestId
|
4973
|
-
|
4973
|
+
|
4974
4974
|
def initialize(serviceaccounts=nil, latestoperationstate=nil, oidcconfig=nil, requestid=nil)
|
4975
4975
|
@ServiceAccounts = serviceaccounts
|
4976
4976
|
@LatestOperationState = latestoperationstate
|
@@ -5002,7 +5002,7 @@ module TencentCloud
|
|
5002
5002
|
# @type RoleIds: Array
|
5003
5003
|
|
5004
5004
|
attr_accessor :ClusterId, :SubaccountUins, :RoleIds
|
5005
|
-
|
5005
|
+
|
5006
5006
|
def initialize(clusterid=nil, subaccountuins=nil, roleids=nil)
|
5007
5007
|
@ClusterId = clusterid
|
5008
5008
|
@SubaccountUins = subaccountuins
|
@@ -5024,7 +5024,7 @@ module TencentCloud
|
|
5024
5024
|
# @type RequestId: String
|
5025
5025
|
|
5026
5026
|
attr_accessor :CommonNames, :RequestId
|
5027
|
-
|
5027
|
+
|
5028
5028
|
def initialize(commonnames=nil, requestid=nil)
|
5029
5029
|
@CommonNames = commonnames
|
5030
5030
|
@RequestId = requestid
|
@@ -5049,7 +5049,7 @@ module TencentCloud
|
|
5049
5049
|
# @type ClusterId: String
|
5050
5050
|
|
5051
5051
|
attr_accessor :ClusterId
|
5052
|
-
|
5052
|
+
|
5053
5053
|
def initialize(clusterid=nil)
|
5054
5054
|
@ClusterId = clusterid
|
5055
5055
|
end
|
@@ -5067,7 +5067,7 @@ module TencentCloud
|
|
5067
5067
|
# @type RequestId: String
|
5068
5068
|
|
5069
5069
|
attr_accessor :ControllerStatusSet, :RequestId
|
5070
|
-
|
5070
|
+
|
5071
5071
|
def initialize(controllerstatusset=nil, requestid=nil)
|
5072
5072
|
@ControllerStatusSet = controllerstatusset
|
5073
5073
|
@RequestId = requestid
|
@@ -5094,7 +5094,7 @@ module TencentCloud
|
|
5094
5094
|
# @type IsExtranet: Boolean
|
5095
5095
|
|
5096
5096
|
attr_accessor :ClusterId, :IsExtranet
|
5097
|
-
|
5097
|
+
|
5098
5098
|
def initialize(clusterid=nil, isextranet=nil)
|
5099
5099
|
@ClusterId = clusterid
|
5100
5100
|
@IsExtranet = isextranet
|
@@ -5118,7 +5118,7 @@ module TencentCloud
|
|
5118
5118
|
# @type RequestId: String
|
5119
5119
|
|
5120
5120
|
attr_accessor :Status, :ErrorMsg, :RequestId
|
5121
|
-
|
5121
|
+
|
5122
5122
|
def initialize(status=nil, errormsg=nil, requestid=nil)
|
5123
5123
|
@Status = status
|
5124
5124
|
@ErrorMsg = errormsg
|
@@ -5138,7 +5138,7 @@ module TencentCloud
|
|
5138
5138
|
# @type ClusterId: String
|
5139
5139
|
|
5140
5140
|
attr_accessor :ClusterId
|
5141
|
-
|
5141
|
+
|
5142
5142
|
def initialize(clusterid=nil)
|
5143
5143
|
@ClusterId = clusterid
|
5144
5144
|
end
|
@@ -5159,7 +5159,7 @@ module TencentCloud
|
|
5159
5159
|
# @type RequestId: String
|
5160
5160
|
|
5161
5161
|
attr_accessor :Status, :ErrorMsg, :RequestId
|
5162
|
-
|
5162
|
+
|
5163
5163
|
def initialize(status=nil, errormsg=nil, requestid=nil)
|
5164
5164
|
@Status = status
|
5165
5165
|
@ErrorMsg = errormsg
|
@@ -5179,7 +5179,7 @@ module TencentCloud
|
|
5179
5179
|
# @type ClusterId: String
|
5180
5180
|
|
5181
5181
|
attr_accessor :ClusterId
|
5182
|
-
|
5182
|
+
|
5183
5183
|
def initialize(clusterid=nil)
|
5184
5184
|
@ClusterId = clusterid
|
5185
5185
|
end
|
@@ -5216,7 +5216,7 @@ module TencentCloud
|
|
5216
5216
|
# @type RequestId: String
|
5217
5217
|
|
5218
5218
|
attr_accessor :CertificationAuthority, :ClusterExternalEndpoint, :ClusterIntranetEndpoint, :ClusterDomain, :ClusterExternalACL, :ClusterExternalDomain, :ClusterIntranetDomain, :SecurityGroup, :RequestId
|
5219
|
-
|
5219
|
+
|
5220
5220
|
def initialize(certificationauthority=nil, clusterexternalendpoint=nil, clusterintranetendpoint=nil, clusterdomain=nil, clusterexternalacl=nil, clusterexternaldomain=nil, clusterintranetdomain=nil, securitygroup=nil, requestid=nil)
|
5221
5221
|
@CertificationAuthority = certificationauthority
|
5222
5222
|
@ClusterExternalEndpoint = clusterexternalendpoint
|
@@ -5252,7 +5252,7 @@ module TencentCloud
|
|
5252
5252
|
# @type GroupBy: Array
|
5253
5253
|
|
5254
5254
|
attr_accessor :ClusterIds, :GroupBy
|
5255
|
-
|
5255
|
+
|
5256
5256
|
def initialize(clusterids=nil, groupby=nil)
|
5257
5257
|
@ClusterIds = clusterids
|
5258
5258
|
@GroupBy = groupby
|
@@ -5279,7 +5279,7 @@ module TencentCloud
|
|
5279
5279
|
# @type RequestId: String
|
5280
5280
|
|
5281
5281
|
attr_accessor :Statistics, :Diagnostics, :InspectionOverview, :RequestId
|
5282
|
-
|
5282
|
+
|
5283
5283
|
def initialize(statistics=nil, diagnostics=nil, inspectionoverview=nil, requestid=nil)
|
5284
5284
|
@Statistics = statistics
|
5285
5285
|
@Diagnostics = diagnostics
|
@@ -5332,7 +5332,7 @@ module TencentCloud
|
|
5332
5332
|
# @type Filters: Array
|
5333
5333
|
|
5334
5334
|
attr_accessor :ClusterId, :Offset, :Limit, :InstanceIds, :InstanceRole, :Filters
|
5335
|
-
|
5335
|
+
|
5336
5336
|
def initialize(clusterid=nil, offset=nil, limit=nil, instanceids=nil, instancerole=nil, filters=nil)
|
5337
5337
|
@ClusterId = clusterid
|
5338
5338
|
@Offset = offset
|
@@ -5369,7 +5369,7 @@ module TencentCloud
|
|
5369
5369
|
# @type RequestId: String
|
5370
5370
|
|
5371
5371
|
attr_accessor :TotalCount, :InstanceSet, :RequestId
|
5372
|
-
|
5372
|
+
|
5373
5373
|
def initialize(totalcount=nil, instanceset=nil, requestid=nil)
|
5374
5374
|
@TotalCount = totalcount
|
5375
5375
|
@InstanceSet = instanceset
|
@@ -5398,7 +5398,7 @@ module TencentCloud
|
|
5398
5398
|
# @type IsExtranet: Boolean
|
5399
5399
|
|
5400
5400
|
attr_accessor :ClusterId, :IsExtranet
|
5401
|
-
|
5401
|
+
|
5402
5402
|
def initialize(clusterid=nil, isextranet=nil)
|
5403
5403
|
@ClusterId = clusterid
|
5404
5404
|
@IsExtranet = isextranet
|
@@ -5418,7 +5418,7 @@ module TencentCloud
|
|
5418
5418
|
# @type RequestId: String
|
5419
5419
|
|
5420
5420
|
attr_accessor :Kubeconfig, :RequestId
|
5421
|
-
|
5421
|
+
|
5422
5422
|
def initialize(kubeconfig=nil, requestid=nil)
|
5423
5423
|
@Kubeconfig = kubeconfig
|
5424
5424
|
@RequestId = requestid
|
@@ -5436,7 +5436,7 @@ module TencentCloud
|
|
5436
5436
|
# @type ClusterID: String
|
5437
5437
|
|
5438
5438
|
attr_accessor :ClusterID
|
5439
|
-
|
5439
|
+
|
5440
5440
|
def initialize(clusterid=nil)
|
5441
5441
|
@ClusterID = clusterid
|
5442
5442
|
end
|
@@ -5456,7 +5456,7 @@ module TencentCloud
|
|
5456
5456
|
# @type RequestId: String
|
5457
5457
|
|
5458
5458
|
attr_accessor :TotalCount, :Items, :RequestId
|
5459
|
-
|
5459
|
+
|
5460
5460
|
def initialize(totalcount=nil, items=nil, requestid=nil)
|
5461
5461
|
@TotalCount = totalcount
|
5462
5462
|
@Items = items
|
@@ -5491,7 +5491,7 @@ module TencentCloud
|
|
5491
5491
|
# @type Limit: Integer
|
5492
5492
|
|
5493
5493
|
attr_accessor :ClusterID, :StartAt, :EndAt, :Offset, :Limit
|
5494
|
-
|
5494
|
+
|
5495
5495
|
def initialize(clusterid=nil, startat=nil, endat=nil, offset=nil, limit=nil)
|
5496
5496
|
@ClusterID = clusterid
|
5497
5497
|
@StartAt = startat
|
@@ -5519,7 +5519,7 @@ module TencentCloud
|
|
5519
5519
|
# @type RequestId: String
|
5520
5520
|
|
5521
5521
|
attr_accessor :TotalCount, :Items, :RequestId
|
5522
|
-
|
5522
|
+
|
5523
5523
|
def initialize(totalcount=nil, items=nil, requestid=nil)
|
5524
5524
|
@TotalCount = totalcount
|
5525
5525
|
@Items = items
|
@@ -5548,7 +5548,7 @@ module TencentCloud
|
|
5548
5548
|
# @type NodePoolId: String
|
5549
5549
|
|
5550
5550
|
attr_accessor :ClusterId, :NodePoolId
|
5551
|
-
|
5551
|
+
|
5552
5552
|
def initialize(clusterid=nil, nodepoolid=nil)
|
5553
5553
|
@ClusterId = clusterid
|
5554
5554
|
@NodePoolId = nodepoolid
|
@@ -5568,7 +5568,7 @@ module TencentCloud
|
|
5568
5568
|
# @type RequestId: String
|
5569
5569
|
|
5570
5570
|
attr_accessor :NodePool, :RequestId
|
5571
|
-
|
5571
|
+
|
5572
5572
|
def initialize(nodepool=nil, requestid=nil)
|
5573
5573
|
@NodePool = nodepool
|
5574
5574
|
@RequestId = requestid
|
@@ -5609,7 +5609,7 @@ module TencentCloud
|
|
5609
5609
|
# @type Filters: Array
|
5610
5610
|
|
5611
5611
|
attr_accessor :ClusterId, :Filters
|
5612
|
-
|
5612
|
+
|
5613
5613
|
def initialize(clusterid=nil, filters=nil)
|
5614
5614
|
@ClusterId = clusterid
|
5615
5615
|
@Filters = filters
|
@@ -5639,7 +5639,7 @@ module TencentCloud
|
|
5639
5639
|
# @type RequestId: String
|
5640
5640
|
|
5641
5641
|
attr_accessor :NodePoolSet, :TotalCount, :RequestId
|
5642
|
-
|
5642
|
+
|
5643
5643
|
def initialize(nodepoolset=nil, totalcount=nil, requestid=nil)
|
5644
5644
|
@NodePoolSet = nodepoolset
|
5645
5645
|
@TotalCount = totalcount
|
@@ -5672,7 +5672,7 @@ module TencentCloud
|
|
5672
5672
|
# @type ClusterType: String
|
5673
5673
|
|
5674
5674
|
attr_accessor :ClusterId, :Limit, :Offset, :ClusterType
|
5675
|
-
|
5675
|
+
|
5676
5676
|
def initialize(clusterid=nil, limit=nil, offset=nil, clustertype=nil)
|
5677
5677
|
@ClusterId = clusterid
|
5678
5678
|
@Limit = limit
|
@@ -5706,7 +5706,7 @@ module TencentCloud
|
|
5706
5706
|
# @type RequestId: String
|
5707
5707
|
|
5708
5708
|
attr_accessor :ReleaseSet, :Limit, :Offset, :Total, :RequestId
|
5709
|
-
|
5709
|
+
|
5710
5710
|
def initialize(releaseset=nil, limit=nil, offset=nil, total=nil, requestid=nil)
|
5711
5711
|
@ReleaseSet = releaseset
|
5712
5712
|
@Limit = limit
|
@@ -5743,7 +5743,7 @@ module TencentCloud
|
|
5743
5743
|
# @type ClusterType: String
|
5744
5744
|
|
5745
5745
|
attr_accessor :ClusterId, :Name, :Namespace, :ClusterType
|
5746
|
-
|
5746
|
+
|
5747
5747
|
def initialize(clusterid=nil, name=nil, namespace=nil, clustertype=nil)
|
5748
5748
|
@ClusterId = clusterid
|
5749
5749
|
@Name = name
|
@@ -5768,7 +5768,7 @@ module TencentCloud
|
|
5768
5768
|
# @type RequestId: String
|
5769
5769
|
|
5770
5770
|
attr_accessor :Release, :RequestId
|
5771
|
-
|
5771
|
+
|
5772
5772
|
def initialize(release=nil, requestid=nil)
|
5773
5773
|
@Release = release
|
5774
5774
|
@RequestId = requestid
|
@@ -5795,7 +5795,7 @@ module TencentCloud
|
|
5795
5795
|
# @type ClusterType: String
|
5796
5796
|
|
5797
5797
|
attr_accessor :ClusterId, :Name, :Namespace, :ClusterType
|
5798
|
-
|
5798
|
+
|
5799
5799
|
def initialize(clusterid=nil, name=nil, namespace=nil, clustertype=nil)
|
5800
5800
|
@ClusterId = clusterid
|
5801
5801
|
@Name = name
|
@@ -5823,7 +5823,7 @@ module TencentCloud
|
|
5823
5823
|
# @type RequestId: String
|
5824
5824
|
|
5825
5825
|
attr_accessor :ReleaseHistorySet, :Total, :RequestId
|
5826
|
-
|
5826
|
+
|
5827
5827
|
def initialize(releasehistoryset=nil, total=nil, requestid=nil)
|
5828
5828
|
@ReleaseHistorySet = releasehistoryset
|
5829
5829
|
@Total = total
|
@@ -5862,7 +5862,7 @@ module TencentCloud
|
|
5862
5862
|
# @type ChartName: String
|
5863
5863
|
|
5864
5864
|
attr_accessor :ClusterId, :Limit, :Offset, :ClusterType, :Namespace, :ReleaseName, :ChartName
|
5865
|
-
|
5865
|
+
|
5866
5866
|
def initialize(clusterid=nil, limit=nil, offset=nil, clustertype=nil, namespace=nil, releasename=nil, chartname=nil)
|
5867
5867
|
@ClusterId = clusterid
|
5868
5868
|
@Limit = limit
|
@@ -5902,7 +5902,7 @@ module TencentCloud
|
|
5902
5902
|
# @type RequestId: String
|
5903
5903
|
|
5904
5904
|
attr_accessor :Limit, :Offset, :ReleaseSet, :Total, :RequestId
|
5905
|
-
|
5905
|
+
|
5906
5906
|
def initialize(limit=nil, offset=nil, releaseset=nil, total=nil, requestid=nil)
|
5907
5907
|
@Limit = limit
|
5908
5908
|
@Offset = offset
|
@@ -5930,7 +5930,7 @@ module TencentCloud
|
|
5930
5930
|
# DescribeClusterRouteTables请求参数结构体
|
5931
5931
|
class DescribeClusterRouteTablesRequest < TencentCloud::Common::AbstractModel
|
5932
5932
|
|
5933
|
-
|
5933
|
+
|
5934
5934
|
def initialize()
|
5935
5935
|
end
|
5936
5936
|
|
@@ -5948,7 +5948,7 @@ module TencentCloud
|
|
5948
5948
|
# @type RequestId: String
|
5949
5949
|
|
5950
5950
|
attr_accessor :TotalCount, :RouteTableSet, :RequestId
|
5951
|
-
|
5951
|
+
|
5952
5952
|
def initialize(totalcount=nil, routetableset=nil, requestid=nil)
|
5953
5953
|
@TotalCount = totalcount
|
5954
5954
|
@RouteTableSet = routetableset
|
@@ -5977,7 +5977,7 @@ module TencentCloud
|
|
5977
5977
|
# @type Filters: Array
|
5978
5978
|
|
5979
5979
|
attr_accessor :RouteTableName, :Filters
|
5980
|
-
|
5980
|
+
|
5981
5981
|
def initialize(routetablename=nil, filters=nil)
|
5982
5982
|
@RouteTableName = routetablename
|
5983
5983
|
@Filters = filters
|
@@ -6006,7 +6006,7 @@ module TencentCloud
|
|
6006
6006
|
# @type RequestId: String
|
6007
6007
|
|
6008
6008
|
attr_accessor :TotalCount, :RouteSet, :RequestId
|
6009
|
-
|
6009
|
+
|
6010
6010
|
def initialize(totalcount=nil, routeset=nil, requestid=nil)
|
6011
6011
|
@TotalCount = totalcount
|
6012
6012
|
@RouteSet = routeset
|
@@ -6033,7 +6033,7 @@ module TencentCloud
|
|
6033
6033
|
# @type ClusterId: String
|
6034
6034
|
|
6035
6035
|
attr_accessor :ClusterId
|
6036
|
-
|
6036
|
+
|
6037
6037
|
def initialize(clusterid=nil)
|
6038
6038
|
@ClusterId = clusterid
|
6039
6039
|
end
|
@@ -6070,7 +6070,7 @@ module TencentCloud
|
|
6070
6070
|
# @type RequestId: String
|
6071
6071
|
|
6072
6072
|
attr_accessor :UserName, :Password, :CertificationAuthority, :ClusterExternalEndpoint, :Domain, :PgwEndpoint, :SecurityPolicy, :Kubeconfig, :JnsGwEndpoint, :RequestId
|
6073
|
-
|
6073
|
+
|
6074
6074
|
def initialize(username=nil, password=nil, certificationauthority=nil, clusterexternalendpoint=nil, domain=nil, pgwendpoint=nil, securitypolicy=nil, kubeconfig=nil, jnsgwendpoint=nil, requestid=nil)
|
6075
6075
|
@UserName = username
|
6076
6076
|
@Password = password
|
@@ -6104,7 +6104,7 @@ module TencentCloud
|
|
6104
6104
|
# @type ClusterIds: Array
|
6105
6105
|
|
6106
6106
|
attr_accessor :ClusterIds
|
6107
|
-
|
6107
|
+
|
6108
6108
|
def initialize(clusterids=nil)
|
6109
6109
|
@ClusterIds = clusterids
|
6110
6110
|
end
|
@@ -6124,7 +6124,7 @@ module TencentCloud
|
|
6124
6124
|
# @type RequestId: String
|
6125
6125
|
|
6126
6126
|
attr_accessor :ClusterStatusSet, :TotalCount, :RequestId
|
6127
|
-
|
6127
|
+
|
6128
6128
|
def initialize(clusterstatusset=nil, totalcount=nil, requestid=nil)
|
6129
6129
|
@ClusterStatusSet = clusterstatusset
|
6130
6130
|
@TotalCount = totalcount
|
@@ -6151,7 +6151,7 @@ module TencentCloud
|
|
6151
6151
|
# @type ClusterId: String
|
6152
6152
|
|
6153
6153
|
attr_accessor :ClusterId
|
6154
|
-
|
6154
|
+
|
6155
6155
|
def initialize(clusterid=nil)
|
6156
6156
|
@ClusterId = clusterid
|
6157
6157
|
end
|
@@ -6173,7 +6173,7 @@ module TencentCloud
|
|
6173
6173
|
# @type RequestId: String
|
6174
6174
|
|
6175
6175
|
attr_accessor :TotalCount, :NodePoolSet, :RequestId
|
6176
|
-
|
6176
|
+
|
6177
6177
|
def initialize(totalcount=nil, nodepoolset=nil, requestid=nil)
|
6178
6178
|
@TotalCount = totalcount
|
6179
6179
|
@NodePoolSet = nodepoolset
|
@@ -6204,7 +6204,7 @@ module TencentCloud
|
|
6204
6204
|
# @type NodeNames: Array
|
6205
6205
|
|
6206
6206
|
attr_accessor :ClusterId, :NodePoolId, :NodeNames
|
6207
|
-
|
6207
|
+
|
6208
6208
|
def initialize(clusterid=nil, nodepoolid=nil, nodenames=nil)
|
6209
6209
|
@ClusterId = clusterid
|
6210
6210
|
@NodePoolId = nodepoolid
|
@@ -6230,7 +6230,7 @@ module TencentCloud
|
|
6230
6230
|
# @type RequestId: String
|
6231
6231
|
|
6232
6232
|
attr_accessor :Nodes, :TotalCount, :RequestId
|
6233
|
-
|
6233
|
+
|
6234
6234
|
def initialize(nodes=nil, totalcount=nil, requestid=nil)
|
6235
6235
|
@Nodes = nodes
|
6236
6236
|
@TotalCount = totalcount
|
@@ -6304,7 +6304,7 @@ module TencentCloud
|
|
6304
6304
|
# @type ClusterType: String
|
6305
6305
|
|
6306
6306
|
attr_accessor :ClusterIds, :Offset, :Limit, :Filters, :ClusterType
|
6307
|
-
|
6307
|
+
|
6308
6308
|
def initialize(clusterids=nil, offset=nil, limit=nil, filters=nil, clustertype=nil)
|
6309
6309
|
@ClusterIds = clusterids
|
6310
6310
|
@Offset = offset
|
@@ -6339,7 +6339,7 @@ module TencentCloud
|
|
6339
6339
|
# @type RequestId: String
|
6340
6340
|
|
6341
6341
|
attr_accessor :TotalCount, :Clusters, :RequestId
|
6342
|
-
|
6342
|
+
|
6343
6343
|
def initialize(totalcount=nil, clusters=nil, requestid=nil)
|
6344
6344
|
@TotalCount = totalcount
|
6345
6345
|
@Clusters = clusters
|
@@ -6369,7 +6369,7 @@ module TencentCloud
|
|
6369
6369
|
# @type Filters: Array
|
6370
6370
|
|
6371
6371
|
attr_accessor :ClusterID, :Filters
|
6372
|
-
|
6372
|
+
|
6373
6373
|
def initialize(clusterid=nil, filters=nil)
|
6374
6374
|
@ClusterID = clusterid
|
6375
6375
|
@Filters = filters
|
@@ -6398,7 +6398,7 @@ module TencentCloud
|
|
6398
6398
|
# @type RequestId: String
|
6399
6399
|
|
6400
6400
|
attr_accessor :TotalCount, :InstanceInfoSet, :RequestId
|
6401
|
-
|
6401
|
+
|
6402
6402
|
def initialize(totalcount=nil, instanceinfoset=nil, requestid=nil)
|
6403
6403
|
@TotalCount = totalcount
|
6404
6404
|
@InstanceInfoSet = instanceinfoset
|
@@ -6418,7 +6418,7 @@ module TencentCloud
|
|
6418
6418
|
# @type ClusterId: String
|
6419
6419
|
|
6420
6420
|
attr_accessor :ClusterId
|
6421
|
-
|
6421
|
+
|
6422
6422
|
def initialize(clusterid=nil)
|
6423
6423
|
@ClusterId = clusterid
|
6424
6424
|
end
|
@@ -6446,7 +6446,7 @@ module TencentCloud
|
|
6446
6446
|
# @type RequestId: String
|
6447
6447
|
|
6448
6448
|
attr_accessor :Addresses, :Credential, :PublicLB, :InternalLB, :ProxyLB, :Kubeconfig, :RequestId
|
6449
|
-
|
6449
|
+
|
6450
6450
|
def initialize(addresses=nil, credential=nil, publiclb=nil, internallb=nil, proxylb=nil, kubeconfig=nil, requestid=nil)
|
6451
6451
|
@Addresses = addresses
|
6452
6452
|
@Credential = credential
|
@@ -6497,7 +6497,7 @@ module TencentCloud
|
|
6497
6497
|
# @type Filters: Array
|
6498
6498
|
|
6499
6499
|
attr_accessor :ClusterIds, :Offset, :Limit, :Filters
|
6500
|
-
|
6500
|
+
|
6501
6501
|
def initialize(clusterids=nil, offset=nil, limit=nil, filters=nil)
|
6502
6502
|
@ClusterIds = clusterids
|
6503
6503
|
@Offset = offset
|
@@ -6530,7 +6530,7 @@ module TencentCloud
|
|
6530
6530
|
# @type RequestId: String
|
6531
6531
|
|
6532
6532
|
attr_accessor :TotalCount, :Clusters, :RequestId
|
6533
|
-
|
6533
|
+
|
6534
6534
|
def initialize(totalcount=nil, clusters=nil, requestid=nil)
|
6535
6535
|
@TotalCount = totalcount
|
6536
6536
|
@Clusters = clusters
|
@@ -6559,7 +6559,7 @@ module TencentCloud
|
|
6559
6559
|
# @type Limit: Integer
|
6560
6560
|
|
6561
6561
|
attr_accessor :EksCiId, :Limit
|
6562
|
-
|
6562
|
+
|
6563
6563
|
def initialize(eksciid=nil, limit=nil)
|
6564
6564
|
@EksCiId = eksciid
|
6565
6565
|
@Limit = limit
|
@@ -6581,7 +6581,7 @@ module TencentCloud
|
|
6581
6581
|
# @type RequestId: String
|
6582
6582
|
|
6583
6583
|
attr_accessor :Events, :EksCiId, :RequestId
|
6584
|
-
|
6584
|
+
|
6585
6585
|
def initialize(events=nil, eksciid=nil, requestid=nil)
|
6586
6586
|
@Events = events
|
6587
6587
|
@EksCiId = eksciid
|
@@ -6605,7 +6605,7 @@ module TencentCloud
|
|
6605
6605
|
# DescribeEKSContainerInstanceRegions请求参数结构体
|
6606
6606
|
class DescribeEKSContainerInstanceRegionsRequest < TencentCloud::Common::AbstractModel
|
6607
6607
|
|
6608
|
-
|
6608
|
+
|
6609
6609
|
def initialize()
|
6610
6610
|
end
|
6611
6611
|
|
@@ -6624,7 +6624,7 @@ module TencentCloud
|
|
6624
6624
|
# @type RequestId: String
|
6625
6625
|
|
6626
6626
|
attr_accessor :Regions, :TotalCount, :RequestId
|
6627
|
-
|
6627
|
+
|
6628
6628
|
def initialize(regions=nil, totalcount=nil, requestid=nil)
|
6629
6629
|
@Regions = regions
|
6630
6630
|
@TotalCount = totalcount
|
@@ -6677,7 +6677,7 @@ module TencentCloud
|
|
6677
6677
|
# @type EksCiIds: Array
|
6678
6678
|
|
6679
6679
|
attr_accessor :Limit, :Offset, :Filters, :EksCiIds
|
6680
|
-
|
6680
|
+
|
6681
6681
|
def initialize(limit=nil, offset=nil, filters=nil, eksciids=nil)
|
6682
6682
|
@Limit = limit
|
6683
6683
|
@Offset = offset
|
@@ -6710,7 +6710,7 @@ module TencentCloud
|
|
6710
6710
|
# @type RequestId: String
|
6711
6711
|
|
6712
6712
|
attr_accessor :TotalCount, :EksCis, :RequestId
|
6713
|
-
|
6713
|
+
|
6714
6714
|
def initialize(totalcount=nil, ekscis=nil, requestid=nil)
|
6715
6715
|
@TotalCount = totalcount
|
6716
6716
|
@EksCis = ekscis
|
@@ -6737,7 +6737,7 @@ module TencentCloud
|
|
6737
6737
|
# @type ClusterVersion: String
|
6738
6738
|
|
6739
6739
|
attr_accessor :ClusterVersion
|
6740
|
-
|
6740
|
+
|
6741
6741
|
def initialize(clusterversion=nil)
|
6742
6742
|
@ClusterVersion = clusterversion
|
6743
6743
|
end
|
@@ -6759,7 +6759,7 @@ module TencentCloud
|
|
6759
6759
|
# @type RequestId: String
|
6760
6760
|
|
6761
6761
|
attr_accessor :ClusterVersion, :AvailableExtraArgs, :RequestId
|
6762
|
-
|
6762
|
+
|
6763
6763
|
def initialize(clusterversion=nil, availableextraargs=nil, requestid=nil)
|
6764
6764
|
@ClusterVersion = clusterversion
|
6765
6765
|
@AvailableExtraArgs = availableextraargs
|
@@ -6785,7 +6785,7 @@ module TencentCloud
|
|
6785
6785
|
# @type Filters: Array
|
6786
6786
|
|
6787
6787
|
attr_accessor :ClusterID, :Filters
|
6788
|
-
|
6788
|
+
|
6789
6789
|
def initialize(clusterid=nil, filters=nil)
|
6790
6790
|
@ClusterID = clusterid
|
6791
6791
|
@Filters = filters
|
@@ -6814,7 +6814,7 @@ module TencentCloud
|
|
6814
6814
|
# @type RequestId: String
|
6815
6815
|
|
6816
6816
|
attr_accessor :TotalCount, :InstanceInfoSet, :RequestId
|
6817
|
-
|
6817
|
+
|
6818
6818
|
def initialize(totalcount=nil, instanceinfoset=nil, requestid=nil)
|
6819
6819
|
@TotalCount = totalcount
|
6820
6820
|
@InstanceInfoSet = instanceinfoset
|
@@ -6834,7 +6834,7 @@ module TencentCloud
|
|
6834
6834
|
# @type ClusterId: String
|
6835
6835
|
|
6836
6836
|
attr_accessor :ClusterId
|
6837
|
-
|
6837
|
+
|
6838
6838
|
def initialize(clusterid=nil)
|
6839
6839
|
@ClusterId = clusterid
|
6840
6840
|
end
|
@@ -6853,7 +6853,7 @@ module TencentCloud
|
|
6853
6853
|
# @type RequestId: String
|
6854
6854
|
|
6855
6855
|
attr_accessor :ClusterExtraArgs, :RequestId
|
6856
|
-
|
6856
|
+
|
6857
6857
|
def initialize(clusterextraargs=nil, requestid=nil)
|
6858
6858
|
@ClusterExtraArgs = clusterextraargs
|
6859
6859
|
@RequestId = requestid
|
@@ -6880,7 +6880,7 @@ module TencentCloud
|
|
6880
6880
|
# @type Filters: Array
|
6881
6881
|
|
6882
6882
|
attr_accessor :ClusterID, :Limit, :Offset, :Filters
|
6883
|
-
|
6883
|
+
|
6884
6884
|
def initialize(clusterid=nil, limit=nil, offset=nil, filters=nil)
|
6885
6885
|
@ClusterID = clusterid
|
6886
6886
|
@Limit = limit
|
@@ -6913,7 +6913,7 @@ module TencentCloud
|
|
6913
6913
|
# @type RequestId: String
|
6914
6914
|
|
6915
6915
|
attr_accessor :TotalCount, :InstanceInfoSet, :RequestId
|
6916
|
-
|
6916
|
+
|
6917
6917
|
def initialize(totalcount=nil, instanceinfoset=nil, requestid=nil)
|
6918
6918
|
@TotalCount = totalcount
|
6919
6919
|
@InstanceInfoSet = instanceinfoset
|
@@ -6935,7 +6935,7 @@ module TencentCloud
|
|
6935
6935
|
# @type EdgeVersion: String
|
6936
6936
|
|
6937
6937
|
attr_accessor :ClusterId, :EdgeVersion
|
6938
|
-
|
6938
|
+
|
6939
6939
|
def initialize(clusterid=nil, edgeversion=nil)
|
6940
6940
|
@ClusterId = clusterid
|
6941
6941
|
@EdgeVersion = edgeversion
|
@@ -6968,7 +6968,7 @@ module TencentCloud
|
|
6968
6968
|
# @type RequestId: String
|
6969
6969
|
|
6970
6970
|
attr_accessor :ComponentVersion, :EdgeVersionCurrent, :RegistryPrefix, :ClusterUpgradeStatus, :ClusterUpgradeStatusReason, :RequestId
|
6971
|
-
|
6971
|
+
|
6972
6972
|
def initialize(componentversion=nil, edgeversioncurrent=nil, registryprefix=nil, clusterupgradestatus=nil, clusterupgradestatusreason=nil, requestid=nil)
|
6973
6973
|
@ComponentVersion = componentversion
|
6974
6974
|
@EdgeVersionCurrent = edgeversioncurrent
|
@@ -6994,7 +6994,7 @@ module TencentCloud
|
|
6994
6994
|
# @type ClusterIds: Array
|
6995
6995
|
|
6996
6996
|
attr_accessor :ClusterIds
|
6997
|
-
|
6997
|
+
|
6998
6998
|
def initialize(clusterids=nil)
|
6999
6999
|
@ClusterIds = clusterids
|
7000
7000
|
end
|
@@ -7013,7 +7013,7 @@ module TencentCloud
|
|
7013
7013
|
# @type RequestId: String
|
7014
7014
|
|
7015
7015
|
attr_accessor :SwitchSet, :RequestId
|
7016
|
-
|
7016
|
+
|
7017
7017
|
def initialize(switchset=nil, requestid=nil)
|
7018
7018
|
@SwitchSet = switchset
|
7019
7019
|
@RequestId = requestid
|
@@ -7043,7 +7043,7 @@ module TencentCloud
|
|
7043
7043
|
# @type LimitBytes: Integer
|
7044
7044
|
|
7045
7045
|
attr_accessor :EksCiId, :ContainerName, :Tail, :StartTime, :Previous, :SinceSeconds, :LimitBytes
|
7046
|
-
|
7046
|
+
|
7047
7047
|
def initialize(eksciid=nil, containername=nil, tail=nil, starttime=nil, previous=nil, sinceseconds=nil, limitbytes=nil)
|
7048
7048
|
@EksCiId = eksciid
|
7049
7049
|
@ContainerName = containername
|
@@ -7075,7 +7075,7 @@ module TencentCloud
|
|
7075
7075
|
# @type RequestId: String
|
7076
7076
|
|
7077
7077
|
attr_accessor :ContainerName, :LogContent, :RequestId
|
7078
|
-
|
7078
|
+
|
7079
7079
|
def initialize(containername=nil, logcontent=nil, requestid=nil)
|
7080
7080
|
@ContainerName = containername
|
7081
7081
|
@LogContent = logcontent
|
@@ -7095,7 +7095,7 @@ module TencentCloud
|
|
7095
7095
|
# @type ClusterId: String
|
7096
7096
|
|
7097
7097
|
attr_accessor :ClusterId
|
7098
|
-
|
7098
|
+
|
7099
7099
|
def initialize(clusterid=nil)
|
7100
7100
|
@ClusterId = clusterid
|
7101
7101
|
end
|
@@ -7116,7 +7116,7 @@ module TencentCloud
|
|
7116
7116
|
# @type RequestId: String
|
7117
7117
|
|
7118
7118
|
attr_accessor :Status, :ErrorMessage, :RequestId
|
7119
|
-
|
7119
|
+
|
7120
7120
|
def initialize(status=nil, errormessage=nil, requestid=nil)
|
7121
7121
|
@Status = status
|
7122
7122
|
@ErrorMessage = errormessage
|
@@ -7150,7 +7150,7 @@ module TencentCloud
|
|
7150
7150
|
# @type IpAddresses: Array
|
7151
7151
|
|
7152
7152
|
attr_accessor :ClusterId, :InstanceIds, :Filters, :VagueIpAddress, :VagueInstanceName, :Offset, :Limit, :IpAddresses
|
7153
|
-
|
7153
|
+
|
7154
7154
|
def initialize(clusterid=nil, instanceids=nil, filters=nil, vagueipaddress=nil, vagueinstancename=nil, offset=nil, limit=nil, ipaddresses=nil)
|
7155
7155
|
@ClusterId = clusterid
|
7156
7156
|
@InstanceIds = instanceids
|
@@ -7192,7 +7192,7 @@ module TencentCloud
|
|
7192
7192
|
# @type RequestId: String
|
7193
7193
|
|
7194
7194
|
attr_accessor :ExistedInstanceSet, :TotalCount, :RequestId
|
7195
|
-
|
7195
|
+
|
7196
7196
|
def initialize(existedinstanceset=nil, totalcount=nil, requestid=nil)
|
7197
7197
|
@ExistedInstanceSet = existedinstanceset
|
7198
7198
|
@TotalCount = totalcount
|
@@ -7223,7 +7223,7 @@ module TencentCloud
|
|
7223
7223
|
# @type IsRefreshExpirationTime: Boolean
|
7224
7224
|
|
7225
7225
|
attr_accessor :ClusterId, :IsExtranet, :IsRefreshExpirationTime
|
7226
|
-
|
7226
|
+
|
7227
7227
|
def initialize(clusterid=nil, isextranet=nil, isrefreshexpirationtime=nil)
|
7228
7228
|
@ClusterId = clusterid
|
7229
7229
|
@IsExtranet = isextranet
|
@@ -7247,7 +7247,7 @@ module TencentCloud
|
|
7247
7247
|
# @type RequestId: String
|
7248
7248
|
|
7249
7249
|
attr_accessor :Spec, :Expiration, :RequestId
|
7250
|
-
|
7250
|
+
|
7251
7251
|
def initialize(spec=nil, expiration=nil, requestid=nil)
|
7252
7252
|
@Spec = spec
|
7253
7253
|
@Expiration = expiration
|
@@ -7278,7 +7278,7 @@ module TencentCloud
|
|
7278
7278
|
# @type Filters: Array
|
7279
7279
|
|
7280
7280
|
attr_accessor :ImageCacheIds, :ImageCacheNames, :Limit, :Offset, :Filters
|
7281
|
-
|
7281
|
+
|
7282
7282
|
def initialize(imagecacheids=nil, imagecachenames=nil, limit=nil, offset=nil, filters=nil)
|
7283
7283
|
@ImageCacheIds = imagecacheids
|
7284
7284
|
@ImageCacheNames = imagecachenames
|
@@ -7313,7 +7313,7 @@ module TencentCloud
|
|
7313
7313
|
# @type RequestId: String
|
7314
7314
|
|
7315
7315
|
attr_accessor :TotalCount, :ImageCaches, :RequestId
|
7316
|
-
|
7316
|
+
|
7317
7317
|
def initialize(totalcount=nil, imagecaches=nil, requestid=nil)
|
7318
7318
|
@TotalCount = totalcount
|
7319
7319
|
@ImageCaches = imagecaches
|
@@ -7337,7 +7337,7 @@ module TencentCloud
|
|
7337
7337
|
# DescribeImages请求参数结构体
|
7338
7338
|
class DescribeImagesRequest < TencentCloud::Common::AbstractModel
|
7339
7339
|
|
7340
|
-
|
7340
|
+
|
7341
7341
|
def initialize()
|
7342
7342
|
end
|
7343
7343
|
|
@@ -7357,7 +7357,7 @@ module TencentCloud
|
|
7357
7357
|
# @type RequestId: String
|
7358
7358
|
|
7359
7359
|
attr_accessor :TotalCount, :ImageInstanceSet, :RequestId
|
7360
|
-
|
7360
|
+
|
7361
7361
|
def initialize(totalcount=nil, imageinstanceset=nil, requestid=nil)
|
7362
7362
|
@TotalCount = totalcount
|
7363
7363
|
@ImageInstanceSet = imageinstanceset
|
@@ -7385,7 +7385,7 @@ module TencentCloud
|
|
7385
7385
|
# @type ClusterId: String
|
7386
7386
|
|
7387
7387
|
attr_accessor :ClusterId
|
7388
|
-
|
7388
|
+
|
7389
7389
|
def initialize(clusterid=nil)
|
7390
7390
|
@ClusterId = clusterid
|
7391
7391
|
end
|
@@ -7404,7 +7404,7 @@ module TencentCloud
|
|
7404
7404
|
# @type RequestId: String
|
7405
7405
|
|
7406
7406
|
attr_accessor :Instances, :RequestId
|
7407
|
-
|
7407
|
+
|
7408
7408
|
def initialize(instances=nil, requestid=nil)
|
7409
7409
|
@Instances = instances
|
7410
7410
|
@RequestId = requestid
|
@@ -7426,7 +7426,7 @@ module TencentCloud
|
|
7426
7426
|
# @type Limit: Integer
|
7427
7427
|
|
7428
7428
|
attr_accessor :InstanceId, :Offset, :Limit
|
7429
|
-
|
7429
|
+
|
7430
7430
|
def initialize(instanceid=nil, offset=nil, limit=nil)
|
7431
7431
|
@InstanceId = instanceid
|
7432
7432
|
@Offset = offset
|
@@ -7450,7 +7450,7 @@ module TencentCloud
|
|
7450
7450
|
# @type RequestId: String
|
7451
7451
|
|
7452
7452
|
attr_accessor :Agents, :Total, :RequestId
|
7453
|
-
|
7453
|
+
|
7454
7454
|
def initialize(agents=nil, total=nil, requestid=nil)
|
7455
7455
|
@Agents = agents
|
7456
7456
|
@Total = total
|
@@ -7489,7 +7489,7 @@ module TencentCloud
|
|
7489
7489
|
# @type Limit: Integer
|
7490
7490
|
|
7491
7491
|
attr_accessor :InstanceId, :RuleName, :StartTime, :EndTime, :Labels, :Offset, :Limit
|
7492
|
-
|
7492
|
+
|
7493
7493
|
def initialize(instanceid=nil, rulename=nil, starttime=nil, endtime=nil, labels=nil, offset=nil, limit=nil)
|
7494
7494
|
@InstanceId = instanceid
|
7495
7495
|
@RuleName = rulename
|
@@ -7521,7 +7521,7 @@ module TencentCloud
|
|
7521
7521
|
# @type RequestId: String
|
7522
7522
|
|
7523
7523
|
attr_accessor :Items, :Total, :RequestId
|
7524
|
-
|
7524
|
+
|
7525
7525
|
def initialize(items=nil, total=nil, requestid=nil)
|
7526
7526
|
@Items = items
|
7527
7527
|
@Total = total
|
@@ -7555,7 +7555,7 @@ module TencentCloud
|
|
7555
7555
|
# @type Filters: Array
|
7556
7556
|
|
7557
7557
|
attr_accessor :InstanceId, :Offset, :Limit, :Filters
|
7558
|
-
|
7558
|
+
|
7559
7559
|
def initialize(instanceid=nil, offset=nil, limit=nil, filters=nil)
|
7560
7560
|
@InstanceId = instanceid
|
7561
7561
|
@Offset = offset
|
@@ -7589,7 +7589,7 @@ module TencentCloud
|
|
7589
7589
|
# @type RequestId: String
|
7590
7590
|
|
7591
7591
|
attr_accessor :AlertRules, :Total, :RequestId
|
7592
|
-
|
7592
|
+
|
7593
7593
|
def initialize(alertrules=nil, total=nil, requestid=nil)
|
7594
7594
|
@AlertRules = alertrules
|
7595
7595
|
@Total = total
|
@@ -7623,7 +7623,7 @@ module TencentCloud
|
|
7623
7623
|
# @type Filters: Array
|
7624
7624
|
|
7625
7625
|
attr_accessor :InstanceId, :Offset, :Limit, :Filters
|
7626
|
-
|
7626
|
+
|
7627
7627
|
def initialize(instanceid=nil, offset=nil, limit=nil, filters=nil)
|
7628
7628
|
@InstanceId = instanceid
|
7629
7629
|
@Offset = offset
|
@@ -7656,7 +7656,7 @@ module TencentCloud
|
|
7656
7656
|
# @type RequestId: String
|
7657
7657
|
|
7658
7658
|
attr_accessor :AlertRules, :Total, :RequestId
|
7659
|
-
|
7659
|
+
|
7660
7660
|
def initialize(alertrules=nil, total=nil, requestid=nil)
|
7661
7661
|
@AlertRules = alertrules
|
7662
7662
|
@Total = total
|
@@ -7687,7 +7687,7 @@ module TencentCloud
|
|
7687
7687
|
# @type Limit: Integer
|
7688
7688
|
|
7689
7689
|
attr_accessor :InstanceId, :Offset, :Limit
|
7690
|
-
|
7690
|
+
|
7691
7691
|
def initialize(instanceid=nil, offset=nil, limit=nil)
|
7692
7692
|
@InstanceId = instanceid
|
7693
7693
|
@Offset = offset
|
@@ -7711,7 +7711,7 @@ module TencentCloud
|
|
7711
7711
|
# @type RequestId: String
|
7712
7712
|
|
7713
7713
|
attr_accessor :Agents, :Total, :RequestId
|
7714
|
-
|
7714
|
+
|
7715
7715
|
def initialize(agents=nil, total=nil, requestid=nil)
|
7716
7716
|
@Agents = agents
|
7717
7717
|
@Total = total
|
@@ -7742,7 +7742,7 @@ module TencentCloud
|
|
7742
7742
|
# @type ClusterType: String
|
7743
7743
|
|
7744
7744
|
attr_accessor :InstanceId, :ClusterId, :ClusterType
|
7745
|
-
|
7745
|
+
|
7746
7746
|
def initialize(instanceid=nil, clusterid=nil, clustertype=nil)
|
7747
7747
|
@InstanceId = instanceid
|
7748
7748
|
@ClusterId = clusterid
|
@@ -7770,7 +7770,7 @@ module TencentCloud
|
|
7770
7770
|
# @type RequestId: String
|
7771
7771
|
|
7772
7772
|
attr_accessor :Config, :ServiceMonitors, :PodMonitors, :RawJobs, :RequestId
|
7773
|
-
|
7773
|
+
|
7774
7774
|
def initialize(config=nil, servicemonitors=nil, podmonitors=nil, rawjobs=nil, requestid=nil)
|
7775
7775
|
@Config = config
|
7776
7776
|
@ServiceMonitors = servicemonitors
|
@@ -7817,7 +7817,7 @@ module TencentCloud
|
|
7817
7817
|
# @type DisableStatistics: Boolean
|
7818
7818
|
|
7819
7819
|
attr_accessor :InstanceId, :DisableStatistics
|
7820
|
-
|
7820
|
+
|
7821
7821
|
def initialize(instanceid=nil, disablestatistics=nil)
|
7822
7822
|
@InstanceId = instanceid
|
7823
7823
|
@DisableStatistics = disablestatistics
|
@@ -7846,7 +7846,7 @@ module TencentCloud
|
|
7846
7846
|
# @type RequestId: String
|
7847
7847
|
|
7848
7848
|
attr_accessor :Config, :ServiceMonitors, :PodMonitors, :RawJobs, :RequestId
|
7849
|
-
|
7849
|
+
|
7850
7850
|
def initialize(config=nil, servicemonitors=nil, podmonitors=nil, rawjobs=nil, requestid=nil)
|
7851
7851
|
@Config = config
|
7852
7852
|
@ServiceMonitors = servicemonitors
|
@@ -7891,7 +7891,7 @@ module TencentCloud
|
|
7891
7891
|
# @type InstanceId: String
|
7892
7892
|
|
7893
7893
|
attr_accessor :InstanceId
|
7894
|
-
|
7894
|
+
|
7895
7895
|
def initialize(instanceid=nil)
|
7896
7896
|
@InstanceId = instanceid
|
7897
7897
|
end
|
@@ -7910,7 +7910,7 @@ module TencentCloud
|
|
7910
7910
|
# @type RequestId: String
|
7911
7911
|
|
7912
7912
|
attr_accessor :Notification, :RequestId
|
7913
|
-
|
7913
|
+
|
7914
7914
|
def initialize(notification=nil, requestid=nil)
|
7915
7915
|
@Notification = notification
|
7916
7916
|
@RequestId = requestid
|
@@ -7931,7 +7931,7 @@ module TencentCloud
|
|
7931
7931
|
# @type InstanceId: String
|
7932
7932
|
|
7933
7933
|
attr_accessor :InstanceId
|
7934
|
-
|
7934
|
+
|
7935
7935
|
def initialize(instanceid=nil)
|
7936
7936
|
@InstanceId = instanceid
|
7937
7937
|
end
|
@@ -7959,7 +7959,7 @@ module TencentCloud
|
|
7959
7959
|
# @type RequestId: String
|
7960
7960
|
|
7961
7961
|
attr_accessor :Status, :Steps, :EksClusterId, :RequestId
|
7962
|
-
|
7962
|
+
|
7963
7963
|
def initialize(status=nil, steps=nil, eksclusterid=nil, requestid=nil)
|
7964
7964
|
@Status = status
|
7965
7965
|
@Steps = steps
|
@@ -7988,7 +7988,7 @@ module TencentCloud
|
|
7988
7988
|
# @type InstanceId: String
|
7989
7989
|
|
7990
7990
|
attr_accessor :InstanceId
|
7991
|
-
|
7991
|
+
|
7992
7992
|
def initialize(instanceid=nil)
|
7993
7993
|
@InstanceId = instanceid
|
7994
7994
|
end
|
@@ -8022,7 +8022,7 @@ module TencentCloud
|
|
8022
8022
|
# @type RequestId: String
|
8023
8023
|
|
8024
8024
|
attr_accessor :InstanceId, :Name, :VpcId, :SubnetId, :COSBucket, :QueryAddress, :Grafana, :AlertManagerUrl, :RequestId
|
8025
|
-
|
8025
|
+
|
8026
8026
|
def initialize(instanceid=nil, name=nil, vpcid=nil, subnetid=nil, cosbucket=nil, queryaddress=nil, grafana=nil, alertmanagerurl=nil, requestid=nil)
|
8027
8027
|
@InstanceId = instanceid
|
8028
8028
|
@Name = name
|
@@ -8063,7 +8063,7 @@ module TencentCloud
|
|
8063
8063
|
# @type Filters: Array
|
8064
8064
|
|
8065
8065
|
attr_accessor :Offset, :Limit, :Filters
|
8066
|
-
|
8066
|
+
|
8067
8067
|
def initialize(offset=nil, limit=nil, filters=nil)
|
8068
8068
|
@Offset = offset
|
8069
8069
|
@Limit = limit
|
@@ -8095,7 +8095,7 @@ module TencentCloud
|
|
8095
8095
|
# @type RequestId: String
|
8096
8096
|
|
8097
8097
|
attr_accessor :Instances, :Total, :RequestId
|
8098
|
-
|
8098
|
+
|
8099
8099
|
def initialize(instances=nil, total=nil, requestid=nil)
|
8100
8100
|
@Instances = instances
|
8101
8101
|
@Total = total
|
@@ -8128,7 +8128,7 @@ module TencentCloud
|
|
8128
8128
|
# @type Filters: Array
|
8129
8129
|
|
8130
8130
|
attr_accessor :Offset, :Limit, :Filters
|
8131
|
-
|
8131
|
+
|
8132
8132
|
def initialize(offset=nil, limit=nil, filters=nil)
|
8133
8133
|
@Offset = offset
|
8134
8134
|
@Limit = limit
|
@@ -8160,7 +8160,7 @@ module TencentCloud
|
|
8160
8160
|
# @type RequestId: String
|
8161
8161
|
|
8162
8162
|
attr_accessor :Instances, :Total, :RequestId
|
8163
|
-
|
8163
|
+
|
8164
8164
|
def initialize(instances=nil, total=nil, requestid=nil)
|
8165
8165
|
@Instances = instances
|
8166
8166
|
@Total = total
|
@@ -8193,7 +8193,7 @@ module TencentCloud
|
|
8193
8193
|
# @type Filters: Array
|
8194
8194
|
|
8195
8195
|
attr_accessor :InstanceId, :Offset, :Limit, :Filters
|
8196
|
-
|
8196
|
+
|
8197
8197
|
def initialize(instanceid=nil, offset=nil, limit=nil, filters=nil)
|
8198
8198
|
@InstanceId = instanceid
|
8199
8199
|
@Offset = offset
|
@@ -8226,7 +8226,7 @@ module TencentCloud
|
|
8226
8226
|
# @type RequestId: String
|
8227
8227
|
|
8228
8228
|
attr_accessor :Records, :Total, :RequestId
|
8229
|
-
|
8229
|
+
|
8230
8230
|
def initialize(records=nil, total=nil, requestid=nil)
|
8231
8231
|
@Records = records
|
8232
8232
|
@Total = total
|
@@ -8261,7 +8261,7 @@ module TencentCloud
|
|
8261
8261
|
# @type Filters: Array
|
8262
8262
|
|
8263
8263
|
attr_accessor :InstanceId, :ClusterType, :ClusterId, :Filters
|
8264
|
-
|
8264
|
+
|
8265
8265
|
def initialize(instanceid=nil, clustertype=nil, clusterid=nil, filters=nil)
|
8266
8266
|
@InstanceId = instanceid
|
8267
8267
|
@ClusterType = clustertype
|
@@ -8292,7 +8292,7 @@ module TencentCloud
|
|
8292
8292
|
# @type RequestId: String
|
8293
8293
|
|
8294
8294
|
attr_accessor :Jobs, :RequestId
|
8295
|
-
|
8295
|
+
|
8296
8296
|
def initialize(jobs=nil, requestid=nil)
|
8297
8297
|
@Jobs = jobs
|
8298
8298
|
@RequestId = requestid
|
@@ -8325,7 +8325,7 @@ module TencentCloud
|
|
8325
8325
|
# @type Limit: Integer
|
8326
8326
|
|
8327
8327
|
attr_accessor :Filters, :Offset, :Limit
|
8328
|
-
|
8328
|
+
|
8329
8329
|
def initialize(filters=nil, offset=nil, limit=nil)
|
8330
8330
|
@Filters = filters
|
8331
8331
|
@Offset = offset
|
@@ -8356,7 +8356,7 @@ module TencentCloud
|
|
8356
8356
|
# @type RequestId: String
|
8357
8357
|
|
8358
8358
|
attr_accessor :Templates, :Total, :RequestId
|
8359
|
-
|
8359
|
+
|
8360
8360
|
def initialize(templates=nil, total=nil, requestid=nil)
|
8361
8361
|
@Templates = templates
|
8362
8362
|
@Total = total
|
@@ -8383,7 +8383,7 @@ module TencentCloud
|
|
8383
8383
|
# @type TemplateId: String
|
8384
8384
|
|
8385
8385
|
attr_accessor :TemplateId
|
8386
|
-
|
8386
|
+
|
8387
8387
|
def initialize(templateid=nil)
|
8388
8388
|
@TemplateId = templateid
|
8389
8389
|
end
|
@@ -8402,7 +8402,7 @@ module TencentCloud
|
|
8402
8402
|
# @type RequestId: String
|
8403
8403
|
|
8404
8404
|
attr_accessor :Targets, :RequestId
|
8405
|
-
|
8405
|
+
|
8406
8406
|
def initialize(targets=nil, requestid=nil)
|
8407
8407
|
@Targets = targets
|
8408
8408
|
@RequestId = requestid
|
@@ -8427,7 +8427,7 @@ module TencentCloud
|
|
8427
8427
|
# @type TemplateId: String
|
8428
8428
|
|
8429
8429
|
attr_accessor :TemplateId
|
8430
|
-
|
8430
|
+
|
8431
8431
|
def initialize(templateid=nil)
|
8432
8432
|
@TemplateId = templateid
|
8433
8433
|
end
|
@@ -8445,7 +8445,7 @@ module TencentCloud
|
|
8445
8445
|
# @type RequestId: String
|
8446
8446
|
|
8447
8447
|
attr_accessor :Targets, :RequestId
|
8448
|
-
|
8448
|
+
|
8449
8449
|
def initialize(targets=nil, requestid=nil)
|
8450
8450
|
@Targets = targets
|
8451
8451
|
@RequestId = requestid
|
@@ -8478,7 +8478,7 @@ module TencentCloud
|
|
8478
8478
|
# @type Limit: Integer
|
8479
8479
|
|
8480
8480
|
attr_accessor :Filters, :Offset, :Limit
|
8481
|
-
|
8481
|
+
|
8482
8482
|
def initialize(filters=nil, offset=nil, limit=nil)
|
8483
8483
|
@Filters = filters
|
8484
8484
|
@Offset = offset
|
@@ -8509,7 +8509,7 @@ module TencentCloud
|
|
8509
8509
|
# @type RequestId: String
|
8510
8510
|
|
8511
8511
|
attr_accessor :Templates, :Total, :RequestId
|
8512
|
-
|
8512
|
+
|
8513
8513
|
def initialize(templates=nil, total=nil, requestid=nil)
|
8514
8514
|
@Templates = templates
|
8515
8515
|
@Total = total
|
@@ -8533,7 +8533,7 @@ module TencentCloud
|
|
8533
8533
|
# DescribeRegions请求参数结构体
|
8534
8534
|
class DescribeRegionsRequest < TencentCloud::Common::AbstractModel
|
8535
8535
|
|
8536
|
-
|
8536
|
+
|
8537
8537
|
def initialize()
|
8538
8538
|
end
|
8539
8539
|
|
@@ -8553,7 +8553,7 @@ module TencentCloud
|
|
8553
8553
|
# @type RequestId: String
|
8554
8554
|
|
8555
8555
|
attr_accessor :TotalCount, :RegionInstanceSet, :RequestId
|
8556
|
-
|
8556
|
+
|
8557
8557
|
def initialize(totalcount=nil, regioninstanceset=nil, requestid=nil)
|
8558
8558
|
@TotalCount = totalcount
|
8559
8559
|
@RegionInstanceSet = regioninstanceset
|
@@ -8580,7 +8580,7 @@ module TencentCloud
|
|
8580
8580
|
# @type ClusterId: String
|
8581
8581
|
|
8582
8582
|
attr_accessor :ClusterId
|
8583
|
-
|
8583
|
+
|
8584
8584
|
def initialize(clusterid=nil)
|
8585
8585
|
@ClusterId = clusterid
|
8586
8586
|
end
|
@@ -8604,7 +8604,7 @@ module TencentCloud
|
|
8604
8604
|
# @type RequestId: String
|
8605
8605
|
|
8606
8606
|
attr_accessor :CRDUsage, :PodUsage, :ConfigMapUsage, :OtherUsage, :RequestId
|
8607
|
-
|
8607
|
+
|
8608
8608
|
def initialize(crdusage=nil, podusage=nil, configmapusage=nil, otherusage=nil, requestid=nil)
|
8609
8609
|
@CRDUsage = crdusage
|
8610
8610
|
@PodUsage = podusage
|
@@ -8636,7 +8636,7 @@ module TencentCloud
|
|
8636
8636
|
# @type VpcId: String
|
8637
8637
|
|
8638
8638
|
attr_accessor :RouteTableCidrBlock, :VpcId
|
8639
|
-
|
8639
|
+
|
8640
8640
|
def initialize(routetablecidrblock=nil, vpcid=nil)
|
8641
8641
|
@RouteTableCidrBlock = routetablecidrblock
|
8642
8642
|
@VpcId = vpcid
|
@@ -8659,7 +8659,7 @@ module TencentCloud
|
|
8659
8659
|
# @type RequestId: String
|
8660
8660
|
|
8661
8661
|
attr_accessor :HasConflict, :RouteTableConflictSet, :RequestId
|
8662
|
-
|
8662
|
+
|
8663
8663
|
def initialize(hasconflict=nil, routetableconflictset=nil, requestid=nil)
|
8664
8664
|
@HasConflict = hasconflict
|
8665
8665
|
@RouteTableConflictSet = routetableconflictset
|
@@ -8686,7 +8686,7 @@ module TencentCloud
|
|
8686
8686
|
# @type ClusterId: String
|
8687
8687
|
|
8688
8688
|
attr_accessor :ClusterId
|
8689
|
-
|
8689
|
+
|
8690
8690
|
def initialize(clusterid=nil)
|
8691
8691
|
@ClusterId = clusterid
|
8692
8692
|
end
|
@@ -8721,7 +8721,7 @@ module TencentCloud
|
|
8721
8721
|
# @type RequestId: String
|
8722
8722
|
|
8723
8723
|
attr_accessor :Addresses, :Credential, :PublicLB, :InternalLB, :CoreDns, :HealthRegion, :Health, :GridDaemon, :UnitCluster, :RequestId
|
8724
|
-
|
8724
|
+
|
8725
8725
|
def initialize(addresses=nil, credential=nil, publiclb=nil, internallb=nil, coredns=nil, healthregion=nil, health=nil, griddaemon=nil, unitcluster=nil, requestid=nil)
|
8726
8726
|
@Addresses = addresses
|
8727
8727
|
@Credential = credential
|
@@ -8771,7 +8771,7 @@ module TencentCloud
|
|
8771
8771
|
# @type ClusterId: String
|
8772
8772
|
|
8773
8773
|
attr_accessor :ClusterId
|
8774
|
-
|
8774
|
+
|
8775
8775
|
def initialize(clusterid=nil)
|
8776
8776
|
@ClusterId = clusterid
|
8777
8777
|
end
|
@@ -8791,7 +8791,7 @@ module TencentCloud
|
|
8791
8791
|
# @type RequestId: String
|
8792
8792
|
|
8793
8793
|
attr_accessor :Phase, :Conditions, :RequestId
|
8794
|
-
|
8794
|
+
|
8795
8795
|
def initialize(phase=nil, conditions=nil, requestid=nil)
|
8796
8796
|
@Phase = phase
|
8797
8797
|
@Conditions = conditions
|
@@ -8825,7 +8825,7 @@ module TencentCloud
|
|
8825
8825
|
# @type Filters: Array
|
8826
8826
|
|
8827
8827
|
attr_accessor :ClusterIds, :Offset, :Limit, :Filters
|
8828
|
-
|
8828
|
+
|
8829
8829
|
def initialize(clusterids=nil, offset=nil, limit=nil, filters=nil)
|
8830
8830
|
@ClusterIds = clusterids
|
8831
8831
|
@Offset = offset
|
@@ -8858,7 +8858,7 @@ module TencentCloud
|
|
8858
8858
|
# @type RequestId: String
|
8859
8859
|
|
8860
8860
|
attr_accessor :TotalCount, :Clusters, :RequestId
|
8861
|
-
|
8861
|
+
|
8862
8862
|
def initialize(totalcount=nil, clusters=nil, requestid=nil)
|
8863
8863
|
@TotalCount = totalcount
|
8864
8864
|
@Clusters = clusters
|
@@ -8885,7 +8885,7 @@ module TencentCloud
|
|
8885
8885
|
# @type ClusterId: String
|
8886
8886
|
|
8887
8887
|
attr_accessor :ClusterId
|
8888
|
-
|
8888
|
+
|
8889
8889
|
def initialize(clusterid=nil)
|
8890
8890
|
@ClusterId = clusterid
|
8891
8891
|
end
|
@@ -8903,7 +8903,7 @@ module TencentCloud
|
|
8903
8903
|
# @type RequestId: String
|
8904
8904
|
|
8905
8905
|
attr_accessor :Kubeconfig, :RequestId
|
8906
|
-
|
8906
|
+
|
8907
8907
|
def initialize(kubeconfig=nil, requestid=nil)
|
8908
8908
|
@Kubeconfig = kubeconfig
|
8909
8909
|
@RequestId = requestid
|
@@ -8929,7 +8929,7 @@ module TencentCloud
|
|
8929
8929
|
# @type ScriptVersion: String
|
8930
8930
|
|
8931
8931
|
attr_accessor :ClusterId, :Interface, :NodeName, :Config, :ScriptVersion
|
8932
|
-
|
8932
|
+
|
8933
8933
|
def initialize(clusterid=nil, interface=nil, nodename=nil, config=nil, scriptversion=nil)
|
8934
8934
|
@ClusterId = clusterid
|
8935
8935
|
@Interface = interface
|
@@ -8962,7 +8962,7 @@ module TencentCloud
|
|
8962
8962
|
# @type RequestId: String
|
8963
8963
|
|
8964
8964
|
attr_accessor :Link, :Token, :Command, :ScriptVersion, :RequestId
|
8965
|
-
|
8965
|
+
|
8966
8966
|
def initialize(link=nil, token=nil, command=nil, scriptversion=nil, requestid=nil)
|
8967
8967
|
@Link = link
|
8968
8968
|
@Token = token
|
@@ -8983,7 +8983,7 @@ module TencentCloud
|
|
8983
8983
|
# DescribeVersions请求参数结构体
|
8984
8984
|
class DescribeVersionsRequest < TencentCloud::Common::AbstractModel
|
8985
8985
|
|
8986
|
-
|
8986
|
+
|
8987
8987
|
def initialize()
|
8988
8988
|
end
|
8989
8989
|
|
@@ -9003,7 +9003,7 @@ module TencentCloud
|
|
9003
9003
|
# @type RequestId: String
|
9004
9004
|
|
9005
9005
|
attr_accessor :TotalCount, :VersionInstanceSet, :RequestId
|
9006
|
-
|
9006
|
+
|
9007
9007
|
def initialize(totalcount=nil, versioninstanceset=nil, requestid=nil)
|
9008
9008
|
@TotalCount = totalcount
|
9009
9009
|
@VersionInstanceSet = versioninstanceset
|
@@ -9034,7 +9034,7 @@ module TencentCloud
|
|
9034
9034
|
# @type InstanceType: String
|
9035
9035
|
|
9036
9036
|
attr_accessor :Zone, :InstanceFamily, :InstanceType
|
9037
|
-
|
9037
|
+
|
9038
9038
|
def initialize(zone=nil, instancefamily=nil, instancetype=nil)
|
9039
9039
|
@Zone = zone
|
9040
9040
|
@InstanceFamily = instancefamily
|
@@ -9060,7 +9060,7 @@ module TencentCloud
|
|
9060
9060
|
# @type RequestId: String
|
9061
9061
|
|
9062
9062
|
attr_accessor :TotalCount, :PodLimitsInstanceSet, :RequestId
|
9063
|
-
|
9063
|
+
|
9064
9064
|
def initialize(totalcount=nil, podlimitsinstanceset=nil, requestid=nil)
|
9065
9065
|
@TotalCount = totalcount
|
9066
9066
|
@PodLimitsInstanceSet = podlimitsinstanceset
|
@@ -9089,7 +9089,7 @@ module TencentCloud
|
|
9089
9089
|
# @type DeleteLogSetAndTopic: Boolean
|
9090
9090
|
|
9091
9091
|
attr_accessor :ClusterId, :DeleteLogSetAndTopic
|
9092
|
-
|
9092
|
+
|
9093
9093
|
def initialize(clusterid=nil, deletelogsetandtopic=nil)
|
9094
9094
|
@ClusterId = clusterid
|
9095
9095
|
@DeleteLogSetAndTopic = deletelogsetandtopic
|
@@ -9107,7 +9107,7 @@ module TencentCloud
|
|
9107
9107
|
# @type RequestId: String
|
9108
9108
|
|
9109
9109
|
attr_accessor :RequestId
|
9110
|
-
|
9110
|
+
|
9111
9111
|
def initialize(requestid=nil)
|
9112
9112
|
@RequestId = requestid
|
9113
9113
|
end
|
@@ -9123,7 +9123,7 @@ module TencentCloud
|
|
9123
9123
|
# @type ClusterId: String
|
9124
9124
|
|
9125
9125
|
attr_accessor :ClusterId
|
9126
|
-
|
9126
|
+
|
9127
9127
|
def initialize(clusterid=nil)
|
9128
9128
|
@ClusterId = clusterid
|
9129
9129
|
end
|
@@ -9139,7 +9139,7 @@ module TencentCloud
|
|
9139
9139
|
# @type RequestId: String
|
9140
9140
|
|
9141
9141
|
attr_accessor :RequestId
|
9142
|
-
|
9142
|
+
|
9143
9143
|
def initialize(requestid=nil)
|
9144
9144
|
@RequestId = requestid
|
9145
9145
|
end
|
@@ -9157,7 +9157,7 @@ module TencentCloud
|
|
9157
9157
|
# @type DeleteLogSetAndTopic: Boolean
|
9158
9158
|
|
9159
9159
|
attr_accessor :ClusterId, :DeleteLogSetAndTopic
|
9160
|
-
|
9160
|
+
|
9161
9161
|
def initialize(clusterid=nil, deletelogsetandtopic=nil)
|
9162
9162
|
@ClusterId = clusterid
|
9163
9163
|
@DeleteLogSetAndTopic = deletelogsetandtopic
|
@@ -9175,7 +9175,7 @@ module TencentCloud
|
|
9175
9175
|
# @type RequestId: String
|
9176
9176
|
|
9177
9177
|
attr_accessor :RequestId
|
9178
|
-
|
9178
|
+
|
9179
9179
|
def initialize(requestid=nil)
|
9180
9180
|
@RequestId = requestid
|
9181
9181
|
end
|
@@ -9191,7 +9191,7 @@ module TencentCloud
|
|
9191
9191
|
# @type ClusterId: String
|
9192
9192
|
|
9193
9193
|
attr_accessor :ClusterId
|
9194
|
-
|
9194
|
+
|
9195
9195
|
def initialize(clusterid=nil)
|
9196
9196
|
@ClusterId = clusterid
|
9197
9197
|
end
|
@@ -9207,7 +9207,7 @@ module TencentCloud
|
|
9207
9207
|
# @type RequestId: String
|
9208
9208
|
|
9209
9209
|
attr_accessor :RequestId
|
9210
|
-
|
9210
|
+
|
9211
9211
|
def initialize(requestid=nil)
|
9212
9212
|
@RequestId = requestid
|
9213
9213
|
end
|
@@ -9225,7 +9225,7 @@ module TencentCloud
|
|
9225
9225
|
# @type DnsServers: Array
|
9226
9226
|
|
9227
9227
|
attr_accessor :Domain, :DnsServers
|
9228
|
-
|
9228
|
+
|
9229
9229
|
def initialize(domain=nil, dnsservers=nil)
|
9230
9230
|
@Domain = domain
|
9231
9231
|
@DnsServers = dnsservers
|
@@ -9245,7 +9245,7 @@ module TencentCloud
|
|
9245
9245
|
# @type NodeName: String
|
9246
9246
|
|
9247
9247
|
attr_accessor :ClusterId, :NodeName
|
9248
|
-
|
9248
|
+
|
9249
9249
|
def initialize(clusterid=nil, nodename=nil)
|
9250
9250
|
@ClusterId = clusterid
|
9251
9251
|
@NodeName = nodename
|
@@ -9263,7 +9263,7 @@ module TencentCloud
|
|
9263
9263
|
# @type RequestId: String
|
9264
9264
|
|
9265
9265
|
attr_accessor :RequestId
|
9266
|
-
|
9266
|
+
|
9267
9267
|
def initialize(requestid=nil)
|
9268
9268
|
@RequestId = requestid
|
9269
9269
|
end
|
@@ -9281,7 +9281,7 @@ module TencentCloud
|
|
9281
9281
|
# @type Name: String
|
9282
9282
|
|
9283
9283
|
attr_accessor :Version, :Name
|
9284
|
-
|
9284
|
+
|
9285
9285
|
def initialize(version=nil, name=nil)
|
9286
9286
|
@Version = version
|
9287
9287
|
@Name = name
|
@@ -9301,7 +9301,7 @@ module TencentCloud
|
|
9301
9301
|
# @type MonitorService: :class:`Tencentcloud::Tke.v20180525.models.ECMRunSecurityServiceEnabled`
|
9302
9302
|
|
9303
9303
|
attr_accessor :SecurityService, :MonitorService
|
9304
|
-
|
9304
|
+
|
9305
9305
|
def initialize(securityservice=nil, monitorservice=nil)
|
9306
9306
|
@SecurityService = securityservice
|
9307
9307
|
@MonitorService = monitorservice
|
@@ -9325,7 +9325,7 @@ module TencentCloud
|
|
9325
9325
|
# @type Enabled: Boolean
|
9326
9326
|
|
9327
9327
|
attr_accessor :Enabled
|
9328
|
-
|
9328
|
+
|
9329
9329
|
def initialize(enabled=nil)
|
9330
9330
|
@Enabled = enabled
|
9331
9331
|
end
|
@@ -9343,7 +9343,7 @@ module TencentCloud
|
|
9343
9343
|
# @type Version: Integer
|
9344
9344
|
|
9345
9345
|
attr_accessor :Enabled, :Version
|
9346
|
-
|
9346
|
+
|
9347
9347
|
def initialize(enabled=nil, version=nil)
|
9348
9348
|
@Enabled = enabled
|
9349
9349
|
@Version = version
|
@@ -9365,7 +9365,7 @@ module TencentCloud
|
|
9365
9365
|
# @type ISP: String
|
9366
9366
|
|
9367
9367
|
attr_accessor :Zone, :InstanceCount, :ISP
|
9368
|
-
|
9368
|
+
|
9369
9369
|
def initialize(zone=nil, instancecount=nil, isp=nil)
|
9370
9370
|
@Zone = zone
|
9371
9371
|
@InstanceCount = instancecount
|
@@ -9398,7 +9398,7 @@ module TencentCloud
|
|
9398
9398
|
# @type Constraint: String
|
9399
9399
|
|
9400
9400
|
attr_accessor :Name, :Type, :Usage, :Default, :Constraint
|
9401
|
-
|
9401
|
+
|
9402
9402
|
def initialize(name=nil, type=nil, usage=nil, default=nil, constraint=nil)
|
9403
9403
|
@Name = name
|
9404
9404
|
@Type = type
|
@@ -9432,7 +9432,7 @@ module TencentCloud
|
|
9432
9432
|
# @type Kubelet: Array
|
9433
9433
|
|
9434
9434
|
attr_accessor :KubeAPIServer, :KubeControllerManager, :KubeScheduler, :Kubelet
|
9435
|
-
|
9435
|
+
|
9436
9436
|
def initialize(kubeapiserver=nil, kubecontrollermanager=nil, kubescheduler=nil, kubelet=nil)
|
9437
9437
|
@KubeAPIServer = kubeapiserver
|
9438
9438
|
@KubeControllerManager = kubecontrollermanager
|
@@ -9521,7 +9521,7 @@ module TencentCloud
|
|
9521
9521
|
# @type TagSpecification: :class:`Tencentcloud::Tke.v20180525.models.TagSpecification`
|
9522
9522
|
|
9523
9523
|
attr_accessor :ClusterId, :ClusterName, :VpcId, :PodCIDR, :ServiceCIDR, :K8SVersion, :Status, :ClusterDesc, :CreatedTime, :EdgeClusterVersion, :MaxNodePodNum, :ClusterAdvancedSettings, :Level, :AutoUpgradeClusterLevel, :ChargeType, :EdgeVersion, :TagSpecification
|
9524
|
-
|
9524
|
+
|
9525
9525
|
def initialize(clusterid=nil, clustername=nil, vpcid=nil, podcidr=nil, servicecidr=nil, k8sversion=nil, status=nil, clusterdesc=nil, createdtime=nil, edgeclusterversion=nil, maxnodepodnum=nil, clusteradvancedsettings=nil, level=nil, autoupgradeclusterlevel=nil, chargetype=nil, edgeversion=nil, tagspecification=nil)
|
9526
9526
|
@ClusterId = clusterid
|
9527
9527
|
@ClusterName = clustername
|
@@ -9582,7 +9582,7 @@ module TencentCloud
|
|
9582
9582
|
# @type ProxyMode: String
|
9583
9583
|
|
9584
9584
|
attr_accessor :ExtraArgs, :Runtime, :ProxyMode
|
9585
|
-
|
9585
|
+
|
9586
9586
|
def initialize(extraargs=nil, runtime=nil, proxymode=nil)
|
9587
9587
|
@ExtraArgs = extraargs
|
9588
9588
|
@Runtime = runtime
|
@@ -9612,7 +9612,7 @@ module TencentCloud
|
|
9612
9612
|
# @type KubeScheduler: Array
|
9613
9613
|
|
9614
9614
|
attr_accessor :KubeAPIServer, :KubeControllerManager, :KubeScheduler
|
9615
|
-
|
9615
|
+
|
9616
9616
|
def initialize(kubeapiserver=nil, kubecontrollermanager=nil, kubescheduler=nil)
|
9617
9617
|
@KubeAPIServer = kubeapiserver
|
9618
9618
|
@KubeControllerManager = kubecontrollermanager
|
@@ -9636,7 +9636,7 @@ module TencentCloud
|
|
9636
9636
|
# @type SubnetId: Array
|
9637
9637
|
|
9638
9638
|
attr_accessor :Enabled, :SubnetId
|
9639
|
-
|
9639
|
+
|
9640
9640
|
def initialize(enabled=nil, subnetid=nil)
|
9641
9641
|
@Enabled = enabled
|
9642
9642
|
@SubnetId = subnetid
|
@@ -9658,7 +9658,7 @@ module TencentCloud
|
|
9658
9658
|
# @type AllowFromCidrs: Array
|
9659
9659
|
|
9660
9660
|
attr_accessor :Enabled, :AllowFromCidrs
|
9661
|
-
|
9661
|
+
|
9662
9662
|
def initialize(enabled=nil, allowfromcidrs=nil)
|
9663
9663
|
@Enabled = enabled
|
9664
9664
|
@AllowFromCidrs = allowfromcidrs
|
@@ -9688,7 +9688,7 @@ module TencentCloud
|
|
9688
9688
|
# @type InternetMaxBandwidthOut: Integer
|
9689
9689
|
|
9690
9690
|
attr_accessor :DeletePolicy, :InternetServiceProvider, :InternetMaxBandwidthOut
|
9691
|
-
|
9691
|
+
|
9692
9692
|
def initialize(deletepolicy=nil, internetserviceprovider=nil, internetmaxbandwidthout=nil)
|
9693
9693
|
@DeletePolicy = deletepolicy
|
9694
9694
|
@InternetServiceProvider = internetserviceprovider
|
@@ -9774,7 +9774,7 @@ module TencentCloud
|
|
9774
9774
|
# @type PersistStatus: Boolean
|
9775
9775
|
|
9776
9776
|
attr_accessor :EksCiId, :EksCiName, :Memory, :Cpu, :SecurityGroupIds, :RestartPolicy, :Status, :CreationTime, :SucceededTime, :Containers, :EksCiVolume, :SecurityContext, :PrivateIp, :EipAddress, :GpuType, :CpuType, :GpuCount, :VpcId, :SubnetId, :InitContainers, :CamRoleName, :AutoCreatedEipId, :PersistStatus
|
9777
|
-
|
9777
|
+
|
9778
9778
|
def initialize(eksciid=nil, eksciname=nil, memory=nil, cpu=nil, securitygroupids=nil, restartpolicy=nil, status=nil, creationtime=nil, succeededtime=nil, containers=nil, ekscivolume=nil, securitycontext=nil, privateip=nil, eipaddress=nil, gputype=nil, cputype=nil, gpucount=nil, vpcid=nil, subnetid=nil, initcontainers=nil, camrolename=nil, autocreatedeipid=nil, persiststatus=nil)
|
9779
9779
|
@EksCiId = eksciid
|
9780
9780
|
@EksCiName = eksciname
|
@@ -9858,7 +9858,7 @@ module TencentCloud
|
|
9858
9858
|
# @type RegionId: Integer
|
9859
9859
|
|
9860
9860
|
attr_accessor :Alias, :RegionName, :RegionId
|
9861
|
-
|
9861
|
+
|
9862
9862
|
def initialize(_alias=nil, regionname=nil, regionid=nil)
|
9863
9863
|
@Alias = _alias
|
9864
9864
|
@RegionName = regionname
|
@@ -9882,7 +9882,7 @@ module TencentCloud
|
|
9882
9882
|
# @type NfsVolumes: Array
|
9883
9883
|
|
9884
9884
|
attr_accessor :CbsVolumes, :NfsVolumes
|
9885
|
-
|
9885
|
+
|
9886
9886
|
def initialize(cbsvolumes=nil, nfsvolumes=nil)
|
9887
9887
|
@CbsVolumes = cbsvolumes
|
9888
9888
|
@NfsVolumes = nfsvolumes
|
@@ -9939,7 +9939,7 @@ module TencentCloud
|
|
9939
9939
|
# @type TagSpecification: Array
|
9940
9940
|
|
9941
9941
|
attr_accessor :ClusterId, :ClusterName, :VpcId, :SubnetIds, :K8SVersion, :Status, :ClusterDesc, :CreatedTime, :ServiceSubnetId, :DnsServers, :NeedDeleteCbs, :EnableVpcCoreDNS, :TagSpecification
|
9942
|
-
|
9942
|
+
|
9943
9943
|
def initialize(clusterid=nil, clustername=nil, vpcid=nil, subnetids=nil, k8sversion=nil, status=nil, clusterdesc=nil, createdtime=nil, servicesubnetid=nil, dnsservers=nil, needdeletecbs=nil, enablevpccoredns=nil, tagspecification=nil)
|
9944
9944
|
@ClusterId = clusterid
|
9945
9945
|
@ClusterName = clustername
|
@@ -9999,7 +9999,7 @@ module TencentCloud
|
|
9999
9999
|
# @type TopicRegion: String
|
10000
10000
|
|
10001
10001
|
attr_accessor :ClusterId, :LogsetId, :TopicId, :TopicRegion
|
10002
|
-
|
10002
|
+
|
10003
10003
|
def initialize(clusterid=nil, logsetid=nil, topicid=nil, topicregion=nil)
|
10004
10004
|
@ClusterId = clusterid
|
10005
10005
|
@LogsetId = logsetid
|
@@ -10021,7 +10021,7 @@ module TencentCloud
|
|
10021
10021
|
# @type RequestId: String
|
10022
10022
|
|
10023
10023
|
attr_accessor :RequestId
|
10024
|
-
|
10024
|
+
|
10025
10025
|
def initialize(requestid=nil)
|
10026
10026
|
@RequestId = requestid
|
10027
10027
|
end
|
@@ -10037,7 +10037,7 @@ module TencentCloud
|
|
10037
10037
|
# @type ClusterId: String
|
10038
10038
|
|
10039
10039
|
attr_accessor :ClusterId
|
10040
|
-
|
10040
|
+
|
10041
10041
|
def initialize(clusterid=nil)
|
10042
10042
|
@ClusterId = clusterid
|
10043
10043
|
end
|
@@ -10053,7 +10053,7 @@ module TencentCloud
|
|
10053
10053
|
# @type RequestId: String
|
10054
10054
|
|
10055
10055
|
attr_accessor :RequestId
|
10056
|
-
|
10056
|
+
|
10057
10057
|
def initialize(requestid=nil)
|
10058
10058
|
@RequestId = requestid
|
10059
10059
|
end
|
@@ -10075,7 +10075,7 @@ module TencentCloud
|
|
10075
10075
|
# @type TopicRegion: String
|
10076
10076
|
|
10077
10077
|
attr_accessor :ClusterId, :LogsetId, :TopicId, :TopicRegion
|
10078
|
-
|
10078
|
+
|
10079
10079
|
def initialize(clusterid=nil, logsetid=nil, topicid=nil, topicregion=nil)
|
10080
10080
|
@ClusterId = clusterid
|
10081
10081
|
@LogsetId = logsetid
|
@@ -10097,7 +10097,7 @@ module TencentCloud
|
|
10097
10097
|
# @type RequestId: String
|
10098
10098
|
|
10099
10099
|
attr_accessor :RequestId
|
10100
|
-
|
10100
|
+
|
10101
10101
|
def initialize(requestid=nil)
|
10102
10102
|
@RequestId = requestid
|
10103
10103
|
end
|
@@ -10123,7 +10123,7 @@ module TencentCloud
|
|
10123
10123
|
# @type SkipAddingNonMasqueradeCIDRs: Boolean
|
10124
10124
|
|
10125
10125
|
attr_accessor :ClusterId, :VpcCniType, :EnableStaticIp, :Subnets, :ExpiredSeconds, :SkipAddingNonMasqueradeCIDRs
|
10126
|
-
|
10126
|
+
|
10127
10127
|
def initialize(clusterid=nil, vpccnitype=nil, enablestaticip=nil, subnets=nil, expiredseconds=nil, skipaddingnonmasqueradecidrs=nil)
|
10128
10128
|
@ClusterId = clusterid
|
10129
10129
|
@VpcCniType = vpccnitype
|
@@ -10149,7 +10149,7 @@ module TencentCloud
|
|
10149
10149
|
# @type RequestId: String
|
10150
10150
|
|
10151
10151
|
attr_accessor :RequestId
|
10152
|
-
|
10152
|
+
|
10153
10153
|
def initialize(requestid=nil)
|
10154
10154
|
@RequestId = requestid
|
10155
10155
|
end
|
@@ -10169,7 +10169,7 @@ module TencentCloud
|
|
10169
10169
|
# @type AutomationService: :class:`Tencentcloud::Tke.v20180525.models.RunAutomationServiceEnabled`
|
10170
10170
|
|
10171
10171
|
attr_accessor :SecurityService, :MonitorService, :AutomationService
|
10172
|
-
|
10172
|
+
|
10173
10173
|
def initialize(securityservice=nil, monitorservice=nil, automationservice=nil)
|
10174
10174
|
@SecurityService = securityservice
|
10175
10175
|
@MonitorService = monitorservice
|
@@ -10200,7 +10200,7 @@ module TencentCloud
|
|
10200
10200
|
# @type Value: String
|
10201
10201
|
|
10202
10202
|
attr_accessor :Name, :Value
|
10203
|
-
|
10203
|
+
|
10204
10204
|
def initialize(name=nil, value=nil)
|
10205
10205
|
@Name = name
|
10206
10206
|
@Value = value
|
@@ -10230,7 +10230,7 @@ module TencentCloud
|
|
10230
10230
|
# @type Message: String
|
10231
10231
|
|
10232
10232
|
attr_accessor :PodName, :Reason, :Type, :Count, :FirstTimestamp, :LastTimestamp, :Message
|
10233
|
-
|
10233
|
+
|
10234
10234
|
def initialize(podname=nil, reason=nil, type=nil, count=nil, firsttimestamp=nil, lasttimestamp=nil, message=nil)
|
10235
10235
|
@PodName = podname
|
10236
10236
|
@Reason = reason
|
@@ -10259,7 +10259,7 @@ module TencentCloud
|
|
10259
10259
|
# @type Commands: Array
|
10260
10260
|
|
10261
10261
|
attr_accessor :Commands
|
10262
|
-
|
10262
|
+
|
10263
10263
|
def initialize(commands=nil)
|
10264
10264
|
@Commands = commands
|
10265
10265
|
end
|
@@ -10319,7 +10319,7 @@ module TencentCloud
|
|
10319
10319
|
# @type IPv6Addresses: Array
|
10320
10320
|
|
10321
10321
|
attr_accessor :Usable, :UnusableReason, :AlreadyInCluster, :InstanceId, :InstanceName, :PrivateIpAddresses, :PublicIpAddresses, :CreatedTime, :CPU, :Memory, :OsName, :InstanceType, :AutoscalingGroupId, :InstanceChargeType, :IPv6Addresses
|
10322
|
-
|
10322
|
+
|
10323
10323
|
def initialize(usable=nil, unusablereason=nil, alreadyincluster=nil, instanceid=nil, instancename=nil, privateipaddresses=nil, publicipaddresses=nil, createdtime=nil, cpu=nil, memory=nil, osname=nil, instancetype=nil, autoscalinggroupid=nil, instancechargetype=nil, ipv6addresses=nil)
|
10324
10324
|
@Usable = usable
|
10325
10325
|
@UnusableReason = unusablereason
|
@@ -10369,7 +10369,7 @@ module TencentCloud
|
|
10369
10369
|
# @type DesiredPodNumbers: Array
|
10370
10370
|
|
10371
10371
|
attr_accessor :NodeRole, :ExistedInstancesPara, :InstanceAdvancedSettingsOverride, :DesiredPodNumbers
|
10372
|
-
|
10372
|
+
|
10373
10373
|
def initialize(noderole=nil, existedinstancespara=nil, instanceadvancedsettingsoverride=nil, desiredpodnumbers=nil)
|
10374
10374
|
@NodeRole = noderole
|
10375
10375
|
@ExistedInstancesPara = existedinstancespara
|
@@ -10407,7 +10407,7 @@ module TencentCloud
|
|
10407
10407
|
# @type HostName: String
|
10408
10408
|
|
10409
10409
|
attr_accessor :InstanceIds, :InstanceAdvancedSettings, :EnhancedService, :LoginSettings, :SecurityGroupIds, :HostName
|
10410
|
-
|
10410
|
+
|
10411
10411
|
def initialize(instanceids=nil, instanceadvancedsettings=nil, enhancedservice=nil, loginsettings=nil, securitygroupids=nil, hostname=nil)
|
10412
10412
|
@InstanceIds = instanceids
|
10413
10413
|
@InstanceAdvancedSettings = instanceadvancedsettings
|
@@ -10444,7 +10444,7 @@ module TencentCloud
|
|
10444
10444
|
# @type AddonParam: String
|
10445
10445
|
|
10446
10446
|
attr_accessor :AddonName, :AddonParam
|
10447
|
-
|
10447
|
+
|
10448
10448
|
def initialize(addonname=nil, addonparam=nil)
|
10449
10449
|
@AddonName = addonname
|
10450
10450
|
@AddonParam = addonparam
|
@@ -10464,7 +10464,7 @@ module TencentCloud
|
|
10464
10464
|
# @type Values: Array
|
10465
10465
|
|
10466
10466
|
attr_accessor :Name, :Values
|
10467
|
-
|
10467
|
+
|
10468
10468
|
def initialize(name=nil, values=nil)
|
10469
10469
|
@Name = name
|
10470
10470
|
@Values = values
|
@@ -10494,7 +10494,7 @@ module TencentCloud
|
|
10494
10494
|
# @type EncodedBody: String
|
10495
10495
|
|
10496
10496
|
attr_accessor :Method, :Path, :Accept, :ContentType, :RequestBody, :ClusterName, :EncodedBody
|
10497
|
-
|
10497
|
+
|
10498
10498
|
def initialize(method=nil, path=nil, accept=nil, contenttype=nil, requestbody=nil, clustername=nil, encodedbody=nil)
|
10499
10499
|
@Method = method
|
10500
10500
|
@Path = path
|
@@ -10524,7 +10524,7 @@ module TencentCloud
|
|
10524
10524
|
# @type RequestId: String
|
10525
10525
|
|
10526
10526
|
attr_accessor :ResponseBody, :RequestId
|
10527
|
-
|
10527
|
+
|
10528
10528
|
def initialize(responsebody=nil, requestid=nil)
|
10529
10529
|
@ResponseBody = responsebody
|
10530
10530
|
@RequestId = requestid
|
@@ -10554,7 +10554,7 @@ module TencentCloud
|
|
10554
10554
|
# @type EncodedBody: String
|
10555
10555
|
|
10556
10556
|
attr_accessor :Method, :Path, :Accept, :ContentType, :RequestBody, :ClusterName, :EncodedBody
|
10557
|
-
|
10557
|
+
|
10558
10558
|
def initialize(method=nil, path=nil, accept=nil, contenttype=nil, requestbody=nil, clustername=nil, encodedbody=nil)
|
10559
10559
|
@Method = method
|
10560
10560
|
@Path = path
|
@@ -10584,7 +10584,7 @@ module TencentCloud
|
|
10584
10584
|
# @type RequestId: String
|
10585
10585
|
|
10586
10586
|
attr_accessor :ResponseBody, :RequestId
|
10587
|
-
|
10587
|
+
|
10588
10588
|
def initialize(responsebody=nil, requestid=nil)
|
10589
10589
|
@ResponseBody = responsebody
|
10590
10590
|
@RequestId = requestid
|
@@ -10614,7 +10614,7 @@ module TencentCloud
|
|
10614
10614
|
# @type CustomDriver: :class:`Tencentcloud::Tke.v20180525.models.CustomDriver`
|
10615
10615
|
|
10616
10616
|
attr_accessor :MIGEnable, :Driver, :CUDA, :CUDNN, :CustomDriver
|
10617
|
-
|
10617
|
+
|
10618
10618
|
def initialize(migenable=nil, driver=nil, cuda=nil, cudnn=nil, customdriver=nil)
|
10619
10619
|
@MIGEnable = migenable
|
10620
10620
|
@Driver = driver
|
@@ -10650,7 +10650,7 @@ module TencentCloud
|
|
10650
10650
|
# @type ClusterLevel: String
|
10651
10651
|
|
10652
10652
|
attr_accessor :ClusterLevel
|
10653
|
-
|
10653
|
+
|
10654
10654
|
def initialize(clusterlevel=nil)
|
10655
10655
|
@ClusterLevel = clusterlevel
|
10656
10656
|
end
|
@@ -10670,7 +10670,7 @@ module TencentCloud
|
|
10670
10670
|
# @type RequestId: String
|
10671
10671
|
|
10672
10672
|
attr_accessor :Cost, :TotalCost, :RequestId
|
10673
|
-
|
10673
|
+
|
10674
10674
|
def initialize(cost=nil, totalcost=nil, requestid=nil)
|
10675
10675
|
@Cost = cost
|
10676
10676
|
@TotalCost = totalcost
|
@@ -10690,7 +10690,7 @@ module TencentCloud
|
|
10690
10690
|
# @type Images: Array
|
10691
10691
|
|
10692
10692
|
attr_accessor :Images
|
10693
|
-
|
10693
|
+
|
10694
10694
|
def initialize(images=nil)
|
10695
10695
|
@Images = images
|
10696
10696
|
end
|
@@ -10711,7 +10711,7 @@ module TencentCloud
|
|
10711
10711
|
# @type RequestId: String
|
10712
10712
|
|
10713
10713
|
attr_accessor :Found, :ImageCache, :RequestId
|
10714
|
-
|
10714
|
+
|
10715
10715
|
def initialize(found=nil, imagecache=nil, requestid=nil)
|
10716
10716
|
@Found = found
|
10717
10717
|
@ImageCache = imagecache
|
@@ -10738,7 +10738,7 @@ module TencentCloud
|
|
10738
10738
|
# @type ClusterType: String
|
10739
10739
|
|
10740
10740
|
attr_accessor :Kind, :Arch, :ClusterType
|
10741
|
-
|
10741
|
+
|
10742
10742
|
def initialize(kind=nil, arch=nil, clustertype=nil)
|
10743
10743
|
@Kind = kind
|
10744
10744
|
@Arch = arch
|
@@ -10761,7 +10761,7 @@ module TencentCloud
|
|
10761
10761
|
# @type RequestId: String
|
10762
10762
|
|
10763
10763
|
attr_accessor :AppCharts, :RequestId
|
10764
|
-
|
10764
|
+
|
10765
10765
|
def initialize(appcharts=nil, requestid=nil)
|
10766
10766
|
@AppCharts = appcharts
|
10767
10767
|
@RequestId = requestid
|
@@ -10790,7 +10790,7 @@ module TencentCloud
|
|
10790
10790
|
# @type Offset: Integer
|
10791
10791
|
|
10792
10792
|
attr_accessor :ClusterId, :Limit, :Offset
|
10793
|
-
|
10793
|
+
|
10794
10794
|
def initialize(clusterid=nil, limit=nil, offset=nil)
|
10795
10795
|
@ClusterId = clusterid
|
10796
10796
|
@Limit = limit
|
@@ -10826,7 +10826,7 @@ module TencentCloud
|
|
10826
10826
|
# @type RequestId: String
|
10827
10827
|
|
10828
10828
|
attr_accessor :Total, :Done, :LifeState, :Instances, :ClusterStatus, :RequestId
|
10829
|
-
|
10829
|
+
|
10830
10830
|
def initialize(total=nil, done=nil, lifestate=nil, instances=nil, clusterstatus=nil, requestid=nil)
|
10831
10831
|
@Total = total
|
10832
10832
|
@Done = done
|
@@ -10869,7 +10869,7 @@ module TencentCloud
|
|
10869
10869
|
# @type Scheme: String
|
10870
10870
|
|
10871
10871
|
attr_accessor :Path, :Port, :Scheme
|
10872
|
-
|
10872
|
+
|
10873
10873
|
def initialize(path=nil, port=nil, scheme=nil)
|
10874
10874
|
@Path = path
|
10875
10875
|
@Port = port
|
@@ -10893,7 +10893,7 @@ module TencentCloud
|
|
10893
10893
|
# @type Port: Integer
|
10894
10894
|
|
10895
10895
|
attr_accessor :Type, :Ip, :Port
|
10896
|
-
|
10896
|
+
|
10897
10897
|
def initialize(type=nil, ip=nil, port=nil)
|
10898
10898
|
@Type = type
|
10899
10899
|
@Ip = ip
|
@@ -10937,7 +10937,7 @@ module TencentCloud
|
|
10937
10937
|
# @type Status: String
|
10938
10938
|
|
10939
10939
|
attr_accessor :ImageCacheId, :ImageCacheName, :ImageCacheSize, :Images, :CreationTime, :ExpireDateTime, :Events, :LastMatchedTime, :SnapshotId, :Status
|
10940
|
-
|
10940
|
+
|
10941
10941
|
def initialize(imagecacheid=nil, imagecachename=nil, imagecachesize=nil, images=nil, creationtime=nil, expiredatetime=nil, events=nil, lastmatchedtime=nil, snapshotid=nil, status=nil)
|
10942
10942
|
@ImageCacheId = imagecacheid
|
10943
10943
|
@ImageCacheName = imagecachename
|
@@ -10988,7 +10988,7 @@ module TencentCloud
|
|
10988
10988
|
# @type LastTimestamp: String
|
10989
10989
|
|
10990
10990
|
attr_accessor :ImageCacheId, :Type, :Reason, :Message, :FirstTimestamp, :LastTimestamp
|
10991
|
-
|
10991
|
+
|
10992
10992
|
def initialize(imagecacheid=nil, type=nil, reason=nil, message=nil, firsttimestamp=nil, lasttimestamp=nil)
|
10993
10993
|
@ImageCacheId = imagecacheid
|
10994
10994
|
@Type = type
|
@@ -11024,7 +11024,7 @@ module TencentCloud
|
|
11024
11024
|
# @type OsCustomizeType: String
|
11025
11025
|
|
11026
11026
|
attr_accessor :Alias, :OsName, :ImageId, :OsCustomizeType
|
11027
|
-
|
11027
|
+
|
11028
11028
|
def initialize(_alias=nil, osname=nil, imageid=nil, oscustomizetype=nil)
|
11029
11029
|
@Alias = _alias
|
11030
11030
|
@OsName = osname
|
@@ -11052,7 +11052,7 @@ module TencentCloud
|
|
11052
11052
|
# @type Name: String
|
11053
11053
|
|
11054
11054
|
attr_accessor :Server, :Username, :Password, :Name
|
11055
|
-
|
11055
|
+
|
11056
11056
|
def initialize(server=nil, username=nil, password=nil, name=nil)
|
11057
11057
|
@Server = server
|
11058
11058
|
@Username = username
|
@@ -11074,7 +11074,7 @@ module TencentCloud
|
|
11074
11074
|
# @type ClusterId: String
|
11075
11075
|
|
11076
11076
|
attr_accessor :ClusterId
|
11077
|
-
|
11077
|
+
|
11078
11078
|
def initialize(clusterid=nil)
|
11079
11079
|
@ClusterId = clusterid
|
11080
11080
|
end
|
@@ -11090,7 +11090,7 @@ module TencentCloud
|
|
11090
11090
|
# @type RequestId: String
|
11091
11091
|
|
11092
11092
|
attr_accessor :RequestId
|
11093
|
-
|
11093
|
+
|
11094
11094
|
def initialize(requestid=nil)
|
11095
11095
|
@RequestId = requestid
|
11096
11096
|
end
|
@@ -11108,7 +11108,7 @@ module TencentCloud
|
|
11108
11108
|
# @type KubeletRootDir: String
|
11109
11109
|
|
11110
11110
|
attr_accessor :ClusterId, :KubeletRootDir
|
11111
|
-
|
11111
|
+
|
11112
11112
|
def initialize(clusterid=nil, kubeletrootdir=nil)
|
11113
11113
|
@ClusterId = clusterid
|
11114
11114
|
@KubeletRootDir = kubeletrootdir
|
@@ -11126,7 +11126,7 @@ module TencentCloud
|
|
11126
11126
|
# @type RequestId: String
|
11127
11127
|
|
11128
11128
|
attr_accessor :RequestId
|
11129
|
-
|
11129
|
+
|
11130
11130
|
def initialize(requestid=nil)
|
11131
11131
|
@RequestId = requestid
|
11132
11132
|
end
|
@@ -11165,7 +11165,7 @@ module TencentCloud
|
|
11165
11165
|
# @type AutoscalingGroupId: String
|
11166
11166
|
|
11167
11167
|
attr_accessor :InstanceId, :InstanceRole, :FailedReason, :InstanceState, :DrainStatus, :InstanceAdvancedSettings, :CreatedTime, :LanIP, :NodePoolId, :AutoscalingGroupId
|
11168
|
-
|
11168
|
+
|
11169
11169
|
def initialize(instanceid=nil, instancerole=nil, failedreason=nil, instancestate=nil, drainstatus=nil, instanceadvancedsettings=nil, createdtime=nil, lanip=nil, nodepoolid=nil, autoscalinggroupid=nil)
|
11170
11170
|
@InstanceId = instanceid
|
11171
11171
|
@InstanceRole = instancerole
|
@@ -11233,7 +11233,7 @@ module TencentCloud
|
|
11233
11233
|
# @type ExtraArgs: :class:`Tencentcloud::Tke.v20180525.models.InstanceExtraArgs`
|
11234
11234
|
|
11235
11235
|
attr_accessor :DesiredPodNumber, :GPUArgs, :PreStartUserScript, :Taints, :MountTarget, :DockerGraphPath, :UserScript, :Unschedulable, :Labels, :DataDisks, :ExtraArgs
|
11236
|
-
|
11236
|
+
|
11237
11237
|
def initialize(desiredpodnumber=nil, gpuargs=nil, prestartuserscript=nil, taints=nil, mounttarget=nil, dockergraphpath=nil, userscript=nil, unschedulable=nil, labels=nil, datadisks=nil, extraargs=nil)
|
11238
11238
|
@DesiredPodNumber = desiredpodnumber
|
11239
11239
|
@GPUArgs = gpuargs
|
@@ -11300,7 +11300,7 @@ module TencentCloud
|
|
11300
11300
|
# @type Zone: String
|
11301
11301
|
|
11302
11302
|
attr_accessor :InstanceType, :DataDisks, :Zone
|
11303
|
-
|
11303
|
+
|
11304
11304
|
def initialize(instancetype=nil, datadisks=nil, zone=nil)
|
11305
11305
|
@InstanceType = instancetype
|
11306
11306
|
@DataDisks = datadisks
|
@@ -11328,7 +11328,7 @@ module TencentCloud
|
|
11328
11328
|
# @type Kubelet: Array
|
11329
11329
|
|
11330
11330
|
attr_accessor :Kubelet
|
11331
|
-
|
11331
|
+
|
11332
11332
|
def initialize(kubelet=nil)
|
11333
11333
|
@Kubelet = kubelet
|
11334
11334
|
end
|
@@ -11346,7 +11346,7 @@ module TencentCloud
|
|
11346
11346
|
# @type NotReadyPod: Integer
|
11347
11347
|
|
11348
11348
|
attr_accessor :PodTotal, :NotReadyPod
|
11349
|
-
|
11349
|
+
|
11350
11350
|
def initialize(podtotal=nil, notreadypod=nil)
|
11351
11351
|
@PodTotal = podtotal
|
11352
11352
|
@NotReadyPod = notreadypod
|
@@ -11368,7 +11368,7 @@ module TencentCloud
|
|
11368
11368
|
# @type SinglePods: Array
|
11369
11369
|
|
11370
11370
|
attr_accessor :CheckPass, :Items, :SinglePods
|
11371
|
-
|
11371
|
+
|
11372
11372
|
def initialize(checkpass=nil, items=nil, singlepods=nil)
|
11373
11373
|
@CheckPass = checkpass
|
11374
11374
|
@Items = items
|
@@ -11405,7 +11405,7 @@ module TencentCloud
|
|
11405
11405
|
# @type Pods: Array
|
11406
11406
|
|
11407
11407
|
attr_accessor :Namespace, :WorkLoadKind, :WorkLoadName, :Before, :After, :Pods
|
11408
|
-
|
11408
|
+
|
11409
11409
|
def initialize(namespace=nil, workloadkind=nil, workloadname=nil, before=nil, after=nil, pods=nil)
|
11410
11410
|
@Namespace = namespace
|
11411
11411
|
@WorkLoadKind = workloadkind
|
@@ -11450,7 +11450,7 @@ module TencentCloud
|
|
11450
11450
|
# @type Detail: Array
|
11451
11451
|
|
11452
11452
|
attr_accessor :InstanceID, :LifeState, :StartAt, :EndAt, :CheckResult, :Detail
|
11453
|
-
|
11453
|
+
|
11454
11454
|
def initialize(instanceid=nil, lifestate=nil, startat=nil, endat=nil, checkresult=nil, detail=nil)
|
11455
11455
|
@InstanceID = instanceid
|
11456
11456
|
@LifeState = lifestate
|
@@ -11492,7 +11492,7 @@ module TencentCloud
|
|
11492
11492
|
# @type CatalogueName: String
|
11493
11493
|
|
11494
11494
|
attr_accessor :CatalogueLevel, :CatalogueName
|
11495
|
-
|
11495
|
+
|
11496
11496
|
def initialize(cataloguelevel=nil, cataloguename=nil)
|
11497
11497
|
@CatalogueLevel = cataloguelevel
|
11498
11498
|
@CatalogueName = cataloguename
|
@@ -11532,7 +11532,7 @@ module TencentCloud
|
|
11532
11532
|
# @type Statistics: Array
|
11533
11533
|
|
11534
11534
|
attr_accessor :StartTime, :EndTime, :Catalogues, :Type, :Name, :Desc, :Results, :Statistics
|
11535
|
-
|
11535
|
+
|
11536
11536
|
def initialize(starttime=nil, endtime=nil, catalogues=nil, type=nil, name=nil, desc=nil, results=nil, statistics=nil)
|
11537
11537
|
@StartTime = starttime
|
11538
11538
|
@EndTime = endtime
|
@@ -11587,7 +11587,7 @@ module TencentCloud
|
|
11587
11587
|
# @type Statistics: Array
|
11588
11588
|
|
11589
11589
|
attr_accessor :Catalogues, :Statistics
|
11590
|
-
|
11590
|
+
|
11591
11591
|
def initialize(catalogues=nil, statistics=nil)
|
11592
11592
|
@Catalogues = catalogues
|
11593
11593
|
@Statistics = statistics
|
@@ -11626,7 +11626,7 @@ module TencentCloud
|
|
11626
11626
|
# @type Diagnostics: Array
|
11627
11627
|
|
11628
11628
|
attr_accessor :ClusterId, :Statistics, :Diagnostics
|
11629
|
-
|
11629
|
+
|
11630
11630
|
def initialize(clusterid=nil, statistics=nil, diagnostics=nil)
|
11631
11631
|
@ClusterId = clusterid
|
11632
11632
|
@Statistics = statistics
|
@@ -11676,7 +11676,7 @@ module TencentCloud
|
|
11676
11676
|
# @type Error: String
|
11677
11677
|
|
11678
11678
|
attr_accessor :ClusterId, :StartTime, :EndTime, :Statistics, :Diagnostics, :Error
|
11679
|
-
|
11679
|
+
|
11680
11680
|
def initialize(clusterid=nil, starttime=nil, endtime=nil, statistics=nil, diagnostics=nil, error=nil)
|
11681
11681
|
@ClusterId = clusterid
|
11682
11682
|
@StartTime = starttime
|
@@ -11720,7 +11720,7 @@ module TencentCloud
|
|
11720
11720
|
# @type Statistics: Array
|
11721
11721
|
|
11722
11722
|
attr_accessor :Name, :Statistics
|
11723
|
-
|
11723
|
+
|
11724
11724
|
def initialize(name=nil, statistics=nil)
|
11725
11725
|
@Name = name
|
11726
11726
|
@Statistics = statistics
|
@@ -11749,7 +11749,7 @@ module TencentCloud
|
|
11749
11749
|
# @type PropertyValue: String
|
11750
11750
|
|
11751
11751
|
attr_accessor :PropertyName, :PropertyValue
|
11752
|
-
|
11752
|
+
|
11753
11753
|
def initialize(propertyname=nil, propertyvalue=nil)
|
11754
11754
|
@PropertyName = propertyname
|
11755
11755
|
@PropertyValue = propertyvalue
|
@@ -11789,7 +11789,7 @@ module TencentCloud
|
|
11789
11789
|
# @type ProposalDocName: String
|
11790
11790
|
|
11791
11791
|
attr_accessor :Level, :ObjName, :ObjInfo, :Title, :Desc, :Proposal, :ProposalDocUrl, :ProposalDocName
|
11792
|
-
|
11792
|
+
|
11793
11793
|
def initialize(level=nil, objname=nil, objinfo=nil, title=nil, desc=nil, proposal=nil, proposaldocurl=nil, proposaldocname=nil)
|
11794
11794
|
@Level = level
|
11795
11795
|
@ObjName = objname
|
@@ -11830,7 +11830,7 @@ module TencentCloud
|
|
11830
11830
|
# @type Count: Integer
|
11831
11831
|
|
11832
11832
|
attr_accessor :HealthyLevel, :Count
|
11833
|
-
|
11833
|
+
|
11834
11834
|
def initialize(healthylevel=nil, count=nil)
|
11835
11835
|
@HealthyLevel = healthylevel
|
11836
11836
|
@Count = count
|
@@ -11850,7 +11850,7 @@ module TencentCloud
|
|
11850
11850
|
# @type Value: String
|
11851
11851
|
|
11852
11852
|
attr_accessor :Name, :Value
|
11853
|
-
|
11853
|
+
|
11854
11854
|
def initialize(name=nil, value=nil)
|
11855
11855
|
@Name = name
|
11856
11856
|
@Value = value
|
@@ -11872,7 +11872,7 @@ module TencentCloud
|
|
11872
11872
|
# @type EndTime: String
|
11873
11873
|
|
11874
11874
|
attr_accessor :ClusterId, :StartTime, :EndTime
|
11875
|
-
|
11875
|
+
|
11876
11876
|
def initialize(clusterid=nil, starttime=nil, endtime=nil)
|
11877
11877
|
@ClusterId = clusterid
|
11878
11878
|
@StartTime = starttime
|
@@ -11895,7 +11895,7 @@ module TencentCloud
|
|
11895
11895
|
# @type RequestId: String
|
11896
11896
|
|
11897
11897
|
attr_accessor :InspectionResultsItems, :RequestId
|
11898
|
-
|
11898
|
+
|
11899
11899
|
def initialize(inspectionresultsitems=nil, requestid=nil)
|
11900
11900
|
@InspectionResultsItems = inspectionresultsitems
|
11901
11901
|
@RequestId = requestid
|
@@ -11924,7 +11924,7 @@ module TencentCloud
|
|
11924
11924
|
# @type Name: String
|
11925
11925
|
|
11926
11926
|
attr_accessor :ClusterIds, :Hide, :Name
|
11927
|
-
|
11927
|
+
|
11928
11928
|
def initialize(clusterids=nil, hide=nil, name=nil)
|
11929
11929
|
@ClusterIds = clusterids
|
11930
11930
|
@Hide = hide
|
@@ -11947,7 +11947,7 @@ module TencentCloud
|
|
11947
11947
|
# @type RequestId: String
|
11948
11948
|
|
11949
11949
|
attr_accessor :InspectionResults, :RequestId
|
11950
|
-
|
11950
|
+
|
11951
11951
|
def initialize(inspectionresults=nil, requestid=nil)
|
11952
11952
|
@InspectionResults = inspectionresults
|
11953
11953
|
@RequestId = requestid
|
@@ -11982,7 +11982,7 @@ module TencentCloud
|
|
11982
11982
|
# @type TcpSocket: :class:`Tencentcloud::Tke.v20180525.models.TcpSocket`
|
11983
11983
|
|
11984
11984
|
attr_accessor :Probe, :HttpGet, :Exec, :TcpSocket
|
11985
|
-
|
11985
|
+
|
11986
11986
|
def initialize(probe=nil, httpget=nil, exec=nil, tcpsocket=nil)
|
11987
11987
|
@Probe = probe
|
11988
11988
|
@HttpGet = httpget
|
@@ -12023,7 +12023,7 @@ module TencentCloud
|
|
12023
12023
|
# @type KeepImageLogin: String
|
12024
12024
|
|
12025
12025
|
attr_accessor :Password, :KeyIds, :KeepImageLogin
|
12026
|
-
|
12026
|
+
|
12027
12027
|
def initialize(password=nil, keyids=nil, keepimagelogin=nil)
|
12028
12028
|
@Password = password
|
12029
12029
|
@KeyIds = keyids
|
@@ -12049,7 +12049,7 @@ module TencentCloud
|
|
12049
12049
|
# @type Total: Integer
|
12050
12050
|
|
12051
12051
|
attr_accessor :Joining, :Initializing, :Normal, :Total
|
12052
|
-
|
12052
|
+
|
12053
12053
|
def initialize(joining=nil, initializing=nil, normal=nil, total=nil)
|
12054
12054
|
@Joining = joining
|
12055
12055
|
@Initializing = initializing
|
@@ -12073,7 +12073,7 @@ module TencentCloud
|
|
12073
12073
|
# @type ClusterAsGroupAttribute: :class:`Tencentcloud::Tke.v20180525.models.ClusterAsGroupAttribute`
|
12074
12074
|
|
12075
12075
|
attr_accessor :ClusterId, :ClusterAsGroupAttribute
|
12076
|
-
|
12076
|
+
|
12077
12077
|
def initialize(clusterid=nil, clusterasgroupattribute=nil)
|
12078
12078
|
@ClusterId = clusterid
|
12079
12079
|
@ClusterAsGroupAttribute = clusterasgroupattribute
|
@@ -12094,7 +12094,7 @@ module TencentCloud
|
|
12094
12094
|
# @type RequestId: String
|
12095
12095
|
|
12096
12096
|
attr_accessor :RequestId
|
12097
|
-
|
12097
|
+
|
12098
12098
|
def initialize(requestid=nil)
|
12099
12099
|
@RequestId = requestid
|
12100
12100
|
end
|
@@ -12112,7 +12112,7 @@ module TencentCloud
|
|
12112
12112
|
# @type ClusterAsGroupOption: :class:`Tencentcloud::Tke.v20180525.models.ClusterAsGroupOption`
|
12113
12113
|
|
12114
12114
|
attr_accessor :ClusterId, :ClusterAsGroupOption
|
12115
|
-
|
12115
|
+
|
12116
12116
|
def initialize(clusterid=nil, clusterasgroupoption=nil)
|
12117
12117
|
@ClusterId = clusterid
|
12118
12118
|
@ClusterAsGroupOption = clusterasgroupoption
|
@@ -12133,7 +12133,7 @@ module TencentCloud
|
|
12133
12133
|
# @type RequestId: String
|
12134
12134
|
|
12135
12135
|
attr_accessor :RequestId
|
12136
|
-
|
12136
|
+
|
12137
12137
|
def initialize(requestid=nil)
|
12138
12138
|
@RequestId = requestid
|
12139
12139
|
end
|
@@ -12161,7 +12161,7 @@ module TencentCloud
|
|
12161
12161
|
# @type QGPUShareEnable: Boolean
|
12162
12162
|
|
12163
12163
|
attr_accessor :ClusterId, :ProjectId, :ClusterName, :ClusterDesc, :ClusterLevel, :AutoUpgradeClusterLevel, :QGPUShareEnable
|
12164
|
-
|
12164
|
+
|
12165
12165
|
def initialize(clusterid=nil, projectid=nil, clustername=nil, clusterdesc=nil, clusterlevel=nil, autoupgradeclusterlevel=nil, qgpushareenable=nil)
|
12166
12166
|
@ClusterId = clusterid
|
12167
12167
|
@ProjectId = projectid
|
@@ -12210,7 +12210,7 @@ module TencentCloud
|
|
12210
12210
|
# @type RequestId: String
|
12211
12211
|
|
12212
12212
|
attr_accessor :ProjectId, :ClusterName, :ClusterDesc, :ClusterLevel, :AutoUpgradeClusterLevel, :QGPUShareEnable, :RequestId
|
12213
|
-
|
12213
|
+
|
12214
12214
|
def initialize(projectid=nil, clustername=nil, clusterdesc=nil, clusterlevel=nil, autoupgradeclusterlevel=nil, qgpushareenable=nil, requestid=nil)
|
12215
12215
|
@ProjectId = projectid
|
12216
12216
|
@ClusterName = clustername
|
@@ -12245,7 +12245,7 @@ module TencentCloud
|
|
12245
12245
|
# @type OIDCConfig: :class:`Tencentcloud::Tke.v20180525.models.OIDCConfigAuthenticationOptions`
|
12246
12246
|
|
12247
12247
|
attr_accessor :ClusterId, :ServiceAccounts, :OIDCConfig
|
12248
|
-
|
12248
|
+
|
12249
12249
|
def initialize(clusterid=nil, serviceaccounts=nil, oidcconfig=nil)
|
12250
12250
|
@ClusterId = clusterid
|
12251
12251
|
@ServiceAccounts = serviceaccounts
|
@@ -12271,7 +12271,7 @@ module TencentCloud
|
|
12271
12271
|
# @type RequestId: String
|
12272
12272
|
|
12273
12273
|
attr_accessor :RequestId
|
12274
|
-
|
12274
|
+
|
12275
12275
|
def initialize(requestid=nil)
|
12276
12276
|
@RequestId = requestid
|
12277
12277
|
end
|
@@ -12291,7 +12291,7 @@ module TencentCloud
|
|
12291
12291
|
# @type SecurityGroup: String
|
12292
12292
|
|
12293
12293
|
attr_accessor :ClusterId, :SecurityPolicies, :SecurityGroup
|
12294
|
-
|
12294
|
+
|
12295
12295
|
def initialize(clusterid=nil, securitypolicies=nil, securitygroup=nil)
|
12296
12296
|
@ClusterId = clusterid
|
12297
12297
|
@SecurityPolicies = securitypolicies
|
@@ -12311,7 +12311,7 @@ module TencentCloud
|
|
12311
12311
|
# @type RequestId: String
|
12312
12312
|
|
12313
12313
|
attr_accessor :RequestId
|
12314
|
-
|
12314
|
+
|
12315
12315
|
def initialize(requestid=nil)
|
12316
12316
|
@RequestId = requestid
|
12317
12317
|
end
|
@@ -12361,7 +12361,7 @@ module TencentCloud
|
|
12361
12361
|
# @type DockerGraphPath: String
|
12362
12362
|
|
12363
12363
|
attr_accessor :ClusterId, :NodePoolId, :Name, :MaxNodesNum, :MinNodesNum, :Labels, :Taints, :EnableAutoscale, :OsName, :OsCustomizeType, :GPUArgs, :UserScript, :IgnoreExistedNode, :ExtraArgs, :Tags, :Unschedulable, :DeletionProtection, :DockerGraphPath
|
12364
|
-
|
12364
|
+
|
12365
12365
|
def initialize(clusterid=nil, nodepoolid=nil, name=nil, maxnodesnum=nil, minnodesnum=nil, labels=nil, taints=nil, enableautoscale=nil, osname=nil, oscustomizetype=nil, gpuargs=nil, userscript=nil, ignoreexistednode=nil, extraargs=nil, tags=nil, unschedulable=nil, deletionprotection=nil, dockergraphpath=nil)
|
12366
12366
|
@ClusterId = clusterid
|
12367
12367
|
@NodePoolId = nodepoolid
|
@@ -12438,7 +12438,7 @@ module TencentCloud
|
|
12438
12438
|
# @type RequestId: String
|
12439
12439
|
|
12440
12440
|
attr_accessor :RequestId
|
12441
|
-
|
12441
|
+
|
12442
12442
|
def initialize(requestid=nil)
|
12443
12443
|
@RequestId = requestid
|
12444
12444
|
end
|
@@ -12464,7 +12464,7 @@ module TencentCloud
|
|
12464
12464
|
# @type DeletionProtection: Boolean
|
12465
12465
|
|
12466
12466
|
attr_accessor :ClusterId, :NodePoolId, :Name, :Labels, :Taints, :DeletionProtection
|
12467
|
-
|
12467
|
+
|
12468
12468
|
def initialize(clusterid=nil, nodepoolid=nil, name=nil, labels=nil, taints=nil, deletionprotection=nil)
|
12469
12469
|
@ClusterId = clusterid
|
12470
12470
|
@NodePoolId = nodepoolid
|
@@ -12504,7 +12504,7 @@ module TencentCloud
|
|
12504
12504
|
# @type RequestId: String
|
12505
12505
|
|
12506
12506
|
attr_accessor :RequestId
|
12507
|
-
|
12507
|
+
|
12508
12508
|
def initialize(requestid=nil)
|
12509
12509
|
@RequestId = requestid
|
12510
12510
|
end
|
@@ -12524,7 +12524,7 @@ module TencentCloud
|
|
12524
12524
|
# @type DesiredCapacity: Integer
|
12525
12525
|
|
12526
12526
|
attr_accessor :ClusterId, :NodePoolId, :DesiredCapacity
|
12527
|
-
|
12527
|
+
|
12528
12528
|
def initialize(clusterid=nil, nodepoolid=nil, desiredcapacity=nil)
|
12529
12529
|
@ClusterId = clusterid
|
12530
12530
|
@NodePoolId = nodepoolid
|
@@ -12544,7 +12544,7 @@ module TencentCloud
|
|
12544
12544
|
# @type RequestId: String
|
12545
12545
|
|
12546
12546
|
attr_accessor :RequestId
|
12547
|
-
|
12547
|
+
|
12548
12548
|
def initialize(requestid=nil)
|
12549
12549
|
@RequestId = requestid
|
12550
12550
|
end
|
@@ -12564,7 +12564,7 @@ module TencentCloud
|
|
12564
12564
|
# @type InstanceTypes: Array
|
12565
12565
|
|
12566
12566
|
attr_accessor :ClusterId, :NodePoolId, :InstanceTypes
|
12567
|
-
|
12567
|
+
|
12568
12568
|
def initialize(clusterid=nil, nodepoolid=nil, instancetypes=nil)
|
12569
12569
|
@ClusterId = clusterid
|
12570
12570
|
@NodePoolId = nodepoolid
|
@@ -12584,7 +12584,7 @@ module TencentCloud
|
|
12584
12584
|
# @type RequestId: String
|
12585
12585
|
|
12586
12586
|
attr_accessor :RequestId
|
12587
|
-
|
12587
|
+
|
12588
12588
|
def initialize(requestid=nil)
|
12589
12589
|
@RequestId = requestid
|
12590
12590
|
end
|
@@ -12604,7 +12604,7 @@ module TencentCloud
|
|
12604
12604
|
# @type ExternalLabels: Array
|
12605
12605
|
|
12606
12606
|
attr_accessor :InstanceId, :ClusterId, :ExternalLabels
|
12607
|
-
|
12607
|
+
|
12608
12608
|
def initialize(instanceid=nil, clusterid=nil, externallabels=nil)
|
12609
12609
|
@InstanceId = instanceid
|
12610
12610
|
@ClusterId = clusterid
|
@@ -12631,7 +12631,7 @@ module TencentCloud
|
|
12631
12631
|
# @type RequestId: String
|
12632
12632
|
|
12633
12633
|
attr_accessor :RequestId
|
12634
|
-
|
12634
|
+
|
12635
12635
|
def initialize(requestid=nil)
|
12636
12636
|
@RequestId = requestid
|
12637
12637
|
end
|
@@ -12649,7 +12649,7 @@ module TencentCloud
|
|
12649
12649
|
# @type AlertRule: :class:`Tencentcloud::Tke.v20180525.models.PrometheusAlertPolicyItem`
|
12650
12650
|
|
12651
12651
|
attr_accessor :InstanceId, :AlertRule
|
12652
|
-
|
12652
|
+
|
12653
12653
|
def initialize(instanceid=nil, alertrule=nil)
|
12654
12654
|
@InstanceId = instanceid
|
12655
12655
|
@AlertRule = alertrule
|
@@ -12670,7 +12670,7 @@ module TencentCloud
|
|
12670
12670
|
# @type RequestId: String
|
12671
12671
|
|
12672
12672
|
attr_accessor :RequestId
|
12673
|
-
|
12673
|
+
|
12674
12674
|
def initialize(requestid=nil)
|
12675
12675
|
@RequestId = requestid
|
12676
12676
|
end
|
@@ -12688,7 +12688,7 @@ module TencentCloud
|
|
12688
12688
|
# @type AlertRule: :class:`Tencentcloud::Tke.v20180525.models.PrometheusAlertRuleDetail`
|
12689
12689
|
|
12690
12690
|
attr_accessor :InstanceId, :AlertRule
|
12691
|
-
|
12691
|
+
|
12692
12692
|
def initialize(instanceid=nil, alertrule=nil)
|
12693
12693
|
@InstanceId = instanceid
|
12694
12694
|
@AlertRule = alertrule
|
@@ -12709,7 +12709,7 @@ module TencentCloud
|
|
12709
12709
|
# @type RequestId: String
|
12710
12710
|
|
12711
12711
|
attr_accessor :RequestId
|
12712
|
-
|
12712
|
+
|
12713
12713
|
def initialize(requestid=nil)
|
12714
12714
|
@RequestId = requestid
|
12715
12715
|
end
|
@@ -12735,7 +12735,7 @@ module TencentCloud
|
|
12735
12735
|
# @type RawJobs: Array
|
12736
12736
|
|
12737
12737
|
attr_accessor :InstanceId, :ClusterType, :ClusterId, :ServiceMonitors, :PodMonitors, :RawJobs
|
12738
|
-
|
12738
|
+
|
12739
12739
|
def initialize(instanceid=nil, clustertype=nil, clusterid=nil, servicemonitors=nil, podmonitors=nil, rawjobs=nil)
|
12740
12740
|
@InstanceId = instanceid
|
12741
12741
|
@ClusterType = clustertype
|
@@ -12782,7 +12782,7 @@ module TencentCloud
|
|
12782
12782
|
# @type RequestId: String
|
12783
12783
|
|
12784
12784
|
attr_accessor :RequestId
|
12785
|
-
|
12785
|
+
|
12786
12786
|
def initialize(requestid=nil)
|
12787
12787
|
@RequestId = requestid
|
12788
12788
|
end
|
@@ -12800,7 +12800,7 @@ module TencentCloud
|
|
12800
12800
|
# @type Notification: :class:`Tencentcloud::Tke.v20180525.models.PrometheusNotificationItem`
|
12801
12801
|
|
12802
12802
|
attr_accessor :InstanceId, :Notification
|
12803
|
-
|
12803
|
+
|
12804
12804
|
def initialize(instanceid=nil, notification=nil)
|
12805
12805
|
@InstanceId = instanceid
|
12806
12806
|
@Notification = notification
|
@@ -12821,7 +12821,7 @@ module TencentCloud
|
|
12821
12821
|
# @type RequestId: String
|
12822
12822
|
|
12823
12823
|
attr_accessor :RequestId
|
12824
|
-
|
12824
|
+
|
12825
12825
|
def initialize(requestid=nil)
|
12826
12826
|
@RequestId = requestid
|
12827
12827
|
end
|
@@ -12841,7 +12841,7 @@ module TencentCloud
|
|
12841
12841
|
# @type Content: String
|
12842
12842
|
|
12843
12843
|
attr_accessor :InstanceId, :Name, :Content
|
12844
|
-
|
12844
|
+
|
12845
12845
|
def initialize(instanceid=nil, name=nil, content=nil)
|
12846
12846
|
@InstanceId = instanceid
|
12847
12847
|
@Name = name
|
@@ -12861,7 +12861,7 @@ module TencentCloud
|
|
12861
12861
|
# @type RequestId: String
|
12862
12862
|
|
12863
12863
|
attr_accessor :RequestId
|
12864
|
-
|
12864
|
+
|
12865
12865
|
def initialize(requestid=nil)
|
12866
12866
|
@RequestId = requestid
|
12867
12867
|
end
|
@@ -12879,7 +12879,7 @@ module TencentCloud
|
|
12879
12879
|
# @type Template: :class:`Tencentcloud::Tke.v20180525.models.PrometheusTempModify`
|
12880
12880
|
|
12881
12881
|
attr_accessor :TemplateId, :Template
|
12882
|
-
|
12882
|
+
|
12883
12883
|
def initialize(templateid=nil, template=nil)
|
12884
12884
|
@TemplateId = templateid
|
12885
12885
|
@Template = template
|
@@ -12900,7 +12900,7 @@ module TencentCloud
|
|
12900
12900
|
# @type RequestId: String
|
12901
12901
|
|
12902
12902
|
attr_accessor :RequestId
|
12903
|
-
|
12903
|
+
|
12904
12904
|
def initialize(requestid=nil)
|
12905
12905
|
@RequestId = requestid
|
12906
12906
|
end
|
@@ -12918,7 +12918,7 @@ module TencentCloud
|
|
12918
12918
|
# @type Template: :class:`Tencentcloud::Tke.v20180525.models.PrometheusTemplateModify`
|
12919
12919
|
|
12920
12920
|
attr_accessor :TemplateId, :Template
|
12921
|
-
|
12921
|
+
|
12922
12922
|
def initialize(templateid=nil, template=nil)
|
12923
12923
|
@TemplateId = templateid
|
12924
12924
|
@Template = template
|
@@ -12939,7 +12939,7 @@ module TencentCloud
|
|
12939
12939
|
# @type RequestId: String
|
12940
12940
|
|
12941
12941
|
attr_accessor :RequestId
|
12942
|
-
|
12942
|
+
|
12943
12943
|
def initialize(requestid=nil)
|
12944
12944
|
@RequestId = requestid
|
12945
12945
|
end
|
@@ -12961,7 +12961,7 @@ module TencentCloud
|
|
12961
12961
|
# @type ReadOnly: Boolean
|
12962
12962
|
|
12963
12963
|
attr_accessor :Name, :Server, :Path, :ReadOnly
|
12964
|
-
|
12964
|
+
|
12965
12965
|
def initialize(name=nil, server=nil, path=nil, readonly=nil)
|
12966
12966
|
@Name = name
|
12967
12967
|
@Server = server
|
@@ -12987,7 +12987,7 @@ module TencentCloud
|
|
12987
12987
|
# @type AutoscalingAdded: :class:`Tencentcloud::Tke.v20180525.models.AutoscalingAdded`
|
12988
12988
|
|
12989
12989
|
attr_accessor :ManuallyAdded, :AutoscalingAdded
|
12990
|
-
|
12990
|
+
|
12991
12991
|
def initialize(manuallyadded=nil, autoscalingadded=nil)
|
12992
12992
|
@ManuallyAdded = manuallyadded
|
12993
12993
|
@AutoscalingAdded = autoscalingadded
|
@@ -13060,7 +13060,7 @@ module TencentCloud
|
|
13060
13060
|
# @type DeletionProtection: Boolean
|
13061
13061
|
|
13062
13062
|
attr_accessor :NodePoolId, :Name, :ClusterInstanceId, :LifeState, :LaunchConfigurationId, :AutoscalingGroupId, :Labels, :Taints, :NodeCountSummary, :AutoscalingGroupStatus, :MaxNodesNum, :MinNodesNum, :DesiredNodesNum, :NodePoolOs, :OsCustomizeType, :ImageId, :DesiredPodNum, :UserScript, :Tags, :DeletionProtection
|
13063
|
-
|
13063
|
+
|
13064
13064
|
def initialize(nodepoolid=nil, name=nil, clusterinstanceid=nil, lifestate=nil, launchconfigurationid=nil, autoscalinggroupid=nil, labels=nil, taints=nil, nodecountsummary=nil, autoscalinggroupstatus=nil, maxnodesnum=nil, minnodesnum=nil, desirednodesnum=nil, nodepoolos=nil, oscustomizetype=nil, imageid=nil, desiredpodnum=nil, userscript=nil, tags=nil, deletionprotection=nil)
|
13065
13065
|
@NodePoolId = nodepoolid
|
13066
13066
|
@Name = name
|
@@ -13142,7 +13142,7 @@ module TencentCloud
|
|
13142
13142
|
# @type InheritConfigurationFromNodePool: Boolean
|
13143
13143
|
|
13144
13144
|
attr_accessor :AddToNodePool, :NodePoolId, :InheritConfigurationFromNodePool
|
13145
|
-
|
13145
|
+
|
13146
13146
|
def initialize(addtonodepool=nil, nodepoolid=nil, inheritconfigurationfromnodepool=nil)
|
13147
13147
|
@AddToNodePool = addtonodepool
|
13148
13148
|
@NodePoolId = nodepoolid
|
@@ -13169,7 +13169,7 @@ module TencentCloud
|
|
13169
13169
|
# @type AutoInstallPodIdentityWebhookAddon: Boolean
|
13170
13170
|
|
13171
13171
|
attr_accessor :AutoCreateOIDCConfig, :AutoCreateClientId, :AutoInstallPodIdentityWebhookAddon
|
13172
|
-
|
13172
|
+
|
13173
13173
|
def initialize(autocreateoidcconfig=nil, autocreateclientid=nil, autoinstallpodidentitywebhookaddon=nil)
|
13174
13174
|
@AutoCreateOIDCConfig = autocreateoidcconfig
|
13175
13175
|
@AutoCreateClientId = autocreateclientid
|
@@ -13208,7 +13208,7 @@ module TencentCloud
|
|
13208
13208
|
# @type UpdatedTime: String
|
13209
13209
|
|
13210
13210
|
attr_accessor :Condition, :CreatedTime, :ID, :Name, :Namespace, :Status, :UpdatedTime
|
13211
|
-
|
13211
|
+
|
13212
13212
|
def initialize(condition=nil, createdtime=nil, id=nil, name=nil, namespace=nil, status=nil, updatedtime=nil)
|
13213
13213
|
@Condition = condition
|
13214
13214
|
@CreatedTime = createdtime
|
@@ -13243,7 +13243,7 @@ module TencentCloud
|
|
13243
13243
|
# @type TKEDirectENI: Integer
|
13244
13244
|
|
13245
13245
|
attr_accessor :TKERouteENINonStaticIP, :TKERouteENIStaticIP, :TKEDirectENI
|
13246
|
-
|
13246
|
+
|
13247
13247
|
def initialize(tkerouteeninonstaticip=nil, tkerouteenistaticip=nil, tkedirecteni=nil)
|
13248
13248
|
@TKERouteENINonStaticIP = tkerouteeninonstaticip
|
13249
13249
|
@TKERouteENIStaticIP = tkerouteenistaticip
|
@@ -13273,7 +13273,7 @@ module TencentCloud
|
|
13273
13273
|
# @type PodLimits: :class:`Tencentcloud::Tke.v20180525.models.PodLimitsByType`
|
13274
13274
|
|
13275
13275
|
attr_accessor :Zone, :InstanceFamily, :InstanceType, :PodLimits
|
13276
|
-
|
13276
|
+
|
13277
13277
|
def initialize(zone=nil, instancefamily=nil, instancetype=nil, podlimits=nil)
|
13278
13278
|
@Zone = zone
|
13279
13279
|
@InstanceFamily = instancefamily
|
@@ -13312,7 +13312,7 @@ module TencentCloud
|
|
13312
13312
|
# @type FailureThreshold: Integer
|
13313
13313
|
|
13314
13314
|
attr_accessor :InitialDelaySeconds, :TimeoutSeconds, :PeriodSeconds, :SuccessThreshold, :FailureThreshold
|
13315
|
-
|
13315
|
+
|
13316
13316
|
def initialize(initialdelayseconds=nil, timeoutseconds=nil, periodseconds=nil, successthreshold=nil, failurethreshold=nil)
|
13317
13317
|
@InitialDelaySeconds = initialdelayseconds
|
13318
13318
|
@TimeoutSeconds = timeoutseconds
|
@@ -13340,7 +13340,7 @@ module TencentCloud
|
|
13340
13340
|
# @type Describe: String
|
13341
13341
|
|
13342
13342
|
attr_accessor :ClusterType, :ClusterId, :Describe
|
13343
|
-
|
13343
|
+
|
13344
13344
|
def initialize(clustertype=nil, clusterid=nil, describe=nil)
|
13345
13345
|
@ClusterType = clustertype
|
13346
13346
|
@ClusterId = clusterid
|
@@ -13381,7 +13381,7 @@ module TencentCloud
|
|
13381
13381
|
# @type FailedReason: String
|
13382
13382
|
|
13383
13383
|
attr_accessor :ClusterType, :ClusterId, :Status, :ClusterName, :ExternalLabels, :Region, :VpcId, :FailedReason
|
13384
|
-
|
13384
|
+
|
13385
13385
|
def initialize(clustertype=nil, clusterid=nil, status=nil, clustername=nil, externallabels=nil, region=nil, vpcid=nil, failedreason=nil)
|
13386
13386
|
@ClusterType = clustertype
|
13387
13387
|
@ClusterId = clusterid
|
@@ -13434,7 +13434,7 @@ module TencentCloud
|
|
13434
13434
|
# @type TopicName: String
|
13435
13435
|
|
13436
13436
|
attr_accessor :RuleName, :StartTime, :Content, :State, :RuleItem, :TopicId, :TopicName
|
13437
|
-
|
13437
|
+
|
13438
13438
|
def initialize(rulename=nil, starttime=nil, content=nil, state=nil, ruleitem=nil, topicid=nil, topicname=nil)
|
13439
13439
|
@RuleName = rulename
|
13440
13440
|
@StartTime = starttime
|
@@ -13468,7 +13468,7 @@ module TencentCloud
|
|
13468
13468
|
# @type ClusterId: String
|
13469
13469
|
|
13470
13470
|
attr_accessor :Url, :ClusterType, :ClusterId
|
13471
|
-
|
13471
|
+
|
13472
13472
|
def initialize(url=nil, clustertype=nil, clusterid=nil)
|
13473
13473
|
@Url = url
|
13474
13474
|
@ClusterType = clustertype
|
@@ -13505,7 +13505,7 @@ module TencentCloud
|
|
13505
13505
|
# @type ClusterId: String
|
13506
13506
|
|
13507
13507
|
attr_accessor :Name, :Rules, :Id, :TemplateId, :Notification, :UpdatedAt, :ClusterId
|
13508
|
-
|
13508
|
+
|
13509
13509
|
def initialize(name=nil, rules=nil, id=nil, templateid=nil, notification=nil, updatedat=nil, clusterid=nil)
|
13510
13510
|
@Name = name
|
13511
13511
|
@Rules = rules
|
@@ -13560,7 +13560,7 @@ module TencentCloud
|
|
13560
13560
|
# @type RuleState: Integer
|
13561
13561
|
|
13562
13562
|
attr_accessor :Name, :Rule, :Labels, :Template, :For, :Describe, :Annotations, :RuleState
|
13563
|
-
|
13563
|
+
|
13564
13564
|
def initialize(name=nil, rule=nil, labels=nil, template=nil, _for=nil, describe=nil, annotations=nil, rulestate=nil)
|
13565
13565
|
@Name = name
|
13566
13566
|
@Rule = rule
|
@@ -13618,7 +13618,7 @@ module TencentCloud
|
|
13618
13618
|
# @type Interval: String
|
13619
13619
|
|
13620
13620
|
attr_accessor :Name, :Rules, :UpdatedAt, :Notification, :Id, :TemplateId, :Interval
|
13621
|
-
|
13621
|
+
|
13622
13622
|
def initialize(name=nil, rules=nil, updatedat=nil, notification=nil, id=nil, templateid=nil, interval=nil)
|
13623
13623
|
@Name = name
|
13624
13624
|
@Rules = rules
|
@@ -13670,7 +13670,7 @@ module TencentCloud
|
|
13670
13670
|
# @type NotScrape: Boolean
|
13671
13671
|
|
13672
13672
|
attr_accessor :Region, :ClusterType, :ClusterId, :EnableExternal, :InClusterPodConfig, :ExternalLabels, :NotInstallBasicScrape, :NotScrape
|
13673
|
-
|
13673
|
+
|
13674
13674
|
def initialize(region=nil, clustertype=nil, clusterid=nil, enableexternal=nil, inclusterpodconfig=nil, externallabels=nil, notinstallbasicscrape=nil, notscrape=nil)
|
13675
13675
|
@Region = region
|
13676
13676
|
@ClusterType = clustertype
|
@@ -13714,7 +13714,7 @@ module TencentCloud
|
|
13714
13714
|
# @type Tolerations: Array
|
13715
13715
|
|
13716
13716
|
attr_accessor :HostNet, :NodeSelector, :Tolerations
|
13717
|
-
|
13717
|
+
|
13718
13718
|
def initialize(hostnet=nil, nodeselector=nil, tolerations=nil)
|
13719
13719
|
@HostNet = hostnet
|
13720
13720
|
@NodeSelector = nodeselector
|
@@ -13753,7 +13753,7 @@ module TencentCloud
|
|
13753
13753
|
# @type TemplateId: String
|
13754
13754
|
|
13755
13755
|
attr_accessor :Name, :Config, :TemplateId
|
13756
|
-
|
13756
|
+
|
13757
13757
|
def initialize(name=nil, config=nil, templateid=nil)
|
13758
13758
|
@Name = name
|
13759
13759
|
@Config = config
|
@@ -13784,7 +13784,7 @@ module TencentCloud
|
|
13784
13784
|
# @type AdminUser: String
|
13785
13785
|
|
13786
13786
|
attr_accessor :Enabled, :Domain, :Address, :Internet, :AdminUser
|
13787
|
-
|
13787
|
+
|
13788
13788
|
def initialize(enabled=nil, domain=nil, address=nil, internet=nil, adminuser=nil)
|
13789
13789
|
@Enabled = enabled
|
13790
13790
|
@Domain = domain
|
@@ -13830,7 +13830,7 @@ module TencentCloud
|
|
13830
13830
|
# @type BoundNormal: Integer
|
13831
13831
|
|
13832
13832
|
attr_accessor :InstanceId, :Name, :VpcId, :SubnetId, :Status, :COSBucket, :GrafanaURL, :BoundTotal, :BoundNormal
|
13833
|
-
|
13833
|
+
|
13834
13834
|
def initialize(instanceid=nil, name=nil, vpcid=nil, subnetid=nil, status=nil, cosbucket=nil, grafanaurl=nil, boundtotal=nil, boundnormal=nil)
|
13835
13835
|
@InstanceId = instanceid
|
13836
13836
|
@Name = name
|
@@ -13896,7 +13896,7 @@ module TencentCloud
|
|
13896
13896
|
# @type BoundNormal: Integer
|
13897
13897
|
|
13898
13898
|
attr_accessor :InstanceId, :InstanceName, :VpcId, :SubnetId, :InstanceStatus, :ChargeStatus, :EnableGrafana, :GrafanaURL, :InstanceChargeType, :SpecName, :DataRetentionTime, :ExpireTime, :AutoRenewFlag, :BoundTotal, :BoundNormal
|
13899
|
-
|
13899
|
+
|
13900
13900
|
def initialize(instanceid=nil, instancename=nil, vpcid=nil, subnetid=nil, instancestatus=nil, chargestatus=nil, enablegrafana=nil, grafanaurl=nil, instancechargetype=nil, specname=nil, dataretentiontime=nil, expiretime=nil, autorenewflag=nil, boundtotal=nil, boundnormal=nil)
|
13901
13901
|
@InstanceId = instanceid
|
13902
13902
|
@InstanceName = instancename
|
@@ -13946,7 +13946,7 @@ module TencentCloud
|
|
13946
13946
|
# @type Up: Integer
|
13947
13947
|
|
13948
13948
|
attr_accessor :Targets, :JobName, :Total, :Up
|
13949
|
-
|
13949
|
+
|
13950
13950
|
def initialize(targets=nil, jobname=nil, total=nil, up=nil)
|
13951
13951
|
@Targets = targets
|
13952
13952
|
@JobName = jobname
|
@@ -14016,7 +14016,7 @@ module TencentCloud
|
|
14016
14016
|
# @type WebHook: String
|
14017
14017
|
|
14018
14018
|
attr_accessor :Enabled, :RepeatInterval, :TimeRangeStart, :TimeRangeEnd, :NotifyWay, :ReceiverGroups, :PhoneNotifyOrder, :PhoneCircleTimes, :PhoneInnerInterval, :PhoneCircleInterval, :PhoneArriveNotice, :Type, :WebHook
|
14019
|
-
|
14019
|
+
|
14020
14020
|
def initialize(enabled=nil, repeatinterval=nil, timerangestart=nil, timerangeend=nil, notifyway=nil, receivergroups=nil, phonenotifyorder=nil, phonecircletimes=nil, phoneinnerinterval=nil, phonecircleinterval=nil, phonearrivenotice=nil, type=nil, webhook=nil)
|
14021
14021
|
@Enabled = enabled
|
14022
14022
|
@RepeatInterval = repeatinterval
|
@@ -14099,7 +14099,7 @@ module TencentCloud
|
|
14099
14099
|
# @type PhoneArriveNotice: Boolean
|
14100
14100
|
|
14101
14101
|
attr_accessor :Enabled, :Type, :WebHook, :AlertManager, :RepeatInterval, :TimeRangeStart, :TimeRangeEnd, :NotifyWay, :ReceiverGroups, :PhoneNotifyOrder, :PhoneCircleTimes, :PhoneInnerInterval, :PhoneCircleInterval, :PhoneArriveNotice
|
14102
|
-
|
14102
|
+
|
14103
14103
|
def initialize(enabled=nil, type=nil, webhook=nil, alertmanager=nil, repeatinterval=nil, timerangestart=nil, timerangeend=nil, notifyway=nil, receivergroups=nil, phonenotifyorder=nil, phonecircletimes=nil, phoneinnerinterval=nil, phonecircleinterval=nil, phonearrivenotice=nil)
|
14104
14104
|
@Enabled = enabled
|
14105
14105
|
@Type = type
|
@@ -14154,7 +14154,7 @@ module TencentCloud
|
|
14154
14154
|
# @type ClusterId: String
|
14155
14155
|
|
14156
14156
|
attr_accessor :Name, :UpdateTime, :TemplateId, :Content, :ClusterId
|
14157
|
-
|
14157
|
+
|
14158
14158
|
def initialize(name=nil, updatetime=nil, templateid=nil, content=nil, clusterid=nil)
|
14159
14159
|
@Name = name
|
14160
14160
|
@UpdateTime = updatetime
|
@@ -14191,7 +14191,7 @@ module TencentCloud
|
|
14191
14191
|
# @type Error: String
|
14192
14192
|
|
14193
14193
|
attr_accessor :Url, :State, :Labels, :LastScrape, :ScrapeDuration, :Error
|
14194
|
-
|
14194
|
+
|
14195
14195
|
def initialize(url=nil, state=nil, labels=nil, lastscrape=nil, scrapeduration=nil, error=nil)
|
14196
14196
|
@Url = url
|
14197
14197
|
@State = state
|
@@ -14266,7 +14266,7 @@ module TencentCloud
|
|
14266
14266
|
# @type TargetsTotal: Integer
|
14267
14267
|
|
14268
14268
|
attr_accessor :Name, :Level, :Describe, :RecordRules, :ServiceMonitors, :PodMonitors, :RawJobs, :TemplateId, :UpdateTime, :Version, :IsDefault, :AlertDetailRules, :TargetsTotal
|
14269
|
-
|
14269
|
+
|
14270
14270
|
def initialize(name=nil, level=nil, describe=nil, recordrules=nil, servicemonitors=nil, podmonitors=nil, rawjobs=nil, templateid=nil, updatetime=nil, version=nil, isdefault=nil, alertdetailrules=nil, targetstotal=nil)
|
14271
14271
|
@Name = name
|
14272
14272
|
@Level = level
|
@@ -14363,7 +14363,7 @@ module TencentCloud
|
|
14363
14363
|
# @type AlertDetailRules: Array
|
14364
14364
|
|
14365
14365
|
attr_accessor :Name, :Describe, :ServiceMonitors, :PodMonitors, :RawJobs, :RecordRules, :AlertDetailRules
|
14366
|
-
|
14366
|
+
|
14367
14367
|
def initialize(name=nil, describe=nil, servicemonitors=nil, podmonitors=nil, rawjobs=nil, recordrules=nil, alertdetailrules=nil)
|
14368
14368
|
@Name = name
|
14369
14369
|
@Describe = describe
|
@@ -14469,7 +14469,7 @@ module TencentCloud
|
|
14469
14469
|
# @type AlertDetailRules: Array
|
14470
14470
|
|
14471
14471
|
attr_accessor :Name, :Level, :Describe, :AlertRules, :RecordRules, :ServiceMonitors, :PodMonitors, :RawJobs, :TemplateId, :UpdateTime, :Version, :IsDefault, :AlertDetailRules
|
14472
|
-
|
14472
|
+
|
14473
14473
|
def initialize(name=nil, level=nil, describe=nil, alertrules=nil, recordrules=nil, servicemonitors=nil, podmonitors=nil, rawjobs=nil, templateid=nil, updatetime=nil, version=nil, isdefault=nil, alertdetailrules=nil)
|
14474
14474
|
@Name = name
|
14475
14475
|
@Level = level
|
@@ -14576,7 +14576,7 @@ module TencentCloud
|
|
14576
14576
|
# @type AlertDetailRules: Array
|
14577
14577
|
|
14578
14578
|
attr_accessor :Name, :Describe, :AlertRules, :RecordRules, :ServiceMonitors, :PodMonitors, :RawJobs, :AlertDetailRules
|
14579
|
-
|
14579
|
+
|
14580
14580
|
def initialize(name=nil, describe=nil, alertrules=nil, recordrules=nil, servicemonitors=nil, podmonitors=nil, rawjobs=nil, alertdetailrules=nil)
|
14581
14581
|
@Name = name
|
14582
14582
|
@Describe = describe
|
@@ -14668,7 +14668,7 @@ module TencentCloud
|
|
14668
14668
|
# @type ClusterName: String
|
14669
14669
|
|
14670
14670
|
attr_accessor :Region, :InstanceId, :ClusterId, :SyncTime, :Version, :ClusterType, :InstanceName, :ClusterName
|
14671
|
-
|
14671
|
+
|
14672
14672
|
def initialize(region=nil, instanceid=nil, clusterid=nil, synctime=nil, version=nil, clustertype=nil, instancename=nil, clustername=nil)
|
14673
14673
|
@Region = region
|
14674
14674
|
@InstanceId = instanceid
|
@@ -14714,7 +14714,7 @@ module TencentCloud
|
|
14714
14714
|
# @type Remark: String
|
14715
14715
|
|
14716
14716
|
attr_accessor :RegionName, :RegionId, :Status, :FeatureGates, :Alias, :Remark
|
14717
|
-
|
14717
|
+
|
14718
14718
|
def initialize(regionname=nil, regionid=nil, status=nil, featuregates=nil, _alias=nil, remark=nil)
|
14719
14719
|
@RegionName = regionname
|
14720
14720
|
@RegionId = regionid
|
@@ -14763,7 +14763,7 @@ module TencentCloud
|
|
14763
14763
|
# @type Description: String
|
14764
14764
|
|
14765
14765
|
attr_accessor :Name, :Namespace, :Revision, :Status, :ChartName, :ChartVersion, :AppVersion, :UpdatedTime, :Description
|
14766
|
-
|
14766
|
+
|
14767
14767
|
def initialize(name=nil, namespace=nil, revision=nil, status=nil, chartname=nil, chartversion=nil, appversion=nil, updatedtime=nil, description=nil)
|
14768
14768
|
@Name = name
|
14769
14769
|
@Namespace = namespace
|
@@ -14836,7 +14836,7 @@ module TencentCloud
|
|
14836
14836
|
# @type ComputedValues: String
|
14837
14837
|
|
14838
14838
|
attr_accessor :Name, :Namespace, :Version, :Status, :Description, :Notes, :Config, :Manifest, :ChartVersion, :ChartName, :ChartDescription, :AppVersion, :FirstDeployedTime, :LastDeployedTime, :ComputedValues
|
14839
|
-
|
14839
|
+
|
14840
14840
|
def initialize(name=nil, namespace=nil, version=nil, status=nil, description=nil, notes=nil, config=nil, manifest=nil, chartversion=nil, chartname=nil, chartdescription=nil, appversion=nil, firstdeployedtime=nil, lastdeployedtime=nil, computedvalues=nil)
|
14841
14841
|
@Name = name
|
14842
14842
|
@Namespace = namespace
|
@@ -14900,7 +14900,7 @@ module TencentCloud
|
|
14900
14900
|
# @type Description: String
|
14901
14901
|
|
14902
14902
|
attr_accessor :Name, :Namespace, :Revision, :Status, :Chart, :AppVersion, :UpdatedTime, :Description
|
14903
|
-
|
14903
|
+
|
14904
14904
|
def initialize(name=nil, namespace=nil, revision=nil, status=nil, chart=nil, appversion=nil, updatedtime=nil, description=nil)
|
14905
14905
|
@Name = name
|
14906
14906
|
@Namespace = namespace
|
@@ -14932,7 +14932,7 @@ module TencentCloud
|
|
14932
14932
|
# @type ValuesType: String
|
14933
14933
|
|
14934
14934
|
attr_accessor :RawOriginal, :ValuesType
|
14935
|
-
|
14935
|
+
|
14936
14936
|
def initialize(raworiginal=nil, valuestype=nil)
|
14937
14937
|
@RawOriginal = raworiginal
|
14938
14938
|
@ValuesType = valuestype
|
@@ -14954,7 +14954,7 @@ module TencentCloud
|
|
14954
14954
|
# @type InstanceIds: Array
|
14955
14955
|
|
14956
14956
|
attr_accessor :ClusterId, :NodePoolId, :InstanceIds
|
14957
|
-
|
14957
|
+
|
14958
14958
|
def initialize(clusterid=nil, nodepoolid=nil, instanceids=nil)
|
14959
14959
|
@ClusterId = clusterid
|
14960
14960
|
@NodePoolId = nodepoolid
|
@@ -14974,7 +14974,7 @@ module TencentCloud
|
|
14974
14974
|
# @type RequestId: String
|
14975
14975
|
|
14976
14976
|
attr_accessor :RequestId
|
14977
|
-
|
14977
|
+
|
14978
14978
|
def initialize(requestid=nil)
|
14979
14979
|
@RequestId = requestid
|
14980
14980
|
end
|
@@ -14992,7 +14992,7 @@ module TencentCloud
|
|
14992
14992
|
# @type DeleteMode: String
|
14993
14993
|
|
14994
14994
|
attr_accessor :ResourceType, :DeleteMode
|
14995
|
-
|
14995
|
+
|
14996
14996
|
def initialize(resourcetype=nil, deletemode=nil)
|
14997
14997
|
@ResourceType = resourcetype
|
14998
14998
|
@DeleteMode = deletemode
|
@@ -15014,7 +15014,7 @@ module TencentCloud
|
|
15014
15014
|
# @type Details: Array
|
15015
15015
|
|
15016
15016
|
attr_accessor :Name, :Usage, :Details
|
15017
|
-
|
15017
|
+
|
15018
15018
|
def initialize(name=nil, usage=nil, details=nil)
|
15019
15019
|
@Name = name
|
15020
15020
|
@Usage = usage
|
@@ -15043,7 +15043,7 @@ module TencentCloud
|
|
15043
15043
|
# @type Usage: Integer
|
15044
15044
|
|
15045
15045
|
attr_accessor :Name, :Usage
|
15046
|
-
|
15046
|
+
|
15047
15047
|
def initialize(name=nil, usage=nil)
|
15048
15048
|
@Name = name
|
15049
15049
|
@Usage = usage
|
@@ -15061,7 +15061,7 @@ module TencentCloud
|
|
15061
15061
|
# @type EksCiIds: Array
|
15062
15062
|
|
15063
15063
|
attr_accessor :EksCiIds
|
15064
|
-
|
15064
|
+
|
15065
15065
|
def initialize(eksciids=nil)
|
15066
15066
|
@EksCiIds = eksciids
|
15067
15067
|
end
|
@@ -15077,7 +15077,7 @@ module TencentCloud
|
|
15077
15077
|
# @type RequestId: String
|
15078
15078
|
|
15079
15079
|
attr_accessor :RequestId
|
15080
|
-
|
15080
|
+
|
15081
15081
|
def initialize(requestid=nil)
|
15082
15082
|
@RequestId = requestid
|
15083
15083
|
end
|
@@ -15101,7 +15101,7 @@ module TencentCloud
|
|
15101
15101
|
# @type ClusterType: String
|
15102
15102
|
|
15103
15103
|
attr_accessor :ClusterId, :Name, :Namespace, :Revision, :ClusterType
|
15104
|
-
|
15104
|
+
|
15105
15105
|
def initialize(clusterid=nil, name=nil, namespace=nil, revision=nil, clustertype=nil)
|
15106
15106
|
@ClusterId = clusterid
|
15107
15107
|
@Name = name
|
@@ -15128,7 +15128,7 @@ module TencentCloud
|
|
15128
15128
|
# @type RequestId: String
|
15129
15129
|
|
15130
15130
|
attr_accessor :Release, :RequestId
|
15131
|
-
|
15131
|
+
|
15132
15132
|
def initialize(release=nil, requestid=nil)
|
15133
15133
|
@Release = release
|
15134
15134
|
@RequestId = requestid
|
@@ -15153,7 +15153,7 @@ module TencentCloud
|
|
15153
15153
|
# @type GatewayIp: String
|
15154
15154
|
|
15155
15155
|
attr_accessor :RouteTableName, :DestinationCidrBlock, :GatewayIp
|
15156
|
-
|
15156
|
+
|
15157
15157
|
def initialize(routetablename=nil, destinationcidrblock=nil, gatewayip=nil)
|
15158
15158
|
@RouteTableName = routetablename
|
15159
15159
|
@DestinationCidrBlock = destinationcidrblock
|
@@ -15182,7 +15182,7 @@ module TencentCloud
|
|
15182
15182
|
# @type RouteTableId: String
|
15183
15183
|
|
15184
15184
|
attr_accessor :RouteTableType, :RouteTableCidrBlock, :RouteTableName, :RouteTableId
|
15185
|
-
|
15185
|
+
|
15186
15186
|
def initialize(routetabletype=nil, routetablecidrblock=nil, routetablename=nil, routetableid=nil)
|
15187
15187
|
@RouteTableType = routetabletype
|
15188
15188
|
@RouteTableCidrBlock = routetablecidrblock
|
@@ -15208,7 +15208,7 @@ module TencentCloud
|
|
15208
15208
|
# @type VpcId: String
|
15209
15209
|
|
15210
15210
|
attr_accessor :RouteTableName, :RouteTableCidrBlock, :VpcId
|
15211
|
-
|
15211
|
+
|
15212
15212
|
def initialize(routetablename=nil, routetablecidrblock=nil, vpcid=nil)
|
15213
15213
|
@RouteTableName = routetablename
|
15214
15214
|
@RouteTableCidrBlock = routetablecidrblock
|
@@ -15228,7 +15228,7 @@ module TencentCloud
|
|
15228
15228
|
# @type Enabled: Boolean
|
15229
15229
|
|
15230
15230
|
attr_accessor :Enabled
|
15231
|
-
|
15231
|
+
|
15232
15232
|
def initialize(enabled=nil)
|
15233
15233
|
@Enabled = enabled
|
15234
15234
|
end
|
@@ -15248,7 +15248,7 @@ module TencentCloud
|
|
15248
15248
|
# @type InstanceAdvancedSettingsOverrides: Array
|
15249
15249
|
|
15250
15250
|
attr_accessor :NodeRole, :RunInstancesPara, :InstanceAdvancedSettingsOverrides
|
15251
|
-
|
15251
|
+
|
15252
15252
|
def initialize(noderole=nil, runinstancespara=nil, instanceadvancedsettingsoverrides=nil)
|
15253
15253
|
@NodeRole = noderole
|
15254
15254
|
@RunInstancesPara = runinstancespara
|
@@ -15275,7 +15275,7 @@ module TencentCloud
|
|
15275
15275
|
# @type Enabled: Boolean
|
15276
15276
|
|
15277
15277
|
attr_accessor :Enabled
|
15278
|
-
|
15278
|
+
|
15279
15279
|
def initialize(enabled=nil)
|
15280
15280
|
@Enabled = enabled
|
15281
15281
|
end
|
@@ -15293,7 +15293,7 @@ module TencentCloud
|
|
15293
15293
|
# @type SubnetId: String
|
15294
15294
|
|
15295
15295
|
attr_accessor :InstanceId, :SubnetId
|
15296
|
-
|
15296
|
+
|
15297
15297
|
def initialize(instanceid=nil, subnetid=nil)
|
15298
15298
|
@InstanceId = instanceid
|
15299
15299
|
@SubnetId = subnetid
|
@@ -15311,7 +15311,7 @@ module TencentCloud
|
|
15311
15311
|
# @type RequestId: String
|
15312
15312
|
|
15313
15313
|
attr_accessor :RequestId
|
15314
|
-
|
15314
|
+
|
15315
15315
|
def initialize(requestid=nil)
|
15316
15316
|
@RequestId = requestid
|
15317
15317
|
end
|
@@ -15327,7 +15327,7 @@ module TencentCloud
|
|
15327
15327
|
# @type Enabled: Boolean
|
15328
15328
|
|
15329
15329
|
attr_accessor :Enabled
|
15330
|
-
|
15330
|
+
|
15331
15331
|
def initialize(enabled=nil)
|
15332
15332
|
@Enabled = enabled
|
15333
15333
|
end
|
@@ -15345,7 +15345,7 @@ module TencentCloud
|
|
15345
15345
|
# @type ScaleInMasters: Array
|
15346
15346
|
|
15347
15347
|
attr_accessor :ClusterId, :ScaleInMasters
|
15348
|
-
|
15348
|
+
|
15349
15349
|
def initialize(clusterid=nil, scaleinmasters=nil)
|
15350
15350
|
@ClusterId = clusterid
|
15351
15351
|
@ScaleInMasters = scaleinmasters
|
@@ -15370,7 +15370,7 @@ module TencentCloud
|
|
15370
15370
|
# @type RequestId: String
|
15371
15371
|
|
15372
15372
|
attr_accessor :RequestId
|
15373
|
-
|
15373
|
+
|
15374
15374
|
def initialize(requestid=nil)
|
15375
15375
|
@RequestId = requestid
|
15376
15376
|
end
|
@@ -15390,7 +15390,7 @@ module TencentCloud
|
|
15390
15390
|
# @type InstanceDeleteMode: String
|
15391
15391
|
|
15392
15392
|
attr_accessor :InstanceId, :NodeRole, :InstanceDeleteMode
|
15393
|
-
|
15393
|
+
|
15394
15394
|
def initialize(instanceid=nil, noderole=nil, instancedeletemode=nil)
|
15395
15395
|
@InstanceId = instanceid
|
15396
15396
|
@NodeRole = noderole
|
@@ -15418,7 +15418,7 @@ module TencentCloud
|
|
15418
15418
|
# @type ExtraArgs: :class:`Tencentcloud::Tke.v20180525.models.ClusterExtraArgs`
|
15419
15419
|
|
15420
15420
|
attr_accessor :ClusterId, :RunInstancesForNode, :ExistedInstancesForNode, :InstanceAdvancedSettings, :ExtraArgs
|
15421
|
-
|
15421
|
+
|
15422
15422
|
def initialize(clusterid=nil, runinstancesfornode=nil, existedinstancesfornode=nil, instanceadvancedsettings=nil, extraargs=nil)
|
15423
15423
|
@ClusterId = clusterid
|
15424
15424
|
@RunInstancesForNode = runinstancesfornode
|
@@ -15462,7 +15462,7 @@ module TencentCloud
|
|
15462
15462
|
# @type RequestId: String
|
15463
15463
|
|
15464
15464
|
attr_accessor :RequestId
|
15465
|
-
|
15465
|
+
|
15466
15466
|
def initialize(requestid=nil)
|
15467
15467
|
@RequestId = requestid
|
15468
15468
|
end
|
@@ -15479,7 +15479,7 @@ module TencentCloud
|
|
15479
15479
|
# @type Capabilities: :class:`Tencentcloud::Tke.v20180525.models.Capabilities`
|
15480
15480
|
|
15481
15481
|
attr_accessor :Capabilities
|
15482
|
-
|
15482
|
+
|
15483
15483
|
def initialize(capabilities=nil)
|
15484
15484
|
@Capabilities = capabilities
|
15485
15485
|
end
|
@@ -15508,7 +15508,7 @@ module TencentCloud
|
|
15508
15508
|
# @type AutoCreateDiscoveryAnonymousAuth: Boolean
|
15509
15509
|
|
15510
15510
|
attr_accessor :UseTKEDefault, :Issuer, :JWKSURI, :AutoCreateDiscoveryAnonymousAuth
|
15511
|
-
|
15511
|
+
|
15512
15512
|
def initialize(usetkedefault=nil, issuer=nil, jwksuri=nil, autocreatediscoveryanonymousauth=nil)
|
15513
15513
|
@UseTKEDefault = usetkedefault
|
15514
15514
|
@Issuer = issuer
|
@@ -15536,7 +15536,7 @@ module TencentCloud
|
|
15536
15536
|
# @type ProtectedFromScaleIn: Boolean
|
15537
15537
|
|
15538
15538
|
attr_accessor :ClusterId, :NodePoolId, :InstanceIds, :ProtectedFromScaleIn
|
15539
|
-
|
15539
|
+
|
15540
15540
|
def initialize(clusterid=nil, nodepoolid=nil, instanceids=nil, protectedfromscalein=nil)
|
15541
15541
|
@ClusterId = clusterid
|
15542
15542
|
@NodePoolId = nodepoolid
|
@@ -15564,7 +15564,7 @@ module TencentCloud
|
|
15564
15564
|
# @type RequestId: String
|
15565
15565
|
|
15566
15566
|
attr_accessor :SucceedInstanceIds, :FailedInstanceIds, :RequestId
|
15567
|
-
|
15567
|
+
|
15568
15568
|
def initialize(succeedinstanceids=nil, failedinstanceids=nil, requestid=nil)
|
15569
15569
|
@SucceedInstanceIds = succeedinstanceids
|
15570
15570
|
@FailedInstanceIds = failedinstanceids
|
@@ -15592,7 +15592,7 @@ module TencentCloud
|
|
15592
15592
|
# @type Arch: String
|
15593
15593
|
|
15594
15594
|
attr_accessor :SubnetId, :Name, :SecurityGroups, :Os, :Arch
|
15595
|
-
|
15595
|
+
|
15596
15596
|
def initialize(subnetid=nil, name=nil, securitygroups=nil, os=nil, arch=nil)
|
15597
15597
|
@SubnetId = subnetid
|
15598
15598
|
@Name = name
|
@@ -15618,7 +15618,7 @@ module TencentCloud
|
|
15618
15618
|
# @type Targets: Array
|
15619
15619
|
|
15620
15620
|
attr_accessor :TemplateId, :Targets
|
15621
|
-
|
15621
|
+
|
15622
15622
|
def initialize(templateid=nil, targets=nil)
|
15623
15623
|
@TemplateId = templateid
|
15624
15624
|
@Targets = targets
|
@@ -15643,7 +15643,7 @@ module TencentCloud
|
|
15643
15643
|
# @type RequestId: String
|
15644
15644
|
|
15645
15645
|
attr_accessor :RequestId
|
15646
|
-
|
15646
|
+
|
15647
15647
|
def initialize(requestid=nil)
|
15648
15648
|
@RequestId = requestid
|
15649
15649
|
end
|
@@ -15661,7 +15661,7 @@ module TencentCloud
|
|
15661
15661
|
# @type Targets: Array
|
15662
15662
|
|
15663
15663
|
attr_accessor :TemplateId, :Targets
|
15664
|
-
|
15664
|
+
|
15665
15665
|
def initialize(templateid=nil, targets=nil)
|
15666
15666
|
@TemplateId = templateid
|
15667
15667
|
@Targets = targets
|
@@ -15686,7 +15686,7 @@ module TencentCloud
|
|
15686
15686
|
# @type RequestId: String
|
15687
15687
|
|
15688
15688
|
attr_accessor :RequestId
|
15689
|
-
|
15689
|
+
|
15690
15690
|
def initialize(requestid=nil)
|
15691
15691
|
@RequestId = requestid
|
15692
15692
|
end
|
@@ -15704,7 +15704,7 @@ module TencentCloud
|
|
15704
15704
|
# @type Value: String
|
15705
15705
|
|
15706
15706
|
attr_accessor :Key, :Value
|
15707
|
-
|
15707
|
+
|
15708
15708
|
def initialize(key=nil, value=nil)
|
15709
15709
|
@Key = key
|
15710
15710
|
@Value = value
|
@@ -15726,7 +15726,7 @@ module TencentCloud
|
|
15726
15726
|
# @type Tags: Array
|
15727
15727
|
|
15728
15728
|
attr_accessor :ResourceType, :Tags
|
15729
|
-
|
15729
|
+
|
15730
15730
|
def initialize(resourcetype=nil, tags=nil)
|
15731
15731
|
@ResourceType = resourcetype
|
15732
15732
|
@Tags = tags
|
@@ -15755,7 +15755,7 @@ module TencentCloud
|
|
15755
15755
|
# @type Effect: String
|
15756
15756
|
|
15757
15757
|
attr_accessor :Key, :Value, :Effect
|
15758
|
-
|
15758
|
+
|
15759
15759
|
def initialize(key=nil, value=nil, effect=nil)
|
15760
15760
|
@Key = key
|
15761
15761
|
@Value = value
|
@@ -15790,7 +15790,7 @@ module TencentCloud
|
|
15790
15790
|
# @type FailedMsg: String
|
15791
15791
|
|
15792
15792
|
attr_accessor :Step, :LifeState, :StartAt, :EndAt, :FailedMsg
|
15793
|
-
|
15793
|
+
|
15794
15794
|
def initialize(step=nil, lifestate=nil, startat=nil, endat=nil, failedmsg=nil)
|
15795
15795
|
@Step = step
|
15796
15796
|
@LifeState = lifestate
|
@@ -15815,7 +15815,7 @@ module TencentCloud
|
|
15815
15815
|
# @type Port: Integer
|
15816
15816
|
|
15817
15817
|
attr_accessor :Port
|
15818
|
-
|
15818
|
+
|
15819
15819
|
def initialize(port=nil)
|
15820
15820
|
@Port = port
|
15821
15821
|
end
|
@@ -15835,7 +15835,7 @@ module TencentCloud
|
|
15835
15835
|
# @type Effect: String
|
15836
15836
|
|
15837
15837
|
attr_accessor :Key, :Operator, :Effect
|
15838
|
-
|
15838
|
+
|
15839
15839
|
def initialize(key=nil, operator=nil, effect=nil)
|
15840
15840
|
@Key = key
|
15841
15841
|
@Operator = operator
|
@@ -15859,7 +15859,7 @@ module TencentCloud
|
|
15859
15859
|
# @type Reason: String
|
15860
15860
|
|
15861
15861
|
attr_accessor :InstanceId, :Reason
|
15862
|
-
|
15862
|
+
|
15863
15863
|
def initialize(instanceid=nil, reason=nil)
|
15864
15864
|
@InstanceId = instanceid
|
15865
15865
|
@Reason = reason
|
@@ -15883,7 +15883,7 @@ module TencentCloud
|
|
15883
15883
|
# @type ClusterType: String
|
15884
15884
|
|
15885
15885
|
attr_accessor :ClusterId, :Name, :Namespace, :ClusterType
|
15886
|
-
|
15886
|
+
|
15887
15887
|
def initialize(clusterid=nil, name=nil, namespace=nil, clustertype=nil)
|
15888
15888
|
@ClusterId = clusterid
|
15889
15889
|
@Name = name
|
@@ -15908,7 +15908,7 @@ module TencentCloud
|
|
15908
15908
|
# @type RequestId: String
|
15909
15909
|
|
15910
15910
|
attr_accessor :Release, :RequestId
|
15911
|
-
|
15911
|
+
|
15912
15912
|
def initialize(release=nil, requestid=nil)
|
15913
15913
|
@Release = release
|
15914
15914
|
@RequestId = requestid
|
@@ -15929,7 +15929,7 @@ module TencentCloud
|
|
15929
15929
|
# @type ClusterId: String
|
15930
15930
|
|
15931
15931
|
attr_accessor :ClusterId
|
15932
|
-
|
15932
|
+
|
15933
15933
|
def initialize(clusterid=nil)
|
15934
15934
|
@ClusterId = clusterid
|
15935
15935
|
end
|
@@ -15945,7 +15945,7 @@ module TencentCloud
|
|
15945
15945
|
# @type RequestId: String
|
15946
15946
|
|
15947
15947
|
attr_accessor :RequestId
|
15948
|
-
|
15948
|
+
|
15949
15949
|
def initialize(requestid=nil)
|
15950
15950
|
@RequestId = requestid
|
15951
15951
|
end
|
@@ -15961,7 +15961,7 @@ module TencentCloud
|
|
15961
15961
|
# @type ClusterId: String
|
15962
15962
|
|
15963
15963
|
attr_accessor :ClusterId
|
15964
|
-
|
15964
|
+
|
15965
15965
|
def initialize(clusterid=nil)
|
15966
15966
|
@ClusterId = clusterid
|
15967
15967
|
end
|
@@ -15977,7 +15977,7 @@ module TencentCloud
|
|
15977
15977
|
# @type RequestId: String
|
15978
15978
|
|
15979
15979
|
attr_accessor :RequestId
|
15980
|
-
|
15980
|
+
|
15981
15981
|
def initialize(requestid=nil)
|
15982
15982
|
@RequestId = requestid
|
15983
15983
|
end
|
@@ -15995,7 +15995,7 @@ module TencentCloud
|
|
15995
15995
|
# @type SubAccounts: Array
|
15996
15996
|
|
15997
15997
|
attr_accessor :ClusterId, :SubAccounts
|
15998
|
-
|
15998
|
+
|
15999
15999
|
def initialize(clusterid=nil, subaccounts=nil)
|
16000
16000
|
@ClusterId = clusterid
|
16001
16001
|
@SubAccounts = subaccounts
|
@@ -16016,7 +16016,7 @@ module TencentCloud
|
|
16016
16016
|
# @type RequestId: String
|
16017
16017
|
|
16018
16018
|
attr_accessor :UpdatedSubAccounts, :RequestId
|
16019
|
-
|
16019
|
+
|
16020
16020
|
def initialize(updatedsubaccounts=nil, requestid=nil)
|
16021
16021
|
@UpdatedSubAccounts = updatedsubaccounts
|
16022
16022
|
@RequestId = requestid
|
@@ -16042,7 +16042,7 @@ module TencentCloud
|
|
16042
16042
|
# @type SkipPreCheck: Boolean
|
16043
16043
|
|
16044
16044
|
attr_accessor :ClusterId, :DstVersion, :ExtraArgs, :MaxNotReadyPercent, :SkipPreCheck
|
16045
|
-
|
16045
|
+
|
16046
16046
|
def initialize(clusterid=nil, dstversion=nil, extraargs=nil, maxnotreadypercent=nil, skipprecheck=nil)
|
16047
16047
|
@ClusterId = clusterid
|
16048
16048
|
@DstVersion = dstversion
|
@@ -16069,7 +16069,7 @@ module TencentCloud
|
|
16069
16069
|
# @type RequestId: String
|
16070
16070
|
|
16071
16071
|
attr_accessor :RequestId
|
16072
|
-
|
16072
|
+
|
16073
16073
|
def initialize(requestid=nil)
|
16074
16074
|
@RequestId = requestid
|
16075
16075
|
end
|
@@ -16107,7 +16107,7 @@ module TencentCloud
|
|
16107
16107
|
# @type ExtraParam: String
|
16108
16108
|
|
16109
16109
|
attr_accessor :ClusterId, :ClusterName, :ClusterDesc, :SubnetIds, :PublicLB, :InternalLB, :ServiceSubnetId, :DnsServers, :ClearDnsServer, :NeedDeleteCbs, :ProxyLB, :ExtraParam
|
16110
|
-
|
16110
|
+
|
16111
16111
|
def initialize(clusterid=nil, clustername=nil, clusterdesc=nil, subnetids=nil, publiclb=nil, internallb=nil, servicesubnetid=nil, dnsservers=nil, cleardnsserver=nil, needdeletecbs=nil, proxylb=nil, extraparam=nil)
|
16112
16112
|
@ClusterId = clusterid
|
16113
16113
|
@ClusterName = clustername
|
@@ -16158,7 +16158,7 @@ module TencentCloud
|
|
16158
16158
|
# @type RequestId: String
|
16159
16159
|
|
16160
16160
|
attr_accessor :RequestId
|
16161
|
-
|
16161
|
+
|
16162
16162
|
def initialize(requestid=nil)
|
16163
16163
|
@RequestId = requestid
|
16164
16164
|
end
|
@@ -16186,7 +16186,7 @@ module TencentCloud
|
|
16186
16186
|
# @type ImageRegistryCredentials: Array
|
16187
16187
|
|
16188
16188
|
attr_accessor :EksCiId, :RestartPolicy, :EksCiVolume, :Containers, :InitContainers, :Name, :ImageRegistryCredentials
|
16189
|
-
|
16189
|
+
|
16190
16190
|
def initialize(eksciid=nil, restartpolicy=nil, ekscivolume=nil, containers=nil, initcontainers=nil, name=nil, imageregistrycredentials=nil)
|
16191
16191
|
@EksCiId = eksciid
|
16192
16192
|
@RestartPolicy = restartpolicy
|
@@ -16241,7 +16241,7 @@ module TencentCloud
|
|
16241
16241
|
# @type RequestId: String
|
16242
16242
|
|
16243
16243
|
attr_accessor :EksCiId, :RequestId
|
16244
|
-
|
16244
|
+
|
16245
16245
|
def initialize(eksciid=nil, requestid=nil)
|
16246
16246
|
@EksCiId = eksciid
|
16247
16247
|
@RequestId = requestid
|
@@ -16265,7 +16265,7 @@ module TencentCloud
|
|
16265
16265
|
# @type SkipPreCheck: Boolean
|
16266
16266
|
|
16267
16267
|
attr_accessor :ClusterId, :EdgeVersion, :RegistryPrefix, :SkipPreCheck
|
16268
|
-
|
16268
|
+
|
16269
16269
|
def initialize(clusterid=nil, edgeversion=nil, registryprefix=nil, skipprecheck=nil)
|
16270
16270
|
@ClusterId = clusterid
|
16271
16271
|
@EdgeVersion = edgeversion
|
@@ -16287,7 +16287,7 @@ module TencentCloud
|
|
16287
16287
|
# @type RequestId: String
|
16288
16288
|
|
16289
16289
|
attr_accessor :RequestId
|
16290
|
-
|
16290
|
+
|
16291
16291
|
def initialize(requestid=nil)
|
16292
16292
|
@RequestId = requestid
|
16293
16293
|
end
|
@@ -16315,7 +16315,7 @@ module TencentCloud
|
|
16315
16315
|
# @type SecurityGroupIds: Array
|
16316
16316
|
|
16317
16317
|
attr_accessor :ImageCacheId, :ImageCacheName, :ImageRegistryCredentials, :Images, :ImageCacheSize, :RetentionDays, :SecurityGroupIds
|
16318
|
-
|
16318
|
+
|
16319
16319
|
def initialize(imagecacheid=nil, imagecachename=nil, imageregistrycredentials=nil, images=nil, imagecachesize=nil, retentiondays=nil, securitygroupids=nil)
|
16320
16320
|
@ImageCacheId = imagecacheid
|
16321
16321
|
@ImageCacheName = imagecachename
|
@@ -16350,7 +16350,7 @@ module TencentCloud
|
|
16350
16350
|
# @type RequestId: String
|
16351
16351
|
|
16352
16352
|
attr_accessor :RequestId
|
16353
|
-
|
16353
|
+
|
16354
16354
|
def initialize(requestid=nil)
|
16355
16355
|
@RequestId = requestid
|
16356
16356
|
end
|
@@ -16390,7 +16390,7 @@ module TencentCloud
|
|
16390
16390
|
# @type ClusterLevel: String
|
16391
16391
|
|
16392
16392
|
attr_accessor :ClusterId, :ClusterName, :ClusterDesc, :PodCIDR, :ServiceCIDR, :PublicLB, :InternalLB, :CoreDns, :HealthRegion, :Health, :GridDaemon, :AutoUpgradeClusterLevel, :ClusterLevel
|
16393
|
-
|
16393
|
+
|
16394
16394
|
def initialize(clusterid=nil, clustername=nil, clusterdesc=nil, podcidr=nil, servicecidr=nil, publiclb=nil, internallb=nil, coredns=nil, healthregion=nil, health=nil, griddaemon=nil, autoupgradeclusterlevel=nil, clusterlevel=nil)
|
16395
16395
|
@ClusterId = clusterid
|
16396
16396
|
@ClusterName = clustername
|
@@ -16436,7 +16436,7 @@ module TencentCloud
|
|
16436
16436
|
# @type RequestId: String
|
16437
16437
|
|
16438
16438
|
attr_accessor :RequestId
|
16439
|
-
|
16439
|
+
|
16440
16440
|
def initialize(requestid=nil)
|
16441
16441
|
@RequestId = requestid
|
16442
16442
|
end
|
@@ -16461,7 +16461,7 @@ module TencentCloud
|
|
16461
16461
|
# @type RuntimeLatestVersion: String
|
16462
16462
|
|
16463
16463
|
attr_accessor :InstanceId, :Version, :LatestVersion, :RuntimeVersion, :RuntimeLatestVersion
|
16464
|
-
|
16464
|
+
|
16465
16465
|
def initialize(instanceid=nil, version=nil, latestversion=nil, runtimeversion=nil, runtimelatestversion=nil)
|
16466
16466
|
@InstanceId = instanceid
|
16467
16467
|
@Version = version
|
@@ -16505,7 +16505,7 @@ module TencentCloud
|
|
16505
16505
|
# @type UpgradeRunTime: Boolean
|
16506
16506
|
|
16507
16507
|
attr_accessor :ClusterId, :Operation, :UpgradeType, :InstanceIds, :ResetParam, :SkipPreCheck, :MaxNotReadyPercent, :UpgradeRunTime
|
16508
|
-
|
16508
|
+
|
16509
16509
|
def initialize(clusterid=nil, operation=nil, upgradetype=nil, instanceids=nil, resetparam=nil, skipprecheck=nil, maxnotreadypercent=nil, upgraderuntime=nil)
|
16510
16510
|
@ClusterId = clusterid
|
16511
16511
|
@Operation = operation
|
@@ -16538,7 +16538,7 @@ module TencentCloud
|
|
16538
16538
|
# @type RequestId: String
|
16539
16539
|
|
16540
16540
|
attr_accessor :RequestId
|
16541
|
-
|
16541
|
+
|
16542
16542
|
def initialize(requestid=nil)
|
16543
16543
|
@RequestId = requestid
|
16544
16544
|
end
|
@@ -16576,7 +16576,7 @@ module TencentCloud
|
|
16576
16576
|
# @type ClusterType: String
|
16577
16577
|
|
16578
16578
|
attr_accessor :ClusterId, :Name, :Namespace, :Chart, :Values, :ChartFrom, :ChartVersion, :ChartRepoURL, :Username, :Password, :ChartNamespace, :ClusterType
|
16579
|
-
|
16579
|
+
|
16580
16580
|
def initialize(clusterid=nil, name=nil, namespace=nil, chart=nil, values=nil, chartfrom=nil, chartversion=nil, chartrepourl=nil, username=nil, password=nil, chartnamespace=nil, clustertype=nil)
|
16581
16581
|
@ClusterId = clusterid
|
16582
16582
|
@Name = name
|
@@ -16620,7 +16620,7 @@ module TencentCloud
|
|
16620
16620
|
# @type RequestId: String
|
16621
16621
|
|
16622
16622
|
attr_accessor :Release, :RequestId
|
16623
|
-
|
16623
|
+
|
16624
16624
|
def initialize(release=nil, requestid=nil)
|
16625
16625
|
@Release = release
|
16626
16626
|
@RequestId = requestid
|
@@ -16647,7 +16647,7 @@ module TencentCloud
|
|
16647
16647
|
# @type SecurityGroupIds: Array
|
16648
16648
|
|
16649
16649
|
attr_accessor :InstanceAdvancedSettings, :EnhancedService, :LoginSettings, :SecurityGroupIds
|
16650
|
-
|
16650
|
+
|
16651
16651
|
def initialize(instanceadvancedsettings=nil, enhancedservice=nil, loginsettings=nil, securitygroupids=nil)
|
16652
16652
|
@InstanceAdvancedSettings = instanceadvancedsettings
|
16653
16653
|
@EnhancedService = enhancedservice
|
@@ -16685,7 +16685,7 @@ module TencentCloud
|
|
16685
16685
|
# @type Remark: String
|
16686
16686
|
|
16687
16687
|
attr_accessor :Name, :Version, :Remark
|
16688
|
-
|
16688
|
+
|
16689
16689
|
def initialize(name=nil, version=nil, remark=nil)
|
16690
16690
|
@Name = name
|
16691
16691
|
@Version = version
|
@@ -16712,7 +16712,7 @@ module TencentCloud
|
|
16712
16712
|
# @type CreatedTime: String
|
16713
16713
|
|
16714
16714
|
attr_accessor :Name, :SubnetId, :Phase, :CreatedTime
|
16715
|
-
|
16715
|
+
|
16716
16716
|
def initialize(name=nil, subnetid=nil, phase=nil, createdtime=nil)
|
16717
16717
|
@Name = name
|
16718
16718
|
@SubnetId = subnetid
|
@@ -16747,7 +16747,7 @@ module TencentCloud
|
|
16747
16747
|
# @type Taints: Array
|
16748
16748
|
|
16749
16749
|
attr_accessor :NodePoolId, :SubnetIds, :Name, :LifeState, :Labels, :Taints
|
16750
|
-
|
16750
|
+
|
16751
16751
|
def initialize(nodepoolid=nil, subnetids=nil, name=nil, lifestate=nil, labels=nil, taints=nil)
|
16752
16752
|
@NodePoolId = nodepoolid
|
16753
16753
|
@SubnetIds = subnetids
|
@@ -16791,7 +16791,7 @@ module TencentCloud
|
|
16791
16791
|
# @type Tags: Array
|
16792
16792
|
|
16793
16793
|
attr_accessor :DisplayName, :SubnetId, :Tags
|
16794
|
-
|
16794
|
+
|
16795
16795
|
def initialize(displayname=nil, subnetid=nil, tags=nil)
|
16796
16796
|
@DisplayName = displayname
|
16797
16797
|
@SubnetId = subnetid
|
@@ -16834,7 +16834,7 @@ module TencentCloud
|
|
16834
16834
|
# @type SubPathExpr: String
|
16835
16835
|
|
16836
16836
|
attr_accessor :Name, :MountPath, :ReadOnly, :SubPath, :MountPropagation, :SubPathExpr
|
16837
|
-
|
16837
|
+
|
16838
16838
|
def initialize(name=nil, mountpath=nil, readonly=nil, subpath=nil, mountpropagation=nil, subpathexpr=nil)
|
16839
16839
|
@Name = name
|
16840
16840
|
@MountPath = mountpath
|