Class UpdateScheduleBasedHorizontalScalingPolicyDetails
Update details of a schedule based horizontal autoscaling policy.
In a schedule-based autoscaling policy, an autoscaling action is triggered at the scheduled execution time.
Inherited Members
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class UpdateScheduleBasedHorizontalScalingPolicyDetails : UpdateAutoScalePolicyDetailsProperties
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 |