Show / Hide Table of Contents

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 Source

ClusterId

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<GetClusterSnapshotBackupPolicyPolicyResult> Policies
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetClusterSnapshotBackupPolicyPolicyResult>
View Source

ReferenceHourOfDay

Declaration
public readonly int ReferenceHourOfDay
Field Value
Type Description
System.Int32
View Source

ReferenceMinuteOfHour

Declaration
public readonly int ReferenceMinuteOfHour
Field Value
Type Description
System.Int32
View Source

RestoreWindowDays

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.