Interface RadarServerPing

Hierarchy

  • RadarServerPing

Properties

Properties

targets: {
    client: [] | RadarServerPingClient;
    ldm: RadarServerPingLdm;
    misc: {
        backupIp?: boolean;
        eth0: boolean;
        eth1: boolean;
        rocRouter?: boolean;
        tocRouter?: boolean;
    };
    radar: [] | Record<string, boolean>;
    server: RadarServerPingLdm;
}

Type declaration

  • client: [] | RadarServerPingClient
  • ldm: RadarServerPingLdm
  • misc: {
        backupIp?: boolean;
        eth0: boolean;
        eth1: boolean;
        rocRouter?: boolean;
        tocRouter?: boolean;
    }
    • Optional backupIp?: boolean
    • eth0: boolean
    • eth1: boolean
    • Optional rocRouter?: boolean
    • Optional tocRouter?: boolean
  • radar: [] | Record<string, boolean>
  • server: RadarServerPingLdm
timestamp: string

Generated using TypeDoc