Show / Hide Table of Contents

Class MetricBasedHorizontalScalingPolicyDetails

Details of a metric based horizontal autoscaling policy.
In a metric-based autoscaling policy, an autoscaling action is triggered when a performance metric exceeds a threshold.

Inheritance
object
AutoScalePolicyDetails
MetricBasedHorizontalScalingPolicyDetails
Inherited Members
AutoScalePolicyDetails.TriggerType
AutoScalePolicyDetails.ActionType
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class MetricBasedHorizontalScalingPolicyDetails : AutoScalePolicyDetails

Properties

ScaleInConfig

Declaration
[JsonProperty(PropertyName = "scaleInConfig")]
public MetricBasedHorizontalScaleInConfig ScaleInConfig { get; set; }
Property Value
Type Description
MetricBasedHorizontalScaleInConfig

ScaleOutConfig

Declaration
[JsonProperty(PropertyName = "scaleOutConfig")]
public MetricBasedHorizontalScaleOutConfig ScaleOutConfig { get; set; }
Property Value
Type Description
MetricBasedHorizontalScaleOutConfig
In this article
Back to top