Show / Hide Table of Contents

Class ResourcePolicySnapshotSchedulePolicyScheduleGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ResourcePolicySnapshotSchedulePolicyScheduleGetArgs
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 ResourcePolicySnapshotSchedulePolicyScheduleGetArgs : ResourceArgs

Constructors

View Source

ResourcePolicySnapshotSchedulePolicyScheduleGetArgs()

Declaration
public ResourcePolicySnapshotSchedulePolicyScheduleGetArgs()

Properties

View Source

DailySchedule

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

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

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