Class ScheduleLayerRestriction
Inheritance
System.Object
ScheduleLayerRestriction
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.Pagerduty.Outputs
Assembly: Pulumi.Pagerduty.dll
Syntax
public sealed class ScheduleLayerRestriction
Fields
View SourceDurationSeconds
The duration of the restriction in seconds.
Declaration
public readonly int DurationSeconds
Field Value
| Type | Description |
|---|---|
| System.Int32 |
StartDayOfWeek
Number of the day when restriction starts. From 1 to 7 where 1 is Monday and 7 is Sunday.
Declaration
public readonly int? StartDayOfWeek
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
StartTimeOfDay
The start time in HH:mm:ss format.
Declaration
public readonly string StartTimeOfDay
Field Value
| Type | Description |
|---|---|
| System.String |
Type
Can be daily_restriction or weekly_restriction
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |