Class: TencentCloud::Iecp::V20210914::CreateEdgeNodeGroupRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::CreateEdgeNodeGroupRequest
- Defined in:
- lib/v20210914/models.rb
Overview
CreateEdgeNodeGroup请求参数结构体
Instance Attribute Summary collapse
- #Description ⇒ Object
- #EdgeUnitId ⇒ Object
- #Name ⇒ Object
- #Namespace ⇒ Object
- #NodeUnitTemplateIDs ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(edgeunitid = nil, name = nil, namespace = nil, description = nil, nodeunittemplateids = nil) ⇒ CreateEdgeNodeGroupRequest
constructor
A new instance of CreateEdgeNodeGroupRequest.
Constructor Details
#initialize(edgeunitid = nil, name = nil, namespace = nil, description = nil, nodeunittemplateids = nil) ⇒ CreateEdgeNodeGroupRequest
Returns a new instance of CreateEdgeNodeGroupRequest.
514 515 516 517 518 519 520 |
# File 'lib/v20210914/models.rb', line 514 def initialize(edgeunitid=nil, name=nil, namespace=nil, description=nil, nodeunittemplateids=nil) @EdgeUnitId = edgeunitid @Name = name @Namespace = namespace @Description = description @NodeUnitTemplateIDs = nodeunittemplateids end |
Instance Attribute Details
#Description ⇒ Object
512 513 514 |
# File 'lib/v20210914/models.rb', line 512 def Description @Description end |
#EdgeUnitId ⇒ Object
512 513 514 |
# File 'lib/v20210914/models.rb', line 512 def EdgeUnitId @EdgeUnitId end |
#Name ⇒ Object
512 513 514 |
# File 'lib/v20210914/models.rb', line 512 def Name @Name end |
#Namespace ⇒ Object
512 513 514 |
# File 'lib/v20210914/models.rb', line 512 def Namespace @Namespace end |
#NodeUnitTemplateIDs ⇒ Object
512 513 514 |
# File 'lib/v20210914/models.rb', line 512 def NodeUnitTemplateIDs @NodeUnitTemplateIDs end |
Instance Method Details
#deserialize(params) ⇒ Object
522 523 524 525 526 527 528 |
# File 'lib/v20210914/models.rb', line 522 def deserialize(params) @EdgeUnitId = params['EdgeUnitId'] @Name = params['Name'] @Namespace = params['Namespace'] @Description = params['Description'] @NodeUnitTemplateIDs = params['NodeUnitTemplateIDs'] end |