Class ClusterAsGroup

    • Constructor Detail

      • ClusterAsGroup

        public ClusterAsGroup()
      • ClusterAsGroup

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

      • getAutoScalingGroupId

        public String getAutoScalingGroupId()
        Get 伸缩组ID
        Returns:
        AutoScalingGroupId 伸缩组ID
      • setAutoScalingGroupId

        public void setAutoScalingGroupId​(String AutoScalingGroupId)
        Set 伸缩组ID
        Parameters:
        AutoScalingGroupId - 伸缩组ID
      • getStatus

        public String getStatus()
        Get 伸缩组状态(开启 enabled 开启中 enabling 关闭 disabled 关闭中 disabling 更新中 updating 删除中 deleting 开启缩容中 scaleDownEnabling 关闭缩容中 scaleDownDisabling)
        Returns:
        Status 伸缩组状态(开启 enabled 开启中 enabling 关闭 disabled 关闭中 disabling 更新中 updating 删除中 deleting 开启缩容中 scaleDownEnabling 关闭缩容中 scaleDownDisabling)
      • setStatus

        public void setStatus​(String Status)
        Set 伸缩组状态(开启 enabled 开启中 enabling 关闭 disabled 关闭中 disabling 更新中 updating 删除中 deleting 开启缩容中 scaleDownEnabling 关闭缩容中 scaleDownDisabling)
        Parameters:
        Status - 伸缩组状态(开启 enabled 开启中 enabling 关闭 disabled 关闭中 disabling 更新中 updating 删除中 deleting 开启缩容中 scaleDownEnabling 关闭缩容中 scaleDownDisabling)
      • getIsUnschedulable

        public Boolean getIsUnschedulable()
        Get 节点是否设置成不可调度 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        IsUnschedulable 节点是否设置成不可调度 注意:此字段可能返回 null,表示取不到有效值。
      • setIsUnschedulable

        public void setIsUnschedulable​(Boolean IsUnschedulable)
        Set 节点是否设置成不可调度 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        IsUnschedulable - 节点是否设置成不可调度 注意:此字段可能返回 null,表示取不到有效值。
      • getLabels

        public Label[] getLabels()
        Get 伸缩组的label列表 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Labels 伸缩组的label列表 注意:此字段可能返回 null,表示取不到有效值。
      • setLabels

        public void setLabels​(Label[] Labels)
        Set 伸缩组的label列表 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Labels - 伸缩组的label列表 注意:此字段可能返回 null,表示取不到有效值。
      • getCreatedTime

        public String getCreatedTime()
        Get 创建时间
        Returns:
        CreatedTime 创建时间
      • setCreatedTime

        public void setCreatedTime​(String CreatedTime)
        Set 创建时间
        Parameters:
        CreatedTime - 创建时间