Show / Hide Table of Contents

Class BackupPolicyArgs

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

Constructors

View Source

BackupPolicyArgs()

Declaration
public BackupPolicyArgs()

Properties

View Source

BackupPeriods

Backup Cycle. Allowed values: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday

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

BackupTime

Backup time, in the format of HH:mmZ- HH:mm Z

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

InstanceId

The id of ApsaraDB for Redis or Memcache intance.

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