tencentcloud-sdk-emr 3.0.765 → 3.0.766
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/v20190103/models.rb +34 -2
- metadata +1 -1
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA1:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 36fea04260d6eab47d5ed59f86ebc0b95979ae57
         | 
| 4 | 
            +
              data.tar.gz: 2c871ad3e47859cea76c0ffc783702a3ca96b738
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 86ad80357685062642fc92339cdb8931c856a87fb5795ba043dde404ca0feb8b52260b044838a2a0ac99e1e82c48b54db73a87faf98b5c50a12ae4abaf8fffb0
         | 
| 7 | 
            +
              data.tar.gz: e38384856c61bbbd00c5ff03e14d0fddf97ccd1763714ba20d514d6324933bffe5e094c2ed9378fcd2a808dbdf0f1615b286623e6940eea73ac337f18ec0469b
         | 
    
        data/lib/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            3.0. | 
| 1 | 
            +
            3.0.766
         | 
    
        data/lib/v20190103/models.rb
    CHANGED
    
    | @@ -6290,10 +6290,12 @@ module TencentCloud | |
| 6290 6290 | 
             
                    # @type Zone: String
         | 
| 6291 6291 | 
             
                    # @param SubnetId: 子网,默认是集群创建时的子网
         | 
| 6292 6292 | 
             
                    # @type SubnetId: String
         | 
| 6293 | 
            +
                    # @param ScaleOutServiceConfGroupsInfo: 扩容指定配置组
         | 
| 6294 | 
            +
                    # @type ScaleOutServiceConfGroupsInfo: Array
         | 
| 6293 6295 |  | 
| 6294 | 
            -
                    attr_accessor :InstanceChargeType, :InstanceId, :ScaleOutNodeConfig, :ClientToken, :InstanceChargePrepaid, :ScriptBootstrapActionConfig, :SoftDeployInfo, :ServiceNodeInfo, :DisasterRecoverGroupIds, :Tags, :HardwareSourceType, :PodSpecInfo, :ClickHouseClusterName, :ClickHouseClusterType, :YarnNodeLabel, :EnableStartServiceFlag, :ResourceSpec, :Zone, :SubnetId
         | 
| 6296 | 
            +
                    attr_accessor :InstanceChargeType, :InstanceId, :ScaleOutNodeConfig, :ClientToken, :InstanceChargePrepaid, :ScriptBootstrapActionConfig, :SoftDeployInfo, :ServiceNodeInfo, :DisasterRecoverGroupIds, :Tags, :HardwareSourceType, :PodSpecInfo, :ClickHouseClusterName, :ClickHouseClusterType, :YarnNodeLabel, :EnableStartServiceFlag, :ResourceSpec, :Zone, :SubnetId, :ScaleOutServiceConfGroupsInfo
         | 
| 6295 6297 |  | 
| 6296 | 
            -
                    def initialize(instancechargetype=nil, instanceid=nil, scaleoutnodeconfig=nil, clienttoken=nil, instancechargeprepaid=nil, scriptbootstrapactionconfig=nil, softdeployinfo=nil, servicenodeinfo=nil, disasterrecovergroupids=nil, tags=nil, hardwaresourcetype=nil, podspecinfo=nil, clickhouseclustername=nil, clickhouseclustertype=nil, yarnnodelabel=nil, enablestartserviceflag=nil, resourcespec=nil, zone=nil, subnetid=nil)
         | 
| 6298 | 
            +
                    def initialize(instancechargetype=nil, instanceid=nil, scaleoutnodeconfig=nil, clienttoken=nil, instancechargeprepaid=nil, scriptbootstrapactionconfig=nil, softdeployinfo=nil, servicenodeinfo=nil, disasterrecovergroupids=nil, tags=nil, hardwaresourcetype=nil, podspecinfo=nil, clickhouseclustername=nil, clickhouseclustertype=nil, yarnnodelabel=nil, enablestartserviceflag=nil, resourcespec=nil, zone=nil, subnetid=nil, scaleoutserviceconfgroupsinfo=nil)
         | 
| 6297 6299 | 
             
                      @InstanceChargeType = instancechargetype
         | 
| 6298 6300 | 
             
                      @InstanceId = instanceid
         | 
| 6299 6301 | 
             
                      @ScaleOutNodeConfig = scaleoutnodeconfig
         | 
| @@ -6313,6 +6315,7 @@ module TencentCloud | |
| 6313 6315 | 
             
                      @ResourceSpec = resourcespec
         | 
| 6314 6316 | 
             
                      @Zone = zone
         | 
| 6315 6317 | 
             
                      @SubnetId = subnetid
         | 
| 6318 | 
            +
                      @ScaleOutServiceConfGroupsInfo = scaleoutserviceconfgroupsinfo
         | 
| 6316 6319 | 
             
                    end
         | 
| 6317 6320 |  | 
| 6318 6321 | 
             
                    def deserialize(params)
         | 
| @@ -6361,6 +6364,14 @@ module TencentCloud | |
| 6361 6364 | 
             
                      end
         | 
| 6362 6365 | 
             
                      @Zone = params['Zone']
         | 
| 6363 6366 | 
             
                      @SubnetId = params['SubnetId']
         | 
| 6367 | 
            +
                      unless params['ScaleOutServiceConfGroupsInfo'].nil?
         | 
| 6368 | 
            +
                        @ScaleOutServiceConfGroupsInfo = []
         | 
| 6369 | 
            +
                        params['ScaleOutServiceConfGroupsInfo'].each do |i|
         | 
| 6370 | 
            +
                          scaleoutserviceconfgroupsinfo_tmp = ScaleOutServiceConfGroupsInfo.new
         | 
| 6371 | 
            +
                          scaleoutserviceconfgroupsinfo_tmp.deserialize(i)
         | 
| 6372 | 
            +
                          @ScaleOutServiceConfGroupsInfo << scaleoutserviceconfgroupsinfo_tmp
         | 
| 6373 | 
            +
                        end
         | 
| 6374 | 
            +
                      end
         | 
| 6364 6375 | 
             
                    end
         | 
| 6365 6376 | 
             
                  end
         | 
| 6366 6377 |  | 
| @@ -6605,6 +6616,27 @@ module TencentCloud | |
| 6605 6616 | 
             
                    end
         | 
| 6606 6617 | 
             
                  end
         | 
| 6607 6618 |  | 
| 6619 | 
            +
                  # 扩容指定配置组
         | 
| 6620 | 
            +
                  class ScaleOutServiceConfGroupsInfo < TencentCloud::Common::AbstractModel
         | 
| 6621 | 
            +
                    # @param ServiceComponentName: 组件版本名称 如 HDFS-2.8.5
         | 
| 6622 | 
            +
                    # @type ServiceComponentName: String
         | 
| 6623 | 
            +
                    # @param ConfGroupName: 配置组名 如hdfs-core-defaultGroup    ConfGroupName参数传入 代表配置组维度
         | 
| 6624 | 
            +
                    #                                                              ConfGroupName参数不传 默认 代表集群维度
         | 
| 6625 | 
            +
                    # @type ConfGroupName: String
         | 
| 6626 | 
            +
             | 
| 6627 | 
            +
                    attr_accessor :ServiceComponentName, :ConfGroupName
         | 
| 6628 | 
            +
             | 
| 6629 | 
            +
                    def initialize(servicecomponentname=nil, confgroupname=nil)
         | 
| 6630 | 
            +
                      @ServiceComponentName = servicecomponentname
         | 
| 6631 | 
            +
                      @ConfGroupName = confgroupname
         | 
| 6632 | 
            +
                    end
         | 
| 6633 | 
            +
             | 
| 6634 | 
            +
                    def deserialize(params)
         | 
| 6635 | 
            +
                      @ServiceComponentName = params['ServiceComponentName']
         | 
| 6636 | 
            +
                      @ConfGroupName = params['ConfGroupName']
         | 
| 6637 | 
            +
                    end
         | 
| 6638 | 
            +
                  end
         | 
| 6639 | 
            +
             | 
| 6608 6640 | 
             
                  # 集群应用场景以及支持部署组件信息
         | 
| 6609 6641 | 
             
                  class SceneSoftwareConfig < TencentCloud::Common::AbstractModel
         | 
| 6610 6642 | 
             
                    # @param Software: 部署的组件列表。不同的EMR产品版本ProductVersion 对应不同可选组件列表,不同产品版本可选组件列表查询:[组件版本](https://cloud.tencent.com/document/product/589/20279) ;
         |