Class CreateScheduledPolicyDetails
Creation details for a schedule-based autoscaling policy.
In a schedule-based autoscaling policy, an autoscaling action is triggered at the scheduled execution time.
Inherited Members
Namespace: Oci.AutoscalingService.Models
Assembly: OCI.DotNetSDK.Autoscaling.dll
Syntax
public class CreateScheduledPolicyDetails : CreateAutoScalingPolicyDetailsProperties
ExecutionSchedule
Declaration
[Required(ErrorMessage = "ExecutionSchedule is required.")]
[JsonProperty(PropertyName = "executionSchedule")]
public ExecutionSchedule ExecutionSchedule { get; set; }Property Value
| Type | Description | 
|---|---|
| ExecutionSchedule | 
Remarks
Required
ResourceAction
Declaration
[JsonProperty(PropertyName = "resourceAction")]
public ResourceAction ResourceAction { get; set; }Property Value
| Type | Description | 
|---|---|
| ResourceAction |