gbox-sdk
    Preparing search index...

    Interface CreateLinuxBox

    Request body for creating a new Linux box instance

    interface CreateLinuxBox {
        config?: GboxClient.V1.CreateLinuxBox.Config;
        wait?: boolean;
    }
    Index

    Properties

    Properties

    Configuration for a Linux box instance

    wait?: boolean

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