Class ClusterSnapshotBackupPolicyArgs
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.Mongodbatlas.Inputs
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class ClusterSnapshotBackupPolicyArgs : ResourceArgs
Constructors
View SourceClusterSnapshotBackupPolicyArgs()
Declaration
public ClusterSnapshotBackupPolicyArgs()
Properties
View SourceClusterId
The cluster ID.
Declaration
public Input<string> ClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClusterName
Declaration
public Input<string> ClusterName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NextSnapshot
Declaration
public Input<string> NextSnapshot { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Policies
Declaration
public InputList<ClusterSnapshotBackupPolicyPolicyArgs> Policies { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ClusterSnapshotBackupPolicyPolicyArgs> |
ReferenceHourOfDay
Declaration
public Input<int> ReferenceHourOfDay { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ReferenceMinuteOfHour
Declaration
public Input<int> ReferenceMinuteOfHour { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
RestoreWindowDays
Declaration
public Input<int> RestoreWindowDays { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
UpdateSnapshots
Declaration
public Input<bool> UpdateSnapshots { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |