Class GetVolumeSnapshotResult
Inheritance
System.Object
GetVolumeSnapshotResult
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.DigitalOcean
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class GetVolumeSnapshotResult
Fields
View SourceCreatedAt
The date and time the volume snapshot was created.
Declaration
public readonly string CreatedAt
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 |
MinDiskSize
The minimum size in gigabytes required for a volume to be created based on this volume snapshot.
Declaration
public readonly int MinDiskSize
Field Value
| Type | Description |
|---|---|
| System.Int32 |
MostRecent
Declaration
public readonly bool? MostRecent
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
NameRegex
Declaration
public readonly string NameRegex
Field Value
| Type | Description |
|---|---|
| System.String |
Region
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| System.String |
Regions
A list of DigitalOcean region "slugs" indicating where the volume snapshot is available.
Declaration
public readonly ImmutableArray<string> Regions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Size
The billable size of the volume snapshot in gigabytes.
Declaration
public readonly double Size
Field Value
| Type | Description |
|---|---|
| System.Double |
Tags
A list of the tags associated to the volume snapshot.
Declaration
public readonly ImmutableArray<string> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
VolumeId
The ID of the volume from which the volume snapshot originated.
Declaration
public readonly string VolumeId
Field Value
| Type | Description |
|---|---|
| System.String |