Class: TencentCloud::Emr::V20190103::DescribeServiceConfGroupInfosRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190103/models.rb

Overview

DescribeServiceConfGroupInfos请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(instanceid = nil, servicename = nil, confgroupname = nil, pageno = nil, pagesize = nil) ⇒ DescribeServiceConfGroupInfosRequest

Returns a new instance of DescribeServiceConfGroupInfosRequest.



5351
5352
5353
5354
5355
5356
5357
# File 'lib/v20190103/models.rb', line 5351

def initialize(instanceid=nil, servicename=nil, confgroupname=nil, pageno=nil, pagesize=nil)
  @InstanceId = instanceid
  @ServiceName = servicename
  @ConfGroupName = confgroupname
  @PageNo = pageno
  @PageSize = pagesize
end

Instance Attribute Details

#ConfGroupNameObject

Parameters:

  • InstanceId:

    集群id

  • ServiceName:

    组件名

  • ConfGroupName:

    配置组名称

  • PageNo:

    页码,从1开始

  • PageSize:

    页大小



5349
5350
5351
# File 'lib/v20190103/models.rb', line 5349

def ConfGroupName
  @ConfGroupName
end

#InstanceIdObject

Parameters:

  • InstanceId:

    集群id

  • ServiceName:

    组件名

  • ConfGroupName:

    配置组名称

  • PageNo:

    页码,从1开始

  • PageSize:

    页大小



5349
5350
5351
# File 'lib/v20190103/models.rb', line 5349

def InstanceId
  @InstanceId
end

#PageNoObject

Parameters:

  • InstanceId:

    集群id

  • ServiceName:

    组件名

  • ConfGroupName:

    配置组名称

  • PageNo:

    页码,从1开始

  • PageSize:

    页大小



5349
5350
5351
# File 'lib/v20190103/models.rb', line 5349

def PageNo
  @PageNo
end

#PageSizeObject

Parameters:

  • InstanceId:

    集群id

  • ServiceName:

    组件名

  • ConfGroupName:

    配置组名称

  • PageNo:

    页码,从1开始

  • PageSize:

    页大小



5349
5350
5351
# File 'lib/v20190103/models.rb', line 5349

def PageSize
  @PageSize
end

#ServiceNameObject

Parameters:

  • InstanceId:

    集群id

  • ServiceName:

    组件名

  • ConfGroupName:

    配置组名称

  • PageNo:

    页码,从1开始

  • PageSize:

    页大小



5349
5350
5351
# File 'lib/v20190103/models.rb', line 5349

def ServiceName
  @ServiceName
end

Instance Method Details

#deserialize(params) ⇒ Object



5359
5360
5361
5362
5363
5364
5365
# File 'lib/v20190103/models.rb', line 5359

def deserialize(params)
  @InstanceId = params['InstanceId']
  @ServiceName = params['ServiceName']
  @ConfGroupName = params['ConfGroupName']
  @PageNo = params['PageNo']
  @PageSize = params['PageSize']
end