Class GetCloudProviderSnapshotBackupPolicyResult
Inheritance
System.Object
GetCloudProviderSnapshotBackupPolicyResult
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
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class GetCloudProviderSnapshotBackupPolicyResult
Fields
View SourceClusterId
Unique identifier of the Atlas cluster.
Declaration
public readonly string ClusterId
Field Value
| Type | Description |
|---|---|
| System.String |
ClusterName
Declaration
public readonly string ClusterName
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
NextSnapshot
UTC ISO 8601 formatted point in time when Atlas will take the next snapshot.
Declaration
public readonly string NextSnapshot
Field Value
| Type | Description |
|---|---|
| System.String |
Policies
A list of policy definitions for the cluster.
policies.#.id- Unique identifier of the backup policy.
Declaration
public readonly ImmutableArray<GetCloudProviderSnapshotBackupPolicyPolicyResult> Policies
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetCloudProviderSnapshotBackupPolicyPolicyResult> |
ProjectId
Declaration
public readonly string ProjectId
Field Value
| Type | Description |
|---|---|
| System.String |
ReferenceHourOfDay
UTC Hour of day between 0 and 23 representing which hour of the day that Atlas takes a snapshot.
Declaration
public readonly int ReferenceHourOfDay
Field Value
| Type | Description |
|---|---|
| System.Int32 |
ReferenceMinuteOfHour
UTC Minute of day between 0 and 59 representing which minute of the referenceHourOfDay that Atlas takes the snapshot.
Declaration
public readonly int ReferenceMinuteOfHour
Field Value
| Type | Description |
|---|---|
| System.Int32 |
RestoreWindowDays
Specifies a restore window in days for the cloud provider backup to maintain.
Declaration
public readonly int RestoreWindowDays
Field Value
| Type | Description |
|---|---|
| System.Int32 |
UpdateSnapshots
Declaration
public readonly bool UpdateSnapshots
Field Value
| Type | Description |
|---|---|
| System.Boolean |