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

    Interface SecurityIfaceInfo

    接口安全信息

    interface SecurityIfaceInfo {
        index: number;
        ip_address?: string;
        ip_address_v6?: string;
        is_external: boolean;
        mac_address: string;
    }
    Index

    Properties

    index: number

    网卡序号

    ip_address?: string

    IPv4地址

    ip_address_v6?: string

    IPv6地址

    is_external: boolean

    是否外部网卡

    mac_address: string

    MAC地址