Class: TencentCloud::Iecp::V20210914::DescribeEdgeUnitNodeGroupRequest

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

Overview

DescribeEdgeUnitNodeGroup请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(edgeunitid = nil, namespace = nil, offset = nil, limit = nil, namefilter = nil, namematched = nil, order = nil) ⇒ DescribeEdgeUnitNodeGroupRequest

Returns a new instance of DescribeEdgeUnitNodeGroupRequest.



2926
2927
2928
2929
2930
2931
2932
2933
2934
# File 'lib/v20210914/models.rb', line 2926

def initialize(edgeunitid=nil, namespace=nil, offset=nil, limit=nil, namefilter=nil, namematched=nil, order=nil)
  @EdgeUnitId = edgeunitid
  @Namespace = namespace
  @Offset = offset
  @Limit = limit
  @NameFilter = namefilter
  @NameMatched = namematched
  @Order = order
end

Instance Attribute Details

#EdgeUnitIdObject

Parameters:

  • EdgeUnitId:

    IECP边缘单元ID

  • Namespace:

    命名空间,默认为default

  • Offset:

    分页offset,默认为0

  • Limit:

    分页limit,默认为20

  • NameFilter:

    模糊匹配参数,精确匹配时失效

  • NameMatched:

    精确匹配参数

  • Order:

    按时间排序,ASC/DESC,默认为DESC



2924
2925
2926
# File 'lib/v20210914/models.rb', line 2924

def EdgeUnitId
  @EdgeUnitId
end

#LimitObject

Parameters:

  • EdgeUnitId:

    IECP边缘单元ID

  • Namespace:

    命名空间,默认为default

  • Offset:

    分页offset,默认为0

  • Limit:

    分页limit,默认为20

  • NameFilter:

    模糊匹配参数,精确匹配时失效

  • NameMatched:

    精确匹配参数

  • Order:

    按时间排序,ASC/DESC,默认为DESC



2924
2925
2926
# File 'lib/v20210914/models.rb', line 2924

def Limit
  @Limit
end

#NameFilterObject

Parameters:

  • EdgeUnitId:

    IECP边缘单元ID

  • Namespace:

    命名空间,默认为default

  • Offset:

    分页offset,默认为0

  • Limit:

    分页limit,默认为20

  • NameFilter:

    模糊匹配参数,精确匹配时失效

  • NameMatched:

    精确匹配参数

  • Order:

    按时间排序,ASC/DESC,默认为DESC



2924
2925
2926
# File 'lib/v20210914/models.rb', line 2924

def NameFilter
  @NameFilter
end

#NameMatchedObject

Parameters:

  • EdgeUnitId:

    IECP边缘单元ID

  • Namespace:

    命名空间,默认为default

  • Offset:

    分页offset,默认为0

  • Limit:

    分页limit,默认为20

  • NameFilter:

    模糊匹配参数,精确匹配时失效

  • NameMatched:

    精确匹配参数

  • Order:

    按时间排序,ASC/DESC,默认为DESC



2924
2925
2926
# File 'lib/v20210914/models.rb', line 2924

def NameMatched
  @NameMatched
end

#NamespaceObject

Parameters:

  • EdgeUnitId:

    IECP边缘单元ID

  • Namespace:

    命名空间,默认为default

  • Offset:

    分页offset,默认为0

  • Limit:

    分页limit,默认为20

  • NameFilter:

    模糊匹配参数,精确匹配时失效

  • NameMatched:

    精确匹配参数

  • Order:

    按时间排序,ASC/DESC,默认为DESC



2924
2925
2926
# File 'lib/v20210914/models.rb', line 2924

def Namespace
  @Namespace
end

#OffsetObject

Parameters:

  • EdgeUnitId:

    IECP边缘单元ID

  • Namespace:

    命名空间,默认为default

  • Offset:

    分页offset,默认为0

  • Limit:

    分页limit,默认为20

  • NameFilter:

    模糊匹配参数,精确匹配时失效

  • NameMatched:

    精确匹配参数

  • Order:

    按时间排序,ASC/DESC,默认为DESC



2924
2925
2926
# File 'lib/v20210914/models.rb', line 2924

def Offset
  @Offset
end

#OrderObject

Parameters:

  • EdgeUnitId:

    IECP边缘单元ID

  • Namespace:

    命名空间,默认为default

  • Offset:

    分页offset,默认为0

  • Limit:

    分页limit,默认为20

  • NameFilter:

    模糊匹配参数,精确匹配时失效

  • NameMatched:

    精确匹配参数

  • Order:

    按时间排序,ASC/DESC,默认为DESC



2924
2925
2926
# File 'lib/v20210914/models.rb', line 2924

def Order
  @Order
end

Instance Method Details

#deserialize(params) ⇒ Object



2936
2937
2938
2939
2940
2941
2942
2943
2944
# File 'lib/v20210914/models.rb', line 2936

def deserialize(params)
  @EdgeUnitId = params['EdgeUnitId']
  @Namespace = params['Namespace']
  @Offset = params['Offset']
  @Limit = params['Limit']
  @NameFilter = params['NameFilter']
  @NameMatched = params['NameMatched']
  @Order = params['Order']
end