Class DescribeComputeEnvCreateInfoResponse


  • public class DescribeComputeEnvCreateInfoResponse
    extends AbstractModel
    • Constructor Detail

      • DescribeComputeEnvCreateInfoResponse

        public DescribeComputeEnvCreateInfoResponse()
      • DescribeComputeEnvCreateInfoResponse

        public DescribeComputeEnvCreateInfoResponse​(DescribeComputeEnvCreateInfoResponse 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.
    • Method Detail

      • getEnvId

        public String getEnvId()
        Get 计算环境 ID
        Returns:
        EnvId 计算环境 ID
      • setEnvId

        public void setEnvId​(String EnvId)
        Set 计算环境 ID
        Parameters:
        EnvId - 计算环境 ID
      • getEnvName

        public String getEnvName()
        Get 计算环境名称
        Returns:
        EnvName 计算环境名称
      • setEnvName

        public void setEnvName​(String EnvName)
        Set 计算环境名称
        Parameters:
        EnvName - 计算环境名称
      • getEnvDescription

        public String getEnvDescription()
        Get 计算环境描述 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        EnvDescription 计算环境描述 注意:此字段可能返回 null,表示取不到有效值。
      • setEnvDescription

        public void setEnvDescription​(String EnvDescription)
        Set 计算环境描述 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        EnvDescription - 计算环境描述 注意:此字段可能返回 null,表示取不到有效值。
      • getEnvType

        public String getEnvType()
        Get 计算环境类型,仅支持“MANAGED”类型
        Returns:
        EnvType 计算环境类型,仅支持“MANAGED”类型
      • setEnvType

        public void setEnvType​(String EnvType)
        Set 计算环境类型,仅支持“MANAGED”类型
        Parameters:
        EnvType - 计算环境类型,仅支持“MANAGED”类型
      • getEnvData

        public EnvData getEnvData()
        Get 计算环境参数
        Returns:
        EnvData 计算环境参数
      • setEnvData

        public void setEnvData​(EnvData EnvData)
        Set 计算环境参数
        Parameters:
        EnvData - 计算环境参数
      • getMountDataDisks

        public MountDataDisk[] getMountDataDisks()
        Get 数据盘挂载选项
        Returns:
        MountDataDisks 数据盘挂载选项
      • setMountDataDisks

        public void setMountDataDisks​(MountDataDisk[] MountDataDisks)
        Set 数据盘挂载选项
        Parameters:
        MountDataDisks - 数据盘挂载选项
      • getInputMappings

        public InputMapping[] getInputMappings()
        Get 输入映射
        Returns:
        InputMappings 输入映射
      • setInputMappings

        public void setInputMappings​(InputMapping[] InputMappings)
        Set 输入映射
        Parameters:
        InputMappings - 输入映射
      • getAuthentications

        public Authentication[] getAuthentications()
        Get 授权信息
        Returns:
        Authentications 授权信息
      • setAuthentications

        public void setAuthentications​(Authentication[] Authentications)
        Set 授权信息
        Parameters:
        Authentications - 授权信息
      • getNotifications

        public Notification[] getNotifications()
        Get 通知信息
        Returns:
        Notifications 通知信息
      • setNotifications

        public void setNotifications​(Notification[] Notifications)
        Set 通知信息
        Parameters:
        Notifications - 通知信息
      • getDesiredComputeNodeCount

        public Long getDesiredComputeNodeCount()
        Get 计算节点期望个数
        Returns:
        DesiredComputeNodeCount 计算节点期望个数
      • setDesiredComputeNodeCount

        public void setDesiredComputeNodeCount​(Long DesiredComputeNodeCount)
        Set 计算节点期望个数
        Parameters:
        DesiredComputeNodeCount - 计算节点期望个数
      • getTags

        public Tag[] getTags()
        Get 计算环境绑定的标签列表 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Tags 计算环境绑定的标签列表 注意:此字段可能返回 null,表示取不到有效值。
      • setTags

        public void setTags​(Tag[] Tags)
        Set 计算环境绑定的标签列表 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Tags - 计算环境绑定的标签列表 注意:此字段可能返回 null,表示取不到有效值。
      • getRequestId

        public String getRequestId()
        Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Returns:
        RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
      • setRequestId

        public void setRequestId​(String RequestId)
        Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Parameters:
        RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。