Skip to content

ScalingRuleMetricProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sae;
new ScalingRuleMetricProperty {
    object MaxReplicas,
    object Metrics,
    object MinReplicas,
    object ScaleDownRules = null,
    object ScaleUpRules = null
};

Properties

Name Type Description
MaxReplicas object No description.
Metrics object No description.
MinReplicas object No description.
ScaleDownRules object No description.
ScaleUpRules object No description.

MaxReplicasRequired

public object MaxReplicas { get; set; }
  • Type: object

MetricsRequired

public object Metrics { get; set; }
  • Type: object

MinReplicasRequired

public object MinReplicas { get; set; }
  • Type: object

ScaleDownRulesOptional

public object ScaleDownRules { get; set; }
  • Type: object

ScaleUpRulesOptional

public object ScaleUpRules { get; set; }
  • Type: object