Class: TencentCloud::Cvm::V20170312::ModifyHpcClusterAttributeRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cvm::V20170312::ModifyHpcClusterAttributeRequest
- Defined in:
- lib/v20170312/models.rb
Overview
ModifyHpcClusterAttribute请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(hpcclusterid = nil, name = nil, remark = nil) ⇒ ModifyHpcClusterAttributeRequest
constructor
A new instance of ModifyHpcClusterAttributeRequest.
Constructor Details
#initialize(hpcclusterid = nil, name = nil, remark = nil) ⇒ ModifyHpcClusterAttributeRequest
Returns a new instance of ModifyHpcClusterAttributeRequest.
6294 6295 6296 6297 6298 |
# File 'lib/v20170312/models.rb', line 6294 def initialize(hpcclusterid=nil, name=nil, remark=nil) @HpcClusterId = hpcclusterid @Name = name @Remark = remark end |
Instance Attribute Details
#HpcClusterId ⇒ Object
6292 6293 6294 |
# File 'lib/v20170312/models.rb', line 6292 def HpcClusterId @HpcClusterId end |
#Name ⇒ Object
6292 6293 6294 |
# File 'lib/v20170312/models.rb', line 6292 def Name @Name end |
#Remark ⇒ Object
6292 6293 6294 |
# File 'lib/v20170312/models.rb', line 6292 def Remark @Remark end |
Instance Method Details
#deserialize(params) ⇒ Object
6300 6301 6302 6303 6304 |
# File 'lib/v20170312/models.rb', line 6300 def deserialize(params) @HpcClusterId = params['HpcClusterId'] @Name = params['Name'] @Remark = params['Remark'] end |