public class ComputeEnvCreateInfo extends AbstractModel
Constructor and Description |
---|
ComputeEnvCreateInfo() |
ComputeEnvCreateInfo(ComputeEnvCreateInfo 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 |
---|---|
Authentication[] |
getAuthentications()
Get 授权信息
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getDesiredComputeNodeCount()
Get 计算节点期望个数
|
EnvData |
getEnvData()
Get 计算环境参数
|
String |
getEnvDescription()
Get 计算环境描述
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getEnvId()
Get 计算环境 ID
|
String |
getEnvName()
Get 计算环境名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getEnvType()
Get 计算环境类型,仅支持“MANAGED”类型
|
InputMapping[] |
getInputMappings()
Get 输入映射
注意:此字段可能返回 null,表示取不到有效值。
|
MountDataDisk[] |
getMountDataDisks()
Get 数据盘挂载选项
注意:此字段可能返回 null,表示取不到有效值。
|
Notification[] |
getNotifications()
Get 通知信息
注意:此字段可能返回 null,表示取不到有效值。
|
Tag[] |
getTags()
Get 计算环境标签列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAuthentications(Authentication[] Authentications)
Set 授权信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDesiredComputeNodeCount(Long DesiredComputeNodeCount)
Set 计算节点期望个数
|
void |
setEnvData(EnvData EnvData)
Set 计算环境参数
|
void |
setEnvDescription(String EnvDescription)
Set 计算环境描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEnvId(String EnvId)
Set 计算环境 ID
|
void |
setEnvName(String EnvName)
Set 计算环境名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEnvType(String EnvType)
Set 计算环境类型,仅支持“MANAGED”类型
|
void |
setInputMappings(InputMapping[] InputMappings)
Set 输入映射
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMountDataDisks(MountDataDisk[] MountDataDisks)
Set 数据盘挂载选项
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNotifications(Notification[] Notifications)
Set 通知信息
注意:此字段可能返回 null,表示取不到有效值。
|
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 ComputeEnvCreateInfo()
public ComputeEnvCreateInfo(ComputeEnvCreateInfo source)
public String getEnvId()
public void setEnvId(String EnvId)
EnvId
- 计算环境 IDpublic String getEnvName()
public void setEnvName(String EnvName)
EnvName
- 计算环境名称
注意:此字段可能返回 null,表示取不到有效值。public String getEnvDescription()
public void setEnvDescription(String EnvDescription)
EnvDescription
- 计算环境描述
注意:此字段可能返回 null,表示取不到有效值。public String getEnvType()
public void setEnvType(String EnvType)
EnvType
- 计算环境类型,仅支持“MANAGED”类型public EnvData getEnvData()
public void setEnvData(EnvData EnvData)
EnvData
- 计算环境参数public MountDataDisk[] getMountDataDisks()
public void setMountDataDisks(MountDataDisk[] MountDataDisks)
MountDataDisks
- 数据盘挂载选项
注意:此字段可能返回 null,表示取不到有效值。public InputMapping[] getInputMappings()
public void setInputMappings(InputMapping[] InputMappings)
InputMappings
- 输入映射
注意:此字段可能返回 null,表示取不到有效值。public Authentication[] getAuthentications()
public void setAuthentications(Authentication[] Authentications)
Authentications
- 授权信息
注意:此字段可能返回 null,表示取不到有效值。public Notification[] getNotifications()
public void setNotifications(Notification[] Notifications)
Notifications
- 通知信息
注意:此字段可能返回 null,表示取不到有效值。public Long getDesiredComputeNodeCount()
public void setDesiredComputeNodeCount(Long DesiredComputeNodeCount)
DesiredComputeNodeCount
- 计算节点期望个数public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- 计算环境标签列表
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.