interface Image {
    arch: Arch;
    creationDate?: Date;
    defaultBootscript?: Bootscript;
    extraVolumes: Record<string, Instance.v1.Volume>;
    fromServer: string;
    id: string;
    modificationDate?: Date;
    name: string;
    organization: string;
    project: string;
    public: boolean;
    rootVolume?: VolumeSummary;
    state: ImageState;
    tags: string[];
    zone: Zone;
}

Properties

arch: Arch
creationDate?: Date
defaultBootscript?: Bootscript
extraVolumes: Record<string, Instance.v1.Volume>
fromServer: string
id: string
modificationDate?: Date
name: string
organization: string
project: string
public: boolean
rootVolume?: VolumeSummary
state: ImageState
tags: string[]
zone: Zone

Zone to target. If none is passed will use default zone from the config.