Show / Hide Table of Contents

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 Source

Filters

Declaration
public readonly ImmutableArray<GetImagesFilterResult> Filters
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetImagesFilterResult>
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

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 image
  • created: When the image was created
  • status: Current status of the image
  • error_message: Any applicable error message pertaining to the image
  • image - The id of the image (legacy parameter).
Declaration
public readonly ImmutableArray<GetImagesImageResult> Images
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetImagesImageResult>
View Source

Sorts

Declaration
public readonly ImmutableArray<GetImagesSortResult> Sorts
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetImagesSortResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.