Class DatabaseClusterMaintenanceWindowGetArgs
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.DigitalOcean.Inputs
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class DatabaseClusterMaintenanceWindowGetArgs : ResourceArgs
Constructors
View SourceDatabaseClusterMaintenanceWindowGetArgs()
Declaration
public DatabaseClusterMaintenanceWindowGetArgs()
Properties
View SourceDay
The day of the week on which to apply maintenance updates.
Declaration
public Input<string> Day { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Hour
The hour in UTC at which maintenance updates will be applied in 24 hour format.
Declaration
public Input<string> Hour { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |