ListLocalImagesRequest: {
    imageId?: string;
    imageLabel?: string;
    orderBy?: ListLocalImagesRequestOrderBy;
    page?: number;
    pageSize?: number;
    type?: LocalImageType;
    versionId?: string;
    zone?: Zone;
}

Type declaration

  • OptionalimageId?: string

    Filter by image id.

    One-of ('scope'): at most one of 'imageId', 'versionId', 'imageLabel' could be set.

  • OptionalimageLabel?: string

    Filter by image label.

    One-of ('scope'): at most one of 'imageId', 'versionId', 'imageLabel' could be set.

  • OptionalorderBy?: ListLocalImagesRequestOrderBy

    Ordering to use.

  • Optionalpage?: number

    A positive integer to choose the page to display.

  • OptionalpageSize?: number

    A positive integer lower or equal to 100 to select the number of items to display.

  • Optionaltype?: LocalImageType

    Filter by type.

  • OptionalversionId?: string

    Filter by version id.

    One-of ('scope'): at most one of 'imageId', 'versionId', 'imageLabel' could be set.

  • Optionalzone?: Zone

    Filter local images available on this Availability Zone.