Class GetImagesResult
Inheritance
System.Object
GetImagesResult
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 GetImagesResult
Fields
View SourceFilters
Declaration
public readonly ImmutableArray<GetImagesFilterResult> Filters
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetImagesFilterResult> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Images
A set of images satisfying any filter and sort criteria. Each image has the following attributes:
slug: Unique text identifier of the image.id: The ID of the image.name: The name of the image.type: Type of the image.distribution- The name of the distribution of the OS of the image.min_disk_size: The minimum 'disk' required for the image.size_gigabytes: The size of the image in GB.private- Is image a public image or not. Public images represent Linux distributions or One-Click Applications, while non-public images represent snapshots and backups and are only available within your account.regions: A set of the regions that the image is available in.tags: A set of tags applied to the imagecreated: When the image was createdstatus: Current status of the imageerror_message: Any applicable error message pertaining to the imageimage- The id of the image (legacy parameter).
Declaration
public readonly ImmutableArray<GetImagesImageResult> Images
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetImagesImageResult> |
Sorts
Declaration
public readonly ImmutableArray<GetImagesSortResult> Sorts
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetImagesSortResult> |