EthernetNetworkDiagnosticsInterface: {
    components: [{
        flags: {
            packetCounts: true;
        };
        methods: EthernetNetworkDiagnosticsInterface.PacketCountsOrErrorCounts;
    }, {
        flags: {
            errorCounts: true;
        };
        methods: EthernetNetworkDiagnosticsInterface.PacketCountsOrErrorCounts;
    }];
}