Class GetImageArgs
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 GetImageArgs : InvokeArgs
Constructors
View SourceGetImageArgs()
Declaration
public GetImageArgs()
Properties
View SourceId
The id of the image
Declaration
public int? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Name
The name of the image.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Slug
The slug of the official image.
Declaration
public string Slug { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Source
Restrict the search to one of the following categories of images:
all- All images (whether public or private)applications- One-click applicationsdistributions- Distributionsuser- (Default) User (private) images
Declaration
public string Source { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |