Show / Hide Table of Contents

Class MaintenanceWindowArgs

Inheritance
System.Object
InputArgs
ResourceArgs
MaintenanceWindowArgs
Inherited Members
ResourceArgs.Empty
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 MaintenanceWindowArgs : ResourceArgs

Constructors

View Source

MaintenanceWindowArgs()

Declaration
public MaintenanceWindowArgs()

Properties

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 Input<int> DayOfWeek { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Defer

Defer maintenance for the given project for one week.

Declaration
public Input<bool> Defer { get; set; }
Property Value
Type Description
Input<System.Boolean>
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 Input<int> HourOfDay { get; set; }
Property Value
Type Description
Input<System.Int32>
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 Input<int> NumberOfDeferrals { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

ProjectId

The unique identifier of the project for the Maintenance Window.

Declaration
public Input<string> ProjectId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.