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.
6506 6507 6508 6509 6510 |
# File 'lib/v20170312/models.rb', line 6506 def initialize(hpcclusterid=nil, name=nil, remark=nil) @HpcClusterId = hpcclusterid @Name = name @Remark = remark end |
Instance Attribute Details
#HpcClusterId ⇒ Object
6504 6505 6506 |
# File 'lib/v20170312/models.rb', line 6504 def HpcClusterId @HpcClusterId end |
#Name ⇒ Object
6504 6505 6506 |
# File 'lib/v20170312/models.rb', line 6504 def Name @Name end |
#Remark ⇒ Object
6504 6505 6506 |
# File 'lib/v20170312/models.rb', line 6504 def Remark @Remark end |
Instance Method Details
#deserialize(params) ⇒ Object
6512 6513 6514 6515 6516 |
# File 'lib/v20170312/models.rb', line 6512 def deserialize(params) @HpcClusterId = params['HpcClusterId'] @Name = params['Name'] @Remark = params['Remark'] end |