tencentcloud-sdk-tcm 3.0.590 → 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210413/models.rb +67 -67
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6e71704a9658ffe154ee9fd041d72671c8b06e51
4
- data.tar.gz: e92586f6f2f214e5507d56dae94c1467366834c6
3
+ metadata.gz: 58c24cf6dc883e694f7d6e84034c60efa310fec5
4
+ data.tar.gz: b108d9d17332d2a4e652312e4252ddb0de7951b0
5
5
  SHA512:
6
- metadata.gz: 17627e55d5c5e16c42fe327a962c6ea4f036887e20834e985f81a9ae20486323a0ae70b21fafb29d3130ae998bfc265c6e44bc91fe5d6014b75e7d66db7d598d
7
- data.tar.gz: 9f517b2d58f0147ae5f2792da55873cfd1ad9033b4f4d42a85f23942e9d9098a5e3f65509a9a23d470d69f474cb562aba0bfa9bfb96c87940cc5f77ed11df909
6
+ metadata.gz: 00afa203dd96532eb67d6fbe5359882ba957e5022e8400f0cad866c422b75206be101a6779b45826ee57a78b40bb18bf884ff0cc372ee17f577c99770050d01e
7
+ data.tar.gz: 7aa2f77b9af635aefca29977591437ec2844fef4ee516025dab094edf2164d43761b8fc0f583cba8f1177e651a4663e3a6acb51c9315b0a9907317dbc20c52fe
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -29,7 +29,7 @@ module TencentCloud
29
29
  # @type InstanceId: String
30
30
 
31
31
  attr_accessor :Enable, :Region, :InstanceId
32
-
32
+
33
33
  def initialize(enable=nil, region=nil, instanceid=nil)
34
34
  @Enable = enable
35
35
  @Region = region
@@ -65,7 +65,7 @@ module TencentCloud
65
65
  # @type EnableStdout: Boolean
66
66
 
67
67
  attr_accessor :Enable, :Template, :SelectedRange, :CLS, :Encoding, :Format, :Address, :EnableServer, :EnableStdout
68
-
68
+
69
69
  def initialize(enable=nil, template=nil, selectedrange=nil, cls=nil, encoding=nil, format=nil, address=nil, enableserver=nil, enablestdout=nil)
70
70
  @Enable = enable
71
71
  @Template = template
@@ -109,7 +109,7 @@ module TencentCloud
109
109
  # @type Type: String
110
110
 
111
111
  attr_accessor :OperationId, :Type
112
-
112
+
113
113
  def initialize(operationid=nil, type=nil)
114
114
  @OperationId = operationid
115
115
  @Type = type
@@ -130,7 +130,7 @@ module TencentCloud
130
130
  # @type State: String
131
131
 
132
132
  attr_accessor :Namespace, :State
133
-
133
+
134
134
  def initialize(namespace=nil, state=nil)
135
135
  @Namespace = namespace
136
136
  @State = state
@@ -154,7 +154,7 @@ module TencentCloud
154
154
  # @type NeedDelete: Boolean
155
155
 
156
156
  attr_accessor :Enable, :LogSet, :Topic, :NeedDelete
157
-
157
+
158
158
  def initialize(enable=nil, logset=nil, topic=nil, needdelete=nil)
159
159
  @Enable = enable
160
160
  @LogSet = logset
@@ -202,7 +202,7 @@ module TencentCloud
202
202
  # @type HostedNamespaces: Array
203
203
 
204
204
  attr_accessor :ClusterId, :Region, :Role, :VpcId, :SubnetId, :DisplayName, :State, :LinkedTime, :Config, :Status, :Type, :HostedNamespaces
205
-
205
+
206
206
  def initialize(clusterid=nil, region=nil, role=nil, vpcid=nil, subnetid=nil, displayname=nil, state=nil, linkedtime=nil, config=nil, status=nil, type=nil, hostednamespaces=nil)
207
207
  @ClusterId = clusterid
208
208
  @Region = region
@@ -257,7 +257,7 @@ module TencentCloud
257
257
  # @type AutoInjectionNamespaceStateList: Array
258
258
 
259
259
  attr_accessor :AutoInjectionNamespaceList, :IngressGatewayList, :EgressGatewayList, :Istiod, :DeployConfig, :AutoInjectionNamespaceStateList
260
-
260
+
261
261
  def initialize(autoinjectionnamespacelist=nil, ingressgatewaylist=nil, egressgatewaylist=nil, istiod=nil, deployconfig=nil, autoinjectionnamespacestatelist=nil)
262
262
  @AutoInjectionNamespaceList = autoinjectionnamespacelist
263
263
  @IngressGatewayList = ingressgatewaylist
@@ -318,7 +318,7 @@ module TencentCloud
318
318
  # @type LinkErrorDetail: String
319
319
 
320
320
  attr_accessor :LinkState, :LinkErrorDetail
321
-
321
+
322
322
  def initialize(linkstate=nil, linkerrordetail=nil)
323
323
  @LinkState = linkstate
324
324
  @LinkErrorDetail = linkerrordetail
@@ -347,7 +347,7 @@ module TencentCloud
347
347
  # @type TagList: Array
348
348
 
349
349
  attr_accessor :DisplayName, :MeshVersion, :Type, :Config, :ClusterList, :TagList
350
-
350
+
351
351
  def initialize(displayname=nil, meshversion=nil, type=nil, config=nil, clusterlist=nil, taglist=nil)
352
352
  @DisplayName = displayname
353
353
  @MeshVersion = meshversion
@@ -392,7 +392,7 @@ module TencentCloud
392
392
  # @type RequestId: String
393
393
 
394
394
  attr_accessor :MeshId, :RequestId
395
-
395
+
396
396
  def initialize(meshid=nil, requestid=nil)
397
397
  @MeshId = meshid
398
398
  @RequestId = requestid
@@ -407,7 +407,7 @@ module TencentCloud
407
407
  # 负载均衡跨域设置
408
408
  class CrossRegionConfig < TencentCloud::Common::AbstractModel
409
409
 
410
-
410
+
411
411
  def initialize()
412
412
  end
413
413
 
@@ -431,7 +431,7 @@ module TencentCloud
431
431
  # @type Password: String
432
432
 
433
433
  attr_accessor :Url, :AuthType, :IsPublicAddr, :VpcId, :Username, :Password
434
-
434
+
435
435
  def initialize(url=nil, authtype=nil, ispublicaddr=nil, vpcid=nil, username=nil, password=nil)
436
436
  @Url = url
437
437
  @AuthType = authtype
@@ -465,7 +465,7 @@ module TencentCloud
465
465
  # @type NeedDeleteGrafana: Boolean
466
466
 
467
467
  attr_accessor :MeshId, :NeedDeleteCLS, :NeedDeleteTMP, :NeedDeleteAPM, :NeedDeleteGrafana
468
-
468
+
469
469
  def initialize(meshid=nil, needdeletecls=nil, needdeletetmp=nil, needdeleteapm=nil, needdeletegrafana=nil)
470
470
  @MeshId = meshid
471
471
  @NeedDeleteCLS = needdeletecls
@@ -489,7 +489,7 @@ module TencentCloud
489
489
  # @type RequestId: String
490
490
 
491
491
  attr_accessor :RequestId
492
-
492
+
493
493
  def initialize(requestid=nil)
494
494
  @RequestId = requestid
495
495
  end
@@ -509,7 +509,7 @@ module TencentCloud
509
509
  # @type Nodes: Array
510
510
 
511
511
  attr_accessor :NodeSelectType, :Nodes
512
-
512
+
513
513
  def initialize(nodeselecttype=nil, nodes=nil)
514
514
  @NodeSelectType = nodeselecttype
515
515
  @Nodes = nodes
@@ -527,7 +527,7 @@ module TencentCloud
527
527
  # @type MeshId: String
528
528
 
529
529
  attr_accessor :MeshId
530
-
530
+
531
531
  def initialize(meshid=nil)
532
532
  @MeshId = meshid
533
533
  end
@@ -565,7 +565,7 @@ module TencentCloud
565
565
  # @type RequestId: String
566
566
 
567
567
  attr_accessor :File, :Format, :Encoding, :SelectedRange, :Template, :CLS, :Address, :EnableServer, :EnableStdout, :Enable, :RequestId
568
-
568
+
569
569
  def initialize(file=nil, format=nil, encoding=nil, selectedrange=nil, template=nil, cls=nil, address=nil, enableserver=nil, enablestdout=nil, enable=nil, requestid=nil)
570
570
  @File = file
571
571
  @Format = format
@@ -611,7 +611,7 @@ module TencentCloud
611
611
  # @type Offset: Integer
612
612
 
613
613
  attr_accessor :Filters, :Limit, :Offset
614
-
614
+
615
615
  def initialize(filters=nil, limit=nil, offset=nil)
616
616
  @Filters = filters
617
617
  @Limit = limit
@@ -643,7 +643,7 @@ module TencentCloud
643
643
  # @type RequestId: String
644
644
 
645
645
  attr_accessor :MeshList, :Total, :RequestId
646
-
646
+
647
647
  def initialize(meshlist=nil, total=nil, requestid=nil)
648
648
  @MeshList = meshlist
649
649
  @Total = total
@@ -670,7 +670,7 @@ module TencentCloud
670
670
  # @type MeshId: String
671
671
 
672
672
  attr_accessor :MeshId
673
-
673
+
674
674
  def initialize(meshid=nil)
675
675
  @MeshId = meshid
676
676
  end
@@ -688,7 +688,7 @@ module TencentCloud
688
688
  # @type RequestId: String
689
689
 
690
690
  attr_accessor :Mesh, :RequestId
691
-
691
+
692
692
  def initialize(mesh=nil, requestid=nil)
693
693
  @Mesh = mesh
694
694
  @RequestId = requestid
@@ -715,7 +715,7 @@ module TencentCloud
715
715
  # @type Status: :class:`Tencentcloud::Tcm.v20210413.models.EgressGatewayStatus`
716
716
 
717
717
  attr_accessor :Name, :Namespace, :Workload, :Status
718
-
718
+
719
719
  def initialize(name=nil, namespace=nil, workload=nil, status=nil)
720
720
  @Name = name
721
721
  @Namespace = namespace
@@ -747,7 +747,7 @@ module TencentCloud
747
747
  # @type State: String
748
748
 
749
749
  attr_accessor :CurrentVersion, :DesiredVersion, :State
750
-
750
+
751
751
  def initialize(currentversion=nil, desiredversion=nil, state=nil)
752
752
  @CurrentVersion = currentversion
753
753
  @DesiredVersion = desiredversion
@@ -771,7 +771,7 @@ module TencentCloud
771
771
  # @type Zone: String
772
772
 
773
773
  attr_accessor :ClusterId, :Zone
774
-
774
+
775
775
  def initialize(clusterid=nil, zone=nil)
776
776
  @ClusterId = clusterid
777
777
  @Zone = zone
@@ -793,7 +793,7 @@ module TencentCloud
793
793
  # @type L7Clusters: Array
794
794
 
795
795
  attr_accessor :L4Clusters, :L7Clusters
796
-
796
+
797
797
  def initialize(l4clusters=nil, l7clusters=nil)
798
798
  @L4Clusters = l4clusters
799
799
  @L7Clusters = l7clusters
@@ -827,7 +827,7 @@ module TencentCloud
827
827
  # @type Values: Array
828
828
 
829
829
  attr_accessor :Name, :Values
830
-
830
+
831
831
  def initialize(name=nil, values=nil)
832
832
  @Name = name
833
833
  @Values = values
@@ -856,7 +856,7 @@ module TencentCloud
856
856
  # @type PublicFailedMessage: String
857
857
 
858
858
  attr_accessor :Enabled, :InternalURL, :PublicURL, :PublicFailedReason, :PublicFailedMessage
859
-
859
+
860
860
  def initialize(enabled=nil, internalurl=nil, publicurl=nil, publicfailedreason=nil, publicfailedmessage=nil)
861
861
  @Enabled = enabled
862
862
  @InternalURL = internalurl
@@ -884,7 +884,7 @@ module TencentCloud
884
884
  # @type Metrics: Array
885
885
 
886
886
  attr_accessor :MinReplicas, :MaxReplicas, :Metrics
887
-
887
+
888
888
  def initialize(minreplicas=nil, maxreplicas=nil, metrics=nil)
889
889
  @MinReplicas = minreplicas
890
890
  @MaxReplicas = maxreplicas
@@ -926,7 +926,7 @@ module TencentCloud
926
926
  # @type LoadBalancerId: String
927
927
 
928
928
  attr_accessor :Name, :Namespace, :ClusterId, :Service, :Workload, :LoadBalancer, :Status, :LoadBalancerId
929
-
929
+
930
930
  def initialize(name=nil, namespace=nil, clusterid=nil, service=nil, workload=nil, loadbalancer=nil, status=nil, loadbalancerid=nil)
931
931
  @Name = name
932
932
  @Namespace = namespace
@@ -974,7 +974,7 @@ module TencentCloud
974
974
  # @type State: String
975
975
 
976
976
  attr_accessor :LoadBalancer, :CurrentVersion, :DesiredVersion, :State
977
-
977
+
978
978
  def initialize(loadbalancer=nil, currentversion=nil, desiredversion=nil, state=nil)
979
979
  @LoadBalancer = loadbalancer
980
980
  @CurrentVersion = currentversion
@@ -1006,7 +1006,7 @@ module TencentCloud
1006
1006
  # @type HoldProxyUntilApplicationEnds: Boolean
1007
1007
 
1008
1008
  attr_accessor :ExcludeIPRanges, :HoldApplicationUntilProxyStarts, :HoldProxyUntilApplicationEnds
1009
-
1009
+
1010
1010
  def initialize(excludeipranges=nil, holdapplicationuntilproxystarts=nil, holdproxyuntilapplicationends=nil)
1011
1011
  @ExcludeIPRanges = excludeipranges
1012
1012
  @HoldApplicationUntilProxyStarts = holdapplicationuntilproxystarts
@@ -1040,7 +1040,7 @@ module TencentCloud
1040
1040
  # @type SmartDNS: :class:`Tencentcloud::Tcm.v20210413.models.SmartDNSConfig`
1041
1041
 
1042
1042
  attr_accessor :OutboundTrafficPolicy, :Tracing, :DisablePolicyChecks, :EnablePilotHTTP, :DisableHTTPRetry, :SmartDNS
1043
-
1043
+
1044
1044
  def initialize(outboundtrafficpolicy=nil, tracing=nil, disablepolicychecks=nil, enablepilothttp=nil, disablehttpretry=nil, smartdns=nil)
1045
1045
  @OutboundTrafficPolicy = outboundtrafficpolicy
1046
1046
  @Tracing = tracing
@@ -1072,7 +1072,7 @@ module TencentCloud
1072
1072
  # @type Workload: :class:`Tencentcloud::Tcm.v20210413.models.WorkloadConfig`
1073
1073
 
1074
1074
  attr_accessor :Workload
1075
-
1075
+
1076
1076
  def initialize(workload=nil)
1077
1077
  @Workload = workload
1078
1078
  end
@@ -1093,7 +1093,7 @@ module TencentCloud
1093
1093
  # @type ClusterList: Array
1094
1094
 
1095
1095
  attr_accessor :MeshId, :ClusterList
1096
-
1096
+
1097
1097
  def initialize(meshid=nil, clusterlist=nil)
1098
1098
  @MeshId = meshid
1099
1099
  @ClusterList = clusterlist
@@ -1118,7 +1118,7 @@ module TencentCloud
1118
1118
  # @type RequestId: String
1119
1119
 
1120
1120
  attr_accessor :RequestId
1121
-
1121
+
1122
1122
  def initialize(requestid=nil)
1123
1123
  @RequestId = requestid
1124
1124
  end
@@ -1136,7 +1136,7 @@ module TencentCloud
1136
1136
  # @type Prometheus: :class:`Tencentcloud::Tcm.v20210413.models.PrometheusConfig`
1137
1137
 
1138
1138
  attr_accessor :MeshID, :Prometheus
1139
-
1139
+
1140
1140
  def initialize(meshid=nil, prometheus=nil)
1141
1141
  @MeshID = meshid
1142
1142
  @Prometheus = prometheus
@@ -1157,7 +1157,7 @@ module TencentCloud
1157
1157
  # @type RequestId: String
1158
1158
 
1159
1159
  attr_accessor :RequestId
1160
-
1160
+
1161
1161
  def initialize(requestid=nil)
1162
1162
  @RequestId = requestid
1163
1163
  end
@@ -1202,7 +1202,7 @@ module TencentCloud
1202
1202
  # @type CrossRegionConfig: :class:`Tencentcloud::Tcm.v20210413.models.CrossRegionConfig`
1203
1203
 
1204
1204
  attr_accessor :LoadBalancerType, :SubnetId, :InternetChargeType, :InternetMaxBandwidthOut, :ZoneID, :VipIsp, :TgwGroupName, :AddressIPVersion, :Tags, :ExtensiveClusters, :CrossRegionConfig
1205
-
1205
+
1206
1206
  def initialize(loadbalancertype=nil, subnetid=nil, internetchargetype=nil, internetmaxbandwidthout=nil, zoneid=nil, vipisp=nil, tgwgroupname=nil, addressipversion=nil, tags=nil, extensiveclusters=nil, crossregionconfig=nil)
1207
1207
  @LoadBalancerType = loadbalancertype
1208
1208
  @SubnetId = subnetid
@@ -1258,7 +1258,7 @@ module TencentCloud
1258
1258
  # @type LoadBalancerHostname: String
1259
1259
 
1260
1260
  attr_accessor :LoadBalancerId, :LoadBalancerName, :LoadBalancerVip, :LoadBalancerHostname
1261
-
1261
+
1262
1262
  def initialize(loadbalancerid=nil, loadbalancername=nil, loadbalancervip=nil, loadbalancerhostname=nil)
1263
1263
  @LoadBalancerId = loadbalancerid
1264
1264
  @LoadBalancerName = loadbalancername
@@ -1317,7 +1317,7 @@ module TencentCloud
1317
1317
  # @type TagList: Array
1318
1318
 
1319
1319
  attr_accessor :MeshId, :DisplayName, :Type, :Region, :Version, :State, :CreatedTime, :UpdatedTime, :ClusterList, :Config, :Status, :TagList
1320
-
1320
+
1321
1321
  def initialize(meshid=nil, displayname=nil, type=nil, region=nil, version=nil, state=nil, createdtime=nil, updatedtime=nil, clusterlist=nil, config=nil, status=nil, taglist=nil)
1322
1322
  @MeshId = meshid
1323
1323
  @DisplayName = displayname
@@ -1388,7 +1388,7 @@ module TencentCloud
1388
1388
  # @type SidecarResources: :class:`Tencentcloud::Tcm.v20210413.models.ResourceRequirements`
1389
1389
 
1390
1390
  attr_accessor :Istio, :AccessLog, :Prometheus, :Inject, :Tracing, :SidecarResources
1391
-
1391
+
1392
1392
  def initialize(istio=nil, accesslog=nil, prometheus=nil, inject=nil, tracing=nil, sidecarresources=nil)
1393
1393
  @Istio = istio
1394
1394
  @AccessLog = accesslog
@@ -1447,7 +1447,7 @@ module TencentCloud
1447
1447
  # @type TPS: :class:`Tencentcloud::Tcm.v20210413.models.PrometheusStatus`
1448
1448
 
1449
1449
  attr_accessor :ServiceCount, :CanaryVersion, :Prometheus, :StateMessage, :ActiveOperationList, :TPS
1450
-
1450
+
1451
1451
  def initialize(servicecount=nil, canaryversion=nil, prometheus=nil, statemessage=nil, activeoperationlist=nil, tps=nil)
1452
1452
  @ServiceCount = servicecount
1453
1453
  @CanaryVersion = canaryversion
@@ -1494,7 +1494,7 @@ module TencentCloud
1494
1494
  # @type Resource: :class:`Tencentcloud::Tcm.v20210413.models.ResourceMetricSource`
1495
1495
 
1496
1496
  attr_accessor :Type, :Pods, :Resource
1497
-
1497
+
1498
1498
  def initialize(type=nil, pods=nil, resource=nil)
1499
1499
  @Type = type
1500
1500
  @Pods = pods
@@ -1538,7 +1538,7 @@ module TencentCloud
1538
1538
  # @type Address: String
1539
1539
 
1540
1540
  attr_accessor :MeshId, :SelectedRange, :Template, :Enable, :CLS, :Encoding, :Format, :EnableStdout, :EnableServer, :Address
1541
-
1541
+
1542
1542
  def initialize(meshid=nil, selectedrange=nil, template=nil, enable=nil, cls=nil, encoding=nil, format=nil, enablestdout=nil, enableserver=nil, address=nil)
1543
1543
  @MeshId = meshid
1544
1544
  @SelectedRange = selectedrange
@@ -1578,7 +1578,7 @@ module TencentCloud
1578
1578
  # @type RequestId: String
1579
1579
 
1580
1580
  attr_accessor :RequestId
1581
-
1581
+
1582
1582
  def initialize(requestid=nil)
1583
1583
  @RequestId = requestid
1584
1584
  end
@@ -1600,7 +1600,7 @@ module TencentCloud
1600
1600
  # @type ClusterList: Array
1601
1601
 
1602
1602
  attr_accessor :MeshId, :DisplayName, :Config, :ClusterList
1603
-
1603
+
1604
1604
  def initialize(meshid=nil, displayname=nil, config=nil, clusterlist=nil)
1605
1605
  @MeshId = meshid
1606
1606
  @DisplayName = displayname
@@ -1632,7 +1632,7 @@ module TencentCloud
1632
1632
  # @type RequestId: String
1633
1633
 
1634
1634
  attr_accessor :RequestId
1635
-
1635
+
1636
1636
  def initialize(requestid=nil)
1637
1637
  @RequestId = requestid
1638
1638
  end
@@ -1656,7 +1656,7 @@ module TencentCloud
1656
1656
  # @type Zipkin: :class:`Tencentcloud::Tcm.v20210413.models.TracingZipkin`
1657
1657
 
1658
1658
  attr_accessor :MeshId, :Enable, :APM, :Sampling, :Zipkin
1659
-
1659
+
1660
1660
  def initialize(meshid=nil, enable=nil, apm=nil, sampling=nil, zipkin=nil)
1661
1661
  @MeshId = meshid
1662
1662
  @Enable = enable
@@ -1686,7 +1686,7 @@ module TencentCloud
1686
1686
  # @type RequestId: String
1687
1687
 
1688
1688
  attr_accessor :RequestId
1689
-
1689
+
1690
1690
  def initialize(requestid=nil)
1691
1691
  @RequestId = requestid
1692
1692
  end
@@ -1704,7 +1704,7 @@ module TencentCloud
1704
1704
  # @type TargetAverageValue: String
1705
1705
 
1706
1706
  attr_accessor :MetricName, :TargetAverageValue
1707
-
1707
+
1708
1708
  def initialize(metricname=nil, targetaveragevalue=nil)
1709
1709
  @MetricName = metricname
1710
1710
  @TargetAverageValue = targetaveragevalue
@@ -1731,7 +1731,7 @@ module TencentCloud
1731
1731
  # @type CustomProm: :class:`Tencentcloud::Tcm.v20210413.models.CustomPromConfig`
1732
1732
 
1733
1733
  attr_accessor :VpcId, :SubnetId, :Region, :InstanceId, :CustomProm
1734
-
1734
+
1735
1735
  def initialize(vpcid=nil, subnetid=nil, region=nil, instanceid=nil, customprom=nil)
1736
1736
  @VpcId = vpcid
1737
1737
  @SubnetId = subnetid
@@ -1774,7 +1774,7 @@ module TencentCloud
1774
1774
  # @type Type: String
1775
1775
 
1776
1776
  attr_accessor :PrometheusId, :DisplayName, :InstanceId, :VpcId, :State, :Region, :Grafana, :Type
1777
-
1777
+
1778
1778
  def initialize(prometheusid=nil, displayname=nil, instanceid=nil, vpcid=nil, state=nil, region=nil, grafana=nil, type=nil)
1779
1779
  @PrometheusId = prometheusid
1780
1780
  @DisplayName = displayname
@@ -1809,7 +1809,7 @@ module TencentCloud
1809
1809
  # @type Quantity: String
1810
1810
 
1811
1811
  attr_accessor :Name, :Quantity
1812
-
1812
+
1813
1813
  def initialize(name=nil, quantity=nil)
1814
1814
  @Name = name
1815
1815
  @Quantity = quantity
@@ -1831,7 +1831,7 @@ module TencentCloud
1831
1831
  # @type TargetAverageValue: String
1832
1832
 
1833
1833
  attr_accessor :Name, :TargetAverageUtilization, :TargetAverageValue
1834
-
1834
+
1835
1835
  def initialize(name=nil, targetaverageutilization=nil, targetaveragevalue=nil)
1836
1836
  @Name = name
1837
1837
  @TargetAverageUtilization = targetaverageutilization
@@ -1853,7 +1853,7 @@ module TencentCloud
1853
1853
  # @type Requests: Array
1854
1854
 
1855
1855
  attr_accessor :Limits, :Requests
1856
-
1856
+
1857
1857
  def initialize(limits=nil, requests=nil)
1858
1858
  @Limits = limits
1859
1859
  @Requests = requests
@@ -1891,7 +1891,7 @@ module TencentCloud
1891
1891
  # @type Gateways: Array
1892
1892
 
1893
1893
  attr_accessor :Namespace, :ClusterName, :ItemName, :Gateways
1894
-
1894
+
1895
1895
  def initialize(namespace=nil, clustername=nil, itemname=nil, gateways=nil)
1896
1896
  @Namespace = namespace
1897
1897
  @ClusterName = clustername
@@ -1915,7 +1915,7 @@ module TencentCloud
1915
1915
  # @type All: Boolean
1916
1916
 
1917
1917
  attr_accessor :Items, :All
1918
-
1918
+
1919
1919
  def initialize(items=nil, all=nil)
1920
1920
  @Items = items
1921
1921
  @All = all
@@ -1944,7 +1944,7 @@ module TencentCloud
1944
1944
  # @type ExternalTrafficPolicy: String
1945
1945
 
1946
1946
  attr_accessor :Type, :CLBDirectAccess, :ExternalTrafficPolicy
1947
-
1947
+
1948
1948
  def initialize(type=nil, clbdirectaccess=nil, externaltrafficpolicy=nil)
1949
1949
  @Type = type
1950
1950
  @CLBDirectAccess = clbdirectaccess
@@ -1968,7 +1968,7 @@ module TencentCloud
1968
1968
  # @type IstioMetaDNSAutoAllocate: Boolean
1969
1969
 
1970
1970
  attr_accessor :IstioMetaDNSCapture, :IstioMetaDNSAutoAllocate
1971
-
1971
+
1972
1972
  def initialize(istiometadnscapture=nil, istiometadnsautoallocate=nil)
1973
1973
  @IstioMetaDNSCapture = istiometadnscapture
1974
1974
  @IstioMetaDNSAutoAllocate = istiometadnsautoallocate
@@ -1990,7 +1990,7 @@ module TencentCloud
1990
1990
  # @type Passthrough: Boolean
1991
1991
 
1992
1992
  attr_accessor :Key, :Value, :Passthrough
1993
-
1993
+
1994
1994
  def initialize(key=nil, value=nil, passthrough=nil)
1995
1995
  @Key = key
1996
1996
  @Value = value
@@ -2016,7 +2016,7 @@ module TencentCloud
2016
2016
  # @type Zipkin: :class:`Tencentcloud::Tcm.v20210413.models.TracingZipkin`
2017
2017
 
2018
2018
  attr_accessor :Sampling, :Enable, :APM, :Zipkin
2019
-
2019
+
2020
2020
  def initialize(sampling=nil, enable=nil, apm=nil, zipkin=nil)
2021
2021
  @Sampling = sampling
2022
2022
  @Enable = enable
@@ -2044,7 +2044,7 @@ module TencentCloud
2044
2044
  # @type Address: String
2045
2045
 
2046
2046
  attr_accessor :Address
2047
-
2047
+
2048
2048
  def initialize(address=nil)
2049
2049
  @Address = address
2050
2050
  end
@@ -2062,7 +2062,7 @@ module TencentCloud
2062
2062
  # @type ClusterId: String
2063
2063
 
2064
2064
  attr_accessor :MeshId, :ClusterId
2065
-
2065
+
2066
2066
  def initialize(meshid=nil, clusterid=nil)
2067
2067
  @MeshId = meshid
2068
2068
  @ClusterId = clusterid
@@ -2080,7 +2080,7 @@ module TencentCloud
2080
2080
  # @type RequestId: String
2081
2081
 
2082
2082
  attr_accessor :RequestId
2083
-
2083
+
2084
2084
  def initialize(requestid=nil)
2085
2085
  @RequestId = requestid
2086
2086
  end
@@ -2096,7 +2096,7 @@ module TencentCloud
2096
2096
  # @type MeshID: String
2097
2097
 
2098
2098
  attr_accessor :MeshID
2099
-
2099
+
2100
2100
  def initialize(meshid=nil)
2101
2101
  @MeshID = meshid
2102
2102
  end
@@ -2112,7 +2112,7 @@ module TencentCloud
2112
2112
  # @type RequestId: String
2113
2113
 
2114
2114
  attr_accessor :RequestId
2115
-
2115
+
2116
2116
  def initialize(requestid=nil)
2117
2117
  @RequestId = requestid
2118
2118
  end
@@ -2140,7 +2140,7 @@ module TencentCloud
2140
2140
  # @type DeployMode: String
2141
2141
 
2142
2142
  attr_accessor :Replicas, :Resources, :HorizontalPodAutoscaler, :SelectedNodeList, :DeployMode
2143
-
2143
+
2144
2144
  def initialize(replicas=nil, resources=nil, horizontalpodautoscaler=nil, selectednodelist=nil, deploymode=nil)
2145
2145
  @Replicas = replicas
2146
2146
  @Resources = resources
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tcm
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.590
4
+ version: 3.0.591
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-12 00:00:00.000000000 Z
11
+ date: 2023-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common