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.AliCloud.Ecs.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetImagesImageResult

Fields

View Source

Architecture

Platform type of the image system: i386 or x86_64.

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

CreationTime

Time of creation.

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

Description

Description of the image.

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

DiskDeviceMappings

Description of the system with disks and snapshots under the image.

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

Id

ID of the image.

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

ImageId

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

ImageOwnerAlias

Alias of the image owner.

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

ImageVersion

Version of the image.

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

IsCopied

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

IsSelfShared

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

IsSubscribed

Whether the user has subscribed to the terms of service for the image product corresponding to the ProductCode.

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

IsSupportIoOptimized

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

Name

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

OsName

Display Chinese name of the OS.

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

OsNameEn

Display English name of the OS.

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

OsType

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

Platform

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

ProductCode

Product code of the image on the image market.

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

Progress

Progress of image creation, presented in percentages.

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

Size

Size of the created disk.

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

State

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

Status

Status of the image. Possible values: UnAvailable, Available, Creating and CreateFailed.

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

Tags

Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

Usage

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