Show / Hide Table of Contents

Class GetDropletSnapshotResult

Inheritance
System.Object
GetDropletSnapshotResult
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 GetDropletSnapshotResult

Fields

View Source

CreatedAt

The date and time the Droplet snapshot was created.

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

DropletId

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

Declaration
public readonly string DropletId
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 Droplet to be created based on this Droplet 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 Droplet 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 Droplet snapshot in gigabytes.

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