Show / Hide Table of Contents

Class DropletSnapshotState

Inheritance
System.Object
InputArgs
ResourceArgs
DropletSnapshotState
Inherited Members
ResourceArgs.Empty
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 DropletSnapshotState : ResourceArgs

Constructors

View Source

DropletSnapshotState()

Declaration
public DropletSnapshotState()

Properties

View Source

CreatedAt

The date and time the Droplet snapshot was created.

Declaration
public Input<string> CreatedAt { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DropletId

The ID of the Droplet from which the snapshot will be taken.

Declaration
public Input<string> DropletId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MinDiskSize

The minimum size in gigabytes required for a Droplet to be created based on this snapshot.

Declaration
public Input<int> MinDiskSize { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Name

A name for the Droplet snapshot.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Regions

A list of DigitalOcean region "slugs" indicating where the droplet snapshot is available.

Declaration
public InputList<string> Regions { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Size

The billable size of the Droplet snapshot in gigabytes.

Declaration
public Input<double> Size { get; set; }
Property Value
Type Description
Input<System.Double>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.