nuxt-app
    Preparing search index...

    Interface NetworkInterfaceDTO

    ネットワークインターフェースオブジェクト

    interface NetworkInterfaceDTO {
        id: string;
        ipAddress: string;
        macAddress: string;
        name: string;
        subnetId: string;
    }
    Index

    Properties

    id: string

    ネットワークインターフェースを識別するための一意なID

    ipAddress: string

    ネットワークインターフェースのIPアドレス

    macAddress: string

    ネットワークインターフェースのMACアドレス

    name: string

    ネットワークインターフェースの名前

    subnetId: string

    ネットワークインターフェースが属するサブネットのID