Class DowntimeRecurrence
Inheritance
System.Object
DowntimeRecurrence
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.Datadog.Outputs
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class DowntimeRecurrence
Fields
View SourcePeriod
How often to repeat as an integer. For example to repeat every 3 days, select a type of days and a period of 3.
Declaration
public readonly int Period
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Type
days, weeks, months, or years
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |
UntilDate
The date at which the recurrence should end as a POSIX timestamp. until_occurrences and until_date are mutually exclusive.
Declaration
public readonly int? UntilDate
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
UntilOccurrences
How many times the downtime will be rescheduled. until_occurrences and until_date are mutually exclusive.
Declaration
public readonly int? UntilOccurrences
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
WeekDays
A list of week days to repeat on. Choose from: Mon, Tue, Wed, Thu, Fri, Sat or Sun. Only applicable when type is weeks. First letter must be capitalized.
Declaration
public readonly ImmutableArray<string> WeekDays
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |