public class ComputeEnvView extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ComputeEnvView()  | 
ComputeEnvView(ComputeEnvView 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Long | 
getAttachedComputeNodeCount()
Get Number of compute nodes added to the compute environment 
 | 
ComputeNodeMetrics | 
getComputeNodeMetrics()
Get Compute node statistical metrics 
 | 
String | 
getCreateTime()
Get 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 | 
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 
 | 
void | 
setComputeNodeMetrics(ComputeNodeMetrics ComputeNodeMetrics)
Set Compute node statistical metrics 
 | 
void | 
setCreateTime(String CreateTime)
Set 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 | 
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ComputeEnvView()
public ComputeEnvView(ComputeEnvView source)
public 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 - Creation timepublic ComputeNodeMetrics getComputeNodeMetrics()
public void setComputeNodeMetrics(ComputeNodeMetrics ComputeNodeMetrics)
ComputeNodeMetrics - Compute node statistical metricspublic String getEnvType()
public void setEnvType(String EnvType)
EnvType - Compute environment typepublic Long getDesiredComputeNodeCount()
public void setDesiredComputeNodeCount(Long DesiredComputeNodeCount)
DesiredComputeNodeCount - Number of desired compute nodespublic String getResourceType()
public void setResourceType(String ResourceType)
ResourceType - Compute environment resource type. 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 environmentpublic 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.Copyright © 2025. All rights reserved.