Class: TencentCloud::Iecp::V20210914::DescribeNodeUnitTemplateOnNodeGroupRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::DescribeNodeUnitTemplateOnNodeGroupRequest
- Defined in:
- lib/v20210914/models.rb
Overview
DescribeNodeUnitTemplateOnNodeGroup请求参数结构体
Instance Attribute Summary collapse
- #EdgeUnitId ⇒ Object
- #Limit ⇒ Object
- #Namespace ⇒ Object
- #NodeGroupName ⇒ Object
- #NodeUnitNamePattern ⇒ Object
- #Offset ⇒ Object
- #Order ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(edgeunitid = nil, nodegroupname = nil, namespace = nil, nodeunitnamepattern = nil, offset = nil, limit = nil, order = nil) ⇒ DescribeNodeUnitTemplateOnNodeGroupRequest
constructor
A new instance of DescribeNodeUnitTemplateOnNodeGroupRequest.
Constructor Details
#initialize(edgeunitid = nil, nodegroupname = nil, namespace = nil, nodeunitnamepattern = nil, offset = nil, limit = nil, order = nil) ⇒ DescribeNodeUnitTemplateOnNodeGroupRequest
Returns a new instance of DescribeNodeUnitTemplateOnNodeGroupRequest.
3681 3682 3683 3684 3685 3686 3687 3688 3689 |
# File 'lib/v20210914/models.rb', line 3681 def initialize(edgeunitid=nil, nodegroupname=nil, namespace=nil, nodeunitnamepattern=nil, offset=nil, limit=nil, order=nil) @EdgeUnitId = edgeunitid @NodeGroupName = nodegroupname @Namespace = namespace @NodeUnitNamePattern = nodeunitnamepattern @Offset = offset @Limit = limit @Order = order end |
Instance Attribute Details
#EdgeUnitId ⇒ Object
3679 3680 3681 |
# File 'lib/v20210914/models.rb', line 3679 def EdgeUnitId @EdgeUnitId end |
#Limit ⇒ Object
3679 3680 3681 |
# File 'lib/v20210914/models.rb', line 3679 def Limit @Limit end |
#Namespace ⇒ Object
3679 3680 3681 |
# File 'lib/v20210914/models.rb', line 3679 def Namespace @Namespace end |
#NodeGroupName ⇒ Object
3679 3680 3681 |
# File 'lib/v20210914/models.rb', line 3679 def NodeGroupName @NodeGroupName end |
#NodeUnitNamePattern ⇒ Object
3679 3680 3681 |
# File 'lib/v20210914/models.rb', line 3679 def NodeUnitNamePattern @NodeUnitNamePattern end |
#Offset ⇒ Object
3679 3680 3681 |
# File 'lib/v20210914/models.rb', line 3679 def Offset @Offset end |
#Order ⇒ Object
3679 3680 3681 |
# File 'lib/v20210914/models.rb', line 3679 def Order @Order end |
Instance Method Details
#deserialize(params) ⇒ Object
3691 3692 3693 3694 3695 3696 3697 3698 3699 |
# File 'lib/v20210914/models.rb', line 3691 def deserialize(params) @EdgeUnitId = params['EdgeUnitId'] @NodeGroupName = params['NodeGroupName'] @Namespace = params['Namespace'] @NodeUnitNamePattern = params['NodeUnitNamePattern'] @Offset = params['Offset'] @Limit = params['Limit'] @Order = params['Order'] end |