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.OpenStack.dll
Syntax
public sealed class GetImageResult
Fields
View Source
Checksum
The checksum of the data associated with the image.
Declaration
public readonly string Checksum
Field Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public readonly string ContainerFormat
Field Value
| Type |
Description |
| System.String |
|
View Source
CreatedAt
The date the image was created.
container_format: The format of the image's container.
disk_format: The format of the image's disk.
Declaration
public readonly string CreatedAt
Field Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public readonly string DiskFormat
Field Value
| Type |
Description |
| System.String |
|
View Source
File
the trailing path after the glance endpoint that represent the
location of the image or the path to retrieve it.
Declaration
public readonly string File
Field Value
| Type |
Description |
| System.String |
|
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
MemberStatus
Declaration
public readonly string MemberStatus
Field Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public readonly ImmutableDictionary<string, object> Metadata
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
|
View Source
MinDiskGb
The minimum amount of disk space required to use the image.
Declaration
public readonly int MinDiskGb
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
MinRamMb
The minimum amount of ram required to use the image.
Declaration
public readonly int MinRamMb
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
MostRecent
Declaration
public readonly bool? MostRecent
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
Name
Declaration
public readonly string Name
Field Value
| Type |
Description |
| System.String |
|
View Source
Owner
Declaration
public readonly string Owner
Field Value
| Type |
Description |
| System.String |
|
View Source
Properties
Freeform information about the image.
Declaration
public readonly ImmutableDictionary<string, object> Properties
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
|
View Source
Protected
Whether or not the image is protected.
Declaration
public readonly bool Protected
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
Region
Declaration
public readonly string Region
Field Value
| Type |
Description |
| System.String |
|
View Source
Schema
The path to the JSON-schema that represent
the image or image
Declaration
public readonly string Schema
Field Value
| Type |
Description |
| System.String |
|
View Source
SizeBytes
The size of the image (in bytes).
Declaration
public readonly int SizeBytes
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
SizeMax
Declaration
public readonly int? SizeMax
Field Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
SizeMin
Declaration
public readonly int? SizeMin
Field Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
SortDirection
Declaration
public readonly string SortDirection
Field Value
| Type |
Description |
| System.String |
|
View Source
SortKey
Declaration
public readonly string SortKey
Field Value
| Type |
Description |
| System.String |
|
View Source
Tag
Declaration
public readonly string Tag
Field Value
| Type |
Description |
| System.String |
|
View Source
The tags list of the image.
Declaration
public readonly ImmutableArray<string> Tags
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
UpdatedAt
The date the image was last updated.
Declaration
public readonly string UpdatedAt
Field Value
| Type |
Description |
| System.String |
|
View Source
Visibility
Declaration
public readonly string Visibility
Field Value
| Type |
Description |
| System.String |
|