Class GetImageResult
Inheritance
System.Object
GetImageResult
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()
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class GetImageResult
Fields
View Source
Created
Declaration
public readonly string Created
Field Value
| Type |
Description |
| System.String |
|
View Source
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.
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
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
Image
The id of the image (legacy parameter).
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
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
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
Source
Declaration
public readonly string Source
Field Value
| Type |
Description |
| System.String |
|
View Source
Status
Declaration
public readonly string Status
Field Value
| Type |
Description |
| System.String |
|
View Source
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 |
|