class TencentCloud::Cvm::V20170312::HpcClusterInfo
高性能计算集群
def deserialize(params)
def deserialize(params) @HpcClusterId = params['HpcClusterId'] @Name = params['Name'] @Remark = params['Remark'] @CvmQuotaTotal = params['CvmQuotaTotal'] @Zone = params['Zone'] @CurrentNum = params['CurrentNum'] @CreateTime = params['CreateTime'] @InstanceIds = params['InstanceIds'] end
def initialize(hpcclusterid=nil, name=nil, remark=nil, cvmquotatotal=nil, zone=nil, currentnum=nil, createtime=nil, instanceids=nil)
def initialize(hpcclusterid=nil, name=nil, remark=nil, cvmquotatotal=nil, zone=nil, currentnum=nil, createtime=nil, instanceids=nil) @HpcClusterId = hpcclusterid @Name = name @Remark = remark @CvmQuotaTotal = cvmquotatotal @Zone = zone @CurrentNum = currentnum @CreateTime = createtime @InstanceIds = instanceids end