@taiyi-io/api-connector-ts
    Preparing search index...

    Interface ControlStopGuestParams

    云主机停止请求参数

    interface ControlStopGuestParams {
        force: boolean;
        guest: string;
        reboot: boolean;
    }
    Index

    Properties

    Properties

    force: boolean

    是否强制停止

    guest: string

    云主机ID

    reboot: boolean

    是否重启