Class ResourcePolicySnapshotSchedulePolicyScheduleGetArgs
Inheritance
System.Object
ResourcePolicySnapshotSchedulePolicyScheduleGetArgs
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 ResourcePolicySnapshotSchedulePolicyScheduleGetArgs : ResourceArgs
Constructors
View SourceResourcePolicySnapshotSchedulePolicyScheduleGetArgs()
Declaration
public ResourcePolicySnapshotSchedulePolicyScheduleGetArgs()
Properties
View SourceDailySchedule
The policy will execute every nth day at the specified time. Structure is documented below.
Declaration
public Input<ResourcePolicySnapshotSchedulePolicyScheduleDailyScheduleGetArgs> DailySchedule { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ResourcePolicySnapshotSchedulePolicyScheduleDailyScheduleGetArgs> |
HourlySchedule
The policy will execute every nth hour starting at the specified time. Structure is documented below.
Declaration
public Input<ResourcePolicySnapshotSchedulePolicyScheduleHourlyScheduleGetArgs> HourlySchedule { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ResourcePolicySnapshotSchedulePolicyScheduleHourlyScheduleGetArgs> |
WeeklySchedule
Allows specifying a snapshot time for each day of the week. Structure is documented below.
Declaration
public Input<ResourcePolicySnapshotSchedulePolicyScheduleWeeklyScheduleGetArgs> WeeklySchedule { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ResourcePolicySnapshotSchedulePolicyScheduleWeeklyScheduleGetArgs> |