public static class DescribeHpcClustersResponseBody.DescribeHpcClustersResponseBodyHpcClustersHpcCluster
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
description
The description of the HPC cluster.
|
String |
hpcClusterId
The ID of the HPC cluster.
|
String |
name
The name of the HPC cluster.
|
构造器和说明 |
---|
DescribeHpcClustersResponseBodyHpcClustersHpcCluster() |
@NameInMap(value="Description") public String description
The description of the HPC cluster.
@NameInMap(value="HpcClusterId") public String hpcClusterId
The ID of the HPC cluster.
@NameInMap(value="Name") public String name
The name of the HPC cluster.
public DescribeHpcClustersResponseBodyHpcClustersHpcCluster()
public static DescribeHpcClustersResponseBody.DescribeHpcClustersResponseBodyHpcClustersHpcCluster build(Map<String,?> map) throws Exception
Exception
public DescribeHpcClustersResponseBody.DescribeHpcClustersResponseBodyHpcClustersHpcCluster setDescription(String description)
public String getDescription()
public DescribeHpcClustersResponseBody.DescribeHpcClustersResponseBodyHpcClustersHpcCluster setHpcClusterId(String hpcClusterId)
public String getHpcClusterId()
public DescribeHpcClustersResponseBody.DescribeHpcClustersResponseBodyHpcClustersHpcCluster setName(String name)
public String getName()
Copyright © 2023. All rights reserved.