Class UpdateScheduleBasedVerticalScalingPolicyDetails
Update details of a schedule based vertical 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 UpdateScheduleBasedVerticalScalingPolicyDetails : UpdateAutoScalePolicyDetails
Properties
ScheduleDetails
Declaration
[JsonProperty(PropertyName = "scheduleDetails")]
public List<VerticalScalingScheduleDetails> ScheduleDetails { get; set; }
Property Value
Type | Description |
---|---|
List<VerticalScalingScheduleDetails> | Details of a vertical 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 |