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

    Interface ControlModifySystemParams

    修改系统模板请求参数

    interface ControlModifySystemParams {
        id: string;
        label: string;
        spec: GuestSystemSpec;
    }
    Index

    Properties

    Properties

    id: string

    系统模板ID

    label: string

    系统模板名称

    系统模板规格