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

    Interface NetworkInterface

    网络接口

    interface NetworkInterface {
        gateway?: string;
        ip_address?: string;
        ip_address_v6?: string;
        mac_address: string;
        name_servers?: string[];
    }
    Index

    Properties

    gateway?: string

    网关

    ip_address?: string

    IPv4地址

    ip_address_v6?: string

    IPv6地址

    mac_address: string

    MAC地址

    name_servers?: string[]

    名称服务器