Class GetCloudProviderSnapshotResult
Inheritance
System.Object
GetCloudProviderSnapshotResult
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 GetCloudProviderSnapshotResult
Fields
View SourceClusterName
Declaration
public readonly string ClusterName
Field Value
| Type | Description |
|---|---|
| System.String |
CreatedAt
UTC ISO 8601 formatted point in time when Atlas took the snapshot.
Declaration
public readonly string CreatedAt
Field Value
| Type | Description |
|---|---|
| System.String |
Description
UDescription of the snapshot. Only present for on-demand snapshots.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
MongodVersion
Version of the MongoDB server.
Declaration
public readonly string MongodVersion
Field Value
| Type | Description |
|---|---|
| System.String |
ProjectId
Declaration
public readonly string ProjectId
Field Value
| Type | Description |
|---|---|
| System.String |
SnapshotId
Declaration
public readonly string SnapshotId
Field Value
| Type | Description |
|---|---|
| System.String |
SnapshotType
Specified the type of snapshot. Valid values are onDemand and scheduled.
Declaration
public readonly string SnapshotType
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
StorageSizeBytes
Specifies the size of the snapshot in bytes.
Declaration
public readonly int StorageSizeBytes
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Type
Specifies the type of cluster: replicaSet or shardedCluster.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |