Class: TencentCloud::Iecp::V20210914::DescribeEdgePodRequest

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

Overview

DescribeEdgePod请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(edgeunitid = nil, namespace = nil, name = nil) ⇒ DescribeEdgePodRequest

Returns a new instance of DescribeEdgePodRequest.



2316
2317
2318
2319
2320
# File 'lib/v20210914/models.rb', line 2316

def initialize(edgeunitid=nil, namespace=nil, name=nil)
  @EdgeUnitId = edgeunitid
  @Namespace = namespace
  @Name = name
end

Instance Attribute Details

#EdgeUnitIdObject

Parameters:

  • EdgeUnitId:

    IECP边缘单元ID

  • Namespace:

    命名空间

  • Name:

    Pod名称



2314
2315
2316
# File 'lib/v20210914/models.rb', line 2314

def EdgeUnitId
  @EdgeUnitId
end

#NameObject

Parameters:

  • EdgeUnitId:

    IECP边缘单元ID

  • Namespace:

    命名空间

  • Name:

    Pod名称



2314
2315
2316
# File 'lib/v20210914/models.rb', line 2314

def Name
  @Name
end

#NamespaceObject

Parameters:

  • EdgeUnitId:

    IECP边缘单元ID

  • Namespace:

    命名空间

  • Name:

    Pod名称



2314
2315
2316
# File 'lib/v20210914/models.rb', line 2314

def Namespace
  @Namespace
end

Instance Method Details

#deserialize(params) ⇒ Object



2322
2323
2324
2325
2326
# File 'lib/v20210914/models.rb', line 2322

def deserialize(params)
  @EdgeUnitId = params['EdgeUnitId']
  @Namespace = params['Namespace']
  @Name = params['Name']
end