Show / Hide Table of Contents

Class BackupPolicyState

Inheritance
System.Object
InputArgs
ResourceArgs
BackupPolicyState
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.AliCloud.Adb
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class BackupPolicyState : ResourceArgs

Constructors

View Source

BackupPolicyState()

Declaration
public BackupPolicyState()

Properties

View Source

BackupRetentionPeriod

Cluster backup retention days, Fixed for 7 days, not modified.

Declaration
public Input<string> BackupRetentionPeriod { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DbClusterId

The Id of cluster that can run database.

Declaration
public Input<string> DbClusterId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PreferredBackupPeriods

ADB Cluster backup period. Valid values: [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday].

Declaration
public InputList<string> PreferredBackupPeriods { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

PreferredBackupTime

ADB Cluster backup time, in the format of HH:mmZ- HH:mmZ. Time setting interval is one hour. China time is 8 hours behind it.

Declaration
public Input<string> PreferredBackupTime { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.