public class DescribeComputeEnvResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribeComputeEnvResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getAttachedComputeNodeCount()Get Number of compute nodes added to the compute environment by the user | 
| ComputeNodeMetrics | getComputeNodeMetrics()Get Compute node statistical metrics | 
| ComputeNode[] | getComputeNodeSet()Get List of compute nodes | 
| String | getCreateTime()Get Compute environment creation time | 
| Long | getDesiredComputeNodeCount()Get Number of desired compute nodes | 
| String | getEnvId()Get Compute environment ID | 
| String | getEnvName()Get Compute environment name | 
| String | getEnvType()Get Compute environment type | 
| String | getNextAction()Get Next action | 
| Placement | getPlacement()Get Location information | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| String | getResourceType()Get Compute environment resource type. | 
| Tag[] | getTags()Get Tag list bound to the compute environment. | 
| void | setAttachedComputeNodeCount(Long AttachedComputeNodeCount)Set Number of compute nodes added to the compute environment by the user | 
| void | setComputeNodeMetrics(ComputeNodeMetrics ComputeNodeMetrics)Set Compute node statistical metrics | 
| void | setComputeNodeSet(ComputeNode[] ComputeNodeSet)Set List of compute nodes | 
| void | setCreateTime(String CreateTime)Set Compute environment creation time | 
| void | setDesiredComputeNodeCount(Long DesiredComputeNodeCount)Set Number of desired compute nodes | 
| void | setEnvId(String EnvId)Set Compute environment ID | 
| void | setEnvName(String EnvName)Set Compute environment name | 
| void | setEnvType(String EnvType)Set Compute environment type | 
| void | setNextAction(String NextAction)Set Next action | 
| void | setPlacement(Placement Placement)Set Location information | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setResourceType(String ResourceType)Set Compute environment resource type. | 
| void | setTags(Tag[] Tags)Set Tag list bound to the compute environment. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getEnvId()
public void setEnvId(String EnvId)
EnvId - Compute environment IDpublic String getEnvName()
public void setEnvName(String EnvName)
EnvName - Compute environment namepublic Placement getPlacement()
public void setPlacement(Placement Placement)
Placement - Location informationpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Compute environment creation timepublic ComputeNode[] getComputeNodeSet()
public void setComputeNodeSet(ComputeNode[] ComputeNodeSet)
ComputeNodeSet - List of compute nodespublic ComputeNodeMetrics getComputeNodeMetrics()
public void setComputeNodeMetrics(ComputeNodeMetrics ComputeNodeMetrics)
ComputeNodeMetrics - Compute node statistical metricspublic Long getDesiredComputeNodeCount()
public void setDesiredComputeNodeCount(Long DesiredComputeNodeCount)
DesiredComputeNodeCount - Number of desired compute nodespublic String getEnvType()
public void setEnvType(String EnvType)
EnvType - Compute environment typepublic String getResourceType()
public void setResourceType(String ResourceType)
ResourceType - Compute environment resource type. Valid values: CVM, CPM (Bare Metal)public String getNextAction()
public void setNextAction(String NextAction)
NextAction - Next actionpublic Long getAttachedComputeNodeCount()
public void setAttachedComputeNodeCount(Long AttachedComputeNodeCount)
AttachedComputeNodeCount - Number of compute nodes added to the compute environment by the userpublic Tag[] getTags()
public void setTags(Tag[] Tags)
Tags - Tag list bound to the compute environment.
Note: This field may return `null`, indicating that no valid value was found.public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2021. All rights reserved.