Class DropletSnapshotArgs
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 DropletSnapshotArgs : ResourceArgs
Constructors
View SourceDropletSnapshotArgs()
Declaration
public DropletSnapshotArgs()
Properties
View SourceDropletId
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> |
Name
A name for the Droplet snapshot.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |