Show / Hide Table of Contents

Class ThresholdPolicy

An autoscaling policy that defines threshold-based rules for an autoscaling configuration.

Inheritance
object
AutoScalingPolicy
ThresholdPolicy
Inherited Members
AutoScalingPolicy.Capacity
AutoScalingPolicy.Id
AutoScalingPolicy.DisplayName
AutoScalingPolicy.TimeCreated
AutoScalingPolicy.IsEnabled
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AutoscalingService.Models
Assembly: OCI.DotNetSDK.Autoscaling.dll
Syntax
public class ThresholdPolicy : AutoScalingPolicy

Properties

Rules

Declaration
[Required(ErrorMessage = "Rules is required.")]
[JsonProperty(PropertyName = "rules")]
public List<Condition> Rules { get; set; }
Property Value
Type Description
List<Condition>
Remarks

Required

In this article
Back to top