Class GetCloudProviderSnapshotRestoreJob
Inheritance
System.Object
GetCloudProviderSnapshotRestoreJob
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
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public static class GetCloudProviderSnapshotRestoreJob
Methods
View SourceInvokeAsync(GetCloudProviderSnapshotRestoreJobArgs, InvokeOptions)
mongodbatlas..CloudProviderSnapshotRestoreJob provides a Cloud Provider Snapshot Restore Job entry datasource. Gets all cloud provider snapshot restore jobs for the specified cluster.
NOTE: Groups and projects are synonymous terms. You may find
groupIdin the official documentation.
{{% examples %}}
Example Usage
{{% example %}} First create a snapshot of the desired cluster. Then request that snapshot be restored in an automated fashion to the designated cluster and project.
{{% /example %}} {{% /examples %}}
Declaration
public static Task<GetCloudProviderSnapshotRestoreJobResult> InvokeAsync(GetCloudProviderSnapshotRestoreJobArgs args, InvokeOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| GetCloudProviderSnapshotRestoreJobArgs | args | |
| InvokeOptions | options |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<GetCloudProviderSnapshotRestoreJobResult> |