Class: TencentCloud::Iecp::V20210914::DescribeNamespacesRequest

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

Overview

DescribeNamespaces请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(edgeunitid = nil, namepattern = nil) ⇒ DescribeNamespacesRequest

Returns a new instance of DescribeNamespacesRequest.



3556
3557
3558
3559
# File 'lib/v20210914/models.rb', line 3556

def initialize(edgeunitid=nil, namepattern=nil)
  @EdgeUnitID = edgeunitid
  @NamePattern = namepattern
end

Instance Attribute Details

#EdgeUnitIDObject

Parameters:

  • EdgeUnitID:

    IECP边缘单元ID

  • NamePattern:

    边缘节点名称模糊搜索串



3554
3555
3556
# File 'lib/v20210914/models.rb', line 3554

def EdgeUnitID
  @EdgeUnitID
end

#NamePatternObject

Parameters:

  • EdgeUnitID:

    IECP边缘单元ID

  • NamePattern:

    边缘节点名称模糊搜索串



3554
3555
3556
# File 'lib/v20210914/models.rb', line 3554

def NamePattern
  @NamePattern
end

Instance Method Details

#deserialize(params) ⇒ Object



3561
3562
3563
3564
# File 'lib/v20210914/models.rb', line 3561

def deserialize(params)
  @EdgeUnitID = params['EdgeUnitID']
  @NamePattern = params['NamePattern']
end