Show / Hide Table of Contents

Class GetCloudProviderSnapshotRestoreJobResult

Inheritance
System.Object
GetCloudProviderSnapshotRestoreJobResult
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 sealed class GetCloudProviderSnapshotRestoreJobResult

Fields

View Source

Cancelled

Indicates whether the restore job was canceled.

Declaration
public readonly bool Cancelled
Field Value
Type Description
System.Boolean
View Source

ClusterName

Declaration
public readonly string ClusterName
Field Value
Type Description
System.String
View Source

CreatedAt

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

Declaration
public readonly string CreatedAt
Field Value
Type Description
System.String
View Source

DeliveryType

Type of restore job to create. Possible values are: automated and download.

Declaration
public readonly string DeliveryType
Field Value
Type Description
System.String
View Source

DeliveryUrls

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

Declaration
public readonly ImmutableArray<string> DeliveryUrls
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Expired

Indicates whether the restore job expired.

Declaration
public readonly bool Expired
Field Value
Type Description
System.Boolean
View Source

ExpiresAt

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

Declaration
public readonly string ExpiresAt
Field Value
Type Description
System.String
View Source

FinishedAt

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

Declaration
public readonly string FinishedAt
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

JobId

Declaration
public readonly string JobId
Field Value
Type Description
System.String
View Source

ProjectId

Declaration
public readonly string ProjectId
Field Value
Type Description
System.String
View Source

SnapshotId

Unique identifier of the source snapshot ID of the restore job.

Declaration
public readonly string SnapshotId
Field Value
Type Description
System.String
View Source

TargetClusterName

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

Declaration
public readonly string TargetClusterName
Field Value
Type Description
System.String
View Source

TargetProjectId

Declaration
public readonly string TargetProjectId
Field Value
Type Description
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 readonly string Timestamp
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.