Show / Hide Table of Contents

Class ResourcePolicySnapshotSchedulePolicyScheduleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ResourcePolicySnapshotSchedulePolicyScheduleArgs
Inherited Members
ResourceArgs.Empty
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 Source

ResourcePolicySnapshotSchedulePolicyScheduleArgs()

Declaration
public ResourcePolicySnapshotSchedulePolicyScheduleArgs()

Properties

View Source

DailySchedule

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.