public class ComputeEnvCreateInfo extends AbstractModel
| Constructor and Description | 
|---|
| ComputeEnvCreateInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| Authentication[] | getAuthentications()Get Authorization information
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getDesiredComputeNodeCount()Get Number of desired compute nodes | 
| EnvData | getEnvData()Get Compute environment parameter | 
| String | getEnvDescription()Get Compute environment description
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getEnvId()Get Compute environment ID | 
| String | getEnvName()Get Compute environment name
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getEnvType()Get Compute environment type. | 
| InputMapping[] | getInputMappings()Get Input mapping
Note: This field may return null, indicating that no valid values can be obtained. | 
| MountDataDisk[] | getMountDataDisks()Get Data disk mounting option
Note: This field may return null, indicating that no valid values can be obtained. | 
| Notification[] | getNotifications()Get Notification information
Note: This field may return null, indicating that no valid values can be obtained. | 
| Tag[] | getTags()Get Tag list of the compute environment. | 
| void | setAuthentications(Authentication[] Authentications)Set Authorization information
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setDesiredComputeNodeCount(Long DesiredComputeNodeCount)Set Number of desired compute nodes | 
| void | setEnvData(EnvData EnvData)Set Compute environment parameter | 
| void | setEnvDescription(String EnvDescription)Set Compute environment description
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setEnvId(String EnvId)Set Compute environment ID | 
| void | setEnvName(String EnvName)Set Compute environment name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setEnvType(String EnvType)Set Compute environment type. | 
| void | setInputMappings(InputMapping[] InputMappings)Set Input mapping
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setMountDataDisks(MountDataDisk[] MountDataDisks)Set Data disk mounting option
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setNotifications(Notification[] Notifications)Set Notification information
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setTags(Tag[] Tags)Set Tag list of the compute environment. | 
| 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, toJsonStringpublic String getEnvId()
public void setEnvId(String EnvId)
EnvId - Compute environment IDpublic String getEnvName()
public void setEnvName(String EnvName)
EnvName - Compute environment name
Note: This field may return null, indicating that no valid values can be obtained.public String getEnvDescription()
public void setEnvDescription(String EnvDescription)
EnvDescription - Compute environment description
Note: This field may return null, indicating that no valid values can be obtained.public String getEnvType()
public void setEnvType(String EnvType)
EnvType - Compute environment type. Only "MANAGED" type is supportedpublic EnvData getEnvData()
public void setEnvData(EnvData EnvData)
EnvData - Compute environment parameterpublic MountDataDisk[] getMountDataDisks()
public void setMountDataDisks(MountDataDisk[] MountDataDisks)
MountDataDisks - Data disk mounting option
Note: This field may return null, indicating that no valid values can be obtained.public InputMapping[] getInputMappings()
public void setInputMappings(InputMapping[] InputMappings)
InputMappings - Input mapping
Note: This field may return null, indicating that no valid values can be obtained.public Authentication[] getAuthentications()
public void setAuthentications(Authentication[] Authentications)
Authentications - Authorization information
Note: This field may return null, indicating that no valid values can be obtained.public Notification[] getNotifications()
public void setNotifications(Notification[] Notifications)
Notifications - Notification information
Note: This field may return null, indicating that no valid values can be obtained.public Long getDesiredComputeNodeCount()
public void setDesiredComputeNodeCount(Long DesiredComputeNodeCount)
DesiredComputeNodeCount - Number of desired compute nodespublic Tag[] getTags()
public void setTags(Tag[] Tags)
Tags - Tag list of the compute environment.
Note: This field may return `null`, indicating that no valid value was found.Copyright © 2021. All rights reserved.