@akamai/openapi-ts
    Preparing search index...

    Type Alias PostImageData

    type PostImageData = {
        body?: {
            cloud_init?: boolean;
            description?: string;
            disk_id: number;
            label?: string;
            tags?: string[];
        };
        path?: never;
        query?: never;
        url: "images";
    }
    Index

    Properties

    Properties

    body?: {
        cloud_init?: boolean;
        description?: string;
        disk_id: number;
        label?: string;
        tags?: string[];
    }

    Type Declaration

    • Optionalcloud_init?: boolean

      Whether this image supports cloud-init.

    • Optionaldescription?: string

      A detailed description of this image.

    • disk_id: number

      The ID of the target Linode disk for this image.

    • Optionallabel?: string

      The short title for this image. If not provided, the disk's current label is used.

    • Optionaltags?: string[]

      Tags used for organizational purposes. A tag can be from 3 to 100 characters long, and an image can have a maximum of 500 total tags.

    path?: never
    query?: never
    url: "images"