Class MaintenanceWindowState
Inherited Members
Namespace: Pulumi.Mongodbatlas
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class MaintenanceWindowState : ResourceArgs
Constructors
View SourceMaintenanceWindowState()
Declaration
public MaintenanceWindowState()
Properties
View SourceDayOfWeek
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> |
Defer
Defer maintenance for the given project for one week.
Declaration
public Input<bool> Defer { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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> |
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> |
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> |
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 Input<bool> StartAsap { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |