Class CloudProviderSnapshotRestoreJobDeliveryTypeArgs
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.Inputs
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class CloudProviderSnapshotRestoreJobDeliveryTypeArgs : ResourceArgs
Constructors
View SourceCloudProviderSnapshotRestoreJobDeliveryTypeArgs()
Declaration
public CloudProviderSnapshotRestoreJobDeliveryTypeArgs()
Properties
View SourceAutomated
Declaration
public Input<bool> Automated { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Download
Declaration
public Input<bool> Download { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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> |
TargetProjectId
Declaration
public Input<string> TargetProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |