Class DropletSnapshotState
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 DropletSnapshotState : ResourceArgs
Constructors
View SourceDropletSnapshotState()
Declaration
public DropletSnapshotState()
Properties
View SourceCreatedAt
The date and time the Droplet snapshot was created.
Declaration
public Input<string> CreatedAt { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
Name
A name for the Droplet snapshot.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Size
The billable size of the Droplet snapshot in gigabytes.
Declaration
public Input<double> Size { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |