Package | Description |
---|---|
com.huawei.dli.restapi.api | |
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
ClusterInfo |
RestApi.getCluster(String projectId,
String clusterName,
String xAuthToken)
List specified cluster
List specified cluster.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ClusterInfo> |
RestApi.getClusterWithHttpInfo(String projectId,
String clusterName,
String xAuthToken)
List specified cluster
List specified cluster.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RestApi.getClusterAsync(String projectId,
String clusterName,
String xAuthToken,
ApiCallback<ClusterInfo> callback)
List specified cluster (asynchronously)
List specified cluster.
|
Modifier and Type | Method and Description |
---|---|
ClusterInfo |
ClusterInfo.clusterName(String clusterName) |
ClusterInfo |
ClusterInfo.createTime(Long createTime) |
ClusterInfo |
ClusterInfo.cuCount(Integer cuCount) |
ClusterInfo |
ClusterInfo.description(String description) |
ClusterInfo |
ClusterInfo.owner(String owner) |
ClusterInfo |
ClusterInfo.status(String status) |
Modifier and Type | Method and Description |
---|---|
List<ClusterInfo> |
ClusterInfos.getClusters()
Get clusters
|
Modifier and Type | Method and Description |
---|---|
ClusterInfos |
ClusterInfos.addClustersItem(ClusterInfo clustersItem) |
Modifier and Type | Method and Description |
---|---|
ClusterInfos |
ClusterInfos.clusters(List<ClusterInfo> clusters) |
void |
ClusterInfos.setClusters(List<ClusterInfo> clusters) |
Copyright © 2023. All rights reserved.