tencentcloud-sdk-tke 1.0.347 → 1.0.350
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/client.rb +1 -1
- data/lib/v20180525/models.rb +71 -18
- metadata +2 -2
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA1:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: e93da8d14b62eb31f5c190b4b303a576dbce7b08
         | 
| 4 | 
            +
              data.tar.gz: 887267f70a738d6bbc339b3aa15c4a4c95b6f8be
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: f9b659a6934dd1b386145bef2e39bc9ad05494b7d092066734362f074c34ed44193f52cb019b1ba515228d8b081dbddb327082debab4817a9646f46b28450d4c
         | 
| 7 | 
            +
              data.tar.gz: 9f50f3865e91e6fb56919ca503faa0683305f5aef708eed702725c3291422fb561ea3303a3daefba5bcd062bef45245e67af37ea60aba6df63f40bb49194e290
         | 
    
        data/lib/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            1.0. | 
| 1 | 
            +
            1.0.350
         | 
    
        data/lib/v20180525/client.rb
    CHANGED
    
    | @@ -2789,7 +2789,7 @@ module TencentCloud | |
| 2789 2789 | 
             
                      raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
         | 
| 2790 2790 | 
             
                    end
         | 
| 2791 2791 |  | 
| 2792 | 
            -
                    #  | 
| 2792 | 
            +
                    # 获取边缘脚本链接,此接口用于添加第三方节点,通过下载脚本从而将节点添加到边缘集群。
         | 
| 2793 2793 |  | 
| 2794 2794 | 
             
                    # @param request: Request instance for DescribeTKEEdgeScript.
         | 
| 2795 2795 | 
             
                    # @type request: :class:`Tencentcloud::tke::V20180525::DescribeTKEEdgeScriptRequest`
         | 
    
        data/lib/v20180525/models.rb
    CHANGED
    
    | @@ -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 |  | 
| @@ -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 |  | 
| @@ -7510,16 +7533,28 @@ module TencentCloud | |
| 7510 7533 |  | 
| 7511 7534 | 
             
                  # DescribeTKEEdgeScript返回参数结构体
         | 
| 7512 7535 | 
             
                  class DescribeTKEEdgeScriptResponse < TencentCloud::Common::AbstractModel
         | 
| 7536 | 
            +
                    # @param Link: 下载链接
         | 
| 7537 | 
            +
                    # @type Link: String
         | 
| 7538 | 
            +
                    # @param Token: 下载需要的token
         | 
| 7539 | 
            +
                    # @type Token: String
         | 
| 7540 | 
            +
                    # @param Command: 下载命令
         | 
| 7541 | 
            +
                    # @type Command: String
         | 
| 7513 7542 | 
             
                    # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
         | 
| 7514 7543 | 
             
                    # @type RequestId: String
         | 
| 7515 7544 |  | 
| 7516 | 
            -
                    attr_accessor :RequestId
         | 
| 7545 | 
            +
                    attr_accessor :Link, :Token, :Command, :RequestId
         | 
| 7517 7546 |  | 
| 7518 | 
            -
                    def initialize(requestid=nil)
         | 
| 7547 | 
            +
                    def initialize(link=nil, token=nil, command=nil, requestid=nil)
         | 
| 7548 | 
            +
                      @Link = link
         | 
| 7549 | 
            +
                      @Token = token
         | 
| 7550 | 
            +
                      @Command = command
         | 
| 7519 7551 | 
             
                      @RequestId = requestid
         | 
| 7520 7552 | 
             
                    end
         | 
| 7521 7553 |  | 
| 7522 7554 | 
             
                    def deserialize(params)
         | 
| 7555 | 
            +
                      @Link = params['Link']
         | 
| 7556 | 
            +
                      @Token = params['Token']
         | 
| 7557 | 
            +
                      @Command = params['Command']
         | 
| 7523 7558 | 
             
                      @RequestId = params['RequestId']
         | 
| 7524 7559 | 
             
                    end
         | 
| 7525 7560 | 
             
                  end
         | 
| @@ -10019,16 +10054,19 @@ module TencentCloud | |
| 10019 10054 | 
             
                    # @type ClusterLevel: String
         | 
| 10020 10055 | 
             
                    # @param AutoUpgradeClusterLevel: 自动变配集群等级
         | 
| 10021 10056 | 
             
                    # @type AutoUpgradeClusterLevel: :class:`Tencentcloud::Tke.v20180525.models.AutoUpgradeClusterLevel`
         | 
| 10057 | 
            +
                    # @param QGPUShareEnable: 是否开启QGPU共享
         | 
| 10058 | 
            +
                    # @type QGPUShareEnable: Boolean
         | 
| 10022 10059 |  | 
| 10023 | 
            -
                    attr_accessor :ClusterId, :ProjectId, :ClusterName, :ClusterDesc, :ClusterLevel, :AutoUpgradeClusterLevel
         | 
| 10060 | 
            +
                    attr_accessor :ClusterId, :ProjectId, :ClusterName, :ClusterDesc, :ClusterLevel, :AutoUpgradeClusterLevel, :QGPUShareEnable
         | 
| 10024 10061 |  | 
| 10025 | 
            -
                    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)
         | 
| 10026 10063 | 
             
                      @ClusterId = clusterid
         | 
| 10027 10064 | 
             
                      @ProjectId = projectid
         | 
| 10028 10065 | 
             
                      @ClusterName = clustername
         | 
| 10029 10066 | 
             
                      @ClusterDesc = clusterdesc
         | 
| 10030 10067 | 
             
                      @ClusterLevel = clusterlevel
         | 
| 10031 10068 | 
             
                      @AutoUpgradeClusterLevel = autoupgradeclusterlevel
         | 
| 10069 | 
            +
                      @QGPUShareEnable = qgpushareenable
         | 
| 10032 10070 | 
             
                    end
         | 
| 10033 10071 |  | 
| 10034 10072 | 
             
                    def deserialize(params)
         | 
| @@ -10041,6 +10079,7 @@ module TencentCloud | |
| 10041 10079 | 
             
                        @AutoUpgradeClusterLevel = AutoUpgradeClusterLevel.new
         | 
| 10042 10080 | 
             
                        @AutoUpgradeClusterLevel.deserialize(params['AutoUpgradeClusterLevel'])
         | 
| 10043 10081 | 
             
                      end
         | 
| 10082 | 
            +
                      @QGPUShareEnable = params['QGPUShareEnable']
         | 
| 10044 10083 | 
             
                    end
         | 
| 10045 10084 | 
             
                  end
         | 
| 10046 10085 |  | 
| @@ -10061,17 +10100,21 @@ module TencentCloud | |
| 10061 10100 | 
             
                    # @param AutoUpgradeClusterLevel: 自动变配集群等级
         | 
| 10062 10101 | 
             
                    # 注意:此字段可能返回 null,表示取不到有效值。
         | 
| 10063 10102 | 
             
                    # @type AutoUpgradeClusterLevel: :class:`Tencentcloud::Tke.v20180525.models.AutoUpgradeClusterLevel`
         | 
| 10103 | 
            +
                    # @param QGPUShareEnable: 是否开启QGPU共享
         | 
| 10104 | 
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         | 
| 10105 | 
            +
                    # @type QGPUShareEnable: Boolean
         | 
| 10064 10106 | 
             
                    # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
         | 
| 10065 10107 | 
             
                    # @type RequestId: String
         | 
| 10066 10108 |  | 
| 10067 | 
            -
                    attr_accessor :ProjectId, :ClusterName, :ClusterDesc, :ClusterLevel, :AutoUpgradeClusterLevel, :RequestId
         | 
| 10109 | 
            +
                    attr_accessor :ProjectId, :ClusterName, :ClusterDesc, :ClusterLevel, :AutoUpgradeClusterLevel, :QGPUShareEnable, :RequestId
         | 
| 10068 10110 |  | 
| 10069 | 
            -
                    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)
         | 
| 10070 10112 | 
             
                      @ProjectId = projectid
         | 
| 10071 10113 | 
             
                      @ClusterName = clustername
         | 
| 10072 10114 | 
             
                      @ClusterDesc = clusterdesc
         | 
| 10073 10115 | 
             
                      @ClusterLevel = clusterlevel
         | 
| 10074 10116 | 
             
                      @AutoUpgradeClusterLevel = autoupgradeclusterlevel
         | 
| 10117 | 
            +
                      @QGPUShareEnable = qgpushareenable
         | 
| 10075 10118 | 
             
                      @RequestId = requestid
         | 
| 10076 10119 | 
             
                    end
         | 
| 10077 10120 |  | 
| @@ -10084,6 +10127,7 @@ module TencentCloud | |
| 10084 10127 | 
             
                        @AutoUpgradeClusterLevel = AutoUpgradeClusterLevel.new
         | 
| 10085 10128 | 
             
                        @AutoUpgradeClusterLevel.deserialize(params['AutoUpgradeClusterLevel'])
         | 
| 10086 10129 | 
             
                      end
         | 
| 10130 | 
            +
                      @QGPUShareEnable = params['QGPUShareEnable']
         | 
| 10087 10131 | 
             
                      @RequestId = params['RequestId']
         | 
| 10088 10132 | 
             
                    end
         | 
| 10089 10133 | 
             
                  end
         | 
| @@ -10191,10 +10235,12 @@ module TencentCloud | |
| 10191 10235 | 
             
                    # @type Tags: Array
         | 
| 10192 10236 | 
             
                    # @param Unschedulable: 设置加入的节点是否参与调度,默认值为0,表示参与调度;非0表示不参与调度, 待节点初始化完成之后, 可执行kubectl uncordon nodename使node加入调度.
         | 
| 10193 10237 | 
             
                    # @type Unschedulable: Integer
         | 
| 10238 | 
            +
                    # @param DeletionProtection: 删除保护开关
         | 
| 10239 | 
            +
                    # @type DeletionProtection: Boolean
         | 
| 10194 10240 |  | 
| 10195 | 
            -
                    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
         | 
| 10196 10242 |  | 
| 10197 | 
            -
                    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)
         | 
| 10198 10244 | 
             
                      @ClusterId = clusterid
         | 
| 10199 10245 | 
             
                      @NodePoolId = nodepoolid
         | 
| 10200 10246 | 
             
                      @Name = name
         | 
| @@ -10208,6 +10254,7 @@ module TencentCloud | |
| 10208 10254 | 
             
                      @ExtraArgs = extraargs
         | 
| 10209 10255 | 
             
                      @Tags = tags
         | 
| 10210 10256 | 
             
                      @Unschedulable = unschedulable
         | 
| 10257 | 
            +
                      @DeletionProtection = deletionprotection
         | 
| 10211 10258 | 
             
                    end
         | 
| 10212 10259 |  | 
| 10213 10260 | 
             
                    def deserialize(params)
         | 
| @@ -10248,6 +10295,7 @@ module TencentCloud | |
| 10248 10295 | 
             
                        end
         | 
| 10249 10296 | 
             
                      end
         | 
| 10250 10297 | 
             
                      @Unschedulable = params['Unschedulable']
         | 
| 10298 | 
            +
                      @DeletionProtection = params['DeletionProtection']
         | 
| 10251 10299 | 
             
                    end
         | 
| 10252 10300 | 
             
                  end
         | 
| 10253 10301 |  | 
| @@ -10808,10 +10856,13 @@ module TencentCloud | |
| 10808 10856 | 
             
                    # @param Tags: 资源标签
         | 
| 10809 10857 | 
             
                    # 注意:此字段可能返回 null,表示取不到有效值。
         | 
| 10810 10858 | 
             
                    # @type Tags: Array
         | 
| 10859 | 
            +
                    # @param DeletionProtection: 删除保护开关
         | 
| 10860 | 
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         | 
| 10861 | 
            +
                    # @type DeletionProtection: Boolean
         | 
| 10811 10862 |  | 
| 10812 | 
            -
                    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
         | 
| 10813 10864 |  | 
| 10814 | 
            -
                    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)
         | 
| 10815 10866 | 
             
                      @NodePoolId = nodepoolid
         | 
| 10816 10867 | 
             
                      @Name = name
         | 
| 10817 10868 | 
             
                      @ClusterInstanceId = clusterinstanceid
         | 
| @@ -10831,6 +10882,7 @@ module TencentCloud | |
| 10831 10882 | 
             
                      @DesiredPodNum = desiredpodnum
         | 
| 10832 10883 | 
             
                      @UserScript = userscript
         | 
| 10833 10884 | 
             
                      @Tags = tags
         | 
| 10885 | 
            +
                      @DeletionProtection = deletionprotection
         | 
| 10834 10886 | 
             
                    end
         | 
| 10835 10887 |  | 
| 10836 10888 | 
             
                    def deserialize(params)
         | 
| @@ -10877,6 +10929,7 @@ module TencentCloud | |
| 10877 10929 | 
             
                          @Tags << tag_tmp
         | 
| 10878 10930 | 
             
                        end
         | 
| 10879 10931 | 
             
                      end
         | 
| 10932 | 
            +
                      @DeletionProtection = params['DeletionProtection']
         | 
| 10880 10933 | 
             
                    end
         | 
| 10881 10934 | 
             
                  end
         | 
| 10882 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. | 
| 4 | 
            +
              version: 1.0.350
         | 
| 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- | 
| 11 | 
            +
            date: 2022-07-06 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: tencentcloud-sdk-common
         |