Class ResourcePolicySnapshotSchedulePolicyScheduleArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Compute.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ResourcePolicySnapshotSchedulePolicyScheduleArgs : ResourceArgs
Constructors
View SourceResourcePolicySnapshotSchedulePolicyScheduleArgs()
Declaration
public ResourcePolicySnapshotSchedulePolicyScheduleArgs()
Properties
View SourceDailySchedule
The policy will execute every nth day at the specified time. Structure is documented below.
Declaration
public Input<ResourcePolicySnapshotSchedulePolicyScheduleDailyScheduleArgs> DailySchedule { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ResourcePolicySnapshotSchedulePolicyScheduleDailyScheduleArgs> |
HourlySchedule
The policy will execute every nth hour starting at the specified time. Structure is documented below.
Declaration
public Input<ResourcePolicySnapshotSchedulePolicyScheduleHourlyScheduleArgs> HourlySchedule { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ResourcePolicySnapshotSchedulePolicyScheduleHourlyScheduleArgs> |
WeeklySchedule
Allows specifying a snapshot time for each day of the week. Structure is documented below.
Declaration
public Input<ResourcePolicySnapshotSchedulePolicyScheduleWeeklyScheduleArgs> WeeklySchedule { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ResourcePolicySnapshotSchedulePolicyScheduleWeeklyScheduleArgs> |