Class ClusterSnapshotBackupPolicy
Inheritance
System.Object
ClusterSnapshotBackupPolicy
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.Outputs
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class ClusterSnapshotBackupPolicy
Fields
View SourceClusterId
The cluster ID.
Declaration
public readonly string ClusterId
Field Value
| Type | Description |
|---|---|
| System.String |
ClusterName
Declaration
public readonly string ClusterName
Field Value
| Type | Description |
|---|---|
| System.String |
NextSnapshot
Declaration
public readonly string NextSnapshot
Field Value
| Type | Description |
|---|---|
| System.String |
Policies
Declaration
public readonly ImmutableArray<ClusterSnapshotBackupPolicyPolicy> Policies
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<ClusterSnapshotBackupPolicyPolicy> |
ReferenceHourOfDay
Declaration
public readonly int? ReferenceHourOfDay
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
ReferenceMinuteOfHour
Declaration
public readonly int? ReferenceMinuteOfHour
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
RestoreWindowDays
Declaration
public readonly int? RestoreWindowDays
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
UpdateSnapshots
Declaration
public readonly bool? UpdateSnapshots
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |