Show / Hide Table of Contents

Class GetCloudProviderSnapshotsResultResult

Inheritance
System.Object
GetCloudProviderSnapshotsResultResult
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.Outputs
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class GetCloudProviderSnapshotsResultResult

Fields

View Source

CreatedAt

UTC ISO 8601 formatted point in time when Atlas took the snapshot.

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

Description

UDescription of the snapshot. Only present for on-demand snapshots.

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

ExpiresAt

UTC ISO 8601 formatted point in time when Atlas will delete the snapshot.

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

Id

Unique identifier of the snapshot.

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

MasterKeyUuid

Unique ID of the AWS KMS Customer Master Key used to encrypt the snapshot. Only visible for clusters using Encryption at Rest via Customer KMS.

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

MongodVersion

Version of the MongoDB server.

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

SnapshotType

Specified the type of snapshot. Valid values are onDemand and scheduled.

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

Status

Current status of the snapshot. One of the following values: queued, inProgress, completed, failed.

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

StorageSizeBytes

Specifies the size of the snapshot in bytes.

Declaration
public readonly int StorageSizeBytes
Field Value
Type Description
System.Int32
View Source

Type

Specifies the type of cluster: replicaSet or shardedCluster.

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.