Class GetClusterSnapshotBackupPolicyResult
Inheritance
System.Object
GetClusterSnapshotBackupPolicyResult
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 GetClusterSnapshotBackupPolicyResult
Fields
View SourceClusterId
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<GetClusterSnapshotBackupPolicyPolicyResult> Policies
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetClusterSnapshotBackupPolicyPolicyResult> |
ReferenceHourOfDay
Declaration
public readonly int ReferenceHourOfDay
Field Value
| Type | Description |
|---|---|
| System.Int32 |
ReferenceMinuteOfHour
Declaration
public readonly int ReferenceMinuteOfHour
Field Value
| Type | Description |
|---|---|
| System.Int32 |
RestoreWindowDays
Declaration
public readonly int RestoreWindowDays
Field Value
| Type | Description |
|---|---|
| System.Int32 |
UpdateSnapshots
Declaration
public readonly bool UpdateSnapshots
Field Value
| Type | Description |
|---|---|
| System.Boolean |