Class GetDropletArgs
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 GetDropletArgs : InvokeArgs
Constructors
View SourceGetDropletArgs()
Declaration
public GetDropletArgs()
Properties
View SourceId
The ID of the Droplet
Declaration
public int? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Name
The name of the Droplet.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Tag
A tag applied to the Droplet.
Declaration
public string Tag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |