Show / Hide Table of Contents

Class GetMaintenanceWindowResult

Inheritance
System.Object
GetMaintenanceWindowResult
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.Mongodbatlas
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class GetMaintenanceWindowResult

Fields

View Source

DayOfWeek

Day of the week when you would like the maintenance window to start as a 1-based integer: S=1, M=2, T=3, W=4, T=5, F=6, S=7.

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

HourOfDay

Hour of the day when you would like the maintenance window to start. This parameter uses the 24-hour clock, where midnight is 0, noon is 12 (Time zone is UTC).

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

Id

The provider-assigned unique ID for this managed resource.

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

NumberOfDeferrals

Number of times the current maintenance event for this project has been deferred, you can set a maximum of 2 deferrals.

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

ProjectId

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

StartAsap

Flag indicating whether project maintenance has been directed to start immediately. If you request that maintenance begin immediately, this field returns true from the time the request was made until the time the maintenance event completes.

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