Class: TencentCloud::Iecp::V20210914::DescribeEdgeNodePodContainersRequest

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

Overview

DescribeEdgeNodePodContainers请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(edgeunitid = nil, nodeid = nil, podname = nil, namespace = nil) ⇒ DescribeEdgeNodePodContainersRequest

Returns a new instance of DescribeEdgeNodePodContainersRequest.



1917
1918
1919
1920
1921
1922
# File 'lib/v20210914/models.rb', line 1917

def initialize(edgeunitid=nil, nodeid=nil, podname=nil, namespace=nil)
  @EdgeUnitId = edgeunitid
  @NodeId = nodeid
  @PodName = podname
  @Namespace = namespace
end

Instance Attribute Details

#EdgeUnitIdObject

Parameters:

  • EdgeUnitId:

    IECP边缘单元ID

  • NodeId:

    节点ID

  • PodName:

    Pod名称

  • Namespace:

    命名空间



1915
1916
1917
# File 'lib/v20210914/models.rb', line 1915

def EdgeUnitId
  @EdgeUnitId
end

#NamespaceObject

Parameters:

  • EdgeUnitId:

    IECP边缘单元ID

  • NodeId:

    节点ID

  • PodName:

    Pod名称

  • Namespace:

    命名空间



1915
1916
1917
# File 'lib/v20210914/models.rb', line 1915

def Namespace
  @Namespace
end

#NodeIdObject

Parameters:

  • EdgeUnitId:

    IECP边缘单元ID

  • NodeId:

    节点ID

  • PodName:

    Pod名称

  • Namespace:

    命名空间



1915
1916
1917
# File 'lib/v20210914/models.rb', line 1915

def NodeId
  @NodeId
end

#PodNameObject

Parameters:

  • EdgeUnitId:

    IECP边缘单元ID

  • NodeId:

    节点ID

  • PodName:

    Pod名称

  • Namespace:

    命名空间



1915
1916
1917
# File 'lib/v20210914/models.rb', line 1915

def PodName
  @PodName
end

Instance Method Details

#deserialize(params) ⇒ Object



1924
1925
1926
1927
1928
1929
# File 'lib/v20210914/models.rb', line 1924

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