Show / Hide Table of Contents

Class GetImageArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetImageArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetImageArgs()

Declaration
public GetImageArgs()

Properties

View Source

Id

The id of the image

Declaration
public int? Id { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

Name

The name of the image.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

Slug

The slug of the official image.

Declaration
public string Slug { get; set; }
Property Value
Type Description
System.String
View Source

Source

Restrict the search to one of the following categories of images:

  • all - All images (whether public or private)
  • applications - One-click applications
  • distributions - Distributions
  • user - (Default) User (private) images
Declaration
public string Source { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.