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

    Interface ControlRemovePoolNodeParams

    删除计算资源池节点请求参数

    interface ControlRemovePoolNodeParams {
        node: string;
        pool: string;
    }
    Index

    Properties

    Properties

    node: string

    节点ID

    pool: string

    资源池ID