Show / Hide Table of Contents

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 Source

ClusterId

Unique identifier of the Atlas cluster.

Declaration
public readonly string ClusterId
Field Value
Type Description
System.String
View Source

ClusterName

Declaration
public readonly string ClusterName
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

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
View Source

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>
View Source

ProjectId

Declaration
public readonly string ProjectId
Field Value
Type Description
System.String
View Source

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
View Source

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
View Source

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
View Source

UpdateSnapshots

Declaration
public readonly bool UpdateSnapshots
Field Value
Type Description
System.Boolean
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.