Class: TencentCloud::Iecp::V20210914::DescribeEdgeNodePodContainersRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::DescribeEdgeNodePodContainersRequest
- Defined in:
- lib/v20210914/models.rb
Overview
DescribeEdgeNodePodContainers请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(edgeunitid = nil, nodeid = nil, podname = nil, namespace = nil) ⇒ DescribeEdgeNodePodContainersRequest
constructor
A new instance of DescribeEdgeNodePodContainersRequest.
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
#EdgeUnitId ⇒ Object
1915 1916 1917 |
# File 'lib/v20210914/models.rb', line 1915 def EdgeUnitId @EdgeUnitId end |
#Namespace ⇒ Object
1915 1916 1917 |
# File 'lib/v20210914/models.rb', line 1915 def Namespace @Namespace end |
#NodeId ⇒ Object
1915 1916 1917 |
# File 'lib/v20210914/models.rb', line 1915 def NodeId @NodeId end |
#PodName ⇒ Object
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 |