gbox-sdk
    Preparing search index...

    Interface SnapshotGetResponse

    Snapshot configuration

    interface SnapshotGetResponse {
        boxType: "android" | "linux";
        id: string;
        name: string;
        providerType: "vm";
        status: "Pending" | "Available" | "Error";
    }
    Index

    Properties

    boxType: "android" | "linux"

    The type of the box that the snapshot is taken from

    id: string

    Unique identifier for the snapshot

    name: string

    Name of the snapshot. This name must be unique within the organization.

    providerType: "vm"

    The provider type of the snapshot

    status: "Pending" | "Available" | "Error"

    The status of the snapshot