Show / Hide Table of Contents

Class ExecutionSchedule

An execution schedule for an autoscaling policy.

Inheritance
object
ExecutionSchedule
CronExecutionSchedule
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AutoscalingService.Models
Assembly: OCI.DotNetSDK.Autoscaling.dll
Syntax
[JsonConverter(typeof(ExecutionScheduleModelConverter))]
public class ExecutionSchedule

Properties

Timezone

Declaration
[Required(ErrorMessage = "Timezone is required.")]
[JsonProperty(PropertyName = "timezone")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ExecutionSchedule.TimezoneEnum? Timezone { get; set; }
Property Value
Type Description
ExecutionSchedule.TimezoneEnum?

The time zone for the execution schedule.

Remarks

Required

In this article
Back to top