Class DescribeHpcClustersRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cvm.v20170312.models.DescribeHpcClustersRequest
-
public class DescribeHpcClustersRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeHpcClustersRequest()DescribeHpcClustersRequest(DescribeHpcClustersRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getHpcClusterIds()Get 高性能计算集群ID数组。LonggetLimit()Get 本次请求量, 默认值20。StringgetName()Get 高性能计算集群名称。LonggetOffset()Get 偏移量, 默认值0。StringgetZone()Get 可用区。voidsetHpcClusterIds(String[] HpcClusterIds)Set 高性能计算集群ID数组。voidsetLimit(Long Limit)Set 本次请求量, 默认值20。voidsetName(String Name)Set 高性能计算集群名称。voidsetOffset(Long Offset)Set 偏移量, 默认值0。voidsetZone(String Zone)Set 可用区。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeHpcClustersRequest
public DescribeHpcClustersRequest()
-
DescribeHpcClustersRequest
public DescribeHpcClustersRequest(DescribeHpcClustersRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getHpcClusterIds
public String[] getHpcClusterIds()
Get 高性能计算集群ID数组。- Returns:
- HpcClusterIds 高性能计算集群ID数组。
-
setHpcClusterIds
public void setHpcClusterIds(String[] HpcClusterIds)
Set 高性能计算集群ID数组。- Parameters:
HpcClusterIds- 高性能计算集群ID数组。
-
getName
public String getName()
Get 高性能计算集群名称。- Returns:
- Name 高性能计算集群名称。
-
setName
public void setName(String Name)
Set 高性能计算集群名称。- Parameters:
Name- 高性能计算集群名称。
-
getZone
public String getZone()
Get 可用区。- Returns:
- Zone 可用区。
-
setZone
public void setZone(String Zone)
Set 可用区。- Parameters:
Zone- 可用区。
-
getOffset
public Long getOffset()
Get 偏移量, 默认值0。- Returns:
- Offset 偏移量, 默认值0。
-
setOffset
public void setOffset(Long Offset)
Set 偏移量, 默认值0。- Parameters:
Offset- 偏移量, 默认值0。
-
getLimit
public Long getLimit()
Get 本次请求量, 默认值20。- Returns:
- Limit 本次请求量, 默认值20。
-
setLimit
public void setLimit(Long Limit)
Set 本次请求量, 默认值20。- Parameters:
Limit- 本次请求量, 默认值20。
-
-