@lansweeper/data-platform-outbound-grpc 0.1.19 → 0.1.20
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.
- package/CHANGELOG.md +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +285 -0
- package/gen-proto/outbound_pb.js +2297 -2
- package/generated-go/outbound.pb.go +1881 -1244
- package/java.json +1 -1
- package/package.json +2 -2
- package/proto/outbound.proto +56 -0
|
@@ -351,6 +351,10 @@ export class Asset extends jspb.Message {
|
|
|
351
351
|
getOsPatchList(): Array<OperatingSystemPatch>;
|
|
352
352
|
setOsPatchList(value: Array<OperatingSystemPatch>): Asset;
|
|
353
353
|
addOsPatch(value?: OperatingSystemPatch, index?: number): OperatingSystemPatch;
|
|
354
|
+
clearProcessorList(): void;
|
|
355
|
+
getProcessorList(): Array<Processor>;
|
|
356
|
+
setProcessorList(value: Array<Processor>): Asset;
|
|
357
|
+
addProcessor(value?: Processor, index?: number): Processor;
|
|
354
358
|
|
|
355
359
|
serializeBinary(): Uint8Array;
|
|
356
360
|
toObject(includeInstance?: boolean): Asset.AsObject;
|
|
@@ -378,6 +382,7 @@ export namespace Asset {
|
|
|
378
382
|
monitorInventory?: MonitorInventory.AsObject,
|
|
379
383
|
networkInterfaces?: NetworkInterfaces.AsObject,
|
|
380
384
|
osPatchList: Array<OperatingSystemPatch.AsObject>,
|
|
385
|
+
processorList: Array<Processor.AsObject>,
|
|
381
386
|
}
|
|
382
387
|
}
|
|
383
388
|
|
|
@@ -1207,6 +1212,286 @@ export namespace NetIpAddress {
|
|
|
1207
1212
|
}
|
|
1208
1213
|
}
|
|
1209
1214
|
|
|
1215
|
+
export class Processor extends jspb.Message {
|
|
1216
|
+
getName(): string;
|
|
1217
|
+
setName(value: string): Processor;
|
|
1218
|
+
|
|
1219
|
+
hasAddressSizes(): boolean;
|
|
1220
|
+
clearAddressSizes(): void;
|
|
1221
|
+
getAddressSizes(): string | undefined;
|
|
1222
|
+
setAddressSizes(value: string): Processor;
|
|
1223
|
+
|
|
1224
|
+
hasAddressWidth(): boolean;
|
|
1225
|
+
clearAddressWidth(): void;
|
|
1226
|
+
getAddressWidth(): number | undefined;
|
|
1227
|
+
setAddressWidth(value: number): Processor;
|
|
1228
|
+
|
|
1229
|
+
hasArchitecture(): boolean;
|
|
1230
|
+
clearArchitecture(): void;
|
|
1231
|
+
getArchitecture(): MappedValue | undefined;
|
|
1232
|
+
setArchitecture(value?: MappedValue): Processor;
|
|
1233
|
+
|
|
1234
|
+
hasAvailability(): boolean;
|
|
1235
|
+
clearAvailability(): void;
|
|
1236
|
+
getAvailability(): number | undefined;
|
|
1237
|
+
setAvailability(value: number): Processor;
|
|
1238
|
+
|
|
1239
|
+
hasBogoMips(): boolean;
|
|
1240
|
+
clearBogoMips(): void;
|
|
1241
|
+
getBogoMips(): number | undefined;
|
|
1242
|
+
setBogoMips(value: number): Processor;
|
|
1243
|
+
|
|
1244
|
+
hasByteOrder(): boolean;
|
|
1245
|
+
clearByteOrder(): void;
|
|
1246
|
+
getByteOrder(): string | undefined;
|
|
1247
|
+
setByteOrder(value: string): Processor;
|
|
1248
|
+
|
|
1249
|
+
hasCaption(): boolean;
|
|
1250
|
+
clearCaption(): void;
|
|
1251
|
+
getCaption(): string | undefined;
|
|
1252
|
+
setCaption(value: string): Processor;
|
|
1253
|
+
|
|
1254
|
+
hasCurrentClockSpeed(): boolean;
|
|
1255
|
+
clearCurrentClockSpeed(): void;
|
|
1256
|
+
getCurrentClockSpeed(): number | undefined;
|
|
1257
|
+
setCurrentClockSpeed(value: number): Processor;
|
|
1258
|
+
|
|
1259
|
+
hasDataWidth(): boolean;
|
|
1260
|
+
clearDataWidth(): void;
|
|
1261
|
+
getDataWidth(): number | undefined;
|
|
1262
|
+
setDataWidth(value: number): Processor;
|
|
1263
|
+
|
|
1264
|
+
hasDeviceId(): boolean;
|
|
1265
|
+
clearDeviceId(): void;
|
|
1266
|
+
getDeviceId(): string | undefined;
|
|
1267
|
+
setDeviceId(value: string): Processor;
|
|
1268
|
+
|
|
1269
|
+
hasExternalClockMhz(): boolean;
|
|
1270
|
+
clearExternalClockMhz(): void;
|
|
1271
|
+
getExternalClockMhz(): number | undefined;
|
|
1272
|
+
setExternalClockMhz(value: number): Processor;
|
|
1273
|
+
|
|
1274
|
+
hasFamily(): boolean;
|
|
1275
|
+
clearFamily(): void;
|
|
1276
|
+
getFamily(): MappedValue | undefined;
|
|
1277
|
+
setFamily(value?: MappedValue): Processor;
|
|
1278
|
+
|
|
1279
|
+
hasHypervisorVendor(): boolean;
|
|
1280
|
+
clearHypervisorVendor(): void;
|
|
1281
|
+
getHypervisorVendor(): string | undefined;
|
|
1282
|
+
setHypervisorVendor(value: string): Processor;
|
|
1283
|
+
|
|
1284
|
+
hasL1dCacheSizeKb(): boolean;
|
|
1285
|
+
clearL1dCacheSizeKb(): void;
|
|
1286
|
+
getL1dCacheSizeKb(): number | undefined;
|
|
1287
|
+
setL1dCacheSizeKb(value: number): Processor;
|
|
1288
|
+
|
|
1289
|
+
hasL1iCacheSizeKb(): boolean;
|
|
1290
|
+
clearL1iCacheSizeKb(): void;
|
|
1291
|
+
getL1iCacheSizeKb(): number | undefined;
|
|
1292
|
+
setL1iCacheSizeKb(value: number): Processor;
|
|
1293
|
+
|
|
1294
|
+
hasL2CacheSizeKb(): boolean;
|
|
1295
|
+
clearL2CacheSizeKb(): void;
|
|
1296
|
+
getL2CacheSizeKb(): number | undefined;
|
|
1297
|
+
setL2CacheSizeKb(value: number): Processor;
|
|
1298
|
+
|
|
1299
|
+
hasL2CacheSpeedMhz(): boolean;
|
|
1300
|
+
clearL2CacheSpeedMhz(): void;
|
|
1301
|
+
getL2CacheSpeedMhz(): number | undefined;
|
|
1302
|
+
setL2CacheSpeedMhz(value: number): Processor;
|
|
1303
|
+
|
|
1304
|
+
hasL3CacheSizeKb(): boolean;
|
|
1305
|
+
clearL3CacheSizeKb(): void;
|
|
1306
|
+
getL3CacheSizeKb(): number | undefined;
|
|
1307
|
+
setL3CacheSizeKb(value: number): Processor;
|
|
1308
|
+
|
|
1309
|
+
hasLevel(): boolean;
|
|
1310
|
+
clearLevel(): void;
|
|
1311
|
+
getLevel(): number | undefined;
|
|
1312
|
+
setLevel(value: number): Processor;
|
|
1313
|
+
|
|
1314
|
+
hasLogicalCoresCount(): boolean;
|
|
1315
|
+
clearLogicalCoresCount(): void;
|
|
1316
|
+
getLogicalCoresCount(): number | undefined;
|
|
1317
|
+
setLogicalCoresCount(value: number): Processor;
|
|
1318
|
+
|
|
1319
|
+
hasManufacturer(): boolean;
|
|
1320
|
+
clearManufacturer(): void;
|
|
1321
|
+
getManufacturer(): string | undefined;
|
|
1322
|
+
setManufacturer(value: string): Processor;
|
|
1323
|
+
|
|
1324
|
+
hasMaxClockSpeedMhz(): boolean;
|
|
1325
|
+
clearMaxClockSpeedMhz(): void;
|
|
1326
|
+
getMaxClockSpeedMhz(): number | undefined;
|
|
1327
|
+
setMaxClockSpeedMhz(value: number): Processor;
|
|
1328
|
+
|
|
1329
|
+
hasMinClockSpeedMhz(): boolean;
|
|
1330
|
+
clearMinClockSpeedMhz(): void;
|
|
1331
|
+
getMinClockSpeedMhz(): number | undefined;
|
|
1332
|
+
setMinClockSpeedMhz(value: number): Processor;
|
|
1333
|
+
|
|
1334
|
+
hasModelNumber(): boolean;
|
|
1335
|
+
clearModelNumber(): void;
|
|
1336
|
+
getModelNumber(): number | undefined;
|
|
1337
|
+
setModelNumber(value: number): Processor;
|
|
1338
|
+
|
|
1339
|
+
hasOpModes(): boolean;
|
|
1340
|
+
clearOpModes(): void;
|
|
1341
|
+
getOpModes(): string | undefined;
|
|
1342
|
+
setOpModes(value: string): Processor;
|
|
1343
|
+
|
|
1344
|
+
hasPhysicalCoresCount(): boolean;
|
|
1345
|
+
clearPhysicalCoresCount(): void;
|
|
1346
|
+
getPhysicalCoresCount(): number | undefined;
|
|
1347
|
+
setPhysicalCoresCount(value: number): Processor;
|
|
1348
|
+
|
|
1349
|
+
hasProcessorId(): boolean;
|
|
1350
|
+
clearProcessorId(): void;
|
|
1351
|
+
getProcessorId(): string | undefined;
|
|
1352
|
+
setProcessorId(value: string): Processor;
|
|
1353
|
+
|
|
1354
|
+
hasProcessorType(): boolean;
|
|
1355
|
+
clearProcessorType(): void;
|
|
1356
|
+
getProcessorType(): MappedValue | undefined;
|
|
1357
|
+
setProcessorType(value?: MappedValue): Processor;
|
|
1358
|
+
|
|
1359
|
+
hasRevision(): boolean;
|
|
1360
|
+
clearRevision(): void;
|
|
1361
|
+
getRevision(): number | undefined;
|
|
1362
|
+
setRevision(value: number): Processor;
|
|
1363
|
+
|
|
1364
|
+
hasSocketDesignation(): boolean;
|
|
1365
|
+
clearSocketDesignation(): void;
|
|
1366
|
+
getSocketDesignation(): string | undefined;
|
|
1367
|
+
setSocketDesignation(value: string): Processor;
|
|
1368
|
+
|
|
1369
|
+
hasSockets(): boolean;
|
|
1370
|
+
clearSockets(): void;
|
|
1371
|
+
getSockets(): number | undefined;
|
|
1372
|
+
setSockets(value: number): Processor;
|
|
1373
|
+
|
|
1374
|
+
hasStatus(): boolean;
|
|
1375
|
+
clearStatus(): void;
|
|
1376
|
+
getStatus(): MappedValue | undefined;
|
|
1377
|
+
setStatus(value?: MappedValue): Processor;
|
|
1378
|
+
|
|
1379
|
+
hasStepping(): boolean;
|
|
1380
|
+
clearStepping(): void;
|
|
1381
|
+
getStepping(): number | undefined;
|
|
1382
|
+
setStepping(value: number): Processor;
|
|
1383
|
+
|
|
1384
|
+
hasThreadsPerPhysicalCoreCount(): boolean;
|
|
1385
|
+
clearThreadsPerPhysicalCoreCount(): void;
|
|
1386
|
+
getThreadsPerPhysicalCoreCount(): number | undefined;
|
|
1387
|
+
setThreadsPerPhysicalCoreCount(value: number): Processor;
|
|
1388
|
+
|
|
1389
|
+
hasUniqueId(): boolean;
|
|
1390
|
+
clearUniqueId(): void;
|
|
1391
|
+
getUniqueId(): string | undefined;
|
|
1392
|
+
setUniqueId(value: string): Processor;
|
|
1393
|
+
|
|
1394
|
+
hasUpgradeMethod(): boolean;
|
|
1395
|
+
clearUpgradeMethod(): void;
|
|
1396
|
+
getUpgradeMethod(): MappedValue | undefined;
|
|
1397
|
+
setUpgradeMethod(value?: MappedValue): Processor;
|
|
1398
|
+
|
|
1399
|
+
hasVersion(): boolean;
|
|
1400
|
+
clearVersion(): void;
|
|
1401
|
+
getVersion(): string | undefined;
|
|
1402
|
+
setVersion(value: string): Processor;
|
|
1403
|
+
|
|
1404
|
+
hasVirtualization(): boolean;
|
|
1405
|
+
clearVirtualization(): void;
|
|
1406
|
+
getVirtualization(): string | undefined;
|
|
1407
|
+
setVirtualization(value: string): Processor;
|
|
1408
|
+
|
|
1409
|
+
hasVoltageCapabilities(): boolean;
|
|
1410
|
+
clearVoltageCapabilities(): void;
|
|
1411
|
+
getVoltageCapabilities(): MappedValue | undefined;
|
|
1412
|
+
setVoltageCapabilities(value?: MappedValue): Processor;
|
|
1413
|
+
|
|
1414
|
+
serializeBinary(): Uint8Array;
|
|
1415
|
+
toObject(includeInstance?: boolean): Processor.AsObject;
|
|
1416
|
+
static toObject(includeInstance: boolean, msg: Processor): Processor.AsObject;
|
|
1417
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1418
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1419
|
+
static serializeBinaryToWriter(message: Processor, writer: jspb.BinaryWriter): void;
|
|
1420
|
+
static deserializeBinary(bytes: Uint8Array): Processor;
|
|
1421
|
+
static deserializeBinaryFromReader(message: Processor, reader: jspb.BinaryReader): Processor;
|
|
1422
|
+
}
|
|
1423
|
+
|
|
1424
|
+
export namespace Processor {
|
|
1425
|
+
export type AsObject = {
|
|
1426
|
+
name: string,
|
|
1427
|
+
addressSizes?: string,
|
|
1428
|
+
addressWidth?: number,
|
|
1429
|
+
architecture?: MappedValue.AsObject,
|
|
1430
|
+
availability?: number,
|
|
1431
|
+
bogoMips?: number,
|
|
1432
|
+
byteOrder?: string,
|
|
1433
|
+
caption?: string,
|
|
1434
|
+
currentClockSpeed?: number,
|
|
1435
|
+
dataWidth?: number,
|
|
1436
|
+
deviceId?: string,
|
|
1437
|
+
externalClockMhz?: number,
|
|
1438
|
+
family?: MappedValue.AsObject,
|
|
1439
|
+
hypervisorVendor?: string,
|
|
1440
|
+
l1dCacheSizeKb?: number,
|
|
1441
|
+
l1iCacheSizeKb?: number,
|
|
1442
|
+
l2CacheSizeKb?: number,
|
|
1443
|
+
l2CacheSpeedMhz?: number,
|
|
1444
|
+
l3CacheSizeKb?: number,
|
|
1445
|
+
level?: number,
|
|
1446
|
+
logicalCoresCount?: number,
|
|
1447
|
+
manufacturer?: string,
|
|
1448
|
+
maxClockSpeedMhz?: number,
|
|
1449
|
+
minClockSpeedMhz?: number,
|
|
1450
|
+
modelNumber?: number,
|
|
1451
|
+
opModes?: string,
|
|
1452
|
+
physicalCoresCount?: number,
|
|
1453
|
+
processorId?: string,
|
|
1454
|
+
processorType?: MappedValue.AsObject,
|
|
1455
|
+
revision?: number,
|
|
1456
|
+
socketDesignation?: string,
|
|
1457
|
+
sockets?: number,
|
|
1458
|
+
status?: MappedValue.AsObject,
|
|
1459
|
+
stepping?: number,
|
|
1460
|
+
threadsPerPhysicalCoreCount?: number,
|
|
1461
|
+
uniqueId?: string,
|
|
1462
|
+
upgradeMethod?: MappedValue.AsObject,
|
|
1463
|
+
version?: string,
|
|
1464
|
+
virtualization?: string,
|
|
1465
|
+
voltageCapabilities?: MappedValue.AsObject,
|
|
1466
|
+
}
|
|
1467
|
+
}
|
|
1468
|
+
|
|
1469
|
+
export class MappedValue extends jspb.Message {
|
|
1470
|
+
getValue(): number;
|
|
1471
|
+
setValue(value: number): MappedValue;
|
|
1472
|
+
|
|
1473
|
+
hasName(): boolean;
|
|
1474
|
+
clearName(): void;
|
|
1475
|
+
getName(): string | undefined;
|
|
1476
|
+
setName(value: string): MappedValue;
|
|
1477
|
+
|
|
1478
|
+
serializeBinary(): Uint8Array;
|
|
1479
|
+
toObject(includeInstance?: boolean): MappedValue.AsObject;
|
|
1480
|
+
static toObject(includeInstance: boolean, msg: MappedValue): MappedValue.AsObject;
|
|
1481
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1482
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1483
|
+
static serializeBinaryToWriter(message: MappedValue, writer: jspb.BinaryWriter): void;
|
|
1484
|
+
static deserializeBinary(bytes: Uint8Array): MappedValue;
|
|
1485
|
+
static deserializeBinaryFromReader(message: MappedValue, reader: jspb.BinaryReader): MappedValue;
|
|
1486
|
+
}
|
|
1487
|
+
|
|
1488
|
+
export namespace MappedValue {
|
|
1489
|
+
export type AsObject = {
|
|
1490
|
+
value: number,
|
|
1491
|
+
name?: string,
|
|
1492
|
+
}
|
|
1493
|
+
}
|
|
1494
|
+
|
|
1210
1495
|
export class MonitorInventory extends jspb.Message {
|
|
1211
1496
|
|
|
1212
1497
|
hasTimestamp(): boolean;
|