Class: TencentCloud::Iecp::V20210914::CreateUpdateNodeUnitRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::CreateUpdateNodeUnitRequest
- Defined in:
- lib/v20210914/models.rb
Overview
CreateUpdateNodeUnit请求参数结构体
Instance Attribute Summary collapse
- #EdgeUnitId ⇒ Object
- #Namespace ⇒ Object
- #NodeGroupName ⇒ Object
- #Nodes ⇒ Object
- #NodeUnitName ⇒ Object
- #NodeUnitTemplateIDs ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(edgeunitid = nil, nodegroupname = nil, namespace = nil, nodeunitname = nil, nodes = nil, nodeunittemplateids = nil) ⇒ CreateUpdateNodeUnitRequest
constructor
A new instance of CreateUpdateNodeUnitRequest.
Constructor Details
#initialize(edgeunitid = nil, nodegroupname = nil, namespace = nil, nodeunitname = nil, nodes = nil, nodeunittemplateids = nil) ⇒ CreateUpdateNodeUnitRequest
Returns a new instance of CreateUpdateNodeUnitRequest.
944 945 946 947 948 949 950 951 |
# File 'lib/v20210914/models.rb', line 944 def initialize(edgeunitid=nil, nodegroupname=nil, namespace=nil, nodeunitname=nil, nodes=nil, nodeunittemplateids=nil) @EdgeUnitId = edgeunitid @NodeGroupName = nodegroupname @Namespace = namespace @NodeUnitName = nodeunitname @Nodes = nodes @NodeUnitTemplateIDs = nodeunittemplateids end |
Instance Attribute Details
#EdgeUnitId ⇒ Object
942 943 944 |
# File 'lib/v20210914/models.rb', line 942 def EdgeUnitId @EdgeUnitId end |
#Namespace ⇒ Object
942 943 944 |
# File 'lib/v20210914/models.rb', line 942 def Namespace @Namespace end |
#NodeGroupName ⇒ Object
942 943 944 |
# File 'lib/v20210914/models.rb', line 942 def NodeGroupName @NodeGroupName end |
#Nodes ⇒ Object
942 943 944 |
# File 'lib/v20210914/models.rb', line 942 def Nodes @Nodes end |
#NodeUnitName ⇒ Object
942 943 944 |
# File 'lib/v20210914/models.rb', line 942 def NodeUnitName @NodeUnitName end |
#NodeUnitTemplateIDs ⇒ Object
942 943 944 |
# File 'lib/v20210914/models.rb', line 942 def NodeUnitTemplateIDs @NodeUnitTemplateIDs end |
Instance Method Details
#deserialize(params) ⇒ Object
953 954 955 956 957 958 959 960 |
# File 'lib/v20210914/models.rb', line 953 def deserialize(params) @EdgeUnitId = params['EdgeUnitId'] @NodeGroupName = params['NodeGroupName'] @Namespace = params['Namespace'] @NodeUnitName = params['NodeUnitName'] @Nodes = params['Nodes'] @NodeUnitTemplateIDs = params['NodeUnitTemplateIDs'] end |