Show / Hide Table of Contents

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 Source

CreatedAt

The date and time the volume snapshot was created.

Declaration
public readonly string CreatedAt
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

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
View Source

MostRecent

Declaration
public readonly bool? MostRecent
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Name

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

NameRegex

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

Region

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

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>
View Source

Size

The billable size of the volume snapshot in gigabytes.

Declaration
public readonly double Size
Field Value
Type Description
System.Double
View Source

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>
View Source

VolumeId

The ID of the volume from which the volume snapshot originated.

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