Show / Hide Table of Contents

Class CreateThresholdPolicyDetails

Creation details for a threshold-based autoscaling policy.
In a threshold-based autoscaling policy, an autoscaling action is triggered when a performance metric meets or exceeds a threshold.

Inheritance
object
CreateAutoScalingPolicyDetails
CreateThresholdPolicyDetails
Inherited Members
CreateAutoScalingPolicyDetails.Capacity
CreateAutoScalingPolicyDetails.DisplayName
CreateAutoScalingPolicyDetails.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 CreateThresholdPolicyDetails : CreateAutoScalingPolicyDetails

Properties

Rules

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

Required

In this article
Back to top