Class MaintenanceWindowArgs
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 MaintenanceWindowArgs : ResourceArgs
Constructors
View SourceMaintenanceWindowArgs()
Declaration
public MaintenanceWindowArgs()
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> |