Show / Hide Table of Contents

Class CloudProviderSnapshotRestoreJobArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CloudProviderSnapshotRestoreJobArgs
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
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class CloudProviderSnapshotRestoreJobArgs : ResourceArgs

Constructors

View Source

CloudProviderSnapshotRestoreJobArgs()

Declaration
public CloudProviderSnapshotRestoreJobArgs()

Properties

View Source

ClusterName

The name of the Atlas cluster whose snapshot you want to restore.

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

DeliveryType

Type of restore job to create. Possible values are: download or automated, only one must be set it in true.

Declaration
public Input<CloudProviderSnapshotRestoreJobDeliveryTypeArgs> DeliveryType { get; set; }
Property Value
Type Description
Input<CloudProviderSnapshotRestoreJobDeliveryTypeArgs>
View Source

ProjectId

The unique identifier of the project for the Atlas cluster whose snapshot you want to restore.

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

SnapshotId

Unique identifier of the snapshot to restore.

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