tencentcloud-sdk-tke 1.0.349 → 1.0.352

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/v20180525/models.rb +58 -17
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d17108281296bc03fbd31594b44fd9df4b5260a7
4
- data.tar.gz: 97d0d11ed8dc446694d749a36c411cbc99d1b09e
3
+ metadata.gz: 6396f7f29e7df89b649554e03f0b36140994c9ac
4
+ data.tar.gz: 8cc602fd192c43b774f69c7c07412c60a1161742
5
5
  SHA512:
6
- metadata.gz: 5184fb219ec5fa28267ff55927320591039d1c394717f88023deba887e16ed55b84b706bc5252ffa21977e1db84d82886a706e736760ced0a319f037cb81a111
7
- data.tar.gz: 3c06cce41de7182185f48c4bb81bc30dba1e5e3a2e96248550a1139ce671689f95629e5dd9da80c40d0fcb8a6e875a71fcc2ab33f51ee1d4bce79b81efc85ec5
6
+ metadata.gz: 1fd2b100132d258638afb557cead05a5ba90242b45e9cc5d71d5783b2275fc0bbc379bac5881c70c074cd722f3f05e036da2beffdebc091897a7aa9aaeb84be4
7
+ data.tar.gz: dad70c2b2c18a08dfb3ee05689524285ad5fae3fabec46e35c8469bb9e1881de486163e72ee4cd1a4573bf5a07382cea62049f22ba970f07a22275858d0b836e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.349
1
+ 1.0.352
@@ -604,10 +604,13 @@ module TencentCloud
604
604
  # @param AutoUpgradeClusterLevel: 自动变配集群等级,针对托管集群生效
605
605
  # 注意:此字段可能返回 null,表示取不到有效值。
606
606
  # @type AutoUpgradeClusterLevel: Boolean
607
+ # @param QGPUShareEnable: 是否开启QGPU共享
608
+ # 注意:此字段可能返回 null,表示取不到有效值。
609
+ # @type QGPUShareEnable: Boolean
607
610
 
608
- attr_accessor :ClusterId, :ClusterName, :ClusterDescription, :ClusterVersion, :ClusterOs, :ClusterType, :ClusterNetworkSettings, :ClusterNodeNum, :ProjectId, :TagSpecification, :ClusterStatus, :Property, :ClusterMaterNodeNum, :ImageId, :OsCustomizeType, :ContainerRuntime, :CreatedTime, :DeletionProtection, :EnableExternalNode, :ClusterLevel, :AutoUpgradeClusterLevel
611
+ attr_accessor :ClusterId, :ClusterName, :ClusterDescription, :ClusterVersion, :ClusterOs, :ClusterType, :ClusterNetworkSettings, :ClusterNodeNum, :ProjectId, :TagSpecification, :ClusterStatus, :Property, :ClusterMaterNodeNum, :ImageId, :OsCustomizeType, :ContainerRuntime, :CreatedTime, :DeletionProtection, :EnableExternalNode, :ClusterLevel, :AutoUpgradeClusterLevel, :QGPUShareEnable
609
612
 
610
- 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)
613
+ 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)
611
614
  @ClusterId = clusterid
612
615
  @ClusterName = clustername
613
616
  @ClusterDescription = clusterdescription
@@ -629,6 +632,7 @@ module TencentCloud
629
632
  @EnableExternalNode = enableexternalnode
630
633
  @ClusterLevel = clusterlevel
631
634
  @AutoUpgradeClusterLevel = autoupgradeclusterlevel
635
+ @QGPUShareEnable = qgpushareenable
632
636
  end
633
637
 
634
638
  def deserialize(params)
@@ -663,6 +667,7 @@ module TencentCloud
663
667
  @EnableExternalNode = params['EnableExternalNode']
664
668
  @ClusterLevel = params['ClusterLevel']
665
669
  @AutoUpgradeClusterLevel = params['AutoUpgradeClusterLevel']
670
+ @QGPUShareEnable = params['QGPUShareEnable']
666
671
  end
667
672
  end
668
673
 
@@ -710,10 +715,12 @@ module TencentCloud
710
715
  # @type CiliumMode: String
711
716
  # @param IsDualStack: 集群VPC-CNI模式下是否是双栈集群,默认false,表明非双栈集群。
712
717
  # @type IsDualStack: Boolean
718
+ # @param QGPUShareEnable: 是否开启QGPU共享
719
+ # @type QGPUShareEnable: Boolean
713
720
 
714
- attr_accessor :IPVS, :AsEnabled, :ContainerRuntime, :NodeNameType, :ExtraArgs, :NetworkType, :IsNonStaticIpMode, :DeletionProtection, :KubeProxyMode, :AuditEnabled, :AuditLogsetId, :AuditLogTopicId, :VpcCniType, :RuntimeVersion, :EnableCustomizedPodCIDR, :BasePodNumber, :CiliumMode, :IsDualStack
721
+ attr_accessor :IPVS, :AsEnabled, :ContainerRuntime, :NodeNameType, :ExtraArgs, :NetworkType, :IsNonStaticIpMode, :DeletionProtection, :KubeProxyMode, :AuditEnabled, :AuditLogsetId, :AuditLogTopicId, :VpcCniType, :RuntimeVersion, :EnableCustomizedPodCIDR, :BasePodNumber, :CiliumMode, :IsDualStack, :QGPUShareEnable
715
722
 
716
- 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)
723
+ 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)
717
724
  @IPVS = ipvs
718
725
  @AsEnabled = asenabled
719
726
  @ContainerRuntime = containerruntime
@@ -732,6 +739,7 @@ module TencentCloud
732
739
  @BasePodNumber = basepodnumber
733
740
  @CiliumMode = ciliummode
734
741
  @IsDualStack = isdualstack
742
+ @QGPUShareEnable = qgpushareenable
735
743
  end
736
744
 
737
745
  def deserialize(params)
@@ -756,6 +764,7 @@ module TencentCloud
756
764
  @BasePodNumber = params['BasePodNumber']
757
765
  @CiliumMode = params['CiliumMode']
758
766
  @IsDualStack = params['IsDualStack']
767
+ @QGPUShareEnable = params['QGPUShareEnable']
759
768
  end
760
769
  end
761
770
 
@@ -980,7 +989,7 @@ module TencentCloud
980
989
  # @type ClusterCIDR: String
981
990
  # @param IgnoreClusterCIDRConflict: 是否忽略 ClusterCIDR 冲突错误, 默认不忽略
982
991
  # @type IgnoreClusterCIDRConflict: Boolean
983
- # @param MaxNodePodNum: 集群中每个Node上最大的Pod数量。取值范围4~256。不为2的幂值时会向上取最接近的2的幂值。
992
+ # @param MaxNodePodNum: 集群中每个Node上最大的Pod数量。取值范围16~256。不为2的幂值时会向上取最接近的2的幂值。
984
993
  # @type MaxNodePodNum: Integer
985
994
  # @param MaxClusterServiceNum: 集群最大的service数量。取值范围32~32768,不为2的幂值时会向上取最接近的2的幂值。默认值256
986
995
  # @type MaxClusterServiceNum: Integer
@@ -1251,10 +1260,16 @@ module TencentCloud
1251
1260
  # @param IgnoreServiceCIDRConflict: 是否忽略 ServiceCIDR 冲突错误, 仅在 VPC-CNI 模式生效,默认不忽略
1252
1261
  # 注意:此字段可能返回 null,表示取不到有效值。
1253
1262
  # @type IgnoreServiceCIDRConflict: Boolean
1263
+ # @param IsDualStack: 集群VPC-CNI模式是否为非双栈集群,默认false,非双栈。
1264
+ # 注意:此字段可能返回 null,表示取不到有效值。
1265
+ # @type IsDualStack: Boolean
1266
+ # @param Ipv6ServiceCIDR: 用于分配service的IP range,由系统自动分配
1267
+ # 注意:此字段可能返回 null,表示取不到有效值。
1268
+ # @type Ipv6ServiceCIDR: String
1254
1269
 
1255
- attr_accessor :ClusterCIDR, :IgnoreClusterCIDRConflict, :MaxNodePodNum, :MaxClusterServiceNum, :Ipvs, :VpcId, :Cni, :KubeProxyMode, :ServiceCIDR, :Subnets, :IgnoreServiceCIDRConflict
1270
+ attr_accessor :ClusterCIDR, :IgnoreClusterCIDRConflict, :MaxNodePodNum, :MaxClusterServiceNum, :Ipvs, :VpcId, :Cni, :KubeProxyMode, :ServiceCIDR, :Subnets, :IgnoreServiceCIDRConflict, :IsDualStack, :Ipv6ServiceCIDR
1256
1271
 
1257
- def initialize(clustercidr=nil, ignoreclustercidrconflict=nil, maxnodepodnum=nil, maxclusterservicenum=nil, ipvs=nil, vpcid=nil, cni=nil, kubeproxymode=nil, servicecidr=nil, subnets=nil, ignoreservicecidrconflict=nil)
1272
+ 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)
1258
1273
  @ClusterCIDR = clustercidr
1259
1274
  @IgnoreClusterCIDRConflict = ignoreclustercidrconflict
1260
1275
  @MaxNodePodNum = maxnodepodnum
@@ -1266,6 +1281,8 @@ module TencentCloud
1266
1281
  @ServiceCIDR = servicecidr
1267
1282
  @Subnets = subnets
1268
1283
  @IgnoreServiceCIDRConflict = ignoreservicecidrconflict
1284
+ @IsDualStack = isdualstack
1285
+ @Ipv6ServiceCIDR = ipv6servicecidr
1269
1286
  end
1270
1287
 
1271
1288
  def deserialize(params)
@@ -1280,6 +1297,8 @@ module TencentCloud
1280
1297
  @ServiceCIDR = params['ServiceCIDR']
1281
1298
  @Subnets = params['Subnets']
1282
1299
  @IgnoreServiceCIDRConflict = params['IgnoreServiceCIDRConflict']
1300
+ @IsDualStack = params['IsDualStack']
1301
+ @Ipv6ServiceCIDR = params['Ipv6ServiceCIDR']
1283
1302
  end
1284
1303
  end
1285
1304
 
@@ -1798,10 +1817,12 @@ module TencentCloud
1798
1817
  # @type OsCustomizeType: String
1799
1818
  # @param Tags: 资源标签
1800
1819
  # @type Tags: Array
1820
+ # @param DeletionProtection: 删除保护开关
1821
+ # @type DeletionProtection: Boolean
1801
1822
 
1802
- attr_accessor :ClusterId, :AutoScalingGroupPara, :LaunchConfigurePara, :InstanceAdvancedSettings, :EnableAutoscale, :Name, :Labels, :Taints, :ContainerRuntime, :RuntimeVersion, :NodePoolOs, :OsCustomizeType, :Tags
1823
+ attr_accessor :ClusterId, :AutoScalingGroupPara, :LaunchConfigurePara, :InstanceAdvancedSettings, :EnableAutoscale, :Name, :Labels, :Taints, :ContainerRuntime, :RuntimeVersion, :NodePoolOs, :OsCustomizeType, :Tags, :DeletionProtection
1803
1824
 
1804
- 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)
1825
+ 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)
1805
1826
  @ClusterId = clusterid
1806
1827
  @AutoScalingGroupPara = autoscalinggrouppara
1807
1828
  @LaunchConfigurePara = launchconfigurepara
@@ -1815,6 +1836,7 @@ module TencentCloud
1815
1836
  @NodePoolOs = nodepoolos
1816
1837
  @OsCustomizeType = oscustomizetype
1817
1838
  @Tags = tags
1839
+ @DeletionProtection = deletionprotection
1818
1840
  end
1819
1841
 
1820
1842
  def deserialize(params)
@@ -1855,6 +1877,7 @@ module TencentCloud
1855
1877
  @Tags << tag_tmp
1856
1878
  end
1857
1879
  end
1880
+ @DeletionProtection = params['DeletionProtection']
1858
1881
  end
1859
1882
  end
1860
1883
 
@@ -10031,16 +10054,19 @@ module TencentCloud
10031
10054
  # @type ClusterLevel: String
10032
10055
  # @param AutoUpgradeClusterLevel: 自动变配集群等级
10033
10056
  # @type AutoUpgradeClusterLevel: :class:`Tencentcloud::Tke.v20180525.models.AutoUpgradeClusterLevel`
10057
+ # @param QGPUShareEnable: 是否开启QGPU共享
10058
+ # @type QGPUShareEnable: Boolean
10034
10059
 
10035
- attr_accessor :ClusterId, :ProjectId, :ClusterName, :ClusterDesc, :ClusterLevel, :AutoUpgradeClusterLevel
10060
+ attr_accessor :ClusterId, :ProjectId, :ClusterName, :ClusterDesc, :ClusterLevel, :AutoUpgradeClusterLevel, :QGPUShareEnable
10036
10061
 
10037
- def initialize(clusterid=nil, projectid=nil, clustername=nil, clusterdesc=nil, clusterlevel=nil, autoupgradeclusterlevel=nil)
10062
+ def initialize(clusterid=nil, projectid=nil, clustername=nil, clusterdesc=nil, clusterlevel=nil, autoupgradeclusterlevel=nil, qgpushareenable=nil)
10038
10063
  @ClusterId = clusterid
10039
10064
  @ProjectId = projectid
10040
10065
  @ClusterName = clustername
10041
10066
  @ClusterDesc = clusterdesc
10042
10067
  @ClusterLevel = clusterlevel
10043
10068
  @AutoUpgradeClusterLevel = autoupgradeclusterlevel
10069
+ @QGPUShareEnable = qgpushareenable
10044
10070
  end
10045
10071
 
10046
10072
  def deserialize(params)
@@ -10053,6 +10079,7 @@ module TencentCloud
10053
10079
  @AutoUpgradeClusterLevel = AutoUpgradeClusterLevel.new
10054
10080
  @AutoUpgradeClusterLevel.deserialize(params['AutoUpgradeClusterLevel'])
10055
10081
  end
10082
+ @QGPUShareEnable = params['QGPUShareEnable']
10056
10083
  end
10057
10084
  end
10058
10085
 
@@ -10073,17 +10100,21 @@ module TencentCloud
10073
10100
  # @param AutoUpgradeClusterLevel: 自动变配集群等级
10074
10101
  # 注意:此字段可能返回 null,表示取不到有效值。
10075
10102
  # @type AutoUpgradeClusterLevel: :class:`Tencentcloud::Tke.v20180525.models.AutoUpgradeClusterLevel`
10103
+ # @param QGPUShareEnable: 是否开启QGPU共享
10104
+ # 注意:此字段可能返回 null,表示取不到有效值。
10105
+ # @type QGPUShareEnable: Boolean
10076
10106
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10077
10107
  # @type RequestId: String
10078
10108
 
10079
- attr_accessor :ProjectId, :ClusterName, :ClusterDesc, :ClusterLevel, :AutoUpgradeClusterLevel, :RequestId
10109
+ attr_accessor :ProjectId, :ClusterName, :ClusterDesc, :ClusterLevel, :AutoUpgradeClusterLevel, :QGPUShareEnable, :RequestId
10080
10110
 
10081
- def initialize(projectid=nil, clustername=nil, clusterdesc=nil, clusterlevel=nil, autoupgradeclusterlevel=nil, requestid=nil)
10111
+ def initialize(projectid=nil, clustername=nil, clusterdesc=nil, clusterlevel=nil, autoupgradeclusterlevel=nil, qgpushareenable=nil, requestid=nil)
10082
10112
  @ProjectId = projectid
10083
10113
  @ClusterName = clustername
10084
10114
  @ClusterDesc = clusterdesc
10085
10115
  @ClusterLevel = clusterlevel
10086
10116
  @AutoUpgradeClusterLevel = autoupgradeclusterlevel
10117
+ @QGPUShareEnable = qgpushareenable
10087
10118
  @RequestId = requestid
10088
10119
  end
10089
10120
 
@@ -10096,6 +10127,7 @@ module TencentCloud
10096
10127
  @AutoUpgradeClusterLevel = AutoUpgradeClusterLevel.new
10097
10128
  @AutoUpgradeClusterLevel.deserialize(params['AutoUpgradeClusterLevel'])
10098
10129
  end
10130
+ @QGPUShareEnable = params['QGPUShareEnable']
10099
10131
  @RequestId = params['RequestId']
10100
10132
  end
10101
10133
  end
@@ -10203,10 +10235,12 @@ module TencentCloud
10203
10235
  # @type Tags: Array
10204
10236
  # @param Unschedulable: 设置加入的节点是否参与调度,默认值为0,表示参与调度;非0表示不参与调度, 待节点初始化完成之后, 可执行kubectl uncordon nodename使node加入调度.
10205
10237
  # @type Unschedulable: Integer
10238
+ # @param DeletionProtection: 删除保护开关
10239
+ # @type DeletionProtection: Boolean
10206
10240
 
10207
- attr_accessor :ClusterId, :NodePoolId, :Name, :MaxNodesNum, :MinNodesNum, :Labels, :Taints, :EnableAutoscale, :OsName, :OsCustomizeType, :ExtraArgs, :Tags, :Unschedulable
10241
+ attr_accessor :ClusterId, :NodePoolId, :Name, :MaxNodesNum, :MinNodesNum, :Labels, :Taints, :EnableAutoscale, :OsName, :OsCustomizeType, :ExtraArgs, :Tags, :Unschedulable, :DeletionProtection
10208
10242
 
10209
- def initialize(clusterid=nil, nodepoolid=nil, name=nil, maxnodesnum=nil, minnodesnum=nil, labels=nil, taints=nil, enableautoscale=nil, osname=nil, oscustomizetype=nil, extraargs=nil, tags=nil, unschedulable=nil)
10243
+ def initialize(clusterid=nil, nodepoolid=nil, name=nil, maxnodesnum=nil, minnodesnum=nil, labels=nil, taints=nil, enableautoscale=nil, osname=nil, oscustomizetype=nil, extraargs=nil, tags=nil, unschedulable=nil, deletionprotection=nil)
10210
10244
  @ClusterId = clusterid
10211
10245
  @NodePoolId = nodepoolid
10212
10246
  @Name = name
@@ -10220,6 +10254,7 @@ module TencentCloud
10220
10254
  @ExtraArgs = extraargs
10221
10255
  @Tags = tags
10222
10256
  @Unschedulable = unschedulable
10257
+ @DeletionProtection = deletionprotection
10223
10258
  end
10224
10259
 
10225
10260
  def deserialize(params)
@@ -10260,6 +10295,7 @@ module TencentCloud
10260
10295
  end
10261
10296
  end
10262
10297
  @Unschedulable = params['Unschedulable']
10298
+ @DeletionProtection = params['DeletionProtection']
10263
10299
  end
10264
10300
  end
10265
10301
 
@@ -10820,10 +10856,13 @@ module TencentCloud
10820
10856
  # @param Tags: 资源标签
10821
10857
  # 注意:此字段可能返回 null,表示取不到有效值。
10822
10858
  # @type Tags: Array
10859
+ # @param DeletionProtection: 删除保护开关
10860
+ # 注意:此字段可能返回 null,表示取不到有效值。
10861
+ # @type DeletionProtection: Boolean
10823
10862
 
10824
- attr_accessor :NodePoolId, :Name, :ClusterInstanceId, :LifeState, :LaunchConfigurationId, :AutoscalingGroupId, :Labels, :Taints, :NodeCountSummary, :AutoscalingGroupStatus, :MaxNodesNum, :MinNodesNum, :DesiredNodesNum, :NodePoolOs, :OsCustomizeType, :ImageId, :DesiredPodNum, :UserScript, :Tags
10863
+ attr_accessor :NodePoolId, :Name, :ClusterInstanceId, :LifeState, :LaunchConfigurationId, :AutoscalingGroupId, :Labels, :Taints, :NodeCountSummary, :AutoscalingGroupStatus, :MaxNodesNum, :MinNodesNum, :DesiredNodesNum, :NodePoolOs, :OsCustomizeType, :ImageId, :DesiredPodNum, :UserScript, :Tags, :DeletionProtection
10825
10864
 
10826
- 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)
10865
+ 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)
10827
10866
  @NodePoolId = nodepoolid
10828
10867
  @Name = name
10829
10868
  @ClusterInstanceId = clusterinstanceid
@@ -10843,6 +10882,7 @@ module TencentCloud
10843
10882
  @DesiredPodNum = desiredpodnum
10844
10883
  @UserScript = userscript
10845
10884
  @Tags = tags
10885
+ @DeletionProtection = deletionprotection
10846
10886
  end
10847
10887
 
10848
10888
  def deserialize(params)
@@ -10889,6 +10929,7 @@ module TencentCloud
10889
10929
  @Tags << tag_tmp
10890
10930
  end
10891
10931
  end
10932
+ @DeletionProtection = params['DeletionProtection']
10892
10933
  end
10893
10934
  end
10894
10935
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tke
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.349
4
+ version: 1.0.352
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-05 00:00:00.000000000 Z
11
+ date: 2022-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common