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

    Interface GuestFilter

    云主机过滤条件

    interface GuestFilter {
        by_keywords?: boolean;
        by_node?: boolean;
        by_pool?: boolean;
        by_state?: boolean;
        keywords?: string[];
        node?: string;
        only_self?: boolean;
        pool?: string;
        state?: GuestState;
    }
    Index

    Properties

    by_keywords?: boolean

    是否按关键词过滤

    by_node?: boolean

    是否按资源节点过滤

    by_pool?: boolean

    是否按资源池过滤

    by_state?: boolean

    是否按状态过滤

    keywords?: string[]

    关键词列表

    node?: string

    资源节点

    only_self?: boolean

    是否只查询当前用户的云主机

    pool?: string

    资源池

    state?: GuestState

    状态