Class: TencentCloud::Iecp::V20210914::DescribeNodeUnitRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::DescribeNodeUnitRequest
- Defined in:
- lib/v20210914/models.rb
Overview
DescribeNodeUnit请求参数结构体
Instance Attribute Summary collapse
- #EdgeUnitId ⇒ Object
- #Limit ⇒ Object
- #NameFilter ⇒ Object
- #Namespace ⇒ Object
- #NodeGroupName ⇒ Object
- #Offset ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(edgeunitid = nil, nodegroupname = nil, namespace = nil, limit = nil, offset = nil, namefilter = nil) ⇒ DescribeNodeUnitRequest
constructor
A new instance of DescribeNodeUnitRequest.
Constructor Details
#initialize(edgeunitid = nil, nodegroupname = nil, namespace = nil, limit = nil, offset = nil, namefilter = nil) ⇒ DescribeNodeUnitRequest
Returns a new instance of DescribeNodeUnitRequest.
3611 3612 3613 3614 3615 3616 3617 3618 |
# File 'lib/v20210914/models.rb', line 3611 def initialize(edgeunitid=nil, nodegroupname=nil, namespace=nil, limit=nil, offset=nil, namefilter=nil) @EdgeUnitId = edgeunitid @NodeGroupName = nodegroupname @Namespace = namespace @Limit = limit @Offset = offset @NameFilter = namefilter end |
Instance Attribute Details
#EdgeUnitId ⇒ Object
3609 3610 3611 |
# File 'lib/v20210914/models.rb', line 3609 def EdgeUnitId @EdgeUnitId end |
#Limit ⇒ Object
3609 3610 3611 |
# File 'lib/v20210914/models.rb', line 3609 def Limit @Limit end |
#NameFilter ⇒ Object
3609 3610 3611 |
# File 'lib/v20210914/models.rb', line 3609 def NameFilter @NameFilter end |
#Namespace ⇒ Object
3609 3610 3611 |
# File 'lib/v20210914/models.rb', line 3609 def Namespace @Namespace end |
#NodeGroupName ⇒ Object
3609 3610 3611 |
# File 'lib/v20210914/models.rb', line 3609 def NodeGroupName @NodeGroupName end |
#Offset ⇒ Object
3609 3610 3611 |
# File 'lib/v20210914/models.rb', line 3609 def Offset @Offset end |
Instance Method Details
#deserialize(params) ⇒ Object
3620 3621 3622 3623 3624 3625 3626 3627 |
# File 'lib/v20210914/models.rb', line 3620 def deserialize(params) @EdgeUnitId = params['EdgeUnitId'] @NodeGroupName = params['NodeGroupName'] @Namespace = params['Namespace'] @Limit = params['Limit'] @Offset = params['Offset'] @NameFilter = params['NameFilter'] end |