Show / Hide Table of Contents

Class AddAutoScalePolicyDetails

Policy definition for the autoscale configuration.
An autoscaling policy is part of an autoscaling configuration. For more information, see Autoscaling
You can create following type of autoscaling policies:

  • MetricBasedVerticalScalingPolicy: Vertical autoscaling action is triggered when a performance metric exceeds a threshold
  • MetricBasedHorizontalScalingPolicy: Horizontal autoscaling action is triggered when a performance metric exceeds a threshold
  • ScheduleBasedVerticalScalingPolicy: Vertical autoscaling action is triggered at the specific times that you schedule.
  • ScheduleBasedHorizontalScalingPolicy: Horizontal autoscaling action is triggered at the specific times that you schedule.
    An autoscaling configuration can have one of above supported policies.
Inheritance
object
AddAutoScalePolicyDetails
AddMetricBasedHorizontalScalingPolicyDetails
AddMetricBasedVerticalScalingPolicyDetails
AddScheduleBasedHorizontalScalingPolicyDetails
AddScheduleBasedVerticalScalingPolicyDetails
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
[JsonConverter(typeof(AddAutoScalePolicyDetailsModelConverter))]
public class AddAutoScalePolicyDetails
In this article
Back to top