Show / Hide Table of Contents

Class ClusterSnapshotBackupPolicyGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterSnapshotBackupPolicyGetArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class ClusterSnapshotBackupPolicyGetArgs : ResourceArgs

Constructors

View Source

ClusterSnapshotBackupPolicyGetArgs()

Declaration
public ClusterSnapshotBackupPolicyGetArgs()

Properties

View Source

ClusterId

The cluster ID.

Declaration
public Input<string> ClusterId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ClusterName

Declaration
public Input<string> ClusterName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

NextSnapshot

Declaration
public Input<string> NextSnapshot { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Policies

Declaration
public InputList<ClusterSnapshotBackupPolicyPolicyGetArgs> Policies { get; set; }
Property Value
Type Description
InputList<ClusterSnapshotBackupPolicyPolicyGetArgs>
View Source

ReferenceHourOfDay

Declaration
public Input<int> ReferenceHourOfDay { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

ReferenceMinuteOfHour

Declaration
public Input<int> ReferenceMinuteOfHour { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

RestoreWindowDays

Declaration
public Input<int> RestoreWindowDays { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

UpdateSnapshots

Declaration
public Input<bool> UpdateSnapshots { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.