Show / Hide Table of Contents

Class ResourcePolicySnapshotSchedulePolicyScheduleWeeklyScheduleDayOfWeekArgs

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

Constructors

View Source

ResourcePolicySnapshotSchedulePolicyScheduleWeeklyScheduleDayOfWeekArgs()

Declaration
public ResourcePolicySnapshotSchedulePolicyScheduleWeeklyScheduleDayOfWeekArgs()

Properties

View Source

Day

The day of the week to create the snapshot. e.g. MONDAY

Declaration
public Input<string> Day { get; set; }
Property Value
Type Description
Input<System.String>
View Source

StartTime

Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT.

Declaration
public Input<string> StartTime { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.