Show / Hide Table of Contents

Class CloudProviderSnapshotRestoreJobDeliveryTypeArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CloudProviderSnapshotRestoreJobDeliveryTypeArgs
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 CloudProviderSnapshotRestoreJobDeliveryTypeArgs : ResourceArgs

Constructors

View Source

CloudProviderSnapshotRestoreJobDeliveryTypeArgs()

Declaration
public CloudProviderSnapshotRestoreJobDeliveryTypeArgs()

Properties

View Source

Automated

Declaration
public Input<bool> Automated { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Download

Declaration
public Input<bool> Download { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

TargetClusterName

Name of the target Atlas cluster to which the restore job restores the snapshot. Only required if deliveryType is automated.

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

TargetProjectId

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