Show / Hide Table of Contents

Class GetImagesImageResult

Inheritance
System.Object
GetImagesImageResult
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.Outputs
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class GetImagesImageResult

Fields

View Source

Created

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

Distribution

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

ErrorMessage

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

Id

Declaration
public readonly int Id
Field Value
Type Description
System.Int32
View Source

Image

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

MinDiskSize

Declaration
public readonly int MinDiskSize
Field Value
Type Description
System.Int32
View Source

Name

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

Private

Declaration
public readonly bool Private
Field Value
Type Description
System.Boolean
View Source

Regions

Declaration
public readonly ImmutableArray<string> Regions
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

SizeGigabytes

Declaration
public readonly double SizeGigabytes
Field Value
Type Description
System.Double
View Source

Slug

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

Status

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

Tags

Declaration
public readonly ImmutableArray<string> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Type

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.