Class: TencentCloud::Iecp::V20210914::DescribeEdgeNodePodsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::DescribeEdgeNodePodsRequest
- Defined in:
- lib/v20210914/models.rb
Overview
DescribeEdgeNodePods请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(edgeunitid = nil, nodeid = nil, namespace = nil, podnamepattern = nil) ⇒ DescribeEdgeNodePodsRequest
constructor
A new instance of DescribeEdgeNodePodsRequest.
Constructor Details
#initialize(edgeunitid = nil, nodeid = nil, namespace = nil, podnamepattern = nil) ⇒ DescribeEdgeNodePodsRequest
Returns a new instance of DescribeEdgeNodePodsRequest.
1973 1974 1975 1976 1977 1978 |
# File 'lib/v20210914/models.rb', line 1973 def initialize(edgeunitid=nil, nodeid=nil, namespace=nil, podnamepattern=nil) @EdgeUnitId = edgeunitid @NodeId = nodeid @Namespace = namespace @PodNamePattern = podnamepattern end |
Instance Attribute Details
#EdgeUnitId ⇒ Object
1971 1972 1973 |
# File 'lib/v20210914/models.rb', line 1971 def EdgeUnitId @EdgeUnitId end |
#Namespace ⇒ Object
1971 1972 1973 |
# File 'lib/v20210914/models.rb', line 1971 def Namespace @Namespace end |
#NodeId ⇒ Object
1971 1972 1973 |
# File 'lib/v20210914/models.rb', line 1971 def NodeId @NodeId end |
#PodNamePattern ⇒ Object
1971 1972 1973 |
# File 'lib/v20210914/models.rb', line 1971 def PodNamePattern @PodNamePattern end |
Instance Method Details
#deserialize(params) ⇒ Object
1980 1981 1982 1983 1984 1985 |
# File 'lib/v20210914/models.rb', line 1980 def deserialize(params) @EdgeUnitId = params['EdgeUnitId'] @NodeId = params['NodeId'] @Namespace = params['Namespace'] @PodNamePattern = params['PodNamePattern'] end |