@lansweeper/discovery-sensor-proto 2.59.2 → 2.59.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -207,8 +207,8 @@ export class SnmpInterfaceInfo extends jspb.Message {
|
|
|
207
207
|
|
|
208
208
|
hasIndex(): boolean;
|
|
209
209
|
clearIndex(): void;
|
|
210
|
-
getIndex(): google_protobuf_wrappers_pb.
|
|
211
|
-
setIndex(value?: google_protobuf_wrappers_pb.
|
|
210
|
+
getIndex(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
211
|
+
setIndex(value?: google_protobuf_wrappers_pb.Int32Value): SnmpInterfaceInfo;
|
|
212
212
|
|
|
213
213
|
hasDescription(): boolean;
|
|
214
214
|
clearDescription(): void;
|
|
@@ -237,13 +237,13 @@ export class SnmpInterfaceInfo extends jspb.Message {
|
|
|
237
237
|
|
|
238
238
|
hasSpeed(): boolean;
|
|
239
239
|
clearSpeed(): void;
|
|
240
|
-
getSpeed(): google_protobuf_wrappers_pb.
|
|
241
|
-
setSpeed(value?: google_protobuf_wrappers_pb.
|
|
240
|
+
getSpeed(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
241
|
+
setSpeed(value?: google_protobuf_wrappers_pb.UInt32Value): SnmpInterfaceInfo;
|
|
242
242
|
|
|
243
243
|
hasHighSpeed(): boolean;
|
|
244
244
|
clearHighSpeed(): void;
|
|
245
|
-
getHighSpeed(): google_protobuf_wrappers_pb.
|
|
246
|
-
setHighSpeed(value?: google_protobuf_wrappers_pb.
|
|
245
|
+
getHighSpeed(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
246
|
+
setHighSpeed(value?: google_protobuf_wrappers_pb.UInt32Value): SnmpInterfaceInfo;
|
|
247
247
|
|
|
248
248
|
hasPhysAddress(): boolean;
|
|
249
249
|
clearPhysAddress(): void;
|
|
@@ -252,13 +252,13 @@ export class SnmpInterfaceInfo extends jspb.Message {
|
|
|
252
252
|
|
|
253
253
|
hasAdminStatus(): boolean;
|
|
254
254
|
clearAdminStatus(): void;
|
|
255
|
-
getAdminStatus(): google_protobuf_wrappers_pb.
|
|
256
|
-
setAdminStatus(value?: google_protobuf_wrappers_pb.
|
|
255
|
+
getAdminStatus(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
256
|
+
setAdminStatus(value?: google_protobuf_wrappers_pb.Int32Value): SnmpInterfaceInfo;
|
|
257
257
|
|
|
258
258
|
hasOperStatus(): boolean;
|
|
259
259
|
clearOperStatus(): void;
|
|
260
|
-
getOperStatus(): google_protobuf_wrappers_pb.
|
|
261
|
-
setOperStatus(value?: google_protobuf_wrappers_pb.
|
|
260
|
+
getOperStatus(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
261
|
+
setOperStatus(value?: google_protobuf_wrappers_pb.Int32Value): SnmpInterfaceInfo;
|
|
262
262
|
|
|
263
263
|
hasDefaultGateway(): boolean;
|
|
264
264
|
clearDefaultGateway(): void;
|
|
@@ -295,17 +295,17 @@ export class SnmpInterfaceInfo extends jspb.Message {
|
|
|
295
295
|
|
|
296
296
|
export namespace SnmpInterfaceInfo {
|
|
297
297
|
export type AsObject = {
|
|
298
|
-
index?: google_protobuf_wrappers_pb.
|
|
298
|
+
index?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
299
299
|
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
300
300
|
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
301
301
|
alias?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
302
302
|
type?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
303
303
|
mtu?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
304
|
-
speed?: google_protobuf_wrappers_pb.
|
|
305
|
-
highSpeed?: google_protobuf_wrappers_pb.
|
|
304
|
+
speed?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
305
|
+
highSpeed?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
306
306
|
physAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
307
|
-
adminStatus?: google_protobuf_wrappers_pb.
|
|
308
|
-
operStatus?: google_protobuf_wrappers_pb.
|
|
307
|
+
adminStatus?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
308
|
+
operStatus?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
309
309
|
defaultGateway?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
310
310
|
ipAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
311
311
|
mask?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
@@ -323,18 +323,18 @@ export class SnmpPrinterInfo extends jspb.Message {
|
|
|
323
323
|
|
|
324
324
|
hasPrintedPages(): boolean;
|
|
325
325
|
clearPrintedPages(): void;
|
|
326
|
-
getPrintedPages(): google_protobuf_wrappers_pb.
|
|
327
|
-
setPrintedPages(value?: google_protobuf_wrappers_pb.
|
|
326
|
+
getPrintedPages(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
327
|
+
setPrintedPages(value?: google_protobuf_wrappers_pb.UInt32Value): SnmpPrinterInfo;
|
|
328
328
|
|
|
329
329
|
hasPrintedColorPages(): boolean;
|
|
330
330
|
clearPrintedColorPages(): void;
|
|
331
|
-
getPrintedColorPages(): google_protobuf_wrappers_pb.
|
|
332
|
-
setPrintedColorPages(value?: google_protobuf_wrappers_pb.
|
|
331
|
+
getPrintedColorPages(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
332
|
+
setPrintedColorPages(value?: google_protobuf_wrappers_pb.UInt32Value): SnmpPrinterInfo;
|
|
333
333
|
|
|
334
334
|
hasPrintedMonoPages(): boolean;
|
|
335
335
|
clearPrintedMonoPages(): void;
|
|
336
|
-
getPrintedMonoPages(): google_protobuf_wrappers_pb.
|
|
337
|
-
setPrintedMonoPages(value?: google_protobuf_wrappers_pb.
|
|
336
|
+
getPrintedMonoPages(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
337
|
+
setPrintedMonoPages(value?: google_protobuf_wrappers_pb.UInt32Value): SnmpPrinterInfo;
|
|
338
338
|
|
|
339
339
|
hasPrinterStatus(): boolean;
|
|
340
340
|
clearPrinterStatus(): void;
|
|
@@ -363,9 +363,9 @@ export class SnmpPrinterInfo extends jspb.Message {
|
|
|
363
363
|
export namespace SnmpPrinterInfo {
|
|
364
364
|
export type AsObject = {
|
|
365
365
|
printerName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
366
|
-
printedPages?: google_protobuf_wrappers_pb.
|
|
367
|
-
printedColorPages?: google_protobuf_wrappers_pb.
|
|
368
|
-
printedMonoPages?: google_protobuf_wrappers_pb.
|
|
366
|
+
printedPages?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
367
|
+
printedColorPages?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
368
|
+
printedMonoPages?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
369
369
|
printerStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
370
370
|
serialNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
371
371
|
tonersList: Array<SnmpPrinterTonerInfo.AsObject>,
|
|
@@ -459,43 +459,43 @@ export class SnmpUpsInfo extends jspb.Message {
|
|
|
459
459
|
|
|
460
460
|
hasBatteryStatus(): boolean;
|
|
461
461
|
clearBatteryStatus(): void;
|
|
462
|
-
getBatteryStatus(): google_protobuf_wrappers_pb.
|
|
463
|
-
setBatteryStatus(value?: google_protobuf_wrappers_pb.
|
|
462
|
+
getBatteryStatus(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
463
|
+
setBatteryStatus(value?: google_protobuf_wrappers_pb.Int32Value): SnmpUpsInfo;
|
|
464
464
|
|
|
465
465
|
hasSecondsOnBattery(): boolean;
|
|
466
466
|
clearSecondsOnBattery(): void;
|
|
467
|
-
getSecondsOnBattery(): google_protobuf_wrappers_pb.
|
|
468
|
-
setSecondsOnBattery(value?: google_protobuf_wrappers_pb.
|
|
467
|
+
getSecondsOnBattery(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
468
|
+
setSecondsOnBattery(value?: google_protobuf_wrappers_pb.Int32Value): SnmpUpsInfo;
|
|
469
469
|
|
|
470
470
|
hasEstimatedMinutesRemaining(): boolean;
|
|
471
471
|
clearEstimatedMinutesRemaining(): void;
|
|
472
|
-
getEstimatedMinutesRemaining(): google_protobuf_wrappers_pb.
|
|
473
|
-
setEstimatedMinutesRemaining(value?: google_protobuf_wrappers_pb.
|
|
472
|
+
getEstimatedMinutesRemaining(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
473
|
+
setEstimatedMinutesRemaining(value?: google_protobuf_wrappers_pb.Int32Value): SnmpUpsInfo;
|
|
474
474
|
|
|
475
475
|
hasEstimatedChargeRemaining(): boolean;
|
|
476
476
|
clearEstimatedChargeRemaining(): void;
|
|
477
|
-
getEstimatedChargeRemaining(): google_protobuf_wrappers_pb.
|
|
478
|
-
setEstimatedChargeRemaining(value?: google_protobuf_wrappers_pb.
|
|
477
|
+
getEstimatedChargeRemaining(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
478
|
+
setEstimatedChargeRemaining(value?: google_protobuf_wrappers_pb.Int32Value): SnmpUpsInfo;
|
|
479
479
|
|
|
480
480
|
hasBatteryVoltage(): boolean;
|
|
481
481
|
clearBatteryVoltage(): void;
|
|
482
|
-
getBatteryVoltage(): google_protobuf_wrappers_pb.
|
|
483
|
-
setBatteryVoltage(value?: google_protobuf_wrappers_pb.
|
|
482
|
+
getBatteryVoltage(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
483
|
+
setBatteryVoltage(value?: google_protobuf_wrappers_pb.Int32Value): SnmpUpsInfo;
|
|
484
484
|
|
|
485
485
|
hasBatteryCurrent(): boolean;
|
|
486
486
|
clearBatteryCurrent(): void;
|
|
487
|
-
getBatteryCurrent(): google_protobuf_wrappers_pb.
|
|
488
|
-
setBatteryCurrent(value?: google_protobuf_wrappers_pb.
|
|
487
|
+
getBatteryCurrent(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
488
|
+
setBatteryCurrent(value?: google_protobuf_wrappers_pb.Int32Value): SnmpUpsInfo;
|
|
489
489
|
|
|
490
490
|
hasBatteryTemperature(): boolean;
|
|
491
491
|
clearBatteryTemperature(): void;
|
|
492
|
-
getBatteryTemperature(): google_protobuf_wrappers_pb.
|
|
493
|
-
setBatteryTemperature(value?: google_protobuf_wrappers_pb.
|
|
492
|
+
getBatteryTemperature(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
493
|
+
setBatteryTemperature(value?: google_protobuf_wrappers_pb.Int32Value): SnmpUpsInfo;
|
|
494
494
|
|
|
495
495
|
hasAlarmsPresent(): boolean;
|
|
496
496
|
clearAlarmsPresent(): void;
|
|
497
|
-
getAlarmsPresent(): google_protobuf_wrappers_pb.
|
|
498
|
-
setAlarmsPresent(value?: google_protobuf_wrappers_pb.
|
|
497
|
+
getAlarmsPresent(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
498
|
+
setAlarmsPresent(value?: google_protobuf_wrappers_pb.Int32Value): SnmpUpsInfo;
|
|
499
499
|
|
|
500
500
|
serializeBinary(): Uint8Array;
|
|
501
501
|
toObject(includeInstance?: boolean): SnmpUpsInfo.AsObject;
|
|
@@ -515,14 +515,14 @@ export namespace SnmpUpsInfo {
|
|
|
515
515
|
agentSoftwareVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
516
516
|
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
517
517
|
attachedDevices?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
518
|
-
batteryStatus?: google_protobuf_wrappers_pb.
|
|
519
|
-
secondsOnBattery?: google_protobuf_wrappers_pb.
|
|
520
|
-
estimatedMinutesRemaining?: google_protobuf_wrappers_pb.
|
|
521
|
-
estimatedChargeRemaining?: google_protobuf_wrappers_pb.
|
|
522
|
-
batteryVoltage?: google_protobuf_wrappers_pb.
|
|
523
|
-
batteryCurrent?: google_protobuf_wrappers_pb.
|
|
524
|
-
batteryTemperature?: google_protobuf_wrappers_pb.
|
|
525
|
-
alarmsPresent?: google_protobuf_wrappers_pb.
|
|
518
|
+
batteryStatus?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
519
|
+
secondsOnBattery?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
520
|
+
estimatedMinutesRemaining?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
521
|
+
estimatedChargeRemaining?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
522
|
+
batteryVoltage?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
523
|
+
batteryCurrent?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
524
|
+
batteryTemperature?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
525
|
+
alarmsPresent?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
526
526
|
}
|
|
527
527
|
}
|
|
528
528
|
|