Class ResourcePolicySnapshotSchedulePolicyScheduleWeeklyScheduleDayOfWeek
Inheritance
System.Object
ResourcePolicySnapshotSchedulePolicyScheduleWeeklyScheduleDayOfWeek
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ResourcePolicySnapshotSchedulePolicyScheduleWeeklyScheduleDayOfWeek
Fields
View SourceDay
The day of the week to create the snapshot. e.g. MONDAY
Declaration
public readonly string Day
Field Value
| Type | Description |
|---|---|
| System.String |
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 readonly string StartTime
Field Value
| Type | Description |
|---|---|
| System.String |