tencentcloud-sdk-tse 3.0.590 → 3.0.592

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201207/models.rb +40 -40
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5c549184dfbf3045e363b95616c13d1df020570a
4
- data.tar.gz: b5ccc32071760d4548c1a90c8512179bb55b9ec1
3
+ metadata.gz: 7574afdcdb27c5db1d378b6f90a8aea0b7688302
4
+ data.tar.gz: 49a6a329a7006962dbb33ccc89a73e360f763a64
5
5
  SHA512:
6
- metadata.gz: 0061037d7d602ac3319a8eeb7881525e1b20698e4881e1506c4603b2ccca37df45af0a6bc8867ca845bfeb1b06bead156ee30df068a1bbaece675023c1167b8b
7
- data.tar.gz: cb3743043f121259470387e179d3fdda60f5c2746d193cc709334687e4b9145112b07b1f7ace9c5ccd64af88e65e157f555c6bd223044af0c47715e3a48800be
6
+ metadata.gz: 01a1cb7bd7be6b4c55487ebf87abed91da481df5645dd8e47dbfee97cc8757124b8cfe0e4dc38d68e426b8bbc35d7d2d12534e83b85683b9e9792774146ba724
7
+ data.tar.gz: 90c402ba7cdf6754cd8ec3b66112febb76bddada735aef06a92c0787f595040a46294fcfd497be0c57872fc4711258c7b581696144f7a03ad01be2318377e849
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -38,7 +38,7 @@ module TencentCloud
38
38
  # @type EnvDesc: String
39
39
 
40
40
  attr_accessor :Name, :EngineResourceSpec, :EngineNodeNum, :StorageCapacity, :VpcId, :SubnetId, :EnvDesc
41
-
41
+
42
42
  def initialize(name=nil, engineresourcespec=nil, enginenodenum=nil, storagecapacity=nil, vpcid=nil, subnetid=nil, envdesc=nil)
43
43
  @Name = name
44
44
  @EngineResourceSpec = engineresourcespec
@@ -72,7 +72,7 @@ module TencentCloud
72
72
  # @type SyncMode: String
73
73
 
74
74
  attr_accessor :BoundClusterId, :BoundClusterType, :SyncMode
75
-
75
+
76
76
  def initialize(boundclusterid=nil, boundclustertype=nil, syncmode=nil)
77
77
  @BoundClusterId = boundclusterid
78
78
  @BoundClusterType = boundclustertype
@@ -109,7 +109,7 @@ module TencentCloud
109
109
  # @type Status: String
110
110
 
111
111
  attr_accessor :NodeId, :NodeIp, :ZoneId, :Zone, :GroupId, :GroupName, :Status
112
-
112
+
113
113
  def initialize(nodeid=nil, nodeip=nil, zoneid=nil, zone=nil, groupid=nil, groupname=nil, status=nil)
114
114
  @NodeId = nodeid
115
115
  @NodeIp = nodeip
@@ -223,7 +223,7 @@ module TencentCloud
223
223
  # @type EngineRegionInfos: Array
224
224
 
225
225
  attr_accessor :EngineType, :EngineVersion, :EngineProductVersion, :EngineRegion, :EngineName, :TradeType, :EngineResourceSpec, :EngineNodeNum, :VpcId, :SubnetId, :ApolloEnvParams, :EngineTags, :EngineAdmin, :PrepaidPeriod, :PrepaidRenewFlag, :EngineRegionInfos
226
-
226
+
227
227
  def initialize(enginetype=nil, engineversion=nil, engineproductversion=nil, engineregion=nil, enginename=nil, tradetype=nil, engineresourcespec=nil, enginenodenum=nil, vpcid=nil, subnetid=nil, apolloenvparams=nil, enginetags=nil, engineadmin=nil, prepaidperiod=nil, prepaidrenewflag=nil, engineregioninfos=nil)
228
228
  @EngineType = enginetype
229
229
  @EngineVersion = engineversion
@@ -295,7 +295,7 @@ module TencentCloud
295
295
  # @type RequestId: String
296
296
 
297
297
  attr_accessor :InstanceId, :RequestId
298
-
298
+
299
299
  def initialize(instanceid=nil, requestid=nil)
300
300
  @InstanceId = instanceid
301
301
  @RequestId = requestid
@@ -313,7 +313,7 @@ module TencentCloud
313
313
  # @type InstanceId: String
314
314
 
315
315
  attr_accessor :InstanceId
316
-
316
+
317
317
  def initialize(instanceid=nil)
318
318
  @InstanceId = instanceid
319
319
  end
@@ -329,7 +329,7 @@ module TencentCloud
329
329
  # @type RequestId: String
330
330
 
331
331
  attr_accessor :RequestId
332
-
332
+
333
333
  def initialize(requestid=nil)
334
334
  @RequestId = requestid
335
335
  end
@@ -351,7 +351,7 @@ module TencentCloud
351
351
  # @type Offset: Integer
352
352
 
353
353
  attr_accessor :GatewayId, :GroupId, :Limit, :Offset
354
-
354
+
355
355
  def initialize(gatewayid=nil, groupid=nil, limit=nil, offset=nil)
356
356
  @GatewayId = gatewayid
357
357
  @GroupId = groupid
@@ -375,7 +375,7 @@ module TencentCloud
375
375
  # @type RequestId: String
376
376
 
377
377
  attr_accessor :Result, :RequestId
378
-
378
+
379
379
  def initialize(result=nil, requestid=nil)
380
380
  @Result = result
381
381
  @RequestId = requestid
@@ -398,7 +398,7 @@ module TencentCloud
398
398
  # @type NodeList: Array
399
399
 
400
400
  attr_accessor :TotalCount, :NodeList
401
-
401
+
402
402
  def initialize(totalcount=nil, nodelist=nil)
403
403
  @TotalCount = totalcount
404
404
  @NodeList = nodelist
@@ -436,7 +436,7 @@ module TencentCloud
436
436
  # @type EnableClientInternet: Boolean
437
437
 
438
438
  attr_accessor :EngineRegion, :Replica, :SpecId, :IntranetVpcInfos, :EnableClientInternet
439
-
439
+
440
440
  def initialize(engineregion=nil, replica=nil, specid=nil, intranetvpcinfos=nil, enableclientinternet=nil)
441
441
  @EngineRegion = engineregion
442
442
  @Replica = replica
@@ -471,7 +471,7 @@ module TencentCloud
471
471
  # @type Offset: Integer
472
472
 
473
473
  attr_accessor :InstanceId, :Limit, :Offset
474
-
474
+
475
475
  def initialize(instanceid=nil, limit=nil, offset=nil)
476
476
  @InstanceId = instanceid
477
477
  @Limit = limit
@@ -496,7 +496,7 @@ module TencentCloud
496
496
  # @type RequestId: String
497
497
 
498
498
  attr_accessor :Replicas, :TotalCount, :RequestId
499
-
499
+
500
500
  def initialize(replicas=nil, totalcount=nil, requestid=nil)
501
501
  @Replicas = replicas
502
502
  @TotalCount = totalcount
@@ -527,7 +527,7 @@ module TencentCloud
527
527
  # @type Offset: Integer
528
528
 
529
529
  attr_accessor :InstanceId, :Limit, :Offset
530
-
530
+
531
531
  def initialize(instanceid=nil, limit=nil, offset=nil)
532
532
  @InstanceId = instanceid
533
533
  @Limit = limit
@@ -551,7 +551,7 @@ module TencentCloud
551
551
  # @type RequestId: String
552
552
 
553
553
  attr_accessor :TotalCount, :Content, :RequestId
554
-
554
+
555
555
  def initialize(totalcount=nil, content=nil, requestid=nil)
556
556
  @TotalCount = totalcount
557
557
  @Content = content
@@ -586,7 +586,7 @@ module TencentCloud
586
586
  # @type EngineRegion: String
587
587
 
588
588
  attr_accessor :InstanceId, :VpcId, :SubnetId, :Workload, :EngineRegion
589
-
589
+
590
590
  def initialize(instanceid=nil, vpcid=nil, subnetid=nil, workload=nil, engineregion=nil)
591
591
  @InstanceId = instanceid
592
592
  @VpcId = vpcid
@@ -631,7 +631,7 @@ module TencentCloud
631
631
  # @type RequestId: String
632
632
 
633
633
  attr_accessor :IntranetAddress, :InternetAddress, :EnvAddressInfos, :ConsoleInternetAddress, :ConsoleIntranetAddress, :InternetBandWidth, :ConsoleInternetBandWidth, :LimiterAddressInfos, :RequestId
634
-
634
+
635
635
  def initialize(intranetaddress=nil, internetaddress=nil, envaddressinfos=nil, consoleinternetaddress=nil, consoleintranetaddress=nil, internetbandwidth=nil, consoleinternetbandwidth=nil, limiteraddressinfos=nil, requestid=nil)
636
636
  @IntranetAddress = intranetaddress
637
637
  @InternetAddress = internetaddress
@@ -685,7 +685,7 @@ module TencentCloud
685
685
  # @type QuerySource: String
686
686
 
687
687
  attr_accessor :Filters, :Limit, :Offset, :QueryType, :QuerySource
688
-
688
+
689
689
  def initialize(filters=nil, limit=nil, offset=nil, querytype=nil, querysource=nil)
690
690
  @Filters = filters
691
691
  @Limit = limit
@@ -720,7 +720,7 @@ module TencentCloud
720
720
  # @type RequestId: String
721
721
 
722
722
  attr_accessor :TotalCount, :Content, :RequestId
723
-
723
+
724
724
  def initialize(totalcount=nil, content=nil, requestid=nil)
725
725
  @TotalCount = totalcount
726
726
  @Content = content
@@ -751,7 +751,7 @@ module TencentCloud
751
751
  # @type Offset: Integer
752
752
 
753
753
  attr_accessor :InstanceId, :Limit, :Offset
754
-
754
+
755
755
  def initialize(instanceid=nil, limit=nil, offset=nil)
756
756
  @InstanceId = instanceid
757
757
  @Limit = limit
@@ -776,7 +776,7 @@ module TencentCloud
776
776
  # @type RequestId: String
777
777
 
778
778
  attr_accessor :Replicas, :TotalCount, :RequestId
779
-
779
+
780
780
  def initialize(replicas=nil, totalcount=nil, requestid=nil)
781
781
  @Replicas = replicas
782
782
  @TotalCount = totalcount
@@ -807,7 +807,7 @@ module TencentCloud
807
807
  # @type Offset: Integer
808
808
 
809
809
  attr_accessor :InstanceId, :Limit, :Offset
810
-
810
+
811
811
  def initialize(instanceid=nil, limit=nil, offset=nil)
812
812
  @InstanceId = instanceid
813
813
  @Limit = limit
@@ -831,7 +831,7 @@ module TencentCloud
831
831
  # @type RequestId: String
832
832
 
833
833
  attr_accessor :TotalCount, :Content, :RequestId
834
-
834
+
835
835
  def initialize(totalcount=nil, content=nil, requestid=nil)
836
836
  @TotalCount = totalcount
837
837
  @Content = content
@@ -862,7 +862,7 @@ module TencentCloud
862
862
  # @type Token: String
863
863
 
864
864
  attr_accessor :Name, :Password, :Token
865
-
865
+
866
866
  def initialize(name=nil, password=nil, token=nil)
867
867
  @Name = name
868
868
  @Password = password
@@ -886,7 +886,7 @@ module TencentCloud
886
886
  # @type VpcInfos: Array
887
887
 
888
888
  attr_accessor :EngineRegion, :Replica, :VpcInfos
889
-
889
+
890
890
  def initialize(engineregion=nil, replica=nil, vpcinfos=nil)
891
891
  @EngineRegion = engineregion
892
892
  @Replica = replica
@@ -926,7 +926,7 @@ module TencentCloud
926
926
  # @type InternetBandWidth: Integer
927
927
 
928
928
  attr_accessor :EnvName, :EnableConfigInternet, :ConfigInternetServiceIp, :ConfigIntranetAddress, :EnableConfigIntranet, :InternetBandWidth
929
-
929
+
930
930
  def initialize(envname=nil, enableconfiginternet=nil, configinternetserviceip=nil, configintranetaddress=nil, enableconfigintranet=nil, internetbandwidth=nil)
931
931
  @EnvName = envname
932
932
  @EnableConfigInternet = enableconfiginternet
@@ -981,7 +981,7 @@ module TencentCloud
981
981
  # @type EnableConfigIntranet: Boolean
982
982
 
983
983
  attr_accessor :EnvName, :VpcInfos, :StorageCapacity, :Status, :AdminServiceIp, :ConfigServiceIp, :EnableConfigInternet, :ConfigInternetServiceIp, :SpecId, :EnvReplica, :RunningCount, :AliasEnvName, :EnvDesc, :ClientBandWidth, :EnableConfigIntranet
984
-
984
+
985
985
  def initialize(envname=nil, vpcinfos=nil, storagecapacity=nil, status=nil, adminserviceip=nil, configserviceip=nil, enableconfiginternet=nil, configinternetserviceip=nil, specid=nil, envreplica=nil, runningcount=nil, aliasenvname=nil, envdesc=nil, clientbandwidth=nil, enableconfigintranet=nil)
986
986
  @EnvName = envname
987
987
  @VpcInfos = vpcinfos
@@ -1034,7 +1034,7 @@ module TencentCloud
1034
1034
  # @type Values: Array
1035
1035
 
1036
1036
  attr_accessor :Name, :Values
1037
-
1037
+
1038
1038
  def initialize(name=nil, values=nil)
1039
1039
  @Name = name
1040
1040
  @Values = values
@@ -1054,7 +1054,7 @@ module TencentCloud
1054
1054
  # @type TagValue: String
1055
1055
 
1056
1056
  attr_accessor :TagKey, :TagValue
1057
-
1057
+
1058
1058
  def initialize(tagkey=nil, tagvalue=nil)
1059
1059
  @TagKey = tagkey
1060
1060
  @TagValue = tagvalue
@@ -1074,7 +1074,7 @@ module TencentCloud
1074
1074
  # @type Value: String
1075
1075
 
1076
1076
  attr_accessor :Key, :Value
1077
-
1077
+
1078
1078
  def initialize(key=nil, value=nil)
1079
1079
  @Key = key
1080
1080
  @Value = value
@@ -1108,7 +1108,7 @@ module TencentCloud
1108
1108
  # @type VpcId: String
1109
1109
 
1110
1110
  attr_accessor :Name, :Role, :Status, :SubnetId, :Zone, :ZoneId, :VpcId
1111
-
1111
+
1112
1112
  def initialize(name=nil, role=nil, status=nil, subnetid=nil, zone=nil, zoneid=nil, vpcid=nil)
1113
1113
  @Name = name
1114
1114
  @Role = role
@@ -1137,7 +1137,7 @@ module TencentCloud
1137
1137
  # @type Interface: String
1138
1138
 
1139
1139
  attr_accessor :Interface
1140
-
1140
+
1141
1141
  def initialize(interface=nil)
1142
1142
  @Interface = interface
1143
1143
  end
@@ -1154,7 +1154,7 @@ module TencentCloud
1154
1154
  # @type IntranetAddress: String
1155
1155
 
1156
1156
  attr_accessor :IntranetAddress
1157
-
1157
+
1158
1158
  def initialize(intranetaddress=nil)
1159
1159
  @IntranetAddress = intranetaddress
1160
1160
  end
@@ -1259,7 +1259,7 @@ module TencentCloud
1259
1259
  # @type EnableClientIntranet: Boolean
1260
1260
 
1261
1261
  attr_accessor :InstanceId, :Name, :Edition, :Status, :SpecId, :Replica, :Type, :VpcId, :SubnetIds, :EnableStorage, :StorageType, :StorageCapacity, :Paymode, :EKSClusterID, :CreateTime, :EnvInfos, :EngineRegion, :EnableInternet, :VpcInfos, :ServiceGovernanceInfos, :Tags, :EnableConsoleInternet, :EnableConsoleIntranet, :ConfigInfoVisible, :ConsoleDefaultPwd, :TradeType, :AutoRenewFlag, :CurDeadline, :IsolateTime, :RegionInfos, :EKSType, :FeatureVersion, :EnableClientIntranet
1262
-
1262
+
1263
1263
  def initialize(instanceid=nil, name=nil, edition=nil, status=nil, specid=nil, replica=nil, type=nil, vpcid=nil, subnetids=nil, enablestorage=nil, storagetype=nil, storagecapacity=nil, paymode=nil, eksclusterid=nil, createtime=nil, envinfos=nil, engineregion=nil, enableinternet=nil, vpcinfos=nil, servicegovernanceinfos=nil, tags=nil, enableconsoleinternet=nil, enableconsoleintranet=nil, configinfovisible=nil, consoledefaultpwd=nil, tradetype=nil, autorenewflag=nil, curdeadline=nil, isolatetime=nil, regioninfos=nil, ekstype=nil, featureversion=nil, enableclientintranet=nil)
1264
1264
  @InstanceId = instanceid
1265
1265
  @Name = name
@@ -1388,7 +1388,7 @@ module TencentCloud
1388
1388
  # @type LimiterVpcInfos: Array
1389
1389
 
1390
1390
  attr_accessor :EngineRegion, :BoundK8SInfos, :VpcInfos, :AuthOpen, :Features, :MainPassword, :PgwVpcInfos, :LimiterVpcInfos
1391
-
1391
+
1392
1392
  def initialize(engineregion=nil, boundk8sinfos=nil, vpcinfos=nil, authopen=nil, features=nil, mainpassword=nil, pgwvpcinfos=nil, limitervpcinfos=nil)
1393
1393
  @EngineRegion = engineregion
1394
1394
  @BoundK8SInfos = boundk8sinfos
@@ -1450,7 +1450,7 @@ module TencentCloud
1450
1450
  # @type EnableClientInternetAccess: Boolean
1451
1451
 
1452
1452
  attr_accessor :InstanceId, :EngineType, :EnableClientInternetAccess
1453
-
1453
+
1454
1454
  def initialize(instanceid=nil, enginetype=nil, enableclientinternetaccess=nil)
1455
1455
  @InstanceId = instanceid
1456
1456
  @EngineType = enginetype
@@ -1470,7 +1470,7 @@ module TencentCloud
1470
1470
  # @type RequestId: String
1471
1471
 
1472
1472
  attr_accessor :RequestId
1473
-
1473
+
1474
1474
  def initialize(requestid=nil)
1475
1475
  @RequestId = requestid
1476
1476
  end
@@ -1491,7 +1491,7 @@ module TencentCloud
1491
1491
  # @type IntranetAddress: String
1492
1492
 
1493
1493
  attr_accessor :VpcId, :SubnetId, :IntranetAddress
1494
-
1494
+
1495
1495
  def initialize(vpcid=nil, subnetid=nil, intranetaddress=nil)
1496
1496
  @VpcId = vpcid
1497
1497
  @SubnetId = subnetid
@@ -1530,7 +1530,7 @@ module TencentCloud
1530
1530
  # @type VpcId: String
1531
1531
 
1532
1532
  attr_accessor :Name, :Role, :Status, :SubnetId, :Zone, :ZoneId, :AliasName, :VpcId
1533
-
1533
+
1534
1534
  def initialize(name=nil, role=nil, status=nil, subnetid=nil, zone=nil, zoneid=nil, aliasname=nil, vpcid=nil)
1535
1535
  @Name = name
1536
1536
  @Role = role
@@ -1561,7 +1561,7 @@ module TencentCloud
1561
1561
  # @type Interface: String
1562
1562
 
1563
1563
  attr_accessor :Interface
1564
-
1564
+
1565
1565
  def initialize(interface=nil)
1566
1566
  @Interface = interface
1567
1567
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tse
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.590
4
+ version: 3.0.592
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-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common