Class ModifyClusterAttributeResponse


  • public class ModifyClusterAttributeResponse
    extends AbstractModel
    • Constructor Detail

      • ModifyClusterAttributeResponse

        public ModifyClusterAttributeResponse()
      • ModifyClusterAttributeResponse

        public ModifyClusterAttributeResponse​(ModifyClusterAttributeResponse 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

      • getProjectId

        public Long getProjectId()
        Get 集群所属项目 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ProjectId 集群所属项目 注意:此字段可能返回 null,表示取不到有效值。
      • setProjectId

        public void setProjectId​(Long ProjectId)
        Set 集群所属项目 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ProjectId - 集群所属项目 注意:此字段可能返回 null,表示取不到有效值。
      • getClusterName

        public String getClusterName()
        Get 集群名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ClusterName 集群名称 注意:此字段可能返回 null,表示取不到有效值。
      • setClusterName

        public void setClusterName​(String ClusterName)
        Set 集群名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ClusterName - 集群名称 注意:此字段可能返回 null,表示取不到有效值。
      • getClusterDesc

        public String getClusterDesc()
        Get 集群描述 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ClusterDesc 集群描述 注意:此字段可能返回 null,表示取不到有效值。
      • setClusterDesc

        public void setClusterDesc​(String ClusterDesc)
        Set 集群描述 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ClusterDesc - 集群描述 注意:此字段可能返回 null,表示取不到有效值。
      • getClusterLevel

        public String getClusterLevel()
        Get 集群等级 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ClusterLevel 集群等级 注意:此字段可能返回 null,表示取不到有效值。
      • setClusterLevel

        public void setClusterLevel​(String ClusterLevel)
        Set 集群等级 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ClusterLevel - 集群等级 注意:此字段可能返回 null,表示取不到有效值。
      • getAutoUpgradeClusterLevel

        public AutoUpgradeClusterLevel getAutoUpgradeClusterLevel()
        Get 自动变配集群等级 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        AutoUpgradeClusterLevel 自动变配集群等级 注意:此字段可能返回 null,表示取不到有效值。
      • setAutoUpgradeClusterLevel

        public void setAutoUpgradeClusterLevel​(AutoUpgradeClusterLevel AutoUpgradeClusterLevel)
        Set 自动变配集群等级 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        AutoUpgradeClusterLevel - 自动变配集群等级 注意:此字段可能返回 null,表示取不到有效值。
      • getQGPUShareEnable

        public Boolean getQGPUShareEnable()
        Get 是否开启QGPU共享 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        QGPUShareEnable 是否开启QGPU共享 注意:此字段可能返回 null,表示取不到有效值。
      • setQGPUShareEnable

        public void setQGPUShareEnable​(Boolean QGPUShareEnable)
        Set 是否开启QGPU共享 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        QGPUShareEnable - 是否开启QGPU共享 注意:此字段可能返回 null,表示取不到有效值。
      • getClusterProperty

        public ClusterProperty getClusterProperty()
        Get 集群属性 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ClusterProperty 集群属性 注意:此字段可能返回 null,表示取不到有效值。
      • setClusterProperty

        public void setClusterProperty​(ClusterProperty ClusterProperty)
        Set 集群属性 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ClusterProperty - 集群属性 注意:此字段可能返回 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。