Class BackupPolicyArgs
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.AliCloud.PolarDB
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class BackupPolicyArgs : ResourceArgs
Constructors
View SourceBackupPolicyArgs()
Declaration
public BackupPolicyArgs()
Properties
View SourceDbClusterId
The Id of cluster that can run database.
Declaration
public Input<string> DbClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PreferredBackupPeriods
PolarDB Cluster backup period. Valid values: [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]. Default to ["Tuesday", "Thursday", "Saturday"].
Declaration
public InputList<string> PreferredBackupPeriods { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
PreferredBackupTime
PolarDB Cluster backup time, in the format of HH:mmZ- HH:mmZ. Time setting interval is one hour. Default to "02:00Z-03:00Z". China time is 8 hours behind it.
Declaration
public Input<string> PreferredBackupTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |