Show / Hide Table of Contents

Class CloudProviderSnapshotRestoreJobState

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

Constructors

View Source

CloudProviderSnapshotRestoreJobState()

Declaration
public CloudProviderSnapshotRestoreJobState()

Properties

View Source

Cancelled

Indicates whether the restore job was canceled.

Declaration
public Input<bool> Cancelled { get; set; }
Property Value
Type Description
Input<System.Boolean>
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

CreatedAt

UTC ISO 8601 formatted point in time when Atlas created the restore job.

Declaration
public Input<string> CreatedAt { 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<CloudProviderSnapshotRestoreJobDeliveryTypeGetArgs> DeliveryType { get; set; }
Property Value
Type Description
Input<CloudProviderSnapshotRestoreJobDeliveryTypeGetArgs>
View Source

DeliveryUrls

One or more URLs for the compressed snapshot files for manual download. Only visible if deliveryType is download.

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

Expired

Indicates whether the restore job expired.

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

ExpiresAt

UTC ISO 8601 formatted point in time when the restore job expires.

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

FinishedAt

UTC ISO 8601 formatted point in time when the restore job completed.

Declaration
public Input<string> FinishedAt { get; set; }
Property Value
Type Description
Input<System.String>
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

SnapshotRestoreJobId

The unique identifier of the restore job.

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

Timestamp

Timestamp in ISO 8601 date and time format in UTC when the snapshot associated to snapshotId was taken.

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