public class ComputeEnvView extends AbstractModel
Constructor and Description |
---|
ComputeEnvView() |
Modifier and Type | Method and Description |
---|---|
Long |
getAttachedComputeNodeCount()
Get
|
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
|
Placement |
getPlacement()
Get Location information
|
String |
getResourceType()
Get
|
void |
setAttachedComputeNodeCount(Long AttachedComputeNodeCount)
Set
|
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
|
void |
setPlacement(Placement Placement)
Set Location information
|
void |
setResourceType(String ResourceType)
Set
|
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 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
- public String getNextAction()
public void setNextAction(String NextAction)
NextAction
- public Long getAttachedComputeNodeCount()
public void setAttachedComputeNodeCount(Long AttachedComputeNodeCount)
AttachedComputeNodeCount
- Copyright © 2020. All rights reserved.