interface LocalImage {
    arch: string;
    compatibleCommercialTypes: string[];
    id: string;
    label: string;
    type: LocalImageType;
    zone: Zone;
}

Properties

arch: string

Supported architecture for this local image.

compatibleCommercialTypes: string[]

List of all commercial types that are compatible with this local image.

id: string

Version you will typically use to define an image in an API call.

label: string

Image label this image belongs to.

Type of this local image.

zone: Zone

Availability Zone where this local image is available.