Show / Hide Table of Contents

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 Source

Period

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

Type

days, weeks, months, or years

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

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

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.