Show / Hide Table of Contents

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 Source

DurationSeconds

The duration of the restriction in seconds.

Declaration
public readonly int DurationSeconds
Field Value
Type Description
System.Int32
View Source

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

StartTimeOfDay

The start time in HH:mm:ss format.

Declaration
public readonly string StartTimeOfDay
Field Value
Type Description
System.String
View Source

Type

Can be daily_restriction or weekly_restriction

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.