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

    Interface ControlRemoveAddressRangeParams

    删除地址范围请求参数

    interface ControlRemoveAddressRangeParams {
        begin: string;
        end: string;
        pool: string;
        set_type: string;
    }
    Index

    Properties

    Properties

    begin: string

    起始地址

    end: string

    结束地址

    pool: string

    地址池ID

    set_type: string

    集合类型 (ext-v4/ext-v6/int-v4/int-v6)