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
AddAutoScalePolicyDetails
Inherited Members
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
[JsonConverter(typeof(AddAutoScalePolicyDetailsModelConverter))]
public class AddAutoScalePolicyDetails