gbox-sdk
    Preparing search index...

    Interface CreateLinux

    interface CreateLinux {
        config?: GboxClient.V1.BoxCreateLinuxParams.Config & {
            expiresIn?: `${number}h` | `${number}m` | `${number}s` | `${number}ms`;
        };
        type: "linux";
        wait?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    config?: GboxClient.V1.BoxCreateLinuxParams.Config & {
        expiresIn?: `${number}h` | `${number}m` | `${number}s` | `${number}ms`;
    }

    Configuration for a Linux box instance

    type: "linux"

    Box type is Linux

    wait?: boolean

    Wait for the box operation to be completed, default is true