Class AutoScalingGroupRange

    • Constructor Detail

      • AutoScalingGroupRange

        public AutoScalingGroupRange()
      • AutoScalingGroupRange

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

      • getMinSize

        public Long getMinSize()
        Get 伸缩组最小实例数
        Returns:
        MinSize 伸缩组最小实例数
      • setMinSize

        public void setMinSize​(Long MinSize)
        Set 伸缩组最小实例数
        Parameters:
        MinSize - 伸缩组最小实例数
      • getMaxSize

        public Long getMaxSize()
        Get 伸缩组最大实例数
        Returns:
        MaxSize 伸缩组最大实例数
      • setMaxSize

        public void setMaxSize​(Long MaxSize)
        Set 伸缩组最大实例数
        Parameters:
        MaxSize - 伸缩组最大实例数