Class: TencentCloud::Cvm::V20170312::DescribeHpcClustersRequest

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20170312/models.rb

Overview

DescribeHpcClusters请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(hpcclusterids = nil, name = nil, zone = nil, offset = nil, limit = nil, hpcclustertype = nil, hpcclusterbusinessid = nil) ⇒ DescribeHpcClustersRequest

Returns a new instance of DescribeHpcClustersRequest.



1949
1950
1951
1952
1953
1954
1955
1956
1957
# File 'lib/v20170312/models.rb', line 1949

def initialize(hpcclusterids=nil, name=nil, zone=nil, offset=nil, limit=nil, hpcclustertype=nil, hpcclusterbusinessid=nil)
  @HpcClusterIds = hpcclusterids
  @Name = name
  @Zone = zone
  @Offset = offset
  @Limit = limit
  @HpcClusterType = hpcclustertype
  @HpcClusterBusinessId = hpcclusterbusinessid
end

Instance Attribute Details

#HpcClusterBusinessIdObject

Parameters:

  • HpcClusterIds:

    高性能计算集群ID数组。

  • Name:

    高性能计算集群名称。

  • Zone:

    可用区。

  • Offset:

    偏移量, 默认值0。

  • Limit:

    本次请求量, 默认值20。

  • HpcClusterType:

    高性能计算集群类型。

  • HpcClusterBusinessId:

    高性能计算集群对应的业务场景标识,当前只支持CDC。



1947
1948
1949
# File 'lib/v20170312/models.rb', line 1947

def HpcClusterBusinessId
  @HpcClusterBusinessId
end

#HpcClusterIdsObject

Parameters:

  • HpcClusterIds:

    高性能计算集群ID数组。

  • Name:

    高性能计算集群名称。

  • Zone:

    可用区。

  • Offset:

    偏移量, 默认值0。

  • Limit:

    本次请求量, 默认值20。

  • HpcClusterType:

    高性能计算集群类型。

  • HpcClusterBusinessId:

    高性能计算集群对应的业务场景标识,当前只支持CDC。



1947
1948
1949
# File 'lib/v20170312/models.rb', line 1947

def HpcClusterIds
  @HpcClusterIds
end

#HpcClusterTypeObject

Parameters:

  • HpcClusterIds:

    高性能计算集群ID数组。

  • Name:

    高性能计算集群名称。

  • Zone:

    可用区。

  • Offset:

    偏移量, 默认值0。

  • Limit:

    本次请求量, 默认值20。

  • HpcClusterType:

    高性能计算集群类型。

  • HpcClusterBusinessId:

    高性能计算集群对应的业务场景标识,当前只支持CDC。



1947
1948
1949
# File 'lib/v20170312/models.rb', line 1947

def HpcClusterType
  @HpcClusterType
end

#LimitObject

Parameters:

  • HpcClusterIds:

    高性能计算集群ID数组。

  • Name:

    高性能计算集群名称。

  • Zone:

    可用区。

  • Offset:

    偏移量, 默认值0。

  • Limit:

    本次请求量, 默认值20。

  • HpcClusterType:

    高性能计算集群类型。

  • HpcClusterBusinessId:

    高性能计算集群对应的业务场景标识,当前只支持CDC。



1947
1948
1949
# File 'lib/v20170312/models.rb', line 1947

def Limit
  @Limit
end

#NameObject

Parameters:

  • HpcClusterIds:

    高性能计算集群ID数组。

  • Name:

    高性能计算集群名称。

  • Zone:

    可用区。

  • Offset:

    偏移量, 默认值0。

  • Limit:

    本次请求量, 默认值20。

  • HpcClusterType:

    高性能计算集群类型。

  • HpcClusterBusinessId:

    高性能计算集群对应的业务场景标识,当前只支持CDC。



1947
1948
1949
# File 'lib/v20170312/models.rb', line 1947

def Name
  @Name
end

#OffsetObject

Parameters:

  • HpcClusterIds:

    高性能计算集群ID数组。

  • Name:

    高性能计算集群名称。

  • Zone:

    可用区。

  • Offset:

    偏移量, 默认值0。

  • Limit:

    本次请求量, 默认值20。

  • HpcClusterType:

    高性能计算集群类型。

  • HpcClusterBusinessId:

    高性能计算集群对应的业务场景标识,当前只支持CDC。



1947
1948
1949
# File 'lib/v20170312/models.rb', line 1947

def Offset
  @Offset
end

#ZoneObject

Parameters:

  • HpcClusterIds:

    高性能计算集群ID数组。

  • Name:

    高性能计算集群名称。

  • Zone:

    可用区。

  • Offset:

    偏移量, 默认值0。

  • Limit:

    本次请求量, 默认值20。

  • HpcClusterType:

    高性能计算集群类型。

  • HpcClusterBusinessId:

    高性能计算集群对应的业务场景标识,当前只支持CDC。



1947
1948
1949
# File 'lib/v20170312/models.rb', line 1947

def Zone
  @Zone
end

Instance Method Details

#deserialize(params) ⇒ Object



1959
1960
1961
1962
1963
1964
1965
1966
1967
# File 'lib/v20170312/models.rb', line 1959

def deserialize(params)
  @HpcClusterIds = params['HpcClusterIds']
  @Name = params['Name']
  @Zone = params['Zone']
  @Offset = params['Offset']
  @Limit = params['Limit']
  @HpcClusterType = params['HpcClusterType']
  @HpcClusterBusinessId = params['HpcClusterBusinessId']
end