Show / Hide Table of Contents

Class DatabaseClusterMaintenanceWindowGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DatabaseClusterMaintenanceWindowGetArgs
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.DigitalOcean.Inputs
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class DatabaseClusterMaintenanceWindowGetArgs : ResourceArgs

Constructors

View Source

DatabaseClusterMaintenanceWindowGetArgs()

Declaration
public DatabaseClusterMaintenanceWindowGetArgs()

Properties

View Source

Day

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.