Show / Hide Table of Contents

Class ScheduleBasedHorizontalScalingPolicyDetails

Details of a schedule based horizontal autoscaling policy.
In a schedule-based autoscaling policy, an autoscaling action is triggered at the scheduled execution time.

Inheritance
object
AutoScalePolicyDetails
ScheduleBasedHorizontalScalingPolicyDetails
Inherited Members
AutoScalePolicyDetails.TriggerType
AutoScalePolicyDetails.ActionType
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 ScheduleBasedHorizontalScalingPolicyDetails : AutoScalePolicyDetails

Properties

ScheduleDetails

Declaration
[JsonProperty(PropertyName = "scheduleDetails")]
public List<HorizontalScalingScheduleDetails> ScheduleDetails { get; set; }
Property Value
Type Description
List<HorizontalScalingScheduleDetails>

Details of a horizontal scaling schedule.

Timezone

Declaration
[JsonProperty(PropertyName = "timezone")]
public string Timezone { get; set; }
Property Value
Type Description
string

The time zone of the execution schedule, in IANA time zone database name format

In this article
Back to top