public class DescribeComputeEnvCreateInfoResponse extends AbstractModel
Constructor and Description |
---|
DescribeComputeEnvCreateInfoResponse() |
Modifier and Type | Method and Description |
---|---|
Authentication[] |
getAuthentications()
Get 授权信息
|
Long |
getDesiredComputeNodeCount()
Get 计算节点期望个数
|
EnvData |
getEnvData()
Get 计算环境参数
|
String |
getEnvDescription()
Get 计算环境描述
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getEnvId()
Get 计算环境 ID
|
String |
getEnvName()
Get 计算环境名称
|
String |
getEnvType()
Get 计算环境类型,仅支持“MANAGED”类型
|
InputMapping[] |
getInputMappings()
Get 输入映射
|
MountDataDisk[] |
getMountDataDisks()
Get 数据盘挂载选项
|
Notification[] |
getNotifications()
Get 通知信息
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setAuthentications(Authentication[] Authentications)
Set 授权信息
|
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 计算环境名称
|
void |
setEnvType(String EnvType)
Set 计算环境类型,仅支持“MANAGED”类型
|
void |
setInputMappings(InputMapping[] InputMappings)
Set 输入映射
|
void |
setMountDataDisks(MountDataDisk[] MountDataDisks)
Set 数据盘挂载选项
|
void |
setNotifications(Notification[] Notifications)
Set 通知信息
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
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 DescribeComputeEnvCreateInfoResponse()
public String getEnvId()
public void setEnvId(String EnvId)
EnvId
- 计算环境 IDpublic String getEnvName()
public void setEnvName(String EnvName)
EnvName
- 计算环境名称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
- 数据盘挂载选项public InputMapping[] getInputMappings()
public void setInputMappings(InputMapping[] InputMappings)
InputMappings
- 输入映射public Authentication[] getAuthentications()
public void setAuthentications(Authentication[] Authentications)
Authentications
- 授权信息public Notification[] getNotifications()
public void setNotifications(Notification[] Notifications)
Notifications
- 通知信息public Long getDesiredComputeNodeCount()
public void setDesiredComputeNodeCount(Long DesiredComputeNodeCount)
DesiredComputeNodeCount
- 计算节点期望个数public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2020. All rights reserved.