Show / Hide Table of Contents

Class AddMetricBasedHorizontalScalingPolicyDetails

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
AddAutoScalePolicyDetails
AddMetricBasedHorizontalScalingPolicyDetails
Inherited Members
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 AddMetricBasedHorizontalScalingPolicyDetails : AddAutoScalePolicyDetails

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