public class ComputeEnvView extends AbstractModel
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 用户添加到计算环境中的计算节点个数
|
ComputeNodeMetrics |
getComputeNodeMetrics()
Get 计算节点统计指标
|
String |
getCreateTime()
Get 创建时间
|
Long |
getDesiredComputeNodeCount()
Get 计算节点期望个数
|
String |
getEnvId()
Get 计算环境ID
|
String |
getEnvName()
Get 计算环境名称
|
String |
getEnvType()
Get 计算环境类型
|
String |
getNextAction()
Get 下一步动作
|
Placement |
getPlacement()
Get 位置信息
|
String |
getResourceType()
Get 计算环境资源类型,当前为CVM和CPM(黑石)
|
Tag[] |
getTags()
Get 计算环境绑定的标签列表。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAttachedComputeNodeCount(Long AttachedComputeNodeCount)
Set 用户添加到计算环境中的计算节点个数
|
void |
setComputeNodeMetrics(ComputeNodeMetrics ComputeNodeMetrics)
Set 计算节点统计指标
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setDesiredComputeNodeCount(Long DesiredComputeNodeCount)
Set 计算节点期望个数
|
void |
setEnvId(String EnvId)
Set 计算环境ID
|
void |
setEnvName(String EnvName)
Set 计算环境名称
|
void |
setEnvType(String EnvType)
Set 计算环境类型
|
void |
setNextAction(String NextAction)
Set 下一步动作
|
void |
setPlacement(Placement Placement)
Set 位置信息
|
void |
setResourceType(String ResourceType)
Set 计算环境资源类型,当前为CVM和CPM(黑石)
|
void |
setTags(Tag[] Tags)
Set 计算环境绑定的标签列表。
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public ComputeEnvView()
public ComputeEnvView(ComputeEnvView source)
public String getEnvId()
public void setEnvId(String EnvId)
EnvId
- 计算环境IDpublic String getEnvName()
public void setEnvName(String EnvName)
EnvName
- 计算环境名称public Placement getPlacement()
public void setPlacement(Placement Placement)
Placement
- 位置信息public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间public ComputeNodeMetrics getComputeNodeMetrics()
public void setComputeNodeMetrics(ComputeNodeMetrics ComputeNodeMetrics)
ComputeNodeMetrics
- 计算节点统计指标public String getEnvType()
public void setEnvType(String EnvType)
EnvType
- 计算环境类型public Long getDesiredComputeNodeCount()
public void setDesiredComputeNodeCount(Long DesiredComputeNodeCount)
DesiredComputeNodeCount
- 计算节点期望个数public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType
- 计算环境资源类型,当前为CVM和CPM(黑石)public String getNextAction()
public void setNextAction(String NextAction)
NextAction
- 下一步动作public Long getAttachedComputeNodeCount()
public void setAttachedComputeNodeCount(Long AttachedComputeNodeCount)
AttachedComputeNodeCount
- 用户添加到计算环境中的计算节点个数public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- 计算环境绑定的标签列表。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.