Show / Hide Table of Contents

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 Source

ClusterId

The cluster ID.

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

NextSnapshot

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

Policies

Declaration
public readonly ImmutableArray<ClusterSnapshotBackupPolicyPolicy> Policies
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<ClusterSnapshotBackupPolicyPolicy>
View Source

ReferenceHourOfDay

Declaration
public readonly int? ReferenceHourOfDay
Field Value
Type Description
System.Nullable<System.Int32>
View Source

ReferenceMinuteOfHour

Declaration
public readonly int? ReferenceMinuteOfHour
Field Value
Type Description
System.Nullable<System.Int32>
View Source

RestoreWindowDays

Declaration
public readonly int? RestoreWindowDays
Field Value
Type Description
System.Nullable<System.Int32>
View Source

UpdateSnapshots

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