Class CloudNativeAPIGatewayStrategyAutoScalerConfig


  • public class CloudNativeAPIGatewayStrategyAutoScalerConfig
    extends AbstractModel
    • Constructor Detail

      • CloudNativeAPIGatewayStrategyAutoScalerConfig

        public CloudNativeAPIGatewayStrategyAutoScalerConfig()
      • CloudNativeAPIGatewayStrategyAutoScalerConfig

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

      • getMaxReplicas

        public Long getMaxReplicas()
        Get 最大副本数 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        MaxReplicas 最大副本数 注意:此字段可能返回 null,表示取不到有效值。
      • setMaxReplicas

        public void setMaxReplicas​(Long MaxReplicas)
        Set 最大副本数 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        MaxReplicas - 最大副本数 注意:此字段可能返回 null,表示取不到有效值。
      • getMetrics

        public CloudNativeAPIGatewayStrategyAutoScalerConfigMetric[] getMetrics()
        Get 指标列表 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Metrics 指标列表 注意:此字段可能返回 null,表示取不到有效值。
      • setMetrics

        public void setMetrics​(CloudNativeAPIGatewayStrategyAutoScalerConfigMetric[] Metrics)
        Set 指标列表 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Metrics - 指标列表 注意:此字段可能返回 null,表示取不到有效值。
      • getEnabled

        public Boolean getEnabled()
        Get 是否开启指标伸缩 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Enabled 是否开启指标伸缩 注意:此字段可能返回 null,表示取不到有效值。
      • setEnabled

        public void setEnabled​(Boolean Enabled)
        Set 是否开启指标伸缩 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Enabled - 是否开启指标伸缩 注意:此字段可能返回 null,表示取不到有效值。
      • getCreateTime

        @Deprecated
        public String getCreateTime()
        Deprecated.
        Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CreateTime 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      • setCreateTime

        @Deprecated
        public void setCreateTime​(String CreateTime)
        Deprecated.
        Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CreateTime - 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      • getModifyTime

        @Deprecated
        public String getModifyTime()
        Deprecated.
        Get 修改时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ModifyTime 修改时间 注意:此字段可能返回 null,表示取不到有效值。
      • setModifyTime

        @Deprecated
        public void setModifyTime​(String ModifyTime)
        Deprecated.
        Set 修改时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ModifyTime - 修改时间 注意:此字段可能返回 null,表示取不到有效值。
      • getStrategyId

        @Deprecated
        public String getStrategyId()
        Deprecated.
        Get 弹性策略ID 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        StrategyId 弹性策略ID 注意:此字段可能返回 null,表示取不到有效值。
      • setStrategyId

        @Deprecated
        public void setStrategyId​(String StrategyId)
        Deprecated.
        Set 弹性策略ID 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        StrategyId - 弹性策略ID 注意:此字段可能返回 null,表示取不到有效值。
      • getAutoScalerId

        @Deprecated
        public String getAutoScalerId()
        Deprecated.
        Get 指标配置ID 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        AutoScalerId 指标配置ID 注意:此字段可能返回 null,表示取不到有效值。
      • setAutoScalerId

        @Deprecated
        public void setAutoScalerId​(String AutoScalerId)
        Deprecated.
        Set 指标配置ID 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        AutoScalerId - 指标配置ID 注意:此字段可能返回 null,表示取不到有效值。
      • getBehavior

        public AutoScalerBehavior getBehavior()
        Get 指标伸缩行为配置 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Behavior 指标伸缩行为配置 注意:此字段可能返回 null,表示取不到有效值。
      • setBehavior

        public void setBehavior​(AutoScalerBehavior Behavior)
        Set 指标伸缩行为配置 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Behavior - 指标伸缩行为配置 注意:此字段可能返回 null,表示取不到有效值。