@lansweeper/data-platform-outbound-grpc 0.10.3 → 0.11.0
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 +12 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +103 -0
- package/gen-proto/outbound_pb.js +802 -4
- package/generated-go/outbound.pb.go +5499 -5186
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +20 -1
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputer$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputer$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputer.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputerOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/BitLockerRecoveryKey$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/BitLockerRecoveryKey$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/BitLockerRecoveryKey.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/BitLockerRecoveryKeyOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorConnectedComputer$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorConnectedComputer$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorConnectedComputer.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorConnectedComputerList$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorConnectedComputerList$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorConnectedComputerList.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorConnectedComputerListOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorConnectedComputerOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorInventory$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorInventory$2.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorInventory$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorInventory$RelationCase.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorInventory.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorInventoryOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/outbound.proto +20 -1
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputer.java +391 -18
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputerOrBuilder.java +36 -6
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/BitLockerRecoveryKey.java +735 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/BitLockerRecoveryKeyOrBuilder.java +37 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MonitorConnectedComputer.java +832 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MonitorConnectedComputerList.java +760 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MonitorConnectedComputerListOrBuilder.java +34 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MonitorConnectedComputerOrBuilder.java +52 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MonitorInventory.java +587 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MonitorInventoryOrBuilder.java +56 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +1560 -1510
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +14 -0
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +6 -0
- package/model/target/{outbound-model-0.10.2-sources.jar → outbound-model-0.10.4-sources.jar} +0 -0
- package/model/target/{outbound-model-0.10.2.jar → outbound-model-0.10.4.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +20 -1
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.10.2-sources.jar → outbound-service-0.10.4-sources.jar} +0 -0
- package/service/target/{outbound-service-0.10.2.jar → outbound-service-0.10.4.jar} +0 -0
package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java
CHANGED
|
@@ -1090,6 +1090,16 @@ public final class Outbound {
|
|
|
1090
1090
|
static final
|
|
1091
1091
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
1092
1092
|
internal_static_com_lansweeper_dp_outbound_v1_MonitorInventory_fieldAccessorTable;
|
|
1093
|
+
static final com.google.protobuf.Descriptors.Descriptor
|
|
1094
|
+
internal_static_com_lansweeper_dp_outbound_v1_MonitorConnectedComputerList_descriptor;
|
|
1095
|
+
static final
|
|
1096
|
+
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
1097
|
+
internal_static_com_lansweeper_dp_outbound_v1_MonitorConnectedComputerList_fieldAccessorTable;
|
|
1098
|
+
static final com.google.protobuf.Descriptors.Descriptor
|
|
1099
|
+
internal_static_com_lansweeper_dp_outbound_v1_MonitorConnectedComputer_descriptor;
|
|
1100
|
+
static final
|
|
1101
|
+
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
1102
|
+
internal_static_com_lansweeper_dp_outbound_v1_MonitorConnectedComputer_fieldAccessorTable;
|
|
1093
1103
|
static final com.google.protobuf.Descriptors.Descriptor
|
|
1094
1104
|
internal_static_com_lansweeper_dp_outbound_v1_Monitor_descriptor;
|
|
1095
1105
|
static final
|
|
@@ -1180,9 +1190,9 @@ public final class Outbound {
|
|
|
1180
1190
|
static final
|
|
1181
1191
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
1182
1192
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogBrand_fieldAccessorTable;
|
|
1183
|
-
static
|
|
1193
|
+
static com.google.protobuf.Descriptors.Descriptor
|
|
1184
1194
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogModel_descriptor;
|
|
1185
|
-
static
|
|
1195
|
+
static
|
|
1186
1196
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
1187
1197
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogModel_fieldAccessorTable;
|
|
1188
1198
|
static com.google.protobuf.Descriptors.Descriptor
|
|
@@ -1245,6 +1255,11 @@ public final class Outbound {
|
|
|
1245
1255
|
static
|
|
1246
1256
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
1247
1257
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryComputer_fieldAccessorTable;
|
|
1258
|
+
static com.google.protobuf.Descriptors.Descriptor
|
|
1259
|
+
internal_static_com_lansweeper_dp_outbound_v1_BitLockerRecoveryKey_descriptor;
|
|
1260
|
+
static
|
|
1261
|
+
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
1262
|
+
internal_static_com_lansweeper_dp_outbound_v1_BitLockerRecoveryKey_fieldAccessorTable;
|
|
1248
1263
|
static com.google.protobuf.Descriptors.Descriptor
|
|
1249
1264
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryPrinter_descriptor;
|
|
1250
1265
|
static
|
|
@@ -4204,1429 +4219,1446 @@ public final class Outbound {
|
|
|
4204
4219
|
"\001\001B\014\n\n_info_pathB\017\n\r_info_version\"8\n\013Map" +
|
|
4205
4220
|
"pedValue\022\r\n\005value\030\001 \001(\003\022\021\n\004name\030\002 \001(\tH\000\210" +
|
|
4206
4221
|
"\001\001B\007\n\005_name\"5\n\nFieldValue\022\013\n\003key\030\001 \001(\t\022\021" +
|
|
4207
|
-
"\n\004name\030\002 \001(\tH\000\210\001\001B\007\n\005_name\"
|
|
4208
|
-
"
|
|
4209
|
-
"
|
|
4210
|
-
"
|
|
4211
|
-
"
|
|
4212
|
-
"\
|
|
4213
|
-
"\
|
|
4214
|
-
"
|
|
4215
|
-
"
|
|
4216
|
-
"
|
|
4217
|
-
"
|
|
4218
|
-
"
|
|
4219
|
-
"
|
|
4220
|
-
"\n\
|
|
4221
|
-
"
|
|
4222
|
-
"
|
|
4223
|
-
"
|
|
4224
|
-
"
|
|
4225
|
-
"
|
|
4226
|
-
"\
|
|
4227
|
-
"\
|
|
4228
|
-
"
|
|
4229
|
-
"
|
|
4230
|
-
"
|
|
4231
|
-
"
|
|
4232
|
-
"
|
|
4233
|
-
"\
|
|
4234
|
-
"
|
|
4235
|
-
"\
|
|
4236
|
-
"
|
|
4237
|
-
"
|
|
4238
|
-
"
|
|
4239
|
-
"
|
|
4240
|
-
"\
|
|
4241
|
-
"
|
|
4242
|
-
"
|
|
4243
|
-
"
|
|
4244
|
-
"
|
|
4245
|
-
"
|
|
4246
|
-
" \001(\
|
|
4247
|
-
"\210\001\001\022\
|
|
4248
|
-
"
|
|
4249
|
-
"\
|
|
4250
|
-
"
|
|
4251
|
-
"\
|
|
4252
|
-
"
|
|
4253
|
-
"
|
|
4254
|
-
"
|
|
4255
|
-
"
|
|
4256
|
-
"
|
|
4257
|
-
"
|
|
4258
|
-
"
|
|
4259
|
-
"
|
|
4260
|
-
"
|
|
4261
|
-
"\n\
|
|
4262
|
-
"
|
|
4263
|
-
"
|
|
4264
|
-
"
|
|
4265
|
-
"
|
|
4266
|
-
"
|
|
4267
|
-
"
|
|
4268
|
-
"
|
|
4269
|
-
"
|
|
4270
|
-
"
|
|
4271
|
-
"\
|
|
4272
|
-
"
|
|
4273
|
-
"\
|
|
4274
|
-
"
|
|
4275
|
-
"
|
|
4276
|
-
"
|
|
4277
|
-
"
|
|
4278
|
-
"
|
|
4279
|
-
"
|
|
4280
|
-
"
|
|
4281
|
-
"
|
|
4282
|
-
"\
|
|
4283
|
-
"
|
|
4284
|
-
"\
|
|
4285
|
-
"
|
|
4286
|
-
"\
|
|
4287
|
-
"
|
|
4288
|
-
"\
|
|
4289
|
-
"
|
|
4290
|
-
"
|
|
4291
|
-
"\
|
|
4292
|
-
"
|
|
4293
|
-
"
|
|
4294
|
-
"
|
|
4295
|
-
"
|
|
4296
|
-
"\
|
|
4297
|
-
"
|
|
4298
|
-
"
|
|
4299
|
-
"
|
|
4300
|
-
"
|
|
4301
|
-
"
|
|
4302
|
-
"
|
|
4303
|
-
"
|
|
4304
|
-
"
|
|
4305
|
-
"
|
|
4306
|
-
"
|
|
4307
|
-
"\
|
|
4308
|
-
"
|
|
4309
|
-
"\
|
|
4310
|
-
"
|
|
4311
|
-
"\
|
|
4312
|
-
"
|
|
4313
|
-
"
|
|
4314
|
-
"
|
|
4315
|
-
"
|
|
4316
|
-
"
|
|
4317
|
-
"(\
|
|
4318
|
-
"
|
|
4319
|
-
"
|
|
4320
|
-
"
|
|
4321
|
-
"
|
|
4322
|
-
"
|
|
4323
|
-
"
|
|
4324
|
-
"
|
|
4325
|
-
"
|
|
4326
|
-
"\
|
|
4327
|
-
"
|
|
4328
|
-
"
|
|
4329
|
-
"\
|
|
4330
|
-
"
|
|
4331
|
-
"
|
|
4332
|
-
"
|
|
4333
|
-
"
|
|
4334
|
-
"
|
|
4335
|
-
"
|
|
4336
|
-
"
|
|
4337
|
-
"
|
|
4338
|
-
"
|
|
4339
|
-
" \001(\tH\
|
|
4340
|
-
"
|
|
4341
|
-
"
|
|
4342
|
-
"
|
|
4343
|
-
"
|
|
4344
|
-
"
|
|
4345
|
-
"
|
|
4346
|
-
"
|
|
4347
|
-
"\
|
|
4348
|
-
"
|
|
4349
|
-
"
|
|
4350
|
-
"
|
|
4351
|
-
"
|
|
4352
|
-
"
|
|
4353
|
-
"
|
|
4354
|
-
"\
|
|
4355
|
-
"\030\
|
|
4356
|
-
"
|
|
4357
|
-
"\
|
|
4358
|
-
"
|
|
4359
|
-
"\
|
|
4360
|
-
"
|
|
4361
|
-
"
|
|
4362
|
-
"
|
|
4363
|
-
"
|
|
4364
|
-
"
|
|
4365
|
-
"
|
|
4366
|
-
"\
|
|
4367
|
-
"
|
|
4368
|
-
"\
|
|
4369
|
-
"\
|
|
4370
|
-
"(\tH\
|
|
4371
|
-
"
|
|
4372
|
-
"
|
|
4373
|
-
"\
|
|
4374
|
-
"\
|
|
4375
|
-
"\022
|
|
4376
|
-
"
|
|
4377
|
-
".com.lansweeper.dp.outbound.v1.
|
|
4378
|
-
"
|
|
4379
|
-
"\001(\
|
|
4380
|
-
"
|
|
4381
|
-
"\001\
|
|
4382
|
-
"
|
|
4383
|
-
"\
|
|
4384
|
-
"
|
|
4385
|
-
"\
|
|
4386
|
-
"
|
|
4387
|
-
"
|
|
4388
|
-
"
|
|
4389
|
-
".
|
|
4390
|
-
"
|
|
4391
|
-
"\
|
|
4392
|
-
"
|
|
4393
|
-
"
|
|
4394
|
-
"
|
|
4395
|
-
"\
|
|
4396
|
-
"
|
|
4397
|
-
"
|
|
4398
|
-
"
|
|
4399
|
-
"
|
|
4400
|
-
"\
|
|
4401
|
-
"\
|
|
4402
|
-
"
|
|
4403
|
-
"
|
|
4404
|
-
"
|
|
4405
|
-
"
|
|
4406
|
-
"
|
|
4407
|
-
"\
|
|
4408
|
-
"
|
|
4409
|
-
"
|
|
4410
|
-
"\
|
|
4411
|
-
"\
|
|
4412
|
-
"\
|
|
4413
|
-
"
|
|
4414
|
-
"\
|
|
4415
|
-
"\030\
|
|
4416
|
-
"
|
|
4417
|
-
"
|
|
4418
|
-
"
|
|
4419
|
-
"
|
|
4420
|
-
"
|
|
4421
|
-
"
|
|
4422
|
-
"\
|
|
4423
|
-
"\210\001\001\
|
|
4424
|
-
"
|
|
4425
|
-
"\005 \001(\
|
|
4426
|
-
"
|
|
4427
|
-
"\
|
|
4428
|
-
"
|
|
4429
|
-
"\
|
|
4430
|
-
"\
|
|
4431
|
-
"
|
|
4432
|
-
"
|
|
4433
|
-
"\
|
|
4434
|
-
"\
|
|
4435
|
-
"\
|
|
4436
|
-
"
|
|
4437
|
-
"
|
|
4438
|
-
"
|
|
4439
|
-
"
|
|
4440
|
-
"\
|
|
4441
|
-
"\
|
|
4442
|
-
" \001(\
|
|
4443
|
-
"\
|
|
4444
|
-
"
|
|
4445
|
-
"
|
|
4446
|
-
"\
|
|
4447
|
-
"
|
|
4448
|
-
"\
|
|
4449
|
-
"\022\
|
|
4450
|
-
"
|
|
4451
|
-
"\
|
|
4452
|
-
"\
|
|
4453
|
-
"
|
|
4454
|
-
"\
|
|
4455
|
-
"\
|
|
4456
|
-
"
|
|
4457
|
-
"\
|
|
4458
|
-
"\
|
|
4459
|
-
"
|
|
4460
|
-
"
|
|
4461
|
-
"
|
|
4462
|
-
"
|
|
4463
|
-
"
|
|
4464
|
-
"
|
|
4465
|
-
"
|
|
4466
|
-
"
|
|
4467
|
-
"
|
|
4468
|
-
"
|
|
4469
|
-
"
|
|
4470
|
-
"
|
|
4471
|
-
"
|
|
4472
|
-
"
|
|
4473
|
-
"\
|
|
4474
|
-
"
|
|
4475
|
-
"
|
|
4476
|
-
"\
|
|
4477
|
-
"
|
|
4478
|
-
"
|
|
4479
|
-
"\
|
|
4480
|
-
"
|
|
4481
|
-
"\
|
|
4482
|
-
"
|
|
4483
|
-
"(\
|
|
4484
|
-
"
|
|
4485
|
-
"
|
|
4486
|
-
"\
|
|
4487
|
-
"
|
|
4488
|
-
"\
|
|
4489
|
-
"
|
|
4490
|
-
"
|
|
4491
|
-
"
|
|
4492
|
-
"
|
|
4493
|
-
"
|
|
4494
|
-
"
|
|
4495
|
-
"
|
|
4496
|
-
"
|
|
4497
|
-
"
|
|
4498
|
-
"\
|
|
4499
|
-
"
|
|
4500
|
-
"\
|
|
4501
|
-
"
|
|
4502
|
-
"
|
|
4503
|
-
"\
|
|
4504
|
-
"
|
|
4505
|
-
"\
|
|
4506
|
-
"
|
|
4507
|
-
"\
|
|
4508
|
-
"
|
|
4509
|
-
"
|
|
4510
|
-
"
|
|
4511
|
-
"
|
|
4512
|
-
"\022\
|
|
4513
|
-
"
|
|
4514
|
-
"
|
|
4515
|
-
"
|
|
4516
|
-
"
|
|
4517
|
-
"\
|
|
4518
|
-
"
|
|
4519
|
-
"\
|
|
4520
|
-
"
|
|
4521
|
-
"\
|
|
4522
|
-
"
|
|
4523
|
-
"
|
|
4524
|
-
"
|
|
4525
|
-
"
|
|
4526
|
-
"
|
|
4527
|
-
"
|
|
4528
|
-
"
|
|
4529
|
-
"
|
|
4530
|
-
"
|
|
4531
|
-
"
|
|
4532
|
-
"
|
|
4533
|
-
"
|
|
4534
|
-
"
|
|
4535
|
-
"\
|
|
4536
|
-
"
|
|
4537
|
-
"
|
|
4538
|
-
"
|
|
4539
|
-
"
|
|
4540
|
-
"
|
|
4541
|
-
"
|
|
4542
|
-
"\
|
|
4543
|
-
"
|
|
4544
|
-
"
|
|
4545
|
-
"\001\001\
|
|
4546
|
-
"
|
|
4547
|
-
"
|
|
4548
|
-
"
|
|
4549
|
-
"
|
|
4550
|
-
"
|
|
4551
|
-
"
|
|
4552
|
-
"
|
|
4553
|
-
"
|
|
4554
|
-
"
|
|
4555
|
-
"
|
|
4556
|
-
"
|
|
4557
|
-
"
|
|
4558
|
-
"\
|
|
4559
|
-
"
|
|
4560
|
-
"\
|
|
4561
|
-
"\
|
|
4562
|
-
"\
|
|
4563
|
-
"\
|
|
4564
|
-
"\
|
|
4565
|
-
"\
|
|
4566
|
-
"\
|
|
4567
|
-
"\
|
|
4568
|
-
"
|
|
4569
|
-
"
|
|
4570
|
-
"
|
|
4571
|
-
"\
|
|
4572
|
-
"
|
|
4573
|
-
"\
|
|
4574
|
-
"\
|
|
4575
|
-
"
|
|
4576
|
-
"\001(\
|
|
4577
|
-
"\001\022\
|
|
4578
|
-
"
|
|
4579
|
-
"\
|
|
4580
|
-
"\030\
|
|
4581
|
-
"\022\
|
|
4582
|
-
"
|
|
4583
|
-
"\
|
|
4584
|
-
"
|
|
4585
|
-
"
|
|
4586
|
-
"\
|
|
4587
|
-
"
|
|
4588
|
-
"
|
|
4589
|
-
"\
|
|
4590
|
-
"
|
|
4591
|
-
"
|
|
4592
|
-
"
|
|
4593
|
-
"
|
|
4594
|
-
"
|
|
4595
|
-
"
|
|
4596
|
-
"
|
|
4597
|
-
"
|
|
4598
|
-
"
|
|
4599
|
-
"
|
|
4600
|
-
"
|
|
4601
|
-
"
|
|
4602
|
-
"
|
|
4603
|
-
"
|
|
4604
|
-
"
|
|
4605
|
-
"
|
|
4606
|
-
"
|
|
4607
|
-
"
|
|
4608
|
-
"\
|
|
4609
|
-
"
|
|
4610
|
-
"
|
|
4611
|
-
"
|
|
4612
|
-
"\
|
|
4613
|
-
"
|
|
4614
|
-
"\
|
|
4615
|
-
"\
|
|
4616
|
-
"
|
|
4617
|
-
"
|
|
4618
|
-
"
|
|
4619
|
-
"\
|
|
4620
|
-
"
|
|
4621
|
-
"\
|
|
4622
|
-
"\
|
|
4623
|
-
"
|
|
4624
|
-
"\
|
|
4625
|
-
"
|
|
4626
|
-
"\
|
|
4627
|
-
"
|
|
4628
|
-
"\
|
|
4629
|
-
"
|
|
4630
|
-
"
|
|
4631
|
-
"\
|
|
4632
|
-
"
|
|
4633
|
-
"\
|
|
4634
|
-
"
|
|
4635
|
-
"
|
|
4636
|
-
"\
|
|
4637
|
-
"
|
|
4638
|
-
"
|
|
4639
|
-
"
|
|
4640
|
-
"
|
|
4641
|
-
"\
|
|
4642
|
-
"
|
|
4643
|
-
"
|
|
4644
|
-
"
|
|
4645
|
-
"
|
|
4646
|
-
"
|
|
4647
|
-
"
|
|
4648
|
-
"
|
|
4649
|
-
"\n\
|
|
4650
|
-
"
|
|
4651
|
-
"
|
|
4652
|
-
"
|
|
4653
|
-
"
|
|
4654
|
-
"com.lansweeper.dp.outbound.v1.
|
|
4655
|
-
"
|
|
4656
|
-
"
|
|
4657
|
-
".
|
|
4658
|
-
"
|
|
4659
|
-
"
|
|
4660
|
-
"
|
|
4661
|
-
"
|
|
4662
|
-
"
|
|
4663
|
-
".v1.
|
|
4664
|
-
"
|
|
4665
|
-
"v1.
|
|
4666
|
-
"2
|
|
4667
|
-
"
|
|
4668
|
-
"
|
|
4669
|
-
"\
|
|
4670
|
-
"
|
|
4671
|
-
"\
|
|
4672
|
-
"
|
|
4673
|
-
"
|
|
4674
|
-
"
|
|
4675
|
-
"\210\001\
|
|
4676
|
-
"\
|
|
4677
|
-
"\
|
|
4678
|
-
"
|
|
4679
|
-
"
|
|
4680
|
-
"
|
|
4681
|
-
"
|
|
4682
|
-
"
|
|
4683
|
-
"
|
|
4684
|
-
"
|
|
4685
|
-
"
|
|
4686
|
-
"\
|
|
4687
|
-
"\n\
|
|
4688
|
-
"
|
|
4689
|
-
"
|
|
4690
|
-
"
|
|
4691
|
-
"
|
|
4692
|
-
"
|
|
4693
|
-
"
|
|
4694
|
-
"
|
|
4695
|
-
"
|
|
4696
|
-
"\
|
|
4697
|
-
"
|
|
4698
|
-
"
|
|
4699
|
-
"
|
|
4700
|
-
"
|
|
4701
|
-
"
|
|
4702
|
-
"
|
|
4703
|
-
"(\0132
|
|
4704
|
-
"
|
|
4705
|
-
"
|
|
4706
|
-
"
|
|
4707
|
-
"
|
|
4708
|
-
"\
|
|
4709
|
-
"
|
|
4710
|
-
"
|
|
4711
|
-
"
|
|
4712
|
-
"
|
|
4713
|
-
"
|
|
4714
|
-
"
|
|
4715
|
-
"
|
|
4716
|
-
"
|
|
4717
|
-
"
|
|
4718
|
-
"
|
|
4719
|
-
"
|
|
4720
|
-
"
|
|
4721
|
-
"\
|
|
4722
|
-
"
|
|
4723
|
-
"\
|
|
4724
|
-
"\030\001
|
|
4725
|
-
"
|
|
4726
|
-
"
|
|
4727
|
-
"
|
|
4728
|
-
"
|
|
4729
|
-
"\210\001\001\022\
|
|
4730
|
-
"\030\
|
|
4731
|
-
"
|
|
4732
|
-
"\
|
|
4733
|
-
"
|
|
4734
|
-
"
|
|
4735
|
-
"\
|
|
4736
|
-
"
|
|
4737
|
-
"
|
|
4738
|
-
"
|
|
4739
|
-
"\
|
|
4740
|
-
"\
|
|
4741
|
-
"\
|
|
4742
|
-
"
|
|
4743
|
-
"
|
|
4744
|
-
"
|
|
4745
|
-
"\
|
|
4746
|
-
"
|
|
4747
|
-
"
|
|
4748
|
-
"
|
|
4749
|
-
"
|
|
4750
|
-
"
|
|
4751
|
-
"
|
|
4752
|
-
"\
|
|
4753
|
-
"\
|
|
4754
|
-
"
|
|
4755
|
-
"
|
|
4756
|
-
"
|
|
4757
|
-
"
|
|
4758
|
-
"
|
|
4759
|
-
"
|
|
4760
|
-
"\
|
|
4761
|
-
"
|
|
4762
|
-
"
|
|
4763
|
-
"
|
|
4764
|
-
"\
|
|
4765
|
-
"
|
|
4766
|
-
"\030\
|
|
4767
|
-
"\
|
|
4768
|
-
"
|
|
4769
|
-
"\
|
|
4770
|
-
"
|
|
4771
|
-
"\n\
|
|
4772
|
-
"
|
|
4773
|
-
"
|
|
4774
|
-
"
|
|
4775
|
-
"
|
|
4776
|
-
"
|
|
4777
|
-
"
|
|
4778
|
-
"
|
|
4779
|
-
"\
|
|
4780
|
-
"
|
|
4781
|
-
"
|
|
4782
|
-
"
|
|
4783
|
-
"
|
|
4784
|
-
"\
|
|
4785
|
-
"
|
|
4786
|
-
"
|
|
4787
|
-
"
|
|
4788
|
-
"
|
|
4789
|
-
"
|
|
4790
|
-
"
|
|
4791
|
-
"
|
|
4792
|
-
"
|
|
4793
|
-
"
|
|
4794
|
-
"
|
|
4795
|
-
"
|
|
4796
|
-
"
|
|
4797
|
-
"
|
|
4798
|
-
"
|
|
4799
|
-
"
|
|
4800
|
-
"
|
|
4801
|
-
"\
|
|
4802
|
-
"
|
|
4803
|
-
"
|
|
4804
|
-
"
|
|
4805
|
-
"\
|
|
4806
|
-
"\
|
|
4807
|
-
"
|
|
4808
|
-
"
|
|
4809
|
-
"\
|
|
4810
|
-
"
|
|
4811
|
-
"
|
|
4812
|
-
"
|
|
4813
|
-
"
|
|
4814
|
-
"
|
|
4815
|
-
"
|
|
4816
|
-
"\
|
|
4817
|
-
"
|
|
4818
|
-
"
|
|
4819
|
-
"
|
|
4820
|
-
"
|
|
4821
|
-
"
|
|
4822
|
-
"
|
|
4823
|
-
"\
|
|
4824
|
-
"
|
|
4825
|
-
"\
|
|
4826
|
-
"\
|
|
4827
|
-
"
|
|
4828
|
-
"
|
|
4829
|
-
"\
|
|
4830
|
-
"
|
|
4831
|
-
"\
|
|
4832
|
-
"\
|
|
4833
|
-
"\
|
|
4834
|
-
"
|
|
4835
|
-
"\
|
|
4836
|
-
"
|
|
4837
|
-
"
|
|
4838
|
-
"
|
|
4839
|
-
"\001\022\
|
|
4840
|
-
"
|
|
4841
|
-
"\001\001\022\
|
|
4842
|
-
"
|
|
4843
|
-
"\
|
|
4844
|
-
"
|
|
4845
|
-
"
|
|
4846
|
-
"
|
|
4847
|
-
"\
|
|
4848
|
-
"
|
|
4849
|
-
"
|
|
4850
|
-
"
|
|
4851
|
-
"\
|
|
4852
|
-
"
|
|
4853
|
-
"
|
|
4854
|
-
"
|
|
4855
|
-
"
|
|
4856
|
-
"\
|
|
4857
|
-
"
|
|
4858
|
-
"
|
|
4859
|
-
"
|
|
4860
|
-
"
|
|
4861
|
-
"
|
|
4862
|
-
"
|
|
4863
|
-
"
|
|
4864
|
-
"
|
|
4865
|
-
"
|
|
4866
|
-
"
|
|
4867
|
-
"
|
|
4868
|
-
"
|
|
4869
|
-
"
|
|
4870
|
-
"
|
|
4871
|
-
"\
|
|
4872
|
-
"
|
|
4873
|
-
"
|
|
4874
|
-
"\
|
|
4875
|
-
"
|
|
4876
|
-
"\n\
|
|
4877
|
-
"\
|
|
4878
|
-
"
|
|
4879
|
-
"\
|
|
4880
|
-
"
|
|
4881
|
-
"
|
|
4882
|
-
"
|
|
4883
|
-
"\
|
|
4884
|
-
"
|
|
4885
|
-
"
|
|
4886
|
-
"
|
|
4887
|
-
"\n\
|
|
4888
|
-
"
|
|
4889
|
-
"\
|
|
4890
|
-
"
|
|
4891
|
-
" \001(\
|
|
4892
|
-
"
|
|
4893
|
-
"
|
|
4894
|
-
"
|
|
4895
|
-
"
|
|
4896
|
-
"
|
|
4897
|
-
"
|
|
4898
|
-
"
|
|
4899
|
-
"
|
|
4900
|
-
"
|
|
4901
|
-
"
|
|
4902
|
-
"
|
|
4903
|
-
"
|
|
4904
|
-
"
|
|
4905
|
-
"
|
|
4906
|
-
"
|
|
4907
|
-
"
|
|
4908
|
-
"
|
|
4909
|
-
"
|
|
4910
|
-
"
|
|
4911
|
-
"\
|
|
4912
|
-
".
|
|
4913
|
-
"
|
|
4914
|
-
"
|
|
4915
|
-
"
|
|
4916
|
-
"
|
|
4917
|
-
"
|
|
4918
|
-
"\
|
|
4919
|
-
"
|
|
4920
|
-
"\
|
|
4921
|
-
"
|
|
4922
|
-
"
|
|
4923
|
-
"
|
|
4924
|
-
"
|
|
4925
|
-
"
|
|
4926
|
-
"\
|
|
4927
|
-
"
|
|
4928
|
-
"
|
|
4929
|
-
"
|
|
4930
|
-
"\
|
|
4931
|
-
"
|
|
4932
|
-
"
|
|
4933
|
-
"
|
|
4934
|
-
"\
|
|
4935
|
-
"
|
|
4936
|
-
"
|
|
4937
|
-
"
|
|
4938
|
-
"
|
|
4939
|
-
"
|
|
4940
|
-
"
|
|
4941
|
-
"\
|
|
4942
|
-
"
|
|
4943
|
-
"\
|
|
4944
|
-
"
|
|
4945
|
-
"\025\n\010guest_id\030\003 \001(\tH\000\210\001\001\022\034\n\017guest_full_nam" +
|
|
4946
|
-
"e\030\004 \001(\tH\001\210\001\001\022\024\n\007version\030\005 \001(\tH\002\210\001\001\022\021\n\004uu" +
|
|
4947
|
-
"id\030\006 \001(\tH\003\210\001\001\022\032\n\rinstance_uuid\030\007 \001(\tH\004\210\001" +
|
|
4948
|
-
"\001\022\035\n\020unshared_storage\030\010 \001(\004H\005\210\001\001\022\032\n\rrunn" +
|
|
4949
|
-
"ing_state\030\t \001(\tH\006\210\001\001\022\032\n\rtools_version\030\n " +
|
|
4950
|
-
"\001(\tH\007\210\001\001\022\031\n\014tools_status\030\013 \001(\tH\010\210\001\001\022!\n\024t" +
|
|
4951
|
-
"ools_running_status\030\014 \001(\tH\t\210\001\001\022!\n\024tools_" +
|
|
4952
|
-
"version_status\030\r \001(\tH\n\210\001\001\022\024\n\007num_cpu\030\016 \001" +
|
|
4953
|
-
"(\rH\013\210\001\001\022\037\n\022num_ethernet_cards\030\017 \001(\rH\014\210\001\001" +
|
|
4954
|
-
"\022\036\n\021num_virtual_disks\030\020 \001(\rH\r\210\001\001\0222\n\tboot" +
|
|
4955
|
-
"_time\030\021 \001(\0132\032.google.protobuf.TimestampH" +
|
|
4956
|
-
"\016\210\001\001\022\030\n\013domain_name\030\022 \001(\tH\017\210\001\001\022\030\n\013config" +
|
|
4957
|
-
"_name\030\023 \001(\tH\020\210\001\001\022\033\n\016memory_size_mb\030\025 \001(\001" +
|
|
4958
|
-
"H\021\210\001\001\022\'\n\032vcenter_instance_reference\030\026 \001(" +
|
|
4959
|
-
"\tH\022\210\001\001\032h\n\027EsxiGuestSnapshotsEntry\022\013\n\003key" +
|
|
4960
|
-
"\030\001 \001(\t\022<\n\005value\030\002 \001(\0132-.com.lansweeper.d" +
|
|
4961
|
-
"p.outbound.v1.VmwareSnapshot:\0028\001B\013\n\t_gue" +
|
|
4962
|
-
"st_idB\022\n\020_guest_full_nameB\n\n\010_versionB\007\n" +
|
|
4963
|
-
"\005_uuidB\020\n\016_instance_uuidB\023\n\021_unshared_st" +
|
|
4964
|
-
"orageB\020\n\016_running_stateB\020\n\016_tools_versio" +
|
|
4965
|
-
"nB\017\n\r_tools_statusB\027\n\025_tools_running_sta" +
|
|
4966
|
-
"tusB\027\n\025_tools_version_statusB\n\n\010_num_cpu" +
|
|
4967
|
-
"B\025\n\023_num_ethernet_cardsB\024\n\022_num_virtual_" +
|
|
4968
|
-
"disksB\014\n\n_boot_timeB\016\n\014_domain_nameB\016\n\014_" +
|
|
4969
|
-
"config_nameB\021\n\017_memory_size_mbB\035\n\033_vcent" +
|
|
4970
|
-
"er_instance_reference\"\363\005\n\021VmwareProductI" +
|
|
4971
|
-
"nfo\022\024\n\014internal_key\030\001 \001(\t\022\021\n\004uuid\030\002 \001(\tH" +
|
|
4972
|
-
"\000\210\001\001\022\032\n\rparent_folder\030\003 \001(\tH\001\210\001\001\022\"\n\025num_" +
|
|
4973
|
-
"host_bus_adapters\030\004 \001(\rH\002\210\001\001\022(\n\033num_netw" +
|
|
4974
|
-
"ork_interface_cards\030\005 \001(\rH\003\210\001\001\022\021\n\004name\030\006" +
|
|
4975
|
-
" \001(\tH\004\210\001\001\022\025\n\010api_type\030\007 \001(\tH\005\210\001\001\022\030\n\013api_" +
|
|
4976
|
-
"version\030\010 \001(\tH\006\210\001\001\022\022\n\005build\030\t \001(\tH\007\210\001\001\022!" +
|
|
4977
|
-
"\n\024license_product_name\030\n \001(\tH\010\210\001\001\022$\n\027lic" +
|
|
4978
|
-
"ense_product_version\030\013 \001(\tH\t\210\001\001\022\031\n\014local" +
|
|
4979
|
-
"e_build\030\014 \001(\tH\n\210\001\001\022\033\n\016locale_version\030\r \001" +
|
|
4980
|
-
"(\tH\013\210\001\001\022\024\n\007os_type\030\016 \001(\tH\014\210\001\001\022\034\n\017product" +
|
|
4981
|
-
"_line_id\030\017 \001(\tH\r\210\001\001\022\023\n\006vendor\030\020 \001(\tH\016\210\001\001" +
|
|
4982
|
-
"\022\024\n\007version\030\021 \001(\tH\017\210\001\001B\007\n\005_uuidB\020\n\016_pare" +
|
|
4983
|
-
"nt_folderB\030\n\026_num_host_bus_adaptersB\036\n\034_" +
|
|
4984
|
-
"num_network_interface_cardsB\007\n\005_nameB\013\n\t" +
|
|
4985
|
-
"_api_typeB\016\n\014_api_versionB\010\n\006_buildB\027\n\025_" +
|
|
4986
|
-
"license_product_nameB\032\n\030_license_product" +
|
|
4987
|
-
"_versionB\017\n\r_locale_buildB\021\n\017_locale_ver" +
|
|
4988
|
-
"sionB\n\n\010_os_typeB\022\n\020_product_line_idB\t\n\007" +
|
|
4989
|
-
"_vendorB\n\n\010_version\"\263\006\n\020VmwareDatacenter" +
|
|
4990
|
-
"\022\014\n\004uuid\030\001 \001(\t\022\031\n\021vcenter_asset_key\030\002 \001(" +
|
|
4991
|
-
"\t\022\024\n\014internal_key\030\003 \001(\t\022\021\n\004name\030\004 \001(\tH\000\210" +
|
|
4992
|
-
"\001\001\022O\n\010clusters\030\005 \003(\0132=.com.lansweeper.dp" +
|
|
4993
|
-
".outbound.v1.VmwareDatacenter.ClustersEn" +
|
|
4994
|
-
"try\022U\n\013hypervisors\030\006 \003(\0132@.com.lansweepe" +
|
|
4995
|
-
"r.dp.outbound.v1.VmwareDatacenter.Hyperv" +
|
|
4996
|
-
"isorsEntry\022b\n\022datastore_clusters\030\007 \003(\0132F" +
|
|
4997
|
-
".com.lansweeper.dp.outbound.v1.VmwareDat" +
|
|
4998
|
-
"acenter.DatastoreClustersEntry\022S\n\ndatast" +
|
|
4999
|
-
"ores\030\010 \003(\0132?.com.lansweeper.dp.outbound." +
|
|
5000
|
-
"v1.VmwareDatacenter.DatastoresEntry\032[\n\rC" +
|
|
5001
|
-
"lustersEntry\022\013\n\003key\030\001 \001(\t\0229\n\005value\030\002 \001(\013" +
|
|
5002
|
-
"2*.com.lansweeper.dp.outbound.v1.EsxiClu" +
|
|
5003
|
-
"ster:\0028\001\0322\n\020HypervisorsEntry\022\013\n\003key\030\001 \001(" +
|
|
5004
|
-
"\t\022\r\n\005value\030\002 \001(\010:\0028\001\032o\n\026DatastoreCluster" +
|
|
5005
|
-
"sEntry\022\013\n\003key\030\001 \001(\t\022D\n\005value\030\002 \001(\01325.com" +
|
|
4222
|
+
"\n\004name\030\002 \001(\tH\000\210\001\001B\007\n\005_name\"\250\002\n\020MonitorIn" +
|
|
4223
|
+
"ventory\022-\n\ttimestamp\030\001 \001(\0132\032.google.prot" +
|
|
4224
|
+
"obuf.Timestamp\0227\n\007monitor\030\002 \003(\0132&.com.la" +
|
|
4225
|
+
"nsweeper.dp.outbound.v1.Monitor\022E\n\020exter" +
|
|
4226
|
+
"nal_monitor\030\003 \001(\0132).com.lansweeper.dp.ou" +
|
|
4227
|
+
"tbound.v1.EntityPathH\000\022Y\n\022connected_comp" +
|
|
4228
|
+
"uter\030\004 \001(\0132;.com.lansweeper.dp.outbound." +
|
|
4229
|
+
"v1.MonitorConnectedComputerListH\000B\n\n\010rel" +
|
|
4230
|
+
"ation\"t\n\034MonitorConnectedComputerList\022T\n" +
|
|
4231
|
+
"\023connected_computers\030\001 \003(\01327.com.lanswee" +
|
|
4232
|
+
"per.dp.outbound.v1.MonitorConnectedCompu" +
|
|
4233
|
+
"ter\"\273\001\n\030MonitorConnectedComputer\0223\n\nscan" +
|
|
4234
|
+
"ned_at\030\001 \001(\0132\032.google.protobuf.Timestamp" +
|
|
4235
|
+
"H\000\210\001\001\022G\n\017asset_reference\030\002 \001(\0132).com.lan" +
|
|
4236
|
+
"sweeper.dp.outbound.v1.EntityPathH\001\210\001\001B\r" +
|
|
4237
|
+
"\n\013_scanned_atB\022\n\020_asset_reference\"\337\004\n\007Mo" +
|
|
4238
|
+
"nitor\022\017\n\002id\030\001 \001(\003H\001\210\001\001\022\024\n\007make_id\030\002 \001(\003H" +
|
|
4239
|
+
"\002\210\001\001\022\021\n\tmake_name\030\003 \001(\t\022\022\n\nmodel_name\030\004 " +
|
|
4240
|
+
"\001(\t\022\032\n\rserial_number\030\005 \001(\tH\003\210\001\001\0225\n\021manuf" +
|
|
4241
|
+
"acturer_date\030\006 \001(\0132\032.google.protobuf.Tim" +
|
|
4242
|
+
"estamp\022D\n\007windows\030\024 \001(\01321.com.lansweeper" +
|
|
4243
|
+
".dp.outbound.v1.WindowsMonitorInfoH\000\022<\n\003" +
|
|
4244
|
+
"mac\030\025 \001(\0132-.com.lansweeper.dp.outbound.v" +
|
|
4245
|
+
"1.MacMonitorInfoH\000\022=\n\004data\030\026 \001(\0132*.com.l" +
|
|
4246
|
+
"answeeper.dp.outbound.v1.MonitorDataH\004\210\001" +
|
|
4247
|
+
"\001\022G\n\rcatalog_brand\0302 \001(\0132+.com.lansweepe" +
|
|
4248
|
+
"r.dp.outbound.v1.CatalogBrandH\005\210\001\001\022K\n\017ca" +
|
|
4249
|
+
"talog_monitor\0303 \001(\0132-.com.lansweeper.dp." +
|
|
4250
|
+
"outbound.v1.CatalogMonitorH\006\210\001\001B\006\n\004specB" +
|
|
4251
|
+
"\005\n\003_idB\n\n\010_make_idB\020\n\016_serial_numberB\007\n\005" +
|
|
4252
|
+
"_dataB\020\n\016_catalog_brandB\022\n\020_catalog_moni" +
|
|
4253
|
+
"tor\"\251\r\n\013MonitorData\022\031\n\014size_in_inch\030\001 \001(" +
|
|
4254
|
+
"\001H\000\210\001\001\022\033\n\016max_resolution\030\002 \001(\tH\001\210\001\001\022\031\n\014a" +
|
|
4255
|
+
"spect_ratio\030\003 \001(\tH\002\210\001\001\022 \n\023response_time_" +
|
|
4256
|
+
"in_ms\030\004 \001(\001H\003\210\001\001\022\024\n\007hd_type\030\005 \001(\tH\004\210\001\001\022\031" +
|
|
4257
|
+
"\n\014display_tech\030\006 \001(\tH\005\210\001\001\022\031\n\014refresh_rat" +
|
|
4258
|
+
"e\030\007 \001(\001H\006\210\001\001\022\022\n\005panel\030\010 \001(\tH\007\210\001\001\022\031\n\014heig" +
|
|
4259
|
+
"ht_in_cm\030\t \001(\001H\010\210\001\001\022\030\n\013width_in_cm\030\n \001(\001" +
|
|
4260
|
+
"H\t\210\001\001\022\033\n\016diagonal_in_cm\030\013 \001(\001H\n\210\001\001\022\031\n\014ha" +
|
|
4261
|
+
"s_speakers\030\014 \001(\010H\013\210\001\001\022\027\n\nhas_camera\030\r \001(" +
|
|
4262
|
+
"\010H\014\210\001\001\022\030\n\013has_usb_hub\030\016 \001(\010H\r\210\001\001\022\031\n\014usb_" +
|
|
4263
|
+
"upstream\030\017 \001(\tH\016\210\001\001\022\037\n\022nr_of_usb_upstrea" +
|
|
4264
|
+
"m\030\020 \001(\003H\017\210\001\001\022\"\n\025usb_type_a_downstream\030\021 " +
|
|
4265
|
+
"\001(\003H\020\210\001\001\022\026\n\tnr_of_vga\030\022 \001(\003H\021\210\001\001\022\026\n\tnr_o" +
|
|
4266
|
+
"f_dvi\030\023 \001(\003H\022\210\001\001\022\027\n\nnr_of_hdmi\030\024 \001(\003H\023\210\001" +
|
|
4267
|
+
"\001\022\031\n\014hdmi_version\030\025 \001(\tH\024\210\001\001\022$\n\027number_o" +
|
|
4268
|
+
"f_display_ports\030\026 \001(\003H\025\210\001\001\022!\n\024display_po" +
|
|
4269
|
+
"rt_version\030\027 \001(\tH\026\210\001\001\022\031\n\014energy_class\030\030 " +
|
|
4270
|
+
"\001(\tH\027\210\001\001\022\033\n\016sdr_per_1000_u\030\031 \001(\001H\030\210\001\001\022\037\n" +
|
|
4271
|
+
"\022average_watt_usage\030\032 \001(\001H\031\210\001\001\022\037\n\022standb" +
|
|
4272
|
+
"y_watt_usage\030\033 \001(\001H\032\210\001\001\022\033\n\016max_watt_usag" +
|
|
4273
|
+
"e\030\034 \001(\001H\033\210\001\001\022 \n\023watt_usage_when_off\030\035 \001(" +
|
|
4274
|
+
"\001H\034\210\001\001\022\034\n\017watt_power_save\030\036 \001(\001H\035\210\001\001\022\027\n\n" +
|
|
4275
|
+
"ac_voltage\030\037 \001(\tH\036\210\001\001\022\032\n\rac_freq_in_hz\030 " +
|
|
4276
|
+
" \001(\tH\037\210\001\001\022\031\n\014current_in_a\030! \001(\001H \210\001\001\022\031\n\014" +
|
|
4277
|
+
"manufacturer\030\" \001(\tH!\210\001\001\022\022\n\005model\030# \001(\tH\"" +
|
|
4278
|
+
"\210\001\001\0226\n\rcreation_date\030$ \001(\0132\032.google.prot" +
|
|
4279
|
+
"obuf.TimestampH#\210\001\001B\017\n\r_size_in_inchB\021\n\017" +
|
|
4280
|
+
"_max_resolutionB\017\n\r_aspect_ratioB\026\n\024_res" +
|
|
4281
|
+
"ponse_time_in_msB\n\n\010_hd_typeB\017\n\r_display" +
|
|
4282
|
+
"_techB\017\n\r_refresh_rateB\010\n\006_panelB\017\n\r_hei" +
|
|
4283
|
+
"ght_in_cmB\016\n\014_width_in_cmB\021\n\017_diagonal_i" +
|
|
4284
|
+
"n_cmB\017\n\r_has_speakersB\r\n\013_has_cameraB\016\n\014" +
|
|
4285
|
+
"_has_usb_hubB\017\n\r_usb_upstreamB\025\n\023_nr_of_" +
|
|
4286
|
+
"usb_upstreamB\030\n\026_usb_type_a_downstreamB\014" +
|
|
4287
|
+
"\n\n_nr_of_vgaB\014\n\n_nr_of_dviB\r\n\013_nr_of_hdm" +
|
|
4288
|
+
"iB\017\n\r_hdmi_versionB\032\n\030_number_of_display" +
|
|
4289
|
+
"_portsB\027\n\025_display_port_versionB\017\n\r_ener" +
|
|
4290
|
+
"gy_classB\021\n\017_sdr_per_1000_uB\025\n\023_average_" +
|
|
4291
|
+
"watt_usageB\025\n\023_standby_watt_usageB\021\n\017_ma" +
|
|
4292
|
+
"x_watt_usageB\026\n\024_watt_usage_when_offB\022\n\020" +
|
|
4293
|
+
"_watt_power_saveB\r\n\013_ac_voltageB\020\n\016_ac_f" +
|
|
4294
|
+
"req_in_hzB\017\n\r_current_in_aB\017\n\r_manufactu" +
|
|
4295
|
+
"rerB\010\n\006_modelB\020\n\016_creation_date\"\211\003\n\022Wind" +
|
|
4296
|
+
"owsMonitorInfo\022\r\n\005model\030\001 \001(\t\022\032\n\rpnp_dev" +
|
|
4297
|
+
"ice_id\030\002 \001(\tH\000\210\001\001\022\032\n\rserial_number\030\003 \001(\t" +
|
|
4298
|
+
"H\001\210\001\001\022\027\n\nserial_hex\030\004 \001(\tH\002\210\001\001\022\036\n\021vesa_m" +
|
|
4299
|
+
"anufacturer\030\005 \001(\tH\003\210\001\001\022\035\n\020key_manufactur" +
|
|
4300
|
+
"er\030\006 \001(\tH\004\210\001\001\022:\n\021manufacturer_date\030\007 \001(\013" +
|
|
4301
|
+
"2\032.google.protobuf.TimestampH\005\210\001\001\022\026\n\tdev" +
|
|
4302
|
+
"ice_id\030\010 \001(\tH\006\210\001\001B\020\n\016_pnp_device_idB\020\n\016_" +
|
|
4303
|
+
"serial_numberB\r\n\013_serial_hexB\024\n\022_vesa_ma" +
|
|
4304
|
+
"nufacturerB\023\n\021_key_manufacturerB\024\n\022_manu" +
|
|
4305
|
+
"facturer_dateB\014\n\n_device_id\"\266\006\n\016MacMonit" +
|
|
4306
|
+
"orInfo\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\027\n\nproduct_id\030" +
|
|
4307
|
+
"\002 \001(\tH\001\210\001\001\022\032\n\rserial_number\030\003 \001(\tH\002\210\001\001\022\026" +
|
|
4308
|
+
"\n\tvendor_id\030\004 \001(\tH\003\210\001\001\022\021\n\004week\030\005 \001(\tH\004\210\001" +
|
|
4309
|
+
"\001\022\021\n\004year\030\006 \001(\tH\005\210\001\001\022\017\n\002id\030\007 \001(\tH\006\210\001\001\022\023\n" +
|
|
4310
|
+
"\006pixels\030\010 \001(\tH\007\210\001\001\022\027\n\nresolution\030\t \001(\tH\010" +
|
|
4311
|
+
"\210\001\001\022\037\n\022ambient_brightness\030\n \001(\tH\t\210\001\001\022\034\n\017" +
|
|
4312
|
+
"connection_type\030\013 \001(\tH\n\210\001\001\022\031\n\014display_ty" +
|
|
4313
|
+
"pe\030\014 \001(\tH\013\210\001\001\022\024\n\007is_main\030\r \001(\tH\014\210\001\001\022\023\n\006m" +
|
|
4314
|
+
"irror\030\016 \001(\tH\r\210\001\001\022\026\n\tis_online\030\017 \001(\tH\016\210\001\001" +
|
|
4315
|
+
"\022\035\n\020pixel_resolution\030\020 \001(\tH\017\210\001\001\022\027\n\ncore_" +
|
|
4316
|
+
"image\030\021 \001(\tH\020\210\001\001\022\022\n\005depth\030\022 \001(\tH\021\210\001\001\022\033\n\016" +
|
|
4317
|
+
"quartz_extreme\030\023 \001(\tH\022\210\001\001\022\030\n\013device_type" +
|
|
4318
|
+
"\030\024 \001(\tH\023\210\001\001\022\025\n\010built_in\030\025 \001(\tH\024\210\001\001B\007\n\005_n" +
|
|
4319
|
+
"ameB\r\n\013_product_idB\020\n\016_serial_numberB\014\n\n" +
|
|
4320
|
+
"_vendor_idB\007\n\005_weekB\007\n\005_yearB\005\n\003_idB\t\n\007_" +
|
|
4321
|
+
"pixelsB\r\n\013_resolutionB\025\n\023_ambient_bright" +
|
|
4322
|
+
"nessB\022\n\020_connection_typeB\017\n\r_display_typ" +
|
|
4323
|
+
"eB\n\n\010_is_mainB\t\n\007_mirrorB\014\n\n_is_onlineB\023" +
|
|
4324
|
+
"\n\021_pixel_resolutionB\r\n\013_core_imageB\010\n\006_d" +
|
|
4325
|
+
"epthB\021\n\017_quartz_extremeB\016\n\014_device_typeB" +
|
|
4326
|
+
"\013\n\t_built_in\"\316\001\n\031ComputerMacWifiControll" +
|
|
4327
|
+
"er\022H\n\022airport_interfaces\030\001 \003(\0132,.com.lan" +
|
|
4328
|
+
"sweeper.dp.outbound.v1.WiFiInterface\022N\n\024" +
|
|
4329
|
+
"software_information\030\002 \001(\0132+.com.lanswee" +
|
|
4330
|
+
"per.dp.outbound.v1.WiFiSoftwareH\000\210\001\001B\027\n\025" +
|
|
4331
|
+
"_software_information\"\237\006\n\rWiFiInterface\022" +
|
|
4332
|
+
"\021\n\004name\030\001 \001(\tH\000\210\001\001\022\034\n\017airdrop_channel\030\002 " +
|
|
4333
|
+
"\001(\tH\001\210\001\001\022\036\n\021airdrop_supported\030\003 \001(\010H\002\210\001\001" +
|
|
4334
|
+
"\022\"\n\025auto_unlock_supported\030\004 \001(\010H\003\210\001\001\022\026\n\t" +
|
|
4335
|
+
"card_type\030\005 \001(\tH\004\210\001\001\022\031\n\014country_code\030\006 \001" +
|
|
4336
|
+
"(\tH\005\210\001\001\022\035\n\020firmware_version\030\007 \001(\tH\006\210\001\001\022\023" +
|
|
4337
|
+
"\n\006locale\030\010 \001(\tH\007\210\001\001\022\030\n\013mac_address\030\t \001(\t" +
|
|
4338
|
+
"H\010\210\001\001\022\037\n\022status_information\030\n \001(\tH\t\210\001\001\022\032" +
|
|
4339
|
+
"\n\022supported_channels\030\013 \003(\t\022 \n\023supported_" +
|
|
4340
|
+
"phy_modes\030\014 \001(\tH\n\210\001\001\022\'\n\032wake_on_wireless" +
|
|
4341
|
+
"_supported\030\r \001(\010H\013\210\001\001\022H\n\017current_network" +
|
|
4342
|
+
"\030\016 \001(\0132*.com.lansweeper.dp.outbound.v1.W" +
|
|
4343
|
+
"iFiNetworkH\014\210\001\001\022H\n\024other_local_networks\030" +
|
|
4344
|
+
"\017 \003(\0132*.com.lansweeper.dp.outbound.v1.Wi" +
|
|
4345
|
+
"FiNetworkB\007\n\005_nameB\022\n\020_airdrop_channelB\024" +
|
|
4346
|
+
"\n\022_airdrop_supportedB\030\n\026_auto_unlock_sup" +
|
|
4347
|
+
"portedB\014\n\n_card_typeB\017\n\r_country_codeB\023\n" +
|
|
4348
|
+
"\021_firmware_versionB\t\n\007_localeB\016\n\014_mac_ad" +
|
|
4349
|
+
"dressB\025\n\023_status_informationB\026\n\024_support" +
|
|
4350
|
+
"ed_phy_modesB\035\n\033_wake_on_wireless_suppor" +
|
|
4351
|
+
"tedB\022\n\020_current_network\"\363\003\n\013WiFiNetwork\022" +
|
|
4352
|
+
"\021\n\004name\030\001 \001(\tH\000\210\001\001\022\032\n\rnetwork_bssid\030\002 \001(" +
|
|
4353
|
+
"\tH\001\210\001\001\022\034\n\017network_channel\030\003 \001(\tH\002\210\001\001\022!\n\024" +
|
|
4354
|
+
"network_country_code\030\004 \001(\tH\003\210\001\001\022\036\n\021netwo" +
|
|
4355
|
+
"rk_mcs_index\030\005 \001(\tH\004\210\001\001\022\035\n\020network_phy_m" +
|
|
4356
|
+
"ode\030\006 \001(\tH\005\210\001\001\022\"\n\025network_transmit_rate\030" +
|
|
4357
|
+
"\007 \001(\tH\006\210\001\001\022\031\n\014network_type\030\010 \001(\tH\007\210\001\001\022\032\n" +
|
|
4358
|
+
"\rsecurity_mode\030\t \001(\tH\010\210\001\001\022\031\n\014signal_nois" +
|
|
4359
|
+
"e\030\n \001(\tH\t\210\001\001B\007\n\005_nameB\020\n\016_network_bssidB" +
|
|
4360
|
+
"\022\n\020_network_channelB\027\n\025_network_country_" +
|
|
4361
|
+
"codeB\024\n\022_network_mcs_indexB\023\n\021_network_p" +
|
|
4362
|
+
"hy_modeB\030\n\026_network_transmit_rateB\017\n\r_ne" +
|
|
4363
|
+
"twork_typeB\020\n\016_security_modeB\017\n\r_signal_" +
|
|
4364
|
+
"noise\"\276\003\n\014WiFiSoftware\022$\n\027airport_utilit" +
|
|
4365
|
+
"y_version\030\001 \001(\tH\000\210\001\001\022\036\n\021core_wlan_versio" +
|
|
4366
|
+
"n\030\002 \001(\tH\001\210\001\001\022\"\n\025core_wlan_kit_version\030\003 " +
|
|
4367
|
+
"\001(\tH\002\210\001\001\022 \n\023diagnostics_version\030\004 \001(\tH\003\210" +
|
|
4368
|
+
"\001\001\022#\n\026io80211_family_version\030\005 \001(\tH\004\210\001\001\022" +
|
|
4369
|
+
"\037\n\022menu_extra_version\030\006 \001(\tH\005\210\001\001\022\'\n\032syst" +
|
|
4370
|
+
"em_information_version\030\007 \001(\tH\006\210\001\001B\032\n\030_ai" +
|
|
4371
|
+
"rport_utility_versionB\024\n\022_core_wlan_vers" +
|
|
4372
|
+
"ionB\030\n\026_core_wlan_kit_versionB\026\n\024_diagno" +
|
|
4373
|
+
"stics_versionB\031\n\027_io80211_family_version" +
|
|
4374
|
+
"B\025\n\023_menu_extra_versionB\035\n\033_system_infor" +
|
|
4375
|
+
"mation_version\"\342\001\n\021AntivirusSoftware\022\021\n\004" +
|
|
4376
|
+
"name\030\002 \001(\tH\000\210\001\001\022\021\n\004guid\030\003 \001(\tH\001\210\001\001\022\024\n\007en" +
|
|
4377
|
+
"abled\030\004 \001(\010H\002\210\001\001\022\027\n\nup_to_date\030\005 \001(\010H\003\210\001" +
|
|
4378
|
+
"\001\022>\n\010software\030\006 \001(\0132\'.com.lansweeper.dp." +
|
|
4379
|
+
"outbound.v1.SoftwareH\004\210\001\001B\007\n\005_nameB\007\n\005_g" +
|
|
4380
|
+
"uidB\n\n\010_enabledB\r\n\013_up_to_dateB\013\n\t_softw" +
|
|
4381
|
+
"are\"\331\002\n\006IpInfo\022\017\n\007address\030\001 \001(\t\022\025\n\010hostn" +
|
|
4382
|
+
"ame\030\002 \001(\tH\000\210\001\001\022\025\n\010timezone\030\003 \001(\tH\001\210\001\001\022\033\n" +
|
|
4383
|
+
"\016continent_code\030\004 \001(\tH\002\210\001\001\022\031\n\014country_co" +
|
|
4384
|
+
"de\030\005 \001(\tH\003\210\001\001\022\030\n\013region_code\030\006 \001(\tH\004\210\001\001\022" +
|
|
4385
|
+
"\031\n\014country_city\030\007 \001(\tH\005\210\001\001\022\020\n\003isp\030\010 \001(\tH" +
|
|
4386
|
+
"\006\210\001\001\022\031\n\014organization\030\t \001(\tH\007\210\001\001B\013\n\t_host" +
|
|
4387
|
+
"nameB\013\n\t_timezoneB\021\n\017_continent_codeB\017\n\r" +
|
|
4388
|
+
"_country_codeB\016\n\014_region_codeB\017\n\r_countr" +
|
|
4389
|
+
"y_cityB\006\n\004_ispB\017\n\r_organization\"\203\001\n\021Soft" +
|
|
4390
|
+
"wareInventory\022-\n\ttimestamp\030\001 \001(\0132\032.googl" +
|
|
4391
|
+
"e.protobuf.Timestamp\0229\n\010software\030\002 \003(\0132\'" +
|
|
4392
|
+
".com.lansweeper.dp.outbound.v1.SoftwareJ" +
|
|
4393
|
+
"\004\010\003\020\004\"\225\n\n\010Software\022\021\n\004rank\030\001 \001(\005H\000\210\001\001\022\024\n" +
|
|
4394
|
+
"\007type_id\030\002 \001(\003H\001\210\001\001\022\023\n\006cat_id\030\003 \001(\003H\002\210\001\001" +
|
|
4395
|
+
"\022\024\n\007make_id\030\004 \001(\003H\003\210\001\001\022\022\n\005sw_id\030\005 \001(\003H\004\210" +
|
|
4396
|
+
"\001\001\022\026\n\tparent_id\030\006 \001(\003H\005\210\001\001\022\026\n\ttype_name\030" +
|
|
4397
|
+
"\007 \001(\tH\006\210\001\001\022\025\n\010cat_name\030\010 \001(\tH\007\210\001\001\022\026\n\tmak" +
|
|
4398
|
+
"e_name\030\t \001(\tH\010\210\001\001\022\021\n\004name\030\n \001(\tH\t\210\001\001\022\024\n\007" +
|
|
4399
|
+
"version\030\013 \001(\tH\n\210\001\001\022\027\n\nmarket_ver\030\014 \001(\tH\013" +
|
|
4400
|
+
"\210\001\001\022\024\n\007edition\030\r \001(\tH\014\210\001\001\022\022\n\005build\030\016 \001(\t" +
|
|
4401
|
+
"H\r\210\001\001\022\021\n\004arch\030\024 \001(\tH\016\210\001\001\022\021\n\004lang\030\025 \001(\tH\017" +
|
|
4402
|
+
"\210\001\001\022\032\n\robtained_from\030\026 \001(\tH\020\210\001\001\022\021\n\tsigne" +
|
|
4403
|
+
"d_by\030\027 \003(\t\022\020\n\003cpe\030\017 \001(\tH\021\210\001\001\0227\n\003raw\030\021 \001(" +
|
|
4404
|
+
"\0132*.com.lansweeper.dp.outbound.v1.RawSof" +
|
|
4405
|
+
"tware\022\025\n\010raw_hash\030\022 \001(\tH\022\210\001\001\022\025\n\010nre_hash" +
|
|
4406
|
+
"\030\023 \001(\tH\023\210\001\001\022G\n\rcatalog_brand\0302 \001(\0132+.com" +
|
|
4407
|
+
".lansweeper.dp.outbound.v1.CatalogBrandH" +
|
|
4408
|
+
"\024\210\001\001\022M\n\020catalog_software\0303 \001(\0132..com.lan" +
|
|
4409
|
+
"sweeper.dp.outbound.v1.CatalogSoftwareH\025" +
|
|
4410
|
+
"\210\001\001\022K\n\016catalog_parent\0304 \001(\0132..com.lanswe" +
|
|
4411
|
+
"eper.dp.outbound.v1.CatalogSoftwareH\026\210\001\001" +
|
|
4412
|
+
"\022_\n\026rhel_based_data_points\0305 \001(\0132:.com.l" +
|
|
4413
|
+
"answeeper.dp.outbound.v1.RhelBasedSoftwa" +
|
|
4414
|
+
"reDataPointsH\027\210\001\001\022c\n\030debian_based_data_p" +
|
|
4415
|
+
"oints\0306 \001(\0132<.com.lansweeper.dp.outbound" +
|
|
4416
|
+
".v1.DebianBasedSoftwareDataPointsH\030\210\001\001B\007" +
|
|
4417
|
+
"\n\005_rankB\n\n\010_type_idB\t\n\007_cat_idB\n\n\010_make_" +
|
|
4418
|
+
"idB\010\n\006_sw_idB\014\n\n_parent_idB\014\n\n_type_name" +
|
|
4419
|
+
"B\013\n\t_cat_nameB\014\n\n_make_nameB\007\n\005_nameB\n\n\010" +
|
|
4420
|
+
"_versionB\r\n\013_market_verB\n\n\010_editionB\010\n\006_" +
|
|
4421
|
+
"buildB\007\n\005_archB\007\n\005_langB\020\n\016_obtained_fro" +
|
|
4422
|
+
"mB\006\n\004_cpeB\013\n\t_raw_hashB\013\n\t_nre_hashB\020\n\016_" +
|
|
4423
|
+
"catalog_brandB\023\n\021_catalog_softwareB\021\n\017_c" +
|
|
4424
|
+
"atalog_parentB\031\n\027_rhel_based_data_points" +
|
|
4425
|
+
"B\033\n\031_debian_based_data_points\"\217\001\n\033RhelBa" +
|
|
4426
|
+
"sedSoftwareDataPoints\022\027\n\nsource_rpm\030\001 \001(",
|
|
4427
|
+
"\tH\000\210\001\001\022\022\n\005epoch\030\002 \001(\rH\001\210\001\001\022\031\n\014ui_from_re" +
|
|
4428
|
+
"po\030\003 \001(\tH\002\210\001\001B\r\n\013_source_rpmB\010\n\006_epochB\017" +
|
|
4429
|
+
"\n\r_ui_from_repo\"\373\001\n\035DebianBasedSoftwareD" +
|
|
4430
|
+
"ataPoints\022\037\n\022dpkg_status_abbrev\030\001 \001(\tH\000\210" +
|
|
4431
|
+
"\001\001\022 \n\023binary_package_name\030\002 \001(\tH\001\210\001\001\022 \n\023" +
|
|
4432
|
+
"source_package_name\030\003 \001(\tH\002\210\001\001\022\033\n\016source" +
|
|
4433
|
+
"_version\030\004 \001(\tH\003\210\001\001B\025\n\023_dpkg_status_abbr" +
|
|
4434
|
+
"evB\026\n\024_binary_package_nameB\026\n\024_source_pa" +
|
|
4435
|
+
"ckage_nameB\021\n\017_source_version\"\373\002\n\013RawSof" +
|
|
4436
|
+
"tware\022\014\n\004name\030\001 \001(\t\022\023\n\006vendor\030\002 \001(\tH\000\210\001\001" +
|
|
4437
|
+
"\022\024\n\007version\030\003 \001(\tH\001\210\001\001\022\021\n\004info\030\004 \001(\tH\002\210\001" +
|
|
4438
|
+
"\001\022\025\n\010exe_path\030\005 \001(\tH\003\210\001\001\022\021\n\004arch\030\006 \001(\tH\004" +
|
|
4439
|
+
"\210\001\001\0225\n\014install_date\030\007 \001(\0132\032.google.proto" +
|
|
4440
|
+
"buf.TimestampH\005\210\001\001\022\030\n\013source_type\030\010 \001(\tH" +
|
|
4441
|
+
"\006\210\001\001\022\022\n\005sw_id\030\t \001(\tH\007\210\001\001\022\034\n\017is_current_u" +
|
|
4442
|
+
"ser\030\n \001(\010H\010\210\001\001B\t\n\007_vendorB\n\n\010_versionB\007\n" +
|
|
4443
|
+
"\005_infoB\013\n\t_exe_pathB\007\n\005_archB\017\n\r_install" +
|
|
4444
|
+
"_dateB\016\n\014_source_typeB\010\n\006_sw_idB\022\n\020_is_c" +
|
|
4445
|
+
"urrent_user\"\217\003\n\023SoftwareChangeEvent\022P\n\ne" +
|
|
4446
|
+
"vent_type\030\001 \001(\0162<.com.lansweeper.dp.outb" +
|
|
4447
|
+
"ound.v1.SoftwareChangeEvent.EventType\022)\n" +
|
|
4448
|
+
"\005start\030\002 \001(\0132\032.google.protobuf.Timestamp" +
|
|
4449
|
+
"\022,\n\003end\030\003 \001(\0132\032.google.protobuf.Timestam" +
|
|
4450
|
+
"pH\000\210\001\001\0229\n\010software\030\004 \001(\0132\'.com.lansweepe" +
|
|
4451
|
+
"r.dp.outbound.v1.Software\022C\n\rprev_softwa" +
|
|
4452
|
+
"re\030\005 \001(\0132\'.com.lansweeper.dp.outbound.v1" +
|
|
4453
|
+
".SoftwareH\001\210\001\001\"3\n\tEventType\022\013\n\007INSTALL\020\000" +
|
|
4454
|
+
"\022\r\n\tUNINSTALL\020\001\022\n\n\006UPDATE\020\002B\006\n\004_endB\020\n\016_" +
|
|
4455
|
+
"prev_software\"\341\001\n\031ComputerMacInstallHist" +
|
|
4456
|
+
"ory\022\021\n\004name\030\001 \001(\tH\000\210\001\001\0225\n\014install_date\030\002" +
|
|
4457
|
+
" \001(\0132\032.google.protobuf.TimestampH\001\210\001\001\022\034\n" +
|
|
4458
|
+
"\017install_version\030\003 \001(\tH\002\210\001\001\022\033\n\016package_s" +
|
|
4459
|
+
"ource\030\004 \001(\tH\003\210\001\001B\007\n\005_nameB\017\n\r_install_da" +
|
|
4460
|
+
"teB\022\n\020_install_versionB\021\n\017_package_sourc" +
|
|
4461
|
+
"e\"\355\n\n\014CatalogBrand\022\n\n\002id\030\001 \001(\003\022\021\n\tmake_n" +
|
|
4462
|
+
"ame\030\003 \001(\t\022\026\n\tparent_id\030\022 \001(\003H\000\210\001\001\0229\n\020las" +
|
|
4463
|
+
"t_update_time\030\005 \001(\0132\032.google.protobuf.Ti" +
|
|
4464
|
+
"mestampH\001\210\001\001\022\031\n\014country_code\030\006 \001(\tH\002\210\001\001\022" +
|
|
4465
|
+
"\033\n\016logo_image_url\030\007 \001(\tH\003\210\001\001\022\035\n\020banner_i" +
|
|
4466
|
+
"mage_url\030\010 \001(\tH\004\210\001\001\022\031\n\014wikipedia_id\030\t \001(" +
|
|
4467
|
+
"\tH\005\210\001\001\022 \n\023wikipedia_lang_code\030\n \001(\tH\006\210\001\001" +
|
|
4468
|
+
"\022\030\n\013website_url\030\013 \001(\tH\007\210\001\001\022\030\n\013support_ur" +
|
|
4469
|
+
"l\030\014 \001(\tH\010\210\001\001\022\032\n\rsupport_phone\030\r \001(\tH\t\210\001\001" +
|
|
4470
|
+
"\022\035\n\020facebook_account\030\016 \001(\tH\n\210\001\001\022\034\n\017twitt" +
|
|
4471
|
+
"er_account\030\017 \001(\tH\013\210\001\001\022\031\n\014warranty_url\030\020 " +
|
|
4472
|
+
"\001(\tH\014\210\001\001\022 \n\023warranty_direct_url\030\021 \001(\tH\r\210" +
|
|
4473
|
+
"\001\001\022\032\n\rcommunity_url\030\024 \001(\tH\016\210\001\001\022\035\n\020linked" +
|
|
4474
|
+
"in_account\030\025 \001(\tH\017\210\001\001\022\036\n\021instagram_accou" +
|
|
4475
|
+
"nt\030\026 \001(\tH\020\210\001\001\022\034\n\017youtube_account\030\027 \001(\tH\021" +
|
|
4476
|
+
"\210\001\001\022\036\n\021pinterest_account\030\030 \001(\tH\022\210\001\001\022\033\n\016t" +
|
|
4477
|
+
"iktok_account\030\037 \001(\tH\023\210\001\001\022\033\n\016class_hardwa" +
|
|
4478
|
+
"re\030\031 \001(\010H\024\210\001\001\022\033\n\016class_software\030\032 \001(\010H\025\210" +
|
|
4479
|
+
"\001\001\022\033\n\016class_consumer\030\033 \001(\010H\026\210\001\001\022\035\n\020class" +
|
|
4480
|
+
"_enterprise\030\034 \001(\010H\027\210\001\001\022\035\n\020class_industri" +
|
|
4481
|
+
"al\030\035 \001(\010H\030\210\001\001\022\035\n\020class_individual\030\036 \001(\010H" +
|
|
4482
|
+
"\031\210\001\001\022\030\n\013match_score\030\023 \001(\005H\032\210\001\001B\014\n\n_paren" +
|
|
4483
|
+
"t_idB\023\n\021_last_update_timeB\017\n\r_country_co" +
|
|
4484
|
+
"deB\021\n\017_logo_image_urlB\023\n\021_banner_image_u" +
|
|
4485
|
+
"rlB\017\n\r_wikipedia_idB\026\n\024_wikipedia_lang_c" +
|
|
4486
|
+
"odeB\016\n\014_website_urlB\016\n\014_support_urlB\020\n\016_" +
|
|
4487
|
+
"support_phoneB\023\n\021_facebook_accountB\022\n\020_t" +
|
|
4488
|
+
"witter_accountB\017\n\r_warranty_urlB\026\n\024_warr" +
|
|
4489
|
+
"anty_direct_urlB\020\n\016_community_urlB\023\n\021_li" +
|
|
4490
|
+
"nkedin_accountB\024\n\022_instagram_accountB\022\n\020" +
|
|
4491
|
+
"_youtube_accountB\024\n\022_pinterest_accountB\021" +
|
|
4492
|
+
"\n\017_tiktok_accountB\021\n\017_class_hardwareB\021\n\017" +
|
|
4493
|
+
"_class_softwareB\021\n\017_class_consumerB\023\n\021_c" +
|
|
4494
|
+
"lass_enterpriseB\023\n\021_class_industrialB\023\n\021" +
|
|
4495
|
+
"_class_individualB\016\n\014_match_score\"\317\t\n\014Ca" +
|
|
4496
|
+
"talogModel\022\n\n\002id\030\001 \001(\003\022\017\n\007make_id\030\003 \001(\003\022" +
|
|
4497
|
+
"\024\n\014device_model\030\004 \001(\t\022\033\n\016device_type_id\030" +
|
|
4498
|
+
"\005 \001(\003H\000\210\001\001\022\031\n\021device_model_code\030\006 \003(\t\022\026\n" +
|
|
4499
|
+
"\tfamily_id\030\n \001(\003H\001\210\001\001\022\026\n\tis_family\030\013 \001(\010" +
|
|
4500
|
+
"H\002\210\001\001\022\027\n\nmanual_url\030\014 \001(\tH\003\210\001\001\022\024\n\007faq_ur" +
|
|
4501
|
+
"l\030\r \001(\tH\004\210\001\001\0225\n\014release_date\030\016 \001(\0132\032.goo" +
|
|
4502
|
+
"gle.protobuf.TimestampH\005\210\001\001\0222\n\tdisc_date" +
|
|
4503
|
+
"\030\017 \001(\0132\032.google.protobuf.TimestampH\006\210\001\001\022" +
|
|
4504
|
+
"1\n\010eos_date\030\032 \001(\0132\032.google.protobuf.Time" +
|
|
4505
|
+
"stampH\007\210\001\001\022 \n\023lifecyle_confidence\030\035 \001(\tH" +
|
|
4506
|
+
"\010\210\001\001\022\030\n\013price_class\030\030 \001(\tH\t\210\001\001\022\032\n\rproduc" +
|
|
4507
|
+
"t_class\030\031 \001(\tH\n\210\001\001\022\032\n\rcfp_emissions\030\036 \001(" +
|
|
4508
|
+
"\005H\013\210\001\001\022\036\n\021cfp_emissions_std\030\037 \001(\005H\014\210\001\001\022\024" +
|
|
4509
|
+
"\n\007cfp_use\030 \001(\005H\r\210\001\001\022\034\n\017sh_ifttt_handle\030" +
|
|
4510
|
+
"\021 \001(\tH\016\210\001\001\022\033\n\023sh_google_ass_langs\030\022 \003(\t\022" +
|
|
4511
|
+
"\026\n\016sh_alexa_langs\030\023 \003(\t\022\033\n\016sh_hass_handl" +
|
|
4512
|
+
"e\030\024 \001(\tH\017\210\001\001\022\036\n\021sh_apple_home_kit\030\025 \001(\010H" +
|
|
4513
|
+
"\020\210\001\001\022\037\n\022sh_open_hab_handle\030\026 \001(\tH\021\210\001\001\022\025\n" +
|
|
4514
|
+
"\010nist_cpe\030\034 \001(\tH\022\210\001\001\022\027\n\npopularity\030\027 \001(\005" +
|
|
4515
|
+
"H\023\210\001\001\0229\n\020last_update_time\030\020 \001(\0132\032.google" +
|
|
4516
|
+
".protobuf.TimestampH\024\210\001\001\022\030\n\013match_score\030" +
|
|
4517
|
+
"\033 \001(\005H\025\210\001\001B\021\n\017_device_type_idB\014\n\n_family" +
|
|
4518
|
+
"_idB\014\n\n_is_familyB\r\n\013_manual_urlB\n\n\010_faq" +
|
|
4519
|
+
"_urlB\017\n\r_release_dateB\014\n\n_disc_dateB\013\n\t_" +
|
|
4520
|
+
"eos_dateB\026\n\024_lifecyle_confidenceB\016\n\014_pri" +
|
|
4521
|
+
"ce_classB\020\n\016_product_classB\020\n\016_cfp_emiss" +
|
|
4522
|
+
"ionsB\024\n\022_cfp_emissions_stdB\n\n\010_cfp_useB\022" +
|
|
4523
|
+
"\n\020_sh_ifttt_handleB\021\n\017_sh_hass_handleB\024\n" +
|
|
4524
|
+
"\022_sh_apple_home_kitB\025\n\023_sh_open_hab_hand" +
|
|
4525
|
+
"leB\013\n\t_nist_cpeB\r\n\013_popularityB\023\n\021_last_" +
|
|
4526
|
+
"update_timeB\016\n\014_match_score\"\254\t\n\tCatalogO" +
|
|
4527
|
+
"s\022\n\n\002id\030\001 \001(\003\022\017\n\007os_name\030\003 \001(\t\022\027\n\nos_ver" +
|
|
4528
|
+
"sion\030\004 \001(\tH\000\210\001\001\022\025\n\010os_build\030\014 \001(\tH\001\210\001\001\022\034" +
|
|
4529
|
+
"\n\017os_version_name\030\005 \001(\tH\002\210\001\001\022\030\n\013override" +
|
|
4530
|
+
"_id\030\006 \001(\003H\003\210\001\001\022\024\n\007make_id\030\007 \001(\003H\004\210\001\001\022\026\n\t" +
|
|
4531
|
+
"parent_id\030\010 \001(\003H\005\210\001\001\0225\n\014release_date\030\t \001" +
|
|
4532
|
+
"(\0132\032.google.protobuf.TimestampH\006\210\001\001\0221\n\010e" +
|
|
4533
|
+
"ol_date\030\n \001(\0132\032.google.protobuf.Timestam" +
|
|
4534
|
+
"pH\007\210\001\001\0221\n\010eos_date\030\026 \001(\0132\032.google.protob" +
|
|
4535
|
+
"uf.TimestampH\010\210\001\001\0222\n\teosx_date\030\031 \001(\0132\032.g" +
|
|
4536
|
+
"oogle.protobuf.TimestampH\t\210\001\001\022 \n\023lifecyl" +
|
|
4537
|
+
"e_confidence\030\032 \001(\tH\n\210\001\001\022\033\n\016logo_image_ur" +
|
|
4538
|
+
"l\030\r \001(\tH\013\210\001\001\022\035\n\020banner_image_url\030\016 \001(\tH\014" +
|
|
4539
|
+
"\210\001\001\022\031\n\014wikipedia_id\030\017 \001(\tH\r\210\001\001\022 \n\023wikipe" +
|
|
4540
|
+
"dia_lang_code\030\020 \001(\tH\016\210\001\001\022\030\n\013website_url\030" +
|
|
4541
|
+
"\021 \001(\tH\017\210\001\001\022\030\n\013support_url\030\022 \001(\tH\020\210\001\001\022\032\n\r" +
|
|
4542
|
+
"support_phone\030\023 \001(\tH\021\210\001\001\022\035\n\020facebook_acc" +
|
|
4543
|
+
"ount\030\024 \001(\tH\022\210\001\001\022\034\n\017twitter_account\030\025 \001(\t" +
|
|
4544
|
+
"H\023\210\001\001\022\025\n\010nist_cpe\030\027 \001(\tH\024\210\001\001\0229\n\020last_upd" +
|
|
4545
|
+
"ate_time\030\013 \001(\0132\032.google.protobuf.Timesta" +
|
|
4546
|
+
"mpH\025\210\001\001\022\030\n\013match_score\030\030 \001(\005H\026\210\001\001B\r\n\013_os" +
|
|
4547
|
+
"_versionB\013\n\t_os_buildB\022\n\020_os_version_nam" +
|
|
4548
|
+
"eB\016\n\014_override_idB\n\n\010_make_idB\014\n\n_parent" +
|
|
4549
|
+
"_idB\017\n\r_release_dateB\013\n\t_eol_dateB\013\n\t_eo" +
|
|
4550
|
+
"s_dateB\014\n\n_eosx_dateB\026\n\024_lifecyle_confid" +
|
|
4551
|
+
"enceB\021\n\017_logo_image_urlB\023\n\021_banner_image" +
|
|
4552
|
+
"_urlB\017\n\r_wikipedia_idB\026\n\024_wikipedia_lang" +
|
|
4553
|
+
"_codeB\016\n\014_website_urlB\016\n\014_support_urlB\020\n" +
|
|
4554
|
+
"\016_support_phoneB\023\n\021_facebook_accountB\022\n\020" +
|
|
4555
|
+
"_twitter_accountB\013\n\t_nist_cpeB\023\n\021_last_u" +
|
|
4556
|
+
"pdate_timeB\016\n\014_match_score\"\370\007\n\017CatalogSo" +
|
|
4557
|
+
"ftware\022\n\n\002id\030\001 \001(\003\022\017\n\007sw_name\030\002 \001(\t\022\027\n\ns" +
|
|
4558
|
+
"w_version\030\003 \001(\tH\000\210\001\001\022\032\n\rsw_market_ver\030\004 " +
|
|
4559
|
+
"\001(\tH\001\210\001\001\022\027\n\nsw_edition\030\005 \001(\tH\002\210\001\001\022\024\n\007sw_" +
|
|
4560
|
+
"lang\030\006 \001(\tH\003\210\001\001\022\025\n\010sw_build\030\007 \001(\tH\004\210\001\001\022\024" +
|
|
4561
|
+
"\n\007make_id\030\010 \001(\003H\005\210\001\001\022\026\n\tparent_id\030\t \001(\003H" +
|
|
4562
|
+
"\006\210\001\001\022\026\n\tlatest_id\030\n \001(\003H\007\210\001\001\022\024\n\007sw_type\030" +
|
|
4563
|
+
"\013 \001(\tH\010\210\001\001\022\030\n\013sw_category\030\014 \001(\tH\t\210\001\001\0225\n\014" +
|
|
4564
|
+
"release_date\030\r \001(\0132\032.google.protobuf.Tim" +
|
|
4565
|
+
"estampH\n\210\001\001\0221\n\010eol_date\030\016 \001(\0132\032.google.p" +
|
|
4566
|
+
"rotobuf.TimestampH\013\210\001\001\0221\n\010eos_date\030\017 \001(\013" +
|
|
4567
|
+
"2\032.google.protobuf.TimestampH\014\210\001\001\0222\n\teos" +
|
|
4568
|
+
"x_date\030\020 \001(\0132\032.google.protobuf.Timestamp" +
|
|
4569
|
+
"H\r\210\001\001\022 \n\023lifecyle_confidence\030\021 \001(\tH\016\210\001\001\022" +
|
|
4570
|
+
"\030\n\013flag_latest\030\022 \001(\010H\017\210\001\001\022\034\n\017flag_widesp" +
|
|
4571
|
+
"read\030\023 \001(\010H\020\210\001\001\022\034\n\017flag_deprecated\030\024 \001(\010" +
|
|
4572
|
+
"H\021\210\001\001\0229\n\020last_update_time\030\025 \001(\0132\032.google" +
|
|
4573
|
+
".protobuf.TimestampH\022\210\001\001\022\030\n\013match_score\030" +
|
|
4574
|
+
"d \001(\005H\023\210\001\001B\r\n\013_sw_versionB\020\n\016_sw_market_" +
|
|
4575
|
+
"verB\r\n\013_sw_editionB\n\n\010_sw_langB\013\n\t_sw_bu" +
|
|
4576
|
+
"ildB\n\n\010_make_idB\014\n\n_parent_idB\014\n\n_latest" +
|
|
4577
|
+
"_idB\n\n\010_sw_typeB\016\n\014_sw_categoryB\017\n\r_rele" +
|
|
4578
|
+
"ase_dateB\013\n\t_eol_dateB\013\n\t_eos_dateB\014\n\n_e" +
|
|
4579
|
+
"osx_dateB\026\n\024_lifecyle_confidenceB\016\n\014_fla" +
|
|
4580
|
+
"g_latestB\022\n\020_flag_widespreadB\022\n\020_flag_de" +
|
|
4581
|
+
"precatedB\023\n\021_last_update_timeB\016\n\014_match_" +
|
|
4582
|
+
"score\"\341\017\n\016CatalogMonitor\022\n\n\002id\030\001 \001(\003\022\r\n\005" +
|
|
4583
|
+
"model\030\003 \001(\t\022\026\n\tvendor_id\030\004 \001(\tH\000\210\001\001\022\024\n\007m" +
|
|
4584
|
+
"ake_id\030\005 \001(\003H\001\210\001\001\022\026\n\tfamily_id\030\006 \001(\003H\002\210\001" +
|
|
4585
|
+
"\001\022\026\n\tis_family\030\007 \001(\010H\003\210\001\001\022\032\n\rofficial_pa" +
|
|
4586
|
+
"ge\030\010 \001(\tH\004\210\001\001\022\031\n\014support_page\030\t \001(\tH\005\210\001\001" +
|
|
4587
|
+
"\022\026\n\tsize_inch\030\n \001(\001H\006\210\001\001\022\033\n\016max_resoluti" +
|
|
4588
|
+
"on\030\013 \001(\tH\007\210\001\001\022\031\n\014aspect_ratio\030\014 \001(\tH\010\210\001\001" +
|
|
4589
|
+
"\022\035\n\020response_time_ms\030\r \001(\001H\t\210\001\001\022\024\n\007hd_ty" +
|
|
4590
|
+
"pe\030\016 \001(\tH\n\210\001\001\022\031\n\014display_tech\030\017 \001(\tH\013\210\001\001" +
|
|
4591
|
+
"\022\031\n\014refresh_rate\030\020 \001(\005H\014\210\001\001\022\022\n\005panel\030\021 \001" +
|
|
4592
|
+
"(\tH\r\210\001\001\022\026\n\theight_cm\030\022 \001(\001H\016\210\001\001\022\025\n\010width" +
|
|
4593
|
+
"_cm\030\023 \001(\001H\017\210\001\001\022\030\n\013diagonal_cm\030\024 \001(\001H\020\210\001\001" +
|
|
4594
|
+
"\022\031\n\014usb_upstream\030\025 \001(\tH\021\210\001\001\022\034\n\017nr_usb_up" +
|
|
4595
|
+
"stream\030\026 \001(\005H\022\210\001\001\022%\n\030nr_usb_type_a_downs" +
|
|
4596
|
+
"tream\030\027 \001(\005H\023\210\001\001\022\024\n\007nr_hdmi\030\030 \001(\005H\024\210\001\001\022\023" +
|
|
4597
|
+
"\n\006nr_vga\030\031 \001(\005H\025\210\001\001\022\023\n\006nr_dvi\030\032 \001(\005H\026\210\001\001" +
|
|
4598
|
+
"\022\031\n\014hdmi_version\030\033 \001(\001H\027\210\001\001\022\035\n\020nr_displa" +
|
|
4599
|
+
"y_ports\030\034 \001(\005H\030\210\001\001\022!\n\024display_port_versi" +
|
|
4600
|
+
"on\030\035 \001(\001H\031\210\001\001\022\031\n\014energy_class\030\036 \001(\tH\032\210\001\001" +
|
|
4601
|
+
"\022\033\n\016sdr_per_1000_u\030\037 \001(\005H\033\210\001\001\022\037\n\022average" +
|
|
4602
|
+
"_watt_usage\030 \001(\001H\034\210\001\001\022\033\n\016max_watt_usage" +
|
|
4603
|
+
"\030! \001(\001H\035\210\001\001\022\037\n\022watt_usage_standby\030\" \001(\001H" +
|
|
4604
|
+
"\036\210\001\001\022\034\n\017watt_power_save\030# \001(\001H\037\210\001\001\022\027\n\nac" +
|
|
4605
|
+
"_voltage\030$ \001(\tH \210\001\001\022\027\n\nac_freq_hz\030% \001(\tH" +
|
|
4606
|
+
"!\210\001\001\022\026\n\tcurrent_a\030& \001(\001H\"\210\001\001\022\030\n\013feature_" +
|
|
4607
|
+
"aio\030\' \001(\010H#\210\001\001\022\033\n\016feature_camera\030( \001(\010H$" +
|
|
4608
|
+
"\210\001\001\022\035\n\020feature_speakers\030) \001(\010H%\210\001\001\022\031\n\014fe" +
|
|
4609
|
+
"ature_hdmi\030* \001(\010H&\210\001\001\022\030\n\013feature_eth\030+ \001" +
|
|
4610
|
+
"(\010H\'\210\001\001\022\035\n\020feature_portrait\030, \001(\010H(\210\001\001\022\033" +
|
|
4611
|
+
"\n\016feature_curved\030- \001(\010H)\210\001\001\0229\n\020last_upda" +
|
|
4612
|
+
"te_time\030. \001(\0132\032.google.protobuf.Timestam" +
|
|
4613
|
+
"pH*\210\001\001\022\030\n\013match_score\030d \001(\005H+\210\001\001B\014\n\n_ven" +
|
|
4614
|
+
"dor_idB\n\n\010_make_idB\014\n\n_family_idB\014\n\n_is_" +
|
|
4615
|
+
"familyB\020\n\016_official_pageB\017\n\r_support_pag" +
|
|
4616
|
+
"eB\014\n\n_size_inchB\021\n\017_max_resolutionB\017\n\r_a" +
|
|
4617
|
+
"spect_ratioB\023\n\021_response_time_msB\n\n\010_hd_" +
|
|
4618
|
+
"typeB\017\n\r_display_techB\017\n\r_refresh_rateB\010" +
|
|
4619
|
+
"\n\006_panelB\014\n\n_height_cmB\013\n\t_width_cmB\016\n\014_" +
|
|
4620
|
+
"diagonal_cmB\017\n\r_usb_upstreamB\022\n\020_nr_usb_" +
|
|
4621
|
+
"upstreamB\033\n\031_nr_usb_type_a_downstreamB\n\n" +
|
|
4622
|
+
"\010_nr_hdmiB\t\n\007_nr_vgaB\t\n\007_nr_dviB\017\n\r_hdmi" +
|
|
4623
|
+
"_versionB\023\n\021_nr_display_portsB\027\n\025_displa" +
|
|
4624
|
+
"y_port_versionB\017\n\r_energy_classB\021\n\017_sdr_" +
|
|
4625
|
+
"per_1000_uB\025\n\023_average_watt_usageB\021\n\017_ma" +
|
|
4626
|
+
"x_watt_usageB\025\n\023_watt_usage_standbyB\022\n\020_" +
|
|
4627
|
+
"watt_power_saveB\r\n\013_ac_voltageB\r\n\013_ac_fr" +
|
|
4628
|
+
"eq_hzB\014\n\n_current_aB\016\n\014_feature_aioB\021\n\017_" +
|
|
4629
|
+
"feature_cameraB\023\n\021_feature_speakersB\017\n\r_" +
|
|
4630
|
+
"feature_hdmiB\016\n\014_feature_ethB\023\n\021_feature" +
|
|
4631
|
+
"_portraitB\021\n\017_feature_curvedB\023\n\021_last_up" +
|
|
4632
|
+
"date_timeB\016\n\014_match_score\"\363\002\n\007Printer\022\031\n" +
|
|
4633
|
+
"\014printer_name\030\001 \001(\tH\000\210\001\001\022\032\n\rprinted_page" +
|
|
4634
|
+
"s\030\002 \001(\003H\001\210\001\001\022 \n\023printed_color_pages\030\003 \001(" +
|
|
4635
|
+
"\003H\002\210\001\001\022\037\n\022printed_mono_pages\030\004 \001(\003H\003\210\001\001\022" +
|
|
4636
|
+
"\033\n\016printer_status\030\005 \001(\tH\004\210\001\001\022\032\n\rserial_n" +
|
|
4637
|
+
"umber\030\006 \001(\tH\005\210\001\001\022>\n\005toner\030\007 \003(\0132/.com.la" +
|
|
4638
|
+
"nsweeper.dp.outbound.v1.PrinterTonerInfo" +
|
|
4639
|
+
"B\017\n\r_printer_nameB\020\n\016_printed_pagesB\026\n\024_" +
|
|
4640
|
+
"printed_color_pagesB\025\n\023_printed_mono_pag" +
|
|
4641
|
+
"esB\021\n\017_printer_statusB\020\n\016_serial_number\"" +
|
|
4642
|
+
"\274\002\n\020PrinterTonerInfo\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022" +
|
|
4643
|
+
"\022\n\005color\030\002 \001(\tH\001\210\001\001\022E\n\014color_number\030\003 \001(" +
|
|
4644
|
+
"\0132*.com.lansweeper.dp.outbound.v1.Mapped" +
|
|
4645
|
+
"ValueH\002\210\001\001\022 \n\023maximum_toner_level\030\004 \001(\003H" +
|
|
4646
|
+
"\003\210\001\001\022\023\n\006number\030\005 \001(\003H\004\210\001\001\022\"\n\025remaining_t" +
|
|
4647
|
+
"oner_level\030\006 \001(\003H\005\210\001\001B\007\n\005_nameB\010\n\006_color" +
|
|
4648
|
+
"B\017\n\r_color_numberB\026\n\024_maximum_toner_leve" +
|
|
4649
|
+
"lB\t\n\007_numberB\030\n\026_remaining_toner_level\"\343" +
|
|
4650
|
+
"\005\n\003Ups\022\031\n\014manufacturer\030\001 \001(\tH\000\210\001\001\022\022\n\005mod" +
|
|
4651
|
+
"el\030\002 \001(\tH\001\210\001\001\022!\n\024ups_software_version\030\003 " +
|
|
4652
|
+
"\001(\tH\002\210\001\001\022#\n\026agent_software_version\030\004 \001(\t" +
|
|
4653
|
+
"H\003\210\001\001\022\021\n\004name\030\005 \001(\tH\004\210\001\001\022\035\n\020attached_dev" +
|
|
4654
|
+
"ices\030\006 \001(\tH\005\210\001\001\022\033\n\016battery_status\030\007 \001(\003H" +
|
|
4655
|
+
"\006\210\001\001\022\037\n\022seconds_on_battery\030\010 \001(\003H\007\210\001\001\022(\n" +
|
|
4656
|
+
"\033estimated_minutes_remaining\030\t \001(\003H\010\210\001\001\022" +
|
|
4657
|
+
"\'\n\032estimated_charge_remaining\030\n \001(\003H\t\210\001\001" +
|
|
4658
|
+
"\022\034\n\017battery_voltage\030\013 \001(\003H\n\210\001\001\022\034\n\017batter" +
|
|
4659
|
+
"y_current\030\014 \001(\003H\013\210\001\001\022 \n\023battery_temperat" +
|
|
4660
|
+
"ure\030\r \001(\003H\014\210\001\001\022\033\n\016alarms_present\030\016 \001(\003H\r" +
|
|
4661
|
+
"\210\001\001B\017\n\r_manufacturerB\010\n\006_modelB\027\n\025_ups_s" +
|
|
4662
|
+
"oftware_versionB\031\n\027_agent_software_versi" +
|
|
4663
|
+
"onB\007\n\005_nameB\023\n\021_attached_devicesB\021\n\017_bat" +
|
|
4664
|
+
"tery_statusB\025\n\023_seconds_on_batteryB\036\n\034_e" +
|
|
4665
|
+
"stimated_minutes_remainingB\035\n\033_estimated" +
|
|
4666
|
+
"_charge_remainingB\022\n\020_battery_voltageB\022\n" +
|
|
4667
|
+
"\020_battery_currentB\026\n\024_battery_temperatur" +
|
|
4668
|
+
"eB\021\n\017_alarms_present\"\273\n\n\004User\0225\n\002id\030\001 \001(" +
|
|
4669
|
+
"\0132).com.lansweeper.dp.outbound.v1.Entity" +
|
|
4670
|
+
"Path\022/\n\013last_synced\030\002 \001(\0132\032.google.proto" +
|
|
4671
|
+
"buf.Timestamp\022.\n\nfirst_seen\030\003 \001(\0132\032.goog" +
|
|
4672
|
+
"le.protobuf.Timestamp\0220\n\014last_updated\030\004 " +
|
|
4673
|
+
"\001(\0132\032.google.protobuf.Timestamp\0221\n\rlast_" +
|
|
4674
|
+
"enriched\030\005 \001(\0132\032.google.protobuf.Timesta" +
|
|
4675
|
+
"mp\022%\n\030last_synced_source_agent\030\006 \001(\tH\000\210\001" +
|
|
4676
|
+
"\001\022$\n\027last_synced_source_name\030\007 \001(\tH\001\210\001\001\022" +
|
|
4677
|
+
">\n\013source_info\030\010 \003(\0132).com.lansweeper.dp" +
|
|
4678
|
+
".outbound.v1.SourceInfo\022G\n\024unlinked_sour" +
|
|
4679
|
+
"ce_info\030\t \003(\0132).com.lansweeper.dp.outbou" +
|
|
4680
|
+
"nd.v1.SourceInfo\022D\n\016data_processor\030\027 \003(\013" +
|
|
4681
|
+
"2,.com.lansweeper.dp.outbound.v1.DataPro" +
|
|
4682
|
+
"cessor\022\027\n\nunique_key\030\n \001(\tH\002\210\001\001\022<\n\nscan_" +
|
|
4683
|
+
"error\030\013 \003(\0132(.com.lansweeper.dp.outbound" +
|
|
4684
|
+
".v1.ScanError\022?\n\013internet_ip\030\014 \001(\0132%.com" +
|
|
4685
|
+
".lansweeper.dp.outbound.v1.IpInfoH\003\210\001\001\022/" +
|
|
4686
|
+
"\n\003tag\030\r \003(\0132\".com.lansweeper.dp.outbound" +
|
|
4687
|
+
".v1.Tag\0229\n\010relation\030\016 \003(\0132\'.com.lansweep" +
|
|
4688
|
+
"er.dp.outbound.v1.Relation\022Q\n\022correlatio" +
|
|
4689
|
+
"n_fields\030\017 \001(\01320.com.lansweeper.dp.outbo" +
|
|
4690
|
+
"und.v1.CorrelationFieldsH\004\210\001\001\022N\n\016reconci" +
|
|
4691
|
+
"liation\030\020 \001(\01321.com.lansweeper.dp.outbou" +
|
|
4692
|
+
"nd.v1.ReconciliationInfoH\005\210\001\001\022;\n\004core\030\024 " +
|
|
4693
|
+
"\001(\0132-.com.lansweeper.dp.outbound.v1.User" +
|
|
4694
|
+
"CoreFields\022H\n\007ad_user\030\025 \001(\01322.com.lanswe" +
|
|
4695
|
+
"eper.dp.outbound.v1.ActiveDirectoryUserH" +
|
|
4696
|
+
"\006\210\001\001\022J\n\017office_365_user\030\026 \001(\0132,.com.lans" +
|
|
4697
|
+
"weeper.dp.outbound.v1.Office365UserH\007\210\001\001" +
|
|
4698
|
+
"B\033\n\031_last_synced_source_agentB\032\n\030_last_s" +
|
|
4699
|
+
"ynced_source_nameB\r\n\013_unique_keyB\016\n\014_int" +
|
|
4700
|
+
"ernet_ipB\025\n\023_correlation_fieldsB\021\n\017_reco" +
|
|
4701
|
+
"nciliationB\n\n\010_ad_userB\022\n\020_office_365_us" +
|
|
4702
|
+
"er\"\210\001\n\016UserCoreFields\022\026\n\tuser_name\030\001 \001(\t" +
|
|
4703
|
+
"H\000\210\001\001\022\020\n\003upn\030\002 \001(\tH\001\210\001\001\022\020\n\003sid\030\003 \001(\tH\002\210\001" +
|
|
4704
|
+
"\001\022\022\n\005email\030\004 \001(\tH\003\210\001\001B\014\n\n_user_nameB\006\n\004_" +
|
|
4705
|
+
"upnB\006\n\004_sidB\010\n\006_email\"\303\n\n\005Group\0225\n\002id\030\001 " +
|
|
4706
|
+
"\001(\0132).com.lansweeper.dp.outbound.v1.Enti" +
|
|
4707
|
+
"tyPath\022/\n\013last_synced\030\002 \001(\0132\032.google.pro" +
|
|
4708
|
+
"tobuf.Timestamp\022.\n\nfirst_seen\030\003 \001(\0132\032.go" +
|
|
4709
|
+
"ogle.protobuf.Timestamp\0220\n\014last_updated\030" +
|
|
4710
|
+
"\004 \001(\0132\032.google.protobuf.Timestamp\0221\n\rlas" +
|
|
4711
|
+
"t_enriched\030\005 \001(\0132\032.google.protobuf.Times" +
|
|
4712
|
+
"tamp\022%\n\030last_synced_source_agent\030\006 \001(\tH\000" +
|
|
4713
|
+
"\210\001\001\022$\n\027last_synced_source_name\030\007 \001(\tH\001\210\001" +
|
|
4714
|
+
"\001\022>\n\013source_info\030\010 \003(\0132).com.lansweeper." +
|
|
4715
|
+
"dp.outbound.v1.SourceInfo\022G\n\024unlinked_so" +
|
|
4716
|
+
"urce_info\030\t \003(\0132).com.lansweeper.dp.outb" +
|
|
4717
|
+
"ound.v1.SourceInfo\022D\n\016data_processor\030\026 \003" +
|
|
4718
|
+
"(\0132,.com.lansweeper.dp.outbound.v1.DataP" +
|
|
4719
|
+
"rocessor\022\027\n\nunique_key\030\n \001(\tH\002\210\001\001\022<\n\nsca" +
|
|
4720
|
+
"n_error\030\013 \003(\0132(.com.lansweeper.dp.outbou" +
|
|
4721
|
+
"nd.v1.ScanError\022?\n\013internet_ip\030\014 \001(\0132%.c" +
|
|
4722
|
+
"om.lansweeper.dp.outbound.v1.IpInfoH\003\210\001\001" +
|
|
4723
|
+
"\022/\n\003tag\030\r \003(\0132\".com.lansweeper.dp.outbou" +
|
|
4724
|
+
"nd.v1.Tag\0229\n\010relation\030\016 \003(\0132\'.com.lanswe" +
|
|
4725
|
+
"eper.dp.outbound.v1.Relation\022Q\n\022correlat" +
|
|
4726
|
+
"ion_fields\030\017 \001(\01320.com.lansweeper.dp.out" +
|
|
4727
|
+
"bound.v1.CorrelationFieldsH\004\210\001\001\022N\n\016recon" +
|
|
4728
|
+
"ciliation\030\020 \001(\01321.com.lansweeper.dp.outb" +
|
|
4729
|
+
"ound.v1.ReconciliationInfoH\005\210\001\001\022<\n\004core\030" +
|
|
4730
|
+
"\024 \001(\0132..com.lansweeper.dp.outbound.v1.Gr" +
|
|
4731
|
+
"oupCoreFields\022J\n\010ad_group\030\025 \001(\01323.com.la" +
|
|
4732
|
+
"nsweeper.dp.outbound.v1.ActiveDirectoryG" +
|
|
4733
|
+
"roupH\006\210\001\001\022L\n\020office_365_group\030\027 \001(\0132-.co" +
|
|
4734
|
+
"m.lansweeper.dp.outbound.v1.Office365Gro" +
|
|
4735
|
+
"upH\007\210\001\001B\033\n\031_last_synced_source_agentB\032\n\030" +
|
|
4736
|
+
"_last_synced_source_nameB\r\n\013_unique_keyB" +
|
|
4737
|
+
"\016\n\014_internet_ipB\025\n\023_correlation_fieldsB\021" +
|
|
4738
|
+
"\n\017_reconciliationB\013\n\t_ad_groupB\023\n\021_offic" +
|
|
4739
|
+
"e_365_group\"G\n\017GroupCoreFields\022\020\n\003sid\030\001 " +
|
|
4740
|
+
"\001(\tH\000\210\001\001\022\021\n\004name\030\002 \001(\tH\001\210\001\001B\006\n\004_sidB\007\n\005_" +
|
|
4741
|
+
"name\"\343\002\n\025ActiveDirectoryObject\022\022\n\ndomain" +
|
|
4742
|
+
"_oid\030\001 \001(\t\022\013\n\003oid\030\002 \001(\t\022\013\n\003sid\030\003 \001(\t\022\032\n\022" +
|
|
4743
|
+
"distinguished_name\030\004 \001(\t\022\027\n\ndomain_dns\030\005" +
|
|
4744
|
+
" \001(\tH\000\210\001\001\022\021\n\004name\030\006 \001(\tH\001\210\001\001\022\031\n\014object_c" +
|
|
4745
|
+
"lass\030\007 \001(\tH\002\210\001\001\0226\n\rcreation_time\030\010 \001(\0132\032" +
|
|
4746
|
+
".google.protobuf.TimestampH\003\210\001\001\0225\n\014last_" +
|
|
4747
|
+
"changed\030\t \001(\0132\032.google.protobuf.Timestam" +
|
|
4748
|
+
"pH\004\210\001\001B\r\n\013_domain_dnsB\007\n\005_nameB\017\n\r_objec" +
|
|
4749
|
+
"t_classB\020\n\016_creation_timeB\017\n\r_last_chang" +
|
|
4750
|
+
"ed\"\211\007\n\027ActiveDirectoryComputer\022G\n\tad_obj" +
|
|
4751
|
+
"ect\030\001 \001(\01324.com.lansweeper.dp.outbound.v" +
|
|
4752
|
+
"1.ActiveDirectoryObject\022L\n\tad_domain\030\020 \001" +
|
|
4753
|
+
"(\01324.com.lansweeper.dp.outbound.v1.Activ" +
|
|
4754
|
+
"eDirectoryDomainH\000\210\001\001\022\035\n\020sam_account_nam" +
|
|
4755
|
+
"e\030\002 \001(\tH\001\210\001\001\022\017\n\002cn\030\003 \001(\tH\002\210\001\001\022\017\n\002ou\030\004 \001(" +
|
|
4756
|
+
"\tH\003\210\001\001\022\030\n\013description\030\005 \001(\tH\004\210\001\001\022\024\n\007comm" +
|
|
4757
|
+
"ent\030\006 \001(\tH\005\210\001\001\022\024\n\007company\030\007 \001(\tH\006\210\001\001\022\025\n\010" +
|
|
4758
|
+
"location\030\010 \001(\tH\007\210\001\001\022\027\n\nip_address\030\t \001(\tH" +
|
|
4759
|
+
"\010\210\001\001\022\024\n\007enabled\030\n \001(\010H\t\210\001\001\022(\n\027bitlocker_" +
|
|
4760
|
+
"recovery_info\030\013 \001(\tB\002\030\001H\n\210\001\001\022\035\n\020operatin" +
|
|
4761
|
+
"g_system\030\014 \001(\tH\013\210\001\001\022%\n\030operating_system_" +
|
|
4762
|
+
"version\030\r \001(\tH\014\210\001\001\022 \n\023managed_by_user_oi" +
|
|
4763
|
+
"d\030\016 \001(\tH\r\210\001\001\022!\n\024managed_by_group_oid\030\017 \001" +
|
|
4764
|
+
"(\tH\016\210\001\001\022U\n\030bit_locker_recovery_keys\030\021 \003(" +
|
|
4765
|
+
"\01323.com.lansweeper.dp.outbound.v1.BitLoc" +
|
|
4766
|
+
"kerRecoveryKeyB\014\n\n_ad_domainB\023\n\021_sam_acc" +
|
|
4767
|
+
"ount_nameB\005\n\003_cnB\005\n\003_ouB\016\n\014_descriptionB" +
|
|
4768
|
+
"\n\n\010_commentB\n\n\010_companyB\013\n\t_locationB\r\n\013" +
|
|
4769
|
+
"_ip_addressB\n\n\010_enabledB\032\n\030_bitlocker_re" +
|
|
4770
|
+
"covery_infoB\023\n\021_operating_systemB\033\n\031_ope" +
|
|
4771
|
+
"rating_system_versionB\026\n\024_managed_by_use" +
|
|
4772
|
+
"r_oidB\027\n\025_managed_by_group_oid\"t\n\024BitLoc" +
|
|
4773
|
+
"kerRecoveryKey\022\024\n\014recovery_key\030\001 \001(\t\0225\n\014" +
|
|
4774
|
+
"last_changed\030\002 \001(\0132\032.google.protobuf.Tim" +
|
|
4775
|
+
"estampH\000\210\001\001B\017\n\r_last_changed\"\364\016\n\026ActiveD" +
|
|
4776
|
+
"irectoryPrinter\022\030\n\013description\030\001 \001(\tH\000\210\001" +
|
|
4777
|
+
"\001\022\017\n\002cn\030\002 \001(\tH\001\210\001\001\022\033\n\016driver_version\030\003 \001" +
|
|
4778
|
+
"(\rH\002\210\001\001\022\030\n\013server_name\030\004 \001(\tH\003\210\001\001\022%\n\030d_s" +
|
|
4779
|
+
"core_propagation_data\030\005 \001(\tH\004\210\001\001\022#\n\026nt_s" +
|
|
4780
|
+
"ecurity_descriptor\030\006 \001(\tH\005\210\001\001\022\035\n\020print_s" +
|
|
4781
|
+
"tart_time\030\007 \001(\rH\006\210\001\001\022\027\n\017print_bin_names\030" +
|
|
4782
|
+
"\010 \003(\t\022\030\n\013print_color\030\t \001(\010H\007\210\001\001\022$\n\027print" +
|
|
4783
|
+
"_keep_printed_jobs\030\n \001(\010H\010\210\001\001\022\033\n\016print_s" +
|
|
4784
|
+
"pooling\030\013 \001(\tH\t\210\001\001\022#\n\026print_duplex_suppo" +
|
|
4785
|
+
"rted\030\014 \001(\010H\n\210\001\001\022\037\n\022print_min_y_extent\030\r " +
|
|
4786
|
+
"\001(\rH\013\210\001\001\022\037\n\022print_max_y_extent\030\016 \001(\rH\014\210\001" +
|
|
4787
|
+
"\001\022\037\n\022print_min_x_extent\030\017 \001(\rH\r\210\001\001\022\037\n\022pr" +
|
|
4788
|
+
"int_max_x_extent\030\020 \001(\rH\016\210\001\001\022+\n\036print_max" +
|
|
4789
|
+
"_resolution_supported\030\021 \001(\rH\017\210\001\001\022#\n\026prin" +
|
|
4790
|
+
"t_pages_per_minute\030\022 \001(\rH\020\210\001\001\022%\n\030print_s" +
|
|
4791
|
+
"tapling_supported\030\023 \001(\010H\021\210\001\001\022\032\n\rinstance" +
|
|
4792
|
+
"_type\030\024 \001(\rH\022\210\001\001\022\032\n\rprint_collate\030\025 \001(\010H" +
|
|
4793
|
+
"\023\210\001\001\022\027\n\nprint_rate\030& \001(\rH\024\210\001\001\022\034\n\017print_r" +
|
|
4794
|
+
"ate_unit\030\026 \001(\tH\025\210\001\001\022\033\n\016print_end_time\030\027 " +
|
|
4795
|
+
"\001(\rH\026\210\001\001\022\026\n\tport_name\030\030 \001(\tH\027\210\001\001\022\025\n\010prio" +
|
|
4796
|
+
"rity\030\031 \001(\tH\030\210\001\001\022\033\n\016version_number\030\032 \001(\tH" +
|
|
4797
|
+
"\031\210\001\001\022\031\n\014printer_name\030\033 \001(\tH\032\210\001\001\022\036\n\021short" +
|
|
4798
|
+
"_server_name\030\034 \001(\tH\033\210\001\001\022\036\n\021print_media_r" +
|
|
4799
|
+
"eady\030\035 \001(\tH\034\210\001\001\022\035\n\025print_media_supported" +
|
|
4800
|
+
"\030\036 \003(\t\022\025\n\010unc_name\030\037 \001(\tH\035\210\001\001\022\030\n\013usn_cha" +
|
|
4801
|
+
"nged\030 \001(\tH\036\210\001\001\022\030\n\013usn_created\030! \001(\tH\037\210\001" +
|
|
4802
|
+
"\001\022\025\n\010category\030\" \001(\tH \210\001\001\022\030\n\013driver_name\030" +
|
|
4803
|
+
"# \001(\tH!\210\001\001\022$\n\034print_orientations_support" +
|
|
4804
|
+
"ed\030$ \003(\t\022\035\n\020print_share_name\030% \001(\tH\"\210\001\001\022" +
|
|
4805
|
+
"\027\n\nip_address\030\' \001(\tH#\210\001\001B\016\n\014_description" +
|
|
4806
|
+
"B\005\n\003_cnB\021\n\017_driver_versionB\016\n\014_server_na" +
|
|
4807
|
+
"meB\033\n\031_d_score_propagation_dataB\031\n\027_nt_s" +
|
|
4808
|
+
"ecurity_descriptorB\023\n\021_print_start_timeB" +
|
|
4809
|
+
"\016\n\014_print_colorB\032\n\030_print_keep_printed_j" +
|
|
4810
|
+
"obsB\021\n\017_print_spoolingB\031\n\027_print_duplex_" +
|
|
4811
|
+
"supportedB\025\n\023_print_min_y_extentB\025\n\023_pri" +
|
|
4812
|
+
"nt_max_y_extentB\025\n\023_print_min_x_extentB\025" +
|
|
4813
|
+
"\n\023_print_max_x_extentB!\n\037_print_max_reso" +
|
|
4814
|
+
"lution_supportedB\031\n\027_print_pages_per_min" +
|
|
4815
|
+
"uteB\033\n\031_print_stapling_supportedB\020\n\016_ins" +
|
|
4816
|
+
"tance_typeB\020\n\016_print_collateB\r\n\013_print_r" +
|
|
4817
|
+
"ateB\022\n\020_print_rate_unitB\021\n\017_print_end_ti" +
|
|
4818
|
+
"meB\014\n\n_port_nameB\013\n\t_priorityB\021\n\017_versio" +
|
|
4819
|
+
"n_numberB\017\n\r_printer_nameB\024\n\022_short_serv" +
|
|
4820
|
+
"er_nameB\024\n\022_print_media_readyB\013\n\t_unc_na" +
|
|
4821
|
+
"meB\016\n\014_usn_changedB\016\n\014_usn_createdB\013\n\t_c" +
|
|
4822
|
+
"ategoryB\016\n\014_driver_nameB\023\n\021_print_share_" +
|
|
4823
|
+
"nameB\r\n\013_ip_address\"\330\001\n\025ActiveDirectoryD" +
|
|
4824
|
+
"omain\022G\n\tad_object\030\001 \001(\01324.com.lansweepe" +
|
|
4825
|
+
"r.dp.outbound.v1.ActiveDirectoryObject\022!" +
|
|
4826
|
+
"\n\024minimum_password_age\030\002 \001(\005H\000\210\001\001\022!\n\024max",
|
|
4827
|
+
"imum_password_age\030\003 \001(\005H\001\210\001\001B\027\n\025_minimum" +
|
|
4828
|
+
"_password_ageB\027\n\025_maximum_password_age\"\366" +
|
|
4829
|
+
"\026\n\023ActiveDirectoryUser\022G\n\tad_object\030\001 \001(" +
|
|
4830
|
+
"\01324.com.lansweeper.dp.outbound.v1.Active" +
|
|
4831
|
+
"DirectoryObject\022L\n\tad_domain\030; \001(\01324.com" +
|
|
4832
|
+
".lansweeper.dp.outbound.v1.ActiveDirecto" +
|
|
4833
|
+
"ryDomainH\000\210\001\001\022\035\n\020sam_account_name\030\002 \001(\tH" +
|
|
4834
|
+
"\001\210\001\001\022\017\n\002cn\030\003 \001(\tH\002\210\001\001\022\017\n\002ou\030\004 \001(\tH\003\210\001\001\022\023" +
|
|
4835
|
+
"\n\006domain\030: \001(\tH\004\210\001\001\022\030\n\013description\030\005 \001(\t" +
|
|
4836
|
+
"H\005\210\001\001\022\024\n\007comment\030\006 \001(\tH\006\210\001\001\022\024\n\007company\030\007" +
|
|
4837
|
+
" \001(\tH\007\210\001\001\022\035\n\020primary_group_id\030\010 \001(\005H\010\210\001\001" +
|
|
4838
|
+
"\022\024\n\007enabled\030\t \001(\010H\t\210\001\001\022!\n\024user_account_c" +
|
|
4839
|
+
"ontrol\030\n \001(\005H\n\210\001\001\0228\n\017account_expires\030\013 \001" +
|
|
4840
|
+
"(\0132\032.google.protobuf.TimestampH\013\210\001\001\0225\n\014l" +
|
|
4841
|
+
"ockout_time\030\014 \001(\0132\032.google.protobuf.Time" +
|
|
4842
|
+
"stampH\014\210\001\001\022:\n\021password_last_set\030\r \001(\0132\032." +
|
|
4843
|
+
"google.protobuf.TimestampH\r\210\001\001\0223\n\nlast_l" +
|
|
4844
|
+
"ogon\030\016 \001(\0132\032.google.protobuf.TimestampH\016" +
|
|
4845
|
+
"\210\001\001\0225\n\014lockout_date\030\017 \001(\0132\032.google.proto" +
|
|
4846
|
+
"buf.TimestampH\017\210\001\001\022%\n\030can_user_change_pa" +
|
|
4847
|
+
"ssword\030\020 \001(\010H\020\210\001\001\022A\n\030password_expiration" +
|
|
4848
|
+
"_date\030\021 \001(\0132\032.google.protobuf.TimestampH" +
|
|
4849
|
+
"\021\210\001\001\022#\n\026password_never_expires\030\022 \001(\010H\022\210\001" +
|
|
4850
|
+
"\001\022\036\n\021password_required\030\023 \001(\010H\023\210\001\001\022A\n\030pas" +
|
|
4851
|
+
"sword_changeable_date\030\024 \001(\0132\032.google.pro" +
|
|
4852
|
+
"tobuf.TimestampH\024\210\001\001\022\022\n\005email\030\025 \001(\tH\025\210\001\001" +
|
|
4853
|
+
"\022\031\n\014display_name\030\026 \001(\tH\026\210\001\001\022\027\n\ngiven_nam" +
|
|
4854
|
+
"e\030\027 \001(\tH\027\210\001\001\022\024\n\007surname\030\030 \001(\tH\030\210\001\001\022\026\n\tte" +
|
|
4855
|
+
"lephone\030\031 \001(\tH\031\210\001\001\022\027\n\nfac_simile\030\032 \001(\tH\032" +
|
|
4856
|
+
"\210\001\001\022\023\n\006mobile\030\033 \001(\tH\033\210\001\001\022\033\n\016street_addre" +
|
|
4857
|
+
"ss\030\034 \001(\tH\034\210\001\001\022\021\n\004city\030\035 \001(\tH\035\210\001\001\022\024\n\007coun" +
|
|
4858
|
+
"try\030\036 \001(\tH\036\210\001\001\022\027\n\ndepartment\030\037 \001(\tH\037\210\001\001\022" +
|
|
4859
|
+
"!\n\024delivery_office_name\030 \001(\tH \210\001\001\022!\n\024co" +
|
|
4860
|
+
"untry_abbreviation\030! \001(\tH!\210\001\001\022\030\n\013postal_" +
|
|
4861
|
+
"code\030\" \001(\tH\"\210\001\001\022\031\n\014country_code\030# \001(\tH#\210" +
|
|
4862
|
+
"\001\001\022\033\n\016principal_name\030$ \001(\tH$\210\001\001\022\022\n\005title" +
|
|
4863
|
+
"\030% \001(\tH%\210\001\001\022\025\n\010division\030& \001(\tH&\210\001\001\022\021\n\004in" +
|
|
4864
|
+
"fo\030\' \001(\tH\'\210\001\001\022\027\n\nhome_phone\030( \001(\tH(\210\001\001\022\022" +
|
|
4865
|
+
"\n\005pager\030) \001(\tH)\210\001\001\022\025\n\010ip_phone\030* \001(\tH*\210\001" +
|
|
4866
|
+
"\001\022\026\n\thome_page\030+ \001(\tH+\210\001\001\022\034\n\017post_office" +
|
|
4867
|
+
"_box\030, \001(\tH,\210\001\001\022\022\n\005state\030- \001(\tH-\210\001\001\022\031\n\014p" +
|
|
4868
|
+
"rofile_path\030. \001(\tH.\210\001\001\022\030\n\013script_path\030/ " +
|
|
4869
|
+
"\001(\tH/\210\001\001\022\033\n\016home_directory\0300 \001(\tH0\210\001\001\022\034\n" +
|
|
4870
|
+
"\017thumbnail_photo\0301 \001(\014H1\210\001\001\022\030\n\013employee_" +
|
|
4871
|
+
"id\0302 \001(\tH2\210\001\001\022\034\n\017employee_number\0303 \001(\tH3" +
|
|
4872
|
+
"\210\001\001\022\032\n\remployee_type\0304 \001(\tH4\210\001\001\022\025\n\010initi" +
|
|
4873
|
+
"als\0305 \001(\tH5\210\001\001\022\030\n\013middle_name\0306 \001(\tH6\210\001\001" +
|
|
4874
|
+
"\022\036\n\021primary_group_oid\0307 \001(\tH7\210\001\001\022\030\n\013mana" +
|
|
4875
|
+
"ger_oid\0308 \001(\tH8\210\001\001\022\025\n\rmember_of_oid\0309 \003(" +
|
|
4876
|
+
"\t\022C\n\016direct_reports\030< \003(\0132+.com.lansweep" +
|
|
4877
|
+
"er.dp.outbound.v1.DirectReport\022\030\n\013manage" +
|
|
4878
|
+
"r_upn\030= \001(\tH9\210\001\001B\014\n\n_ad_domainB\023\n\021_sam_a" +
|
|
4879
|
+
"ccount_nameB\005\n\003_cnB\005\n\003_ouB\t\n\007_domainB\016\n\014" +
|
|
4880
|
+
"_descriptionB\n\n\010_commentB\n\n\010_companyB\023\n\021" +
|
|
4881
|
+
"_primary_group_idB\n\n\010_enabledB\027\n\025_user_a" +
|
|
4882
|
+
"ccount_controlB\022\n\020_account_expiresB\017\n\r_l" +
|
|
4883
|
+
"ockout_timeB\024\n\022_password_last_setB\r\n\013_la" +
|
|
4884
|
+
"st_logonB\017\n\r_lockout_dateB\033\n\031_can_user_c" +
|
|
4885
|
+
"hange_passwordB\033\n\031_password_expiration_d" +
|
|
4886
|
+
"ateB\031\n\027_password_never_expiresB\024\n\022_passw" +
|
|
4887
|
+
"ord_requiredB\033\n\031_password_changeable_dat" +
|
|
4888
|
+
"eB\010\n\006_emailB\017\n\r_display_nameB\r\n\013_given_n" +
|
|
4889
|
+
"ameB\n\n\010_surnameB\014\n\n_telephoneB\r\n\013_fac_si" +
|
|
4890
|
+
"mileB\t\n\007_mobileB\021\n\017_street_addressB\007\n\005_c" +
|
|
4891
|
+
"ityB\n\n\010_countryB\r\n\013_departmentB\027\n\025_deliv" +
|
|
4892
|
+
"ery_office_nameB\027\n\025_country_abbreviation" +
|
|
4893
|
+
"B\016\n\014_postal_codeB\017\n\r_country_codeB\021\n\017_pr" +
|
|
4894
|
+
"incipal_nameB\010\n\006_titleB\013\n\t_divisionB\007\n\005_" +
|
|
4895
|
+
"infoB\r\n\013_home_phoneB\010\n\006_pagerB\013\n\t_ip_pho" +
|
|
4896
|
+
"neB\014\n\n_home_pageB\022\n\020_post_office_boxB\010\n\006" +
|
|
4897
|
+
"_stateB\017\n\r_profile_pathB\016\n\014_script_pathB" +
|
|
4898
|
+
"\021\n\017_home_directoryB\022\n\020_thumbnail_photoB\016" +
|
|
4899
|
+
"\n\014_employee_idB\022\n\020_employee_numberB\020\n\016_e" +
|
|
4900
|
+
"mployee_typeB\013\n\t_initialsB\016\n\014_middle_nam" +
|
|
4901
|
+
"eB\024\n\022_primary_group_oidB\016\n\014_manager_oidB" +
|
|
4902
|
+
"\016\n\014_manager_upn\"9\n\014DirectReport\022\023\n\013ad_us" +
|
|
4903
|
+
"er_key\030\001 \001(\t\022\024\n\014display_name\030\002 \001(\t\"\344\004\n\024A" +
|
|
4904
|
+
"ctiveDirectoryGroup\022G\n\tad_object\030\001 \001(\01324" +
|
|
4905
|
+
".com.lansweeper.dp.outbound.v1.ActiveDir" +
|
|
4906
|
+
"ectoryObject\022L\n\tad_domain\030\r \001(\01324.com.la" +
|
|
4907
|
+
"nsweeper.dp.outbound.v1.ActiveDirectoryD" +
|
|
4908
|
+
"omainH\000\210\001\001\022\035\n\020sam_account_name\030\002 \001(\tH\001\210\001" +
|
|
4909
|
+
"\001\022\017\n\002cn\030\003 \001(\tH\002\210\001\001\022\017\n\002ou\030\004 \001(\tH\003\210\001\001\022\030\n\013d" +
|
|
4910
|
+
"escription\030\005 \001(\tH\004\210\001\001\022\024\n\007comment\030\006 \001(\tH\005" +
|
|
4911
|
+
"\210\001\001\022=\n\004type\030\014 \001(\0132*.com.lansweeper.dp.ou" +
|
|
4912
|
+
"tbound.v1.MappedValueH\006\210\001\001\022\022\n\005email\030\010 \001(" +
|
|
4913
|
+
"\tH\007\210\001\001\022 \n\023managed_by_user_oid\030\t \001(\tH\010\210\001\001" +
|
|
4914
|
+
"\022!\n\024managed_by_group_oid\030\n \001(\tH\t\210\001\001\022\025\n\rm" +
|
|
4915
|
+
"ember_of_oid\030\013 \003(\tB\014\n\n_ad_domainB\023\n\021_sam" +
|
|
4916
|
+
"_account_nameB\005\n\003_cnB\005\n\003_ouB\016\n\014_descript" +
|
|
4917
|
+
"ionB\n\n\010_commentB\007\n\005_typeB\010\n\006_emailB\026\n\024_m" +
|
|
4918
|
+
"anaged_by_user_oidB\027\n\025_managed_by_group_" +
|
|
4919
|
+
"oidJ\004\010\007\020\010\"\370\001\n\006Vmware\022C\n\004esxi\030\002 \001(\01323.com" +
|
|
4920
|
+
".lansweeper.dp.outbound.v1.VmwareEsxiHyp" +
|
|
4921
|
+
"ervisorH\000\022D\n\010guest_vm\030\003 \001(\01320.com.lanswe" +
|
|
4922
|
+
"eper.dp.outbound.v1.VmwareEsxiGuestVmH\000\022" +
|
|
4923
|
+
"B\n\007vcenter\030\004 \001(\0132,.com.lansweeper.dp.out" +
|
|
4924
|
+
"bound.v1.VmwareVCenterH\001\210\001\001B\r\n\013vmware_da" +
|
|
4925
|
+
"taB\n\n\010_vcenterJ\004\010\001\020\002\"\274\002\n\rVmwareVCenter\022K" +
|
|
4926
|
+
"\n\014product_info\030\001 \001(\01320.com.lansweeper.dp" +
|
|
4927
|
+
".outbound.v1.VmwareProductInfoH\000\210\001\001\022a\n\023v" +
|
|
4928
|
+
"center_datacenters\030\002 \003(\0132D.com.lansweepe" +
|
|
4929
|
+
"r.dp.outbound.v1.VmwareVCenter.VcenterDa" +
|
|
4930
|
+
"tacentersEntry\032j\n\027VcenterDatacentersEntr" +
|
|
4931
|
+
"y\022\013\n\003key\030\001 \001(\t\022>\n\005value\030\002 \001(\0132/.com.lans" +
|
|
4932
|
+
"weeper.dp.outbound.v1.VmwareDatacenter:\002" +
|
|
4933
|
+
"8\001B\017\n\r_product_info\"\236\014\n\024VmwareEsxiHyperv" +
|
|
4934
|
+
"isor\022K\n\014product_info\030\001 \001(\01320.com.lanswee" +
|
|
4935
|
+
"per.dp.outbound.v1.VmwareProductInfoH\000\210\001" +
|
|
4936
|
+
"\001\022\036\n\021vcenter_asset_key\030\002 \001(\tH\001\210\001\001\022#\n\026vmw" +
|
|
4937
|
+
"are_esxi_cluster_id\030\032 \001(\tH\002\210\001\001\022u\n\032esxi_h" +
|
|
4938
|
+
"ypervisor_datastores\030\003 \003(\0132Q.com.lanswee" +
|
|
4939
|
+
"per.dp.outbound.v1.VmwareEsxiHypervisor." +
|
|
4940
|
+
"EsxiHypervisorDatastoresEntry\022b\n\021esxi_gu" +
|
|
4941
|
+
"est_vm_key\030\004 \003(\0132G.com.lansweeper.dp.out" +
|
|
4942
|
+
"bound.v1.VmwareEsxiHypervisor.EsxiGuestV" +
|
|
4943
|
+
"mKeyEntry\022\024\n\007up_time\030\005 \001(\004H\003\210\001\001\0222\n\tboot_" +
|
|
4944
|
+
"time\030\021 \001(\0132\032.google.protobuf.TimestampH\004" +
|
|
4945
|
+
"\210\001\001\022+\n\036host_max_virtual_disk_capacity\030\006 " +
|
|
4946
|
+
"\001(\004H\005\210\001\001\022\035\n\020num_cpu_packages\030\007 \001(\rH\006\210\001\001\022" +
|
|
4947
|
+
"!\n\031cpu_packages_descriptions\030\010 \003(\t\022\025\n\010nu" +
|
|
4948
|
+
"m_nics\030\t \001(\rH\007\210\001\001\022\025\n\010num_hbas\030\n \001(\rH\010\210\001\001" +
|
|
4949
|
+
"\022\021\n\004uuid\030\013 \001(\tH\t\210\001\001\022\035\n\020connection_state\030" +
|
|
4950
|
+
"\014 \001(\tH\n\210\001\001\022\030\n\013power_state\030\r \001(\tH\013\210\001\001\022\032\n\r" +
|
|
4951
|
+
"datacenter_id\030\016 \001(\tH\014\210\001\001\022\031\n\014internal_key" +
|
|
4952
|
+
"\030\017 \001(\tH\r\210\001\001\022\033\n\016admin_disabled\030\020 \001(\010H\016\210\001\001" +
|
|
4953
|
+
"\022\027\n\nip_address\030\022 \001(\tH\017\210\001\001\022\021\n\004port\030\023 \001(\rH" +
|
|
4954
|
+
"\020\210\001\001\022\033\n\016ssl_thumbprint\030\024 \001(\tH\021\210\001\001\022!\n\024man" +
|
|
4955
|
+
"agement_server_ip\030\025 \001(\tH\022\210\001\001\022\024\n\007num_cpu\030" +
|
|
4956
|
+
"\026 \001(\rH\023\210\001\001\022!\n\024num_cores_per_socket\030\027 \001(\r" +
|
|
4957
|
+
"H\024\210\001\001\022\024\n\007version\030\030 \001(\tH\025\210\001\001\022\030\n\013memory_si" +
|
|
4958
|
+
"ze\030\031 \001(\004H\026\210\001\001\032o\n\035EsxiHypervisorDatastore" +
|
|
4959
|
+
"sEntry\022\013\n\003key\030\001 \001(\t\022=\n\005value\030\002 \001(\0132..com" +
|
|
5006
4960
|
".lansweeper.dp.outbound.v1.VmwareDatasto" +
|
|
5007
|
-
"
|
|
5008
|
-
"
|
|
5009
|
-
"
|
|
5010
|
-
"
|
|
5011
|
-
"
|
|
5012
|
-
"
|
|
5013
|
-
"
|
|
5014
|
-
"
|
|
5015
|
-
"\n\
|
|
5016
|
-
"
|
|
5017
|
-
"
|
|
5018
|
-
"\
|
|
5019
|
-
"\022
|
|
5020
|
-
"(\
|
|
5021
|
-
"
|
|
5022
|
-
"
|
|
5023
|
-
"
|
|
5024
|
-
"
|
|
5025
|
-
"
|
|
5026
|
-
"
|
|
5027
|
-
"
|
|
5028
|
-
"
|
|
5029
|
-
"\
|
|
5030
|
-
"
|
|
5031
|
-
"\
|
|
5032
|
-
"\001\210\001\001\022\
|
|
5033
|
-
"
|
|
4961
|
+
"re:\0028\001\0325\n\023EsxiGuestVmKeyEntry\022\013\n\003key\030\001 \001" +
|
|
4962
|
+
"(\t\022\r\n\005value\030\002 \001(\010:\0028\001B\017\n\r_product_infoB\024" +
|
|
4963
|
+
"\n\022_vcenter_asset_keyB\031\n\027_vmware_esxi_clu" +
|
|
4964
|
+
"ster_idB\n\n\010_up_timeB\014\n\n_boot_timeB!\n\037_ho" +
|
|
4965
|
+
"st_max_virtual_disk_capacityB\023\n\021_num_cpu" +
|
|
4966
|
+
"_packagesB\013\n\t_num_nicsB\013\n\t_num_hbasB\007\n\005_" +
|
|
4967
|
+
"uuidB\023\n\021_connection_stateB\016\n\014_power_stat" +
|
|
4968
|
+
"eB\020\n\016_datacenter_idB\017\n\r_internal_keyB\021\n\017" +
|
|
4969
|
+
"_admin_disabledB\r\n\013_ip_addressB\007\n\005_portB" +
|
|
4970
|
+
"\021\n\017_ssl_thumbprintB\027\n\025_management_server" +
|
|
4971
|
+
"_ipB\n\n\010_num_cpuB\027\n\025_num_cores_per_socket" +
|
|
4972
|
+
"B\n\n\010_versionB\016\n\014_memory_size\"\262\t\n\021VmwareE" +
|
|
4973
|
+
"sxiGuestVm\022!\n\031esxi_hypervisor_asset_key\030" +
|
|
4974
|
+
"\001 \001(\t\022\024\n\014internal_key\030\024 \001(\t\022f\n\024esxi_gues" +
|
|
4975
|
+
"t_snapshots\030\002 \003(\0132H.com.lansweeper.dp.ou" +
|
|
4976
|
+
"tbound.v1.VmwareEsxiGuestVm.EsxiGuestSna" +
|
|
4977
|
+
"pshotsEntry\022\025\n\010guest_id\030\003 \001(\tH\000\210\001\001\022\034\n\017gu" +
|
|
4978
|
+
"est_full_name\030\004 \001(\tH\001\210\001\001\022\024\n\007version\030\005 \001(" +
|
|
4979
|
+
"\tH\002\210\001\001\022\021\n\004uuid\030\006 \001(\tH\003\210\001\001\022\032\n\rinstance_uu" +
|
|
4980
|
+
"id\030\007 \001(\tH\004\210\001\001\022\035\n\020unshared_storage\030\010 \001(\004H" +
|
|
4981
|
+
"\005\210\001\001\022\032\n\rrunning_state\030\t \001(\tH\006\210\001\001\022\032\n\rtool" +
|
|
4982
|
+
"s_version\030\n \001(\tH\007\210\001\001\022\031\n\014tools_status\030\013 \001" +
|
|
4983
|
+
"(\tH\010\210\001\001\022!\n\024tools_running_status\030\014 \001(\tH\t\210" +
|
|
4984
|
+
"\001\001\022!\n\024tools_version_status\030\r \001(\tH\n\210\001\001\022\024\n" +
|
|
4985
|
+
"\007num_cpu\030\016 \001(\rH\013\210\001\001\022\037\n\022num_ethernet_card" +
|
|
4986
|
+
"s\030\017 \001(\rH\014\210\001\001\022\036\n\021num_virtual_disks\030\020 \001(\rH" +
|
|
4987
|
+
"\r\210\001\001\0222\n\tboot_time\030\021 \001(\0132\032.google.protobu" +
|
|
4988
|
+
"f.TimestampH\016\210\001\001\022\030\n\013domain_name\030\022 \001(\tH\017\210" +
|
|
4989
|
+
"\001\001\022\030\n\013config_name\030\023 \001(\tH\020\210\001\001\022\033\n\016memory_s" +
|
|
4990
|
+
"ize_mb\030\025 \001(\001H\021\210\001\001\022\'\n\032vcenter_instance_re" +
|
|
4991
|
+
"ference\030\026 \001(\tH\022\210\001\001\032h\n\027EsxiGuestSnapshots" +
|
|
4992
|
+
"Entry\022\013\n\003key\030\001 \001(\t\022<\n\005value\030\002 \001(\0132-.com." +
|
|
4993
|
+
"lansweeper.dp.outbound.v1.VmwareSnapshot" +
|
|
4994
|
+
":\0028\001B\013\n\t_guest_idB\022\n\020_guest_full_nameB\n\n" +
|
|
4995
|
+
"\010_versionB\007\n\005_uuidB\020\n\016_instance_uuidB\023\n\021" +
|
|
4996
|
+
"_unshared_storageB\020\n\016_running_stateB\020\n\016_" +
|
|
4997
|
+
"tools_versionB\017\n\r_tools_statusB\027\n\025_tools" +
|
|
4998
|
+
"_running_statusB\027\n\025_tools_version_status" +
|
|
4999
|
+
"B\n\n\010_num_cpuB\025\n\023_num_ethernet_cardsB\024\n\022_" +
|
|
5000
|
+
"num_virtual_disksB\014\n\n_boot_timeB\016\n\014_doma" +
|
|
5001
|
+
"in_nameB\016\n\014_config_nameB\021\n\017_memory_size_" +
|
|
5002
|
+
"mbB\035\n\033_vcenter_instance_reference\"\363\005\n\021Vm" +
|
|
5003
|
+
"wareProductInfo\022\024\n\014internal_key\030\001 \001(\t\022\021\n" +
|
|
5004
|
+
"\004uuid\030\002 \001(\tH\000\210\001\001\022\032\n\rparent_folder\030\003 \001(\tH" +
|
|
5005
|
+
"\001\210\001\001\022\"\n\025num_host_bus_adapters\030\004 \001(\rH\002\210\001\001" +
|
|
5006
|
+
"\022(\n\033num_network_interface_cards\030\005 \001(\rH\003\210" +
|
|
5007
|
+
"\001\001\022\021\n\004name\030\006 \001(\tH\004\210\001\001\022\025\n\010api_type\030\007 \001(\tH" +
|
|
5008
|
+
"\005\210\001\001\022\030\n\013api_version\030\010 \001(\tH\006\210\001\001\022\022\n\005build\030" +
|
|
5009
|
+
"\t \001(\tH\007\210\001\001\022!\n\024license_product_name\030\n \001(\t" +
|
|
5010
|
+
"H\010\210\001\001\022$\n\027license_product_version\030\013 \001(\tH\t" +
|
|
5011
|
+
"\210\001\001\022\031\n\014locale_build\030\014 \001(\tH\n\210\001\001\022\033\n\016locale" +
|
|
5012
|
+
"_version\030\r \001(\tH\013\210\001\001\022\024\n\007os_type\030\016 \001(\tH\014\210\001" +
|
|
5013
|
+
"\001\022\034\n\017product_line_id\030\017 \001(\tH\r\210\001\001\022\023\n\006vendo" +
|
|
5014
|
+
"r\030\020 \001(\tH\016\210\001\001\022\024\n\007version\030\021 \001(\tH\017\210\001\001B\007\n\005_u" +
|
|
5015
|
+
"uidB\020\n\016_parent_folderB\030\n\026_num_host_bus_a" +
|
|
5016
|
+
"daptersB\036\n\034_num_network_interface_cardsB" +
|
|
5017
|
+
"\007\n\005_nameB\013\n\t_api_typeB\016\n\014_api_versionB\010\n" +
|
|
5018
|
+
"\006_buildB\027\n\025_license_product_nameB\032\n\030_lic" +
|
|
5019
|
+
"ense_product_versionB\017\n\r_locale_buildB\021\n" +
|
|
5020
|
+
"\017_locale_versionB\n\n\010_os_typeB\022\n\020_product" +
|
|
5021
|
+
"_line_idB\t\n\007_vendorB\n\n\010_version\"\263\006\n\020Vmwa" +
|
|
5022
|
+
"reDatacenter\022\014\n\004uuid\030\001 \001(\t\022\031\n\021vcenter_as" +
|
|
5023
|
+
"set_key\030\002 \001(\t\022\024\n\014internal_key\030\003 \001(\t\022\021\n\004n" +
|
|
5024
|
+
"ame\030\004 \001(\tH\000\210\001\001\022O\n\010clusters\030\005 \003(\0132=.com.l" +
|
|
5025
|
+
"answeeper.dp.outbound.v1.VmwareDatacente" +
|
|
5026
|
+
"r.ClustersEntry\022U\n\013hypervisors\030\006 \003(\0132@.c" +
|
|
5027
|
+
"om.lansweeper.dp.outbound.v1.VmwareDatac" +
|
|
5028
|
+
"enter.HypervisorsEntry\022b\n\022datastore_clus" +
|
|
5029
|
+
"ters\030\007 \003(\0132F.com.lansweeper.dp.outbound." +
|
|
5030
|
+
"v1.VmwareDatacenter.DatastoreClustersEnt" +
|
|
5031
|
+
"ry\022S\n\ndatastores\030\010 \003(\0132?.com.lansweeper." +
|
|
5032
|
+
"dp.outbound.v1.VmwareDatacenter.Datastor" +
|
|
5033
|
+
"esEntry\032[\n\rClustersEntry\022\013\n\003key\030\001 \001(\t\0229\n" +
|
|
5034
|
+
"\005value\030\002 \001(\0132*.com.lansweeper.dp.outboun" +
|
|
5035
|
+
"d.v1.EsxiCluster:\0028\001\0322\n\020HypervisorsEntry" +
|
|
5036
|
+
"\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001\032o\n\026Data" +
|
|
5037
|
+
"storeClustersEntry\022\013\n\003key\030\001 \001(\t\022D\n\005value" +
|
|
5038
|
+
"\030\002 \001(\01325.com.lansweeper.dp.outbound.v1.V" +
|
|
5039
|
+
"mwareDatastoreCluster:\0028\001\032a\n\017DatastoresE" +
|
|
5040
|
+
"ntry\022\013\n\003key\030\001 \001(\t\022=\n\005value\030\002 \001(\0132..com.l" +
|
|
5034
5041
|
"answeeper.dp.outbound.v1.VmwareDatastore" +
|
|
5035
|
-
"
|
|
5036
|
-
" \001(\
|
|
5037
|
-
"
|
|
5038
|
-
"
|
|
5039
|
-
"
|
|
5040
|
-
"
|
|
5041
|
-
"
|
|
5042
|
-
"
|
|
5043
|
-
"\
|
|
5044
|
-
"
|
|
5045
|
-
"
|
|
5046
|
-
"
|
|
5047
|
-
"
|
|
5048
|
-
"
|
|
5049
|
-
"
|
|
5050
|
-
"\
|
|
5051
|
-
"\
|
|
5052
|
-
"
|
|
5053
|
-
"
|
|
5054
|
-
"
|
|
5055
|
-
"
|
|
5056
|
-
"
|
|
5057
|
-
"
|
|
5058
|
-
"
|
|
5059
|
-
"
|
|
5060
|
-
"
|
|
5061
|
-
"
|
|
5062
|
-
"\
|
|
5063
|
-
"\
|
|
5064
|
-
"
|
|
5065
|
-
"
|
|
5066
|
-
"
|
|
5067
|
-
"
|
|
5068
|
-
"
|
|
5069
|
-
"
|
|
5070
|
-
"
|
|
5071
|
-
"
|
|
5072
|
-
"
|
|
5073
|
-
"\
|
|
5074
|
-
"
|
|
5075
|
-
"
|
|
5076
|
-
"
|
|
5077
|
-
"\
|
|
5078
|
-
"
|
|
5079
|
-
"
|
|
5080
|
-
"
|
|
5081
|
-
"
|
|
5082
|
-
"
|
|
5083
|
-
"
|
|
5084
|
-
"
|
|
5085
|
-
"\
|
|
5086
|
-
"
|
|
5087
|
-
"
|
|
5088
|
-
"
|
|
5089
|
-
"
|
|
5090
|
-
"
|
|
5091
|
-
"
|
|
5092
|
-
"
|
|
5093
|
-
"
|
|
5094
|
-
"
|
|
5095
|
-
"\
|
|
5096
|
-
"
|
|
5097
|
-
"
|
|
5098
|
-
"
|
|
5099
|
-
"
|
|
5100
|
-
"
|
|
5101
|
-
"\
|
|
5102
|
-
"
|
|
5103
|
-
"
|
|
5104
|
-
"
|
|
5105
|
-
"\
|
|
5106
|
-
"
|
|
5107
|
-
"\
|
|
5108
|
-
"\
|
|
5109
|
-
"\
|
|
5110
|
-
"\n\
|
|
5111
|
-
"
|
|
5112
|
-
"
|
|
5113
|
-
"
|
|
5114
|
-
"
|
|
5115
|
-
"
|
|
5116
|
-
"
|
|
5117
|
-
"
|
|
5118
|
-
"
|
|
5119
|
-
"
|
|
5120
|
-
"
|
|
5121
|
-
"
|
|
5122
|
-
"
|
|
5123
|
-
"
|
|
5124
|
-
"
|
|
5125
|
-
"
|
|
5126
|
-
"
|
|
5127
|
-
"dp.outbound.v1.
|
|
5128
|
-
"
|
|
5129
|
-
".outbound.v1.
|
|
5130
|
-
"
|
|
5131
|
-
"v1.
|
|
5132
|
-
"
|
|
5133
|
-
"
|
|
5134
|
-
"
|
|
5135
|
-
"
|
|
5136
|
-
"
|
|
5137
|
-
"
|
|
5138
|
-
"\
|
|
5139
|
-
"\
|
|
5140
|
-
"
|
|
5141
|
-
"
|
|
5142
|
-
"
|
|
5143
|
-
"
|
|
5144
|
-
"
|
|
5145
|
-
"
|
|
5146
|
-
"
|
|
5147
|
-
"
|
|
5148
|
-
"
|
|
5149
|
-
"
|
|
5150
|
-
"
|
|
5151
|
-
"
|
|
5152
|
-
"
|
|
5153
|
-
"
|
|
5154
|
-
"
|
|
5155
|
-
"\
|
|
5156
|
-
"
|
|
5157
|
-
"\
|
|
5158
|
-
"\
|
|
5159
|
-
"\
|
|
5160
|
-
"\
|
|
5161
|
-
"\
|
|
5162
|
-
"
|
|
5163
|
-
"\
|
|
5164
|
-
"
|
|
5165
|
-
"
|
|
5166
|
-
"\
|
|
5167
|
-
"
|
|
5168
|
-
"
|
|
5169
|
-
"
|
|
5170
|
-
"
|
|
5171
|
-
"
|
|
5172
|
-
"
|
|
5173
|
-
"\
|
|
5174
|
-
"\
|
|
5175
|
-
"\001\001\
|
|
5176
|
-
"
|
|
5177
|
-
"memory_free\030\021 \001(\003H\020\210\001\001\022\031\n\014memory_total\030\022" +
|
|
5178
|
-
" \001(\003H\021\210\001\001\022\026\n\thost_uuid\030\023 \001(\tH\022\210\001\001\022#\n\026cra" +
|
|
5179
|
-
"sh_dump_storage_ref\030\024 \001(\tH\023\210\001\001\022$\n\027local_" +
|
|
5180
|
-
"cache_storage_ref\030\025 \001(\tH\024\210\001\001\022&\n\031suspend_" +
|
|
5181
|
-
"image_storage_ref\030\026 \001(\tH\025\210\001\001\022>\n\010storages" +
|
|
5182
|
-
"\030\027 \003(\0132,.com.lansweeper.dp.outbound.v1.C" +
|
|
5183
|
-
"itrixStorage\022S\n\023physical_interfaces\030\030 \003(" +
|
|
5184
|
-
"\01326.com.lansweeper.dp.outbound.v1.Citrix" +
|
|
5185
|
-
"PhysicalInterface\0226\n\004pcis\030\031 \003(\0132(.com.la" +
|
|
5186
|
-
"nsweeper.dp.outbound.v1.CitrixPci\022G\n\013ext" +
|
|
5187
|
-
"ra_infos\030\032 \003(\01322.com.lansweeper.dp.outbo" +
|
|
5188
|
-
"und.v1.CitrixHostExtraInfo\022?\n\007patches\030\033 " +
|
|
5189
|
-
"\003(\0132..com.lansweeper.dp.outbound.v1.Citr" +
|
|
5190
|
-
"ixHostPatch\022K\n\rphysical_cpus\030\034 \003(\01324.com" +
|
|
5191
|
-
".lansweeper.dp.outbound.v1.CitrixHostPhy" +
|
|
5192
|
-
"sicalCpu\022G\n\013crash_dumps\030\035 \003(\01322.com.lans" +
|
|
5193
|
-
"weeper.dp.outbound.v1.CitrixHostCrashDum" +
|
|
5194
|
-
"p\022\030\n\020citrix_pool_uuid\030\036 \001(\t\022\030\n\020guest_ass" +
|
|
5195
|
-
"et_refs\030\037 \003(\tB\013\n\t_hostnameB\007\n\005_nameB\016\n\014_" +
|
|
5196
|
-
"descriptionB\014\n\n_is_masterB\n\n\010_addressB\n\n" +
|
|
5197
|
-
"\010_editionB\n\n\010_enabledB\'\n%_external_authe" +
|
|
5198
|
-
"ntication_service_nameB\037\n\035_external_auth" +
|
|
5199
|
-
"entication_typeB\022\n\020_memory_overheadB\020\n\016_" +
|
|
5200
|
-
"power_on_modeB\023\n\021_scheduler_policyB\007\n\005_t" +
|
|
5201
|
-
"agsB\n\n\010_displayB\017\n\r_last_updatedB\007\n\005_liv" +
|
|
5202
|
-
"eB\016\n\014_memory_freeB\017\n\r_memory_totalB\014\n\n_h" +
|
|
5203
|
-
"ost_uuidB\031\n\027_crash_dump_storage_refB\032\n\030_" +
|
|
5204
|
-
"local_cache_storage_refB\034\n\032_suspend_imag" +
|
|
5205
|
-
"e_storage_ref\"s\n\023CitrixHostCrashDump\022\021\n\004" +
|
|
5206
|
-
"size\030\001 \001(\003H\000\210\001\001\0222\n\ttimestamp\030\002 \001(\0132\032.goo" +
|
|
5207
|
-
"gle.protobuf.TimestampH\001\210\001\001B\007\n\005_sizeB\014\n\n" +
|
|
5208
|
-
"_timestamp\"\321\002\n\025CitrixHostPhysicalCpu\022\023\n\006" +
|
|
5209
|
-
"family\030\001 \001(\003H\000\210\001\001\022\025\n\010features\030\002 \001(\tH\001\210\001\001" +
|
|
5210
|
-
"\022\022\n\005flags\030\003 \001(\tH\002\210\001\001\022\022\n\005model\030\004 \001(\003H\003\210\001\001" +
|
|
5211
|
-
"\022\027\n\nmodel_name\030\005 \001(\tH\004\210\001\001\022\033\n\016number_of_c",
|
|
5212
|
-
"pus\030\006 \001(\003H\005\210\001\001\022\022\n\005speed\030\007 \001(\003H\006\210\001\001\022\025\n\010st" +
|
|
5213
|
-
"epping\030\010 \001(\tH\007\210\001\001\022\023\n\006vendor\030\t \001(\tH\010\210\001\001B\t" +
|
|
5214
|
-
"\n\007_familyB\013\n\t_featuresB\010\n\006_flagsB\010\n\006_mod" +
|
|
5215
|
-
"elB\r\n\013_model_nameB\021\n\017_number_of_cpusB\010\n\006" +
|
|
5216
|
-
"_speedB\013\n\t_steppingB\t\n\007_vendor\"\323\001\n\017Citri" +
|
|
5217
|
-
"xHostPatch\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\030\n\013descrip" +
|
|
5218
|
-
"tion\030\002 \001(\tH\001\210\001\001\022\021\n\004size\030\003 \001(\003H\002\210\001\001\0220\n\007ap" +
|
|
5219
|
-
"plied\030\004 \001(\0132\032.google.protobuf.TimestampH" +
|
|
5220
|
-
"\003\210\001\001\022\024\n\007version\030\005 \001(\tH\004\210\001\001B\007\n\005_nameB\016\n\014_" +
|
|
5221
|
-
"descriptionB\007\n\005_sizeB\n\n\010_appliedB\n\n\010_ver" +
|
|
5222
|
-
"sion\"\353\005\n\rCitrixStorage\022\021\n\004name\030\001 \001(\tH\000\210\001" +
|
|
5223
|
-
"\001\022\030\n\013description\030\002 \001(\tH\001\210\001\001\022\032\n\rphysical_" +
|
|
5224
|
-
"size\030\003 \001(\003H\002\210\001\001\022!\n\024physical_utilization\030" +
|
|
5225
|
-
"\004 \001(\003H\003\210\001\001\022\021\n\004type\030\005 \001(\tH\004\210\001\001\022\031\n\014content" +
|
|
5226
|
-
"_type\030\006 \001(\tH\005\210\001\001\022\026\n\tclustered\030\007 \001(\010H\006\210\001\001" +
|
|
5227
|
-
"\022\035\n\020is_tools_storage\030\010 \001(\010H\007\210\001\001\022\030\n\013local" +
|
|
5228
|
-
"_cache\030\t \001(\010H\010\210\001\001\022\023\n\006shared\030\n \001(\010H\t\210\001\001\022\021" +
|
|
5229
|
-
"\n\004tags\030\013 \001(\tH\n\210\001\001\022\037\n\022virtual_allocation\030" +
|
|
5230
|
-
"\014 \001(\003H\013\210\001\001\022\022\n\nhost_uuids\030\r \003(\t\022\030\n\013storag" +
|
|
5231
|
-
"e_ref\030\016 \001(\tH\014\210\001\001\022X\n\026physical_block_devic" +
|
|
5232
|
-
"es\030\017 \003(\01328.com.lansweeper.dp.outbound.v1" +
|
|
5233
|
-
".CitrixPhysicalBlockDevice\022R\n\023virtual_di" +
|
|
5234
|
-
"sk_images\030\020 \003(\01325.com.lansweeper.dp.outb" +
|
|
5235
|
-
"ound.v1.CitrixVirtualDiskImageB\007\n\005_nameB" +
|
|
5236
|
-
"\016\n\014_descriptionB\020\n\016_physical_sizeB\027\n\025_ph" +
|
|
5237
|
-
"ysical_utilizationB\007\n\005_typeB\017\n\r_content_" +
|
|
5238
|
-
"typeB\014\n\n_clusteredB\023\n\021_is_tools_storageB" +
|
|
5239
|
-
"\016\n\014_local_cacheB\t\n\007_sharedB\007\n\005_tagsB\025\n\023_" +
|
|
5240
|
-
"virtual_allocationB\016\n\014_storage_ref\"\331\001\n\031C" +
|
|
5241
|
-
"itrixPhysicalBlockDevice\022\037\n\022currently_at" +
|
|
5242
|
-
"tached\030\001 \001(\010H\000\210\001\001\022\025\n\010location\030\002 \001(\tH\001\210\001\001" +
|
|
5243
|
-
"\022\025\n\010username\030\003 \001(\tH\002\210\001\001\022\021\n\004type\030\004 \001(\tH\003\210" +
|
|
5244
|
-
"\001\001\022\024\n\007version\030\005 \001(\tH\004\210\001\001B\025\n\023_currently_a" +
|
|
5245
|
-
"ttachedB\013\n\t_locationB\013\n\t_usernameB\007\n\005_ty" +
|
|
5246
|
-
"peB\n\n\010_version\"\326\005\n\026CitrixVirtualDiskImag" +
|
|
5042
|
+
":\0028\001B\007\n\005_name\"\364\005\n\013EsxiCluster\022\014\n\004uuid\030\016 " +
|
|
5043
|
+
"\001(\t\022\026\n\016datacenter_key\030\001 \001(\t\022\031\n\021vcenter_a" +
|
|
5044
|
+
"sset_key\030\002 \001(\t\022\021\n\004name\030\003 \001(\tH\000\210\001\001\022\035\n\020tot" +
|
|
5045
|
+
"al_number_cpu\030\004 \001(\rH\001\210\001\001\022\037\n\022total_memory" +
|
|
5046
|
+
"_bytes\030\005 \001(\004H\002\210\001\001\022\037\n\022total_number_cores\030" +
|
|
5047
|
+
"\006 \001(\rH\003\210\001\001\022!\n\024total_number_threads\030\007 \001(\r" +
|
|
5048
|
+
"H\004\210\001\001\022\032\n\reffective_cpu\030\010 \001(\rH\005\210\001\001\022#\n\026eff" +
|
|
5049
|
+
"ective_memory_bytes\030\t \001(\004H\006\210\001\001\022\030\n\013total_" +
|
|
5050
|
+
"hosts\030\n \001(\rH\007\210\001\001\022\"\n\025total_effective_host" +
|
|
5051
|
+
"s\030\013 \001(\rH\010\210\001\001\022\023\n\006status\030\014 \001(\tH\t\210\001\001\022P\n\013hyp" +
|
|
5052
|
+
"ervisors\030\r \003(\0132;.com.lansweeper.dp.outbo" +
|
|
5053
|
+
"und.v1.EsxiCluster.HypervisorsEntry\022\032\n\rp" +
|
|
5054
|
+
"arent_folder\030\017 \001(\tH\n\210\001\001\0322\n\020HypervisorsEn" +
|
|
5055
|
+
"try\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001B\007\n\005_" +
|
|
5056
|
+
"nameB\023\n\021_total_number_cpuB\025\n\023_total_memo" +
|
|
5057
|
+
"ry_bytesB\025\n\023_total_number_coresB\027\n\025_tota" +
|
|
5058
|
+
"l_number_threadsB\020\n\016_effective_cpuB\031\n\027_e" +
|
|
5059
|
+
"ffective_memory_bytesB\016\n\014_total_hostsB\030\n" +
|
|
5060
|
+
"\026_total_effective_hostsB\t\n\007_statusB\020\n\016_p" +
|
|
5061
|
+
"arent_folder\"\267\005\n\026VmwareDatastoreCluster\022" +
|
|
5062
|
+
"\026\n\016datacenter_key\030\001 \001(\t\022\031\n\021vcenter_asset" +
|
|
5063
|
+
"_key\030\002 \001(\t\022\031\n\014internal_key\030\003 \001(\tH\000\210\001\001\022\021\n" +
|
|
5064
|
+
"\004name\030\004 \001(\tH\001\210\001\001\022\025\n\010capacity\030\t \001(\003H\002\210\001\001\022" +
|
|
5065
|
+
"\027\n\nfree_space\030\n \001(\003H\003\210\001\001\022Y\n\ndatastores\030\005" +
|
|
5066
|
+
" \003(\0132E.com.lansweeper.dp.outbound.v1.Vmw" +
|
|
5067
|
+
"areDatastoreCluster.DatastoresEntry\022S\n\013s" +
|
|
5068
|
+
"torage_drs\030\006 \001(\01329.com.lansweeper.dp.out" +
|
|
5069
|
+
"bound.v1.DatastoreClusterStorageDrsH\004\210\001\001" +
|
|
5070
|
+
"\022\\\n\023drs_pod_config_rule\030\007 \003(\0132?.com.lans" +
|
|
5071
|
+
"weeper.dp.outbound.v1.DatastoreClusterDr" +
|
|
5072
|
+
"sPodConfigRule\022U\n\017drs_vm_override\030\010 \003(\0132" +
|
|
5073
|
+
"<.com.lansweeper.dp.outbound.v1.Datastor" +
|
|
5074
|
+
"eClusterDrsVmOverride\032a\n\017DatastoresEntry" +
|
|
5075
|
+
"\022\013\n\003key\030\001 \001(\t\022=\n\005value\030\002 \001(\0132..com.lansw" +
|
|
5076
|
+
"eeper.dp.outbound.v1.VmwareDatastore:\0028\001" +
|
|
5077
|
+
"B\017\n\r_internal_keyB\007\n\005_nameB\013\n\t_capacityB" +
|
|
5078
|
+
"\r\n\013_free_spaceB\016\n\014_storage_drs\"\262\004\n\032Datas" +
|
|
5079
|
+
"toreClusterStorageDrs\022\017\n\007enabled\030\001 \001(\010\022\037" +
|
|
5080
|
+
"\n\027io_load_balance_enabled\030\002 \001(\010\022!\n\024defau" +
|
|
5081
|
+
"lt_vm_behaviour\030\003 \001(\tH\000\210\001\001\022\"\n\025load_balan" +
|
|
5082
|
+
"ce_interval\030\004 \001(\005H\001\210\001\001\022&\n\031default_intra_" +
|
|
5083
|
+
"vm_affinity\030\005 \001(\010H\002\210\001\001\022(\n\033space_utilizat" +
|
|
5084
|
+
"ion_threshold\030\006 \001(\005H\003\210\001\001\022-\n min_space_ut" +
|
|
5085
|
+
"ilization_difference\030\007 \001(\005H\004\210\001\001\022!\n\024io_la" +
|
|
5086
|
+
"tency_threshold\030\010 \001(\005H\005\210\001\001\022(\n\033io_load_im" +
|
|
5087
|
+
"balance_threshold\030\t \001(\005H\006\210\001\001B\027\n\025_default" +
|
|
5088
|
+
"_vm_behaviourB\030\n\026_load_balance_intervalB" +
|
|
5089
|
+
"\034\n\032_default_intra_vm_affinityB\036\n\034_space_" +
|
|
5090
|
+
"utilization_thresholdB#\n!_min_space_util" +
|
|
5091
|
+
"ization_differenceB\027\n\025_io_latency_thresh" +
|
|
5092
|
+
"oldB\036\n\034_io_load_imbalance_threshold\"|\n D" +
|
|
5093
|
+
"atastoreClusterDrsPodConfigRule\022\021\n\004name\030" +
|
|
5094
|
+
"\001 \001(\tH\000\210\001\001\022\024\n\007enabled\030\002 \001(\010H\001\210\001\001\022\021\n\004type" +
|
|
5095
|
+
"\030\003 \001(\005H\002\210\001\001B\007\n\005_nameB\n\n\010_enabledB\007\n\005_typ" +
|
|
5096
|
+
"e\"\335\001\n\035DatastoreClusterDrsVmOverride\022\024\n\007e" +
|
|
5097
|
+
"nabled\030\001 \001(\010H\000\210\001\001\022\026\n\tbehaviour\030\002 \001(\tH\001\210\001" +
|
|
5098
|
+
"\001\022\036\n\021intra_vm_affinity\030\003 \001(\010H\002\210\001\001\022#\n\026int" +
|
|
5099
|
+
"ra_vm_anti_affinity\030\004 \001(\tH\003\210\001\001B\n\n\010_enabl" +
|
|
5100
|
+
"edB\014\n\n_behaviourB\024\n\022_intra_vm_affinityB\031" +
|
|
5101
|
+
"\n\027_intra_vm_anti_affinity\"\356\007\n\017VmwareData" +
|
|
5102
|
+
"store\022\014\n\004uuid\030\001 \001(\t\022\031\n\014internal_key\030\002 \001(" +
|
|
5103
|
+
"\tH\000\210\001\001\022\032\n\rdatacenter_id\030\003 \001(\tH\001\210\001\001\022!\n\024da" +
|
|
5104
|
+
"tastore_cluster_id\030\004 \001(\tH\002\210\001\001\022\037\n\022esxi_hy" +
|
|
5105
|
+
"pervisor_id\030\021 \001(\tH\003\210\001\001\022H\n\005disks\030\005 \003(\01329." +
|
|
5106
|
+
"com.lansweeper.dp.outbound.v1.VmwareData" +
|
|
5107
|
+
"store.DisksEntry\022\030\n\013uncommitted\030\006 \001(\004H\004\210" +
|
|
5108
|
+
"\001\001\022\027\n\naccessible\030\007 \001(\010H\005\210\001\001\022!\n\024multiple_" +
|
|
5109
|
+
"host_access\030\010 \001(\010H\006\210\001\001\022\021\n\004type\030\t \001(\tH\007\210\001" +
|
|
5110
|
+
"\001\022\035\n\020maintenance_mode\030\n \001(\tH\010\210\001\001\022\'\n\032max_" +
|
|
5111
|
+
"physical_rdm_file_size\030\013 \001(\004H\t\210\001\001\022&\n\031max" +
|
|
5112
|
+
"_virtual_rdm_file_size\030\014 \001(\004H\n\210\001\001\022\032\n\rmax" +
|
|
5113
|
+
"_file_size\030\r \001(\004H\013\210\001\001\022&\n\031max_virtual_dis" +
|
|
5114
|
+
"k_capacity\030\016 \001(\004H\014\210\001\001\022!\n\024max_memory_file" +
|
|
5115
|
+
"_size\030\017 \001(\004H\r\210\001\001\0222\n\ttimestamp\030\020 \001(\0132\032.go" +
|
|
5116
|
+
"ogle.protobuf.TimestampH\016\210\001\001\032W\n\nDisksEnt" +
|
|
5117
|
+
"ry\022\013\n\003key\030\001 \001(\t\0228\n\005value\030\002 \001(\0132).com.lan" +
|
|
5118
|
+
"sweeper.dp.outbound.v1.VmwareDisk:\0028\001B\017\n" +
|
|
5119
|
+
"\r_internal_keyB\020\n\016_datacenter_idB\027\n\025_dat" +
|
|
5120
|
+
"astore_cluster_idB\025\n\023_esxi_hypervisor_id" +
|
|
5121
|
+
"B\016\n\014_uncommittedB\r\n\013_accessibleB\027\n\025_mult" +
|
|
5122
|
+
"iple_host_accessB\007\n\005_typeB\023\n\021_maintenanc" +
|
|
5123
|
+
"e_modeB\035\n\033_max_physical_rdm_file_sizeB\034\n" +
|
|
5124
|
+
"\032_max_virtual_rdm_file_sizeB\020\n\016_max_file" +
|
|
5125
|
+
"_sizeB\034\n\032_max_virtual_disk_capacityB\027\n\025_" +
|
|
5126
|
+
"max_memory_file_sizeB\014\n\n_timestamp\"\206\001\n\nV" +
|
|
5127
|
+
"mwareDisk\022\014\n\004name\030\001 \001(\t\022\020\n\003url\030\002 \001(\tH\000\210\001" +
|
|
5128
|
+
"\001\022\030\n\013total_space\030\003 \001(\004H\001\210\001\001\022\027\n\nfree_spac" +
|
|
5129
|
+
"e\030\004 \001(\004H\002\210\001\001B\006\n\004_urlB\016\n\014_total_spaceB\r\n\013" +
|
|
5130
|
+
"_free_space\"s\n\016VmwareSnapshot\022\024\n\014interna" +
|
|
5131
|
+
"l_key\030\001 \001(\t\022\021\n\004name\030\002 \001(\tH\000\210\001\001\022/\n\013create" +
|
|
5132
|
+
"_time\030\003 \001(\0132\032.google.protobuf.TimestampB" +
|
|
5133
|
+
"\007\n\005_name\"\337\001\n\006Citrix\022@\n\013citrix_pool\030\001 \001(\013" +
|
|
5134
|
+
"2).com.lansweeper.dp.outbound.v1.CitrixP" +
|
|
5135
|
+
"oolH\000\022@\n\013citrix_host\030\002 \001(\0132).com.lanswee" +
|
|
5136
|
+
"per.dp.outbound.v1.CitrixHostH\000\022B\n\014citri" +
|
|
5137
|
+
"x_guest\030\003 \001(\0132*.com.lansweeper.dp.outbou" +
|
|
5138
|
+
"nd.v1.CitrixGuestH\000B\r\n\013citrix_data\"\247\r\n\nC" +
|
|
5139
|
+
"itrixPool\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\030\n\013descript" +
|
|
5140
|
+
"ion\030\002 \001(\tH\001\210\001\001\022\025\n\010redo_log\030\003 \001(\010H\002\210\001\001\022\021\n" +
|
|
5141
|
+
"\004tags\030\004 \001(\tH\003\210\001\001\022 \n\023v_switch_controller\030" +
|
|
5142
|
+
"\005 \001(\tH\004\210\001\001\022\036\n\021high_availability\030\006 \001(\010H\005\210" +
|
|
5143
|
+
"\001\001\022/\n\"high_availability_allow_overcommit" +
|
|
5144
|
+
"\030\007 \001(\010H\006\210\001\001\022,\n\037high_availability_overcom" +
|
|
5145
|
+
"mitted\030\010 \001(\010H\007\210\001\001\0228\n+high_availability_h" +
|
|
5146
|
+
"ost_failures_to_tolerate\030\t \001(\003H\010\210\001\001\022.\n!h" +
|
|
5147
|
+
"igh_availability_plan_exists_for\030\n \001(\003H\t" +
|
|
5148
|
+
"\210\001\001\022\037\n\022workload_balancing\030\013 \001(\010H\n\210\001\001\022#\n\026" +
|
|
5149
|
+
"workload_balancing_url\030\014 \001(\tH\013\210\001\001\022(\n\033wor" +
|
|
5150
|
+
"kload_balancing_username\030\r \001(\tH\014\210\001\001\022+\n\036w" +
|
|
5151
|
+
"orkload_balancing_verify_cert\030\016 \001(\010H\r\210\001\001" +
|
|
5152
|
+
"\022\035\n\020master_host_uuid\030\017 \001(\tH\016\210\001\001\022#\n\026crash" +
|
|
5153
|
+
"_dump_storage_ref\030\020 \001(\tH\017\210\001\001\022&\n\031suspend_" +
|
|
5154
|
+
"image_storage_ref\030\021 \001(\tH\020\210\001\001\022B\n\napplianc" +
|
|
5155
|
+
"es\030\022 \003(\0132..com.lansweeper.dp.outbound.v1" +
|
|
5156
|
+
".CitrixAppliance\022B\n\010networks\030\023 \003(\01320.com" +
|
|
5157
|
+
".lansweeper.dp.outbound.v1.NetworkInterf" +
|
|
5158
|
+
"aces\022Y\n\024other_configurations\030\024 \003(\0132;.com" +
|
|
5159
|
+
".lansweeper.dp.outbound.v1.CitrixPoolOth" +
|
|
5160
|
+
"erConfiguration\022?\n\007patches\030\025 \003(\0132..com.l" +
|
|
5161
|
+
"answeeper.dp.outbound.v1.CitrixPoolPatch" +
|
|
5162
|
+
"\022J\n\014restrictions\030\026 \003(\01324.com.lansweeper." +
|
|
5163
|
+
"dp.outbound.v1.CitrixPoolRestriction\022\025\n\r" +
|
|
5164
|
+
"template_name\030\027 \003(\t\022S\n\023physical_interfac" +
|
|
5165
|
+
"es\030\030 \003(\01326.com.lansweeper.dp.outbound.v1" +
|
|
5166
|
+
".CitrixPhysicalInterface\022Q\n\022virtual_inte" +
|
|
5167
|
+
"rfaces\030\031 \003(\01325.com.lansweeper.dp.outboun" +
|
|
5168
|
+
"d.v1.CitrixVirtualInterface\022>\n\013citrix_us" +
|
|
5169
|
+
"er\030\032 \003(\0132).com.lansweeper.dp.outbound.v1" +
|
|
5170
|
+
".CitrixUserB\007\n\005_nameB\016\n\014_descriptionB\013\n\t" +
|
|
5171
|
+
"_redo_logB\007\n\005_tagsB\026\n\024_v_switch_controll" +
|
|
5172
|
+
"erB\024\n\022_high_availabilityB%\n#_high_availa" +
|
|
5173
|
+
"bility_allow_overcommitB\"\n _high_availab" +
|
|
5174
|
+
"ility_overcommittedB.\n,_high_availabilit" +
|
|
5175
|
+
"y_host_failures_to_tolerateB$\n\"_high_ava" +
|
|
5176
|
+
"ilability_plan_exists_forB\025\n\023_workload_b" +
|
|
5177
|
+
"alancingB\031\n\027_workload_balancing_urlB\036\n\034_" +
|
|
5178
|
+
"workload_balancing_usernameB!\n\037_workload" +
|
|
5179
|
+
"_balancing_verify_certB\023\n\021_master_host_u" +
|
|
5180
|
+
"uidB\031\n\027_crash_dump_storage_refB\034\n\032_suspe" +
|
|
5181
|
+
"nd_image_storage_ref\"P\n\nCitrixUser\022\021\n\004na" +
|
|
5182
|
+
"me\030\001 \001(\tH\000\210\001\001\022\027\n\nshort_name\030\002 \001(\tH\001\210\001\001B\007" +
|
|
5183
|
+
"\n\005_nameB\r\n\013_short_name\"W\n\017CitrixApplianc" +
|
|
5247
5184
|
"e\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\030\n\013description\030\002 \001(" +
|
|
5248
|
-
"\tH\001\210\001\
|
|
5249
|
-
"
|
|
5250
|
-
"
|
|
5251
|
-
"
|
|
5252
|
-
"\
|
|
5253
|
-
"
|
|
5254
|
-
"\
|
|
5255
|
-
"\
|
|
5256
|
-
"\001(\
|
|
5257
|
-
"
|
|
5258
|
-
"
|
|
5259
|
-
"
|
|
5260
|
-
"
|
|
5261
|
-
"
|
|
5262
|
-
"
|
|
5263
|
-
"\
|
|
5264
|
-
"
|
|
5265
|
-
"\
|
|
5266
|
-
"\001
|
|
5267
|
-
"\
|
|
5268
|
-
"\
|
|
5269
|
-
"
|
|
5270
|
-
"
|
|
5271
|
-
"
|
|
5272
|
-
"
|
|
5273
|
-
"
|
|
5274
|
-
"\
|
|
5275
|
-
"\
|
|
5276
|
-
"\
|
|
5277
|
-
"
|
|
5278
|
-
"
|
|
5279
|
-
"
|
|
5280
|
-
"\n\
|
|
5281
|
-
"
|
|
5282
|
-
"\
|
|
5283
|
-
"
|
|
5284
|
-
"
|
|
5285
|
-
"
|
|
5286
|
-
"
|
|
5287
|
-
"
|
|
5288
|
-
"
|
|
5289
|
-
"\
|
|
5290
|
-
"\
|
|
5291
|
-
"\
|
|
5292
|
-
"
|
|
5293
|
-
"
|
|
5294
|
-
"
|
|
5295
|
-
"\
|
|
5296
|
-
"
|
|
5297
|
-
"\
|
|
5298
|
-
"
|
|
5299
|
-
"\
|
|
5300
|
-
"\
|
|
5301
|
-
"
|
|
5302
|
-
"
|
|
5303
|
-
"
|
|
5304
|
-
"\
|
|
5305
|
-
"
|
|
5306
|
-
"
|
|
5307
|
-
"
|
|
5308
|
-
"
|
|
5309
|
-
"
|
|
5310
|
-
"
|
|
5311
|
-
"
|
|
5312
|
-
"
|
|
5313
|
-
"
|
|
5314
|
-
"
|
|
5315
|
-
"\
|
|
5316
|
-
"
|
|
5317
|
-
"
|
|
5318
|
-
"\
|
|
5319
|
-
"
|
|
5320
|
-
"
|
|
5321
|
-
"
|
|
5322
|
-
"
|
|
5323
|
-
"\
|
|
5324
|
-
"
|
|
5325
|
-
"
|
|
5326
|
-
"
|
|
5327
|
-
"
|
|
5328
|
-
"
|
|
5329
|
-
"\
|
|
5330
|
-
"
|
|
5331
|
-
"
|
|
5332
|
-
"
|
|
5333
|
-
"
|
|
5334
|
-
"
|
|
5335
|
-
"\
|
|
5336
|
-
"
|
|
5337
|
-
"\
|
|
5338
|
-
"
|
|
5339
|
-
"
|
|
5340
|
-
"
|
|
5341
|
-
"
|
|
5342
|
-
"\
|
|
5343
|
-
"
|
|
5344
|
-
"\001\022\
|
|
5345
|
-
"
|
|
5346
|
-
"
|
|
5347
|
-
"
|
|
5348
|
-
"\
|
|
5349
|
-
"
|
|
5350
|
-
"
|
|
5351
|
-
"\021\n\
|
|
5352
|
-
"
|
|
5353
|
-
"
|
|
5354
|
-
"
|
|
5355
|
-
"\
|
|
5356
|
-
"
|
|
5357
|
-
"
|
|
5358
|
-
"
|
|
5359
|
-
"
|
|
5360
|
-
"
|
|
5361
|
-
"\
|
|
5362
|
-
"
|
|
5363
|
-
"
|
|
5364
|
-
"
|
|
5365
|
-
"
|
|
5366
|
-
"\
|
|
5367
|
-
"\001(\
|
|
5368
|
-
"\210\001\001\022\
|
|
5369
|
-
"\
|
|
5370
|
-
"
|
|
5371
|
-
"\001\022\
|
|
5372
|
-
"\030\
|
|
5373
|
-
"
|
|
5374
|
-
"
|
|
5375
|
-
"
|
|
5376
|
-
"
|
|
5377
|
-
"
|
|
5378
|
-
"\
|
|
5379
|
-
"
|
|
5380
|
-
"
|
|
5381
|
-
"
|
|
5382
|
-
"
|
|
5383
|
-
"
|
|
5384
|
-
"
|
|
5385
|
-
"\
|
|
5386
|
-
"
|
|
5387
|
-
"
|
|
5388
|
-
"
|
|
5389
|
-
"\
|
|
5390
|
-
"
|
|
5391
|
-
"\
|
|
5392
|
-
"\210\001\001\022\
|
|
5393
|
-
"
|
|
5394
|
-
"\210\001\001\022\
|
|
5395
|
-
"
|
|
5396
|
-
"
|
|
5397
|
-
"
|
|
5398
|
-
"
|
|
5399
|
-
"
|
|
5400
|
-
"
|
|
5401
|
-
"
|
|
5402
|
-
"
|
|
5403
|
-
"
|
|
5404
|
-
"\
|
|
5405
|
-
"
|
|
5406
|
-
"\
|
|
5407
|
-
"\
|
|
5408
|
-
"
|
|
5409
|
-
"
|
|
5410
|
-
"
|
|
5411
|
-
"
|
|
5412
|
-
"
|
|
5413
|
-
"\
|
|
5414
|
-
"
|
|
5415
|
-
"\
|
|
5416
|
-
"
|
|
5417
|
-
"\
|
|
5418
|
-
"
|
|
5419
|
-
"
|
|
5420
|
-
"\
|
|
5421
|
-
"\
|
|
5422
|
-
"\n\
|
|
5423
|
-
"\
|
|
5424
|
-
"
|
|
5425
|
-
"
|
|
5426
|
-
"
|
|
5427
|
-
"
|
|
5428
|
-
"
|
|
5429
|
-
"
|
|
5430
|
-
"
|
|
5431
|
-
"
|
|
5432
|
-
"
|
|
5433
|
-
"
|
|
5434
|
-
"
|
|
5435
|
-
"
|
|
5436
|
-
"
|
|
5437
|
-
"
|
|
5438
|
-
"
|
|
5439
|
-
"
|
|
5440
|
-
"
|
|
5441
|
-
"
|
|
5442
|
-
"\
|
|
5443
|
-
"
|
|
5444
|
-
"
|
|
5445
|
-
"
|
|
5446
|
-
"
|
|
5447
|
-
"\
|
|
5448
|
-
"\
|
|
5449
|
-
"\
|
|
5450
|
-
"
|
|
5451
|
-
"
|
|
5452
|
-
"
|
|
5453
|
-
"\001(\
|
|
5454
|
-
"
|
|
5455
|
-
"
|
|
5456
|
-
"
|
|
5457
|
-
"
|
|
5458
|
-
"
|
|
5459
|
-
"
|
|
5460
|
-
"
|
|
5461
|
-
"
|
|
5462
|
-
"
|
|
5463
|
-
"
|
|
5464
|
-
"
|
|
5465
|
-
"\001
|
|
5466
|
-
"
|
|
5467
|
-
"\
|
|
5468
|
-
"
|
|
5469
|
-
"\n\
|
|
5470
|
-
"
|
|
5471
|
-
"
|
|
5472
|
-
"\
|
|
5473
|
-
"
|
|
5474
|
-
"
|
|
5475
|
-
"\
|
|
5476
|
-
"
|
|
5477
|
-
"
|
|
5478
|
-
"
|
|
5479
|
-
"
|
|
5480
|
-
"
|
|
5481
|
-
"\
|
|
5482
|
-
"
|
|
5483
|
-
"
|
|
5484
|
-
"
|
|
5485
|
-
"\
|
|
5486
|
-
"
|
|
5487
|
-
"\
|
|
5488
|
-
"
|
|
5489
|
-
"\210\001\001\022
|
|
5490
|
-
"\
|
|
5491
|
-
"\
|
|
5492
|
-
"
|
|
5493
|
-
"\n\
|
|
5494
|
-
"
|
|
5495
|
-
"
|
|
5496
|
-
"\
|
|
5497
|
-
"\
|
|
5498
|
-
"
|
|
5499
|
-
"
|
|
5500
|
-
"\tH\
|
|
5501
|
-
"\
|
|
5502
|
-
"
|
|
5503
|
-
"
|
|
5504
|
-
"
|
|
5505
|
-
"\n\
|
|
5506
|
-
"
|
|
5507
|
-
"
|
|
5508
|
-
"
|
|
5509
|
-
"
|
|
5510
|
-
"
|
|
5511
|
-
"
|
|
5512
|
-
"
|
|
5513
|
-
" \n\
|
|
5514
|
-
"
|
|
5515
|
-
"\
|
|
5516
|
-
"
|
|
5517
|
-
"\
|
|
5518
|
-
"\
|
|
5519
|
-
"\
|
|
5520
|
-
"\
|
|
5521
|
-
"
|
|
5522
|
-
"
|
|
5523
|
-
"
|
|
5524
|
-
"
|
|
5525
|
-
"
|
|
5526
|
-
"
|
|
5527
|
-
"
|
|
5528
|
-
"
|
|
5529
|
-
"
|
|
5530
|
-
"\
|
|
5531
|
-
"\n\
|
|
5532
|
-
"\
|
|
5533
|
-
"
|
|
5534
|
-
"
|
|
5535
|
-
"
|
|
5536
|
-
"\
|
|
5537
|
-
"
|
|
5538
|
-
"
|
|
5539
|
-
"\
|
|
5540
|
-
"
|
|
5541
|
-
"
|
|
5542
|
-
"
|
|
5543
|
-
"\001\022\
|
|
5544
|
-
"
|
|
5545
|
-
"\
|
|
5546
|
-
"
|
|
5547
|
-
"
|
|
5548
|
-
"
|
|
5549
|
-
"
|
|
5550
|
-
"
|
|
5551
|
-
"
|
|
5552
|
-
".
|
|
5553
|
-
"
|
|
5554
|
-
"
|
|
5555
|
-
"
|
|
5556
|
-
"\001(\
|
|
5557
|
-
"
|
|
5558
|
-
"
|
|
5559
|
-
"
|
|
5560
|
-
"
|
|
5561
|
-
"\
|
|
5562
|
-
"
|
|
5563
|
-
"
|
|
5564
|
-
"
|
|
5565
|
-
"\n\
|
|
5566
|
-
"
|
|
5567
|
-
"
|
|
5568
|
-
"
|
|
5569
|
-
"
|
|
5570
|
-
"
|
|
5571
|
-
"
|
|
5572
|
-
"
|
|
5573
|
-
"\n\
|
|
5574
|
-
"
|
|
5575
|
-
"\
|
|
5576
|
-
"
|
|
5577
|
-
"
|
|
5578
|
-
"
|
|
5579
|
-
"
|
|
5580
|
-
"
|
|
5581
|
-
"
|
|
5582
|
-
"
|
|
5583
|
-
"
|
|
5584
|
-
"
|
|
5585
|
-
"
|
|
5586
|
-
"
|
|
5587
|
-
"
|
|
5588
|
-
"
|
|
5589
|
-
"
|
|
5590
|
-
"\022\
|
|
5591
|
-
"
|
|
5592
|
-
"
|
|
5593
|
-
"
|
|
5594
|
-
"
|
|
5595
|
-
"
|
|
5596
|
-
"
|
|
5597
|
-
"
|
|
5598
|
-
"\
|
|
5599
|
-
"
|
|
5600
|
-
"
|
|
5601
|
-
"
|
|
5602
|
-
"
|
|
5603
|
-
"
|
|
5604
|
-
"
|
|
5605
|
-
"
|
|
5606
|
-
"
|
|
5607
|
-
"
|
|
5608
|
-
"
|
|
5609
|
-
"
|
|
5610
|
-
"\n\
|
|
5611
|
-
"
|
|
5612
|
-
"
|
|
5613
|
-
"
|
|
5614
|
-
"
|
|
5615
|
-
"
|
|
5616
|
-
"
|
|
5617
|
-
"
|
|
5618
|
-
"
|
|
5619
|
-
"
|
|
5620
|
-
"
|
|
5621
|
-
"
|
|
5622
|
-
"
|
|
5623
|
-
"
|
|
5624
|
-
"
|
|
5625
|
-
"
|
|
5626
|
-
"
|
|
5627
|
-
"
|
|
5628
|
-
"
|
|
5629
|
-
"
|
|
5185
|
+
"\tH\001\210\001\001B\007\n\005_nameB\016\n\014_description\"\210\001\n\034Citr" +
|
|
5186
|
+
"ixPoolOtherConfiguration\022\020\n\003key\030\001 \001(\tH\000\210" +
|
|
5187
|
+
"\001\001\022\022\n\005value\030\002 \001(\tH\001\210\001\001\022\034\n\017is_custom_fiel" +
|
|
5188
|
+
"d\030\003 \001(\010H\002\210\001\001B\006\n\004_keyB\010\n\006_valueB\022\n\020_is_cu" +
|
|
5189
|
+
"stom_field\"O\n\025CitrixPoolRestriction\022\020\n\003k" +
|
|
5190
|
+
"ey\030\001 \001(\tH\000\210\001\001\022\022\n\005value\030\002 \001(\tH\001\210\001\001B\006\n\004_ke" +
|
|
5191
|
+
"yB\010\n\006_value\"\363\001\n\017CitrixPoolPatch\022\021\n\004name\030" +
|
|
5192
|
+
"\001 \001(\tH\000\210\001\001\022\030\n\013description\030\002 \001(\tH\001\210\001\001\022\021\n\004" +
|
|
5193
|
+
"size\030\003 \001(\003H\002\210\001\001\022\024\n\007version\030\004 \001(\tH\003\210\001\001\022!\n" +
|
|
5194
|
+
"\024after_apply_guidance\030\005 \001(\tH\004\210\001\001\022\024\n\007appl" +
|
|
5195
|
+
"ied\030\006 \001(\010H\005\210\001\001B\007\n\005_nameB\016\n\014_descriptionB" +
|
|
5196
|
+
"\007\n\005_sizeB\n\n\010_versionB\027\n\025_after_apply_gui" +
|
|
5197
|
+
"danceB\n\n\010_applied\"\305\014\n\nCitrixHost\022\025\n\010host" +
|
|
5198
|
+
"name\030\001 \001(\tH\000\210\001\001\022\021\n\004name\030\002 \001(\tH\001\210\001\001\022\030\n\013de" +
|
|
5199
|
+
"scription\030\003 \001(\tH\002\210\001\001\022\026\n\tis_master\030\004 \001(\010H" +
|
|
5200
|
+
"\003\210\001\001\022\024\n\007address\030\005 \001(\tH\004\210\001\001\022\024\n\007edition\030\006 " +
|
|
5201
|
+
"\001(\tH\005\210\001\001\022\024\n\007enabled\030\007 \001(\010H\006\210\001\001\0221\n$extern" +
|
|
5202
|
+
"al_authentication_service_name\030\010 \001(\tH\007\210\001" +
|
|
5203
|
+
"\001\022)\n\034external_authentication_type\030\t \001(\tH" +
|
|
5204
|
+
"\010\210\001\001\022\034\n\017memory_overhead\030\n \001(\003H\t\210\001\001\022\032\n\rpo" +
|
|
5205
|
+
"wer_on_mode\030\013 \001(\tH\n\210\001\001\022\035\n\020scheduler_poli" +
|
|
5206
|
+
"cy\030\014 \001(\tH\013\210\001\001\022\021\n\004tags\030\r \001(\tH\014\210\001\001\022\024\n\007disp" +
|
|
5207
|
+
"lay\030\016 \001(\tH\r\210\001\001\0225\n\014last_updated\030\017 \001(\0132\032.g" +
|
|
5208
|
+
"oogle.protobuf.TimestampH\016\210\001\001\022\021\n\004live\030\020 " +
|
|
5209
|
+
"\001(\010H\017\210\001\001\022\030\n\013memory_free\030\021 \001(\003H\020\210\001\001\022\031\n\014me" +
|
|
5210
|
+
"mory_total\030\022 \001(\003H\021\210\001\001\022\026\n\thost_uuid\030\023 \001(\t" +
|
|
5211
|
+
"H\022\210\001\001\022#\n\026crash_dump_storage_ref\030\024 \001(\tH\023\210" +
|
|
5212
|
+
"\001\001\022$\n\027local_cache_storage_ref\030\025 \001(\tH\024\210\001\001" +
|
|
5213
|
+
"\022&\n\031suspend_image_storage_ref\030\026 \001(\tH\025\210\001\001" +
|
|
5214
|
+
"\022>\n\010storages\030\027 \003(\0132,.com.lansweeper.dp.o" +
|
|
5215
|
+
"utbound.v1.CitrixStorage\022S\n\023physical_int" +
|
|
5216
|
+
"erfaces\030\030 \003(\01326.com.lansweeper.dp.outbou" +
|
|
5217
|
+
"nd.v1.CitrixPhysicalInterface\0226\n\004pcis\030\031 " +
|
|
5218
|
+
"\003(\0132(.com.lansweeper.dp.outbound.v1.Citr" +
|
|
5219
|
+
"ixPci\022G\n\013extra_infos\030\032 \003(\01322.com.lanswee" +
|
|
5220
|
+
"per.dp.outbound.v1.CitrixHostExtraInfo\022?" +
|
|
5221
|
+
"\n\007patches\030\033 \003(\0132..com.lansweeper.dp.outb" +
|
|
5222
|
+
"ound.v1.CitrixHostPatch\022K\n\rphysical_cpus" +
|
|
5223
|
+
"\030\034 \003(\01324.com.lansweeper.dp.outbound.v1.C" +
|
|
5224
|
+
"itrixHostPhysicalCpu\022G\n\013crash_dumps\030\035 \003(" +
|
|
5225
|
+
"\01322.com.lansweeper.dp.outbound.v1.Citrix" +
|
|
5226
|
+
"HostCrashDump\022\030\n\020citrix_pool_uuid\030\036 \001(\t\022",
|
|
5227
|
+
"\030\n\020guest_asset_refs\030\037 \003(\tB\013\n\t_hostnameB\007" +
|
|
5228
|
+
"\n\005_nameB\016\n\014_descriptionB\014\n\n_is_masterB\n\n" +
|
|
5229
|
+
"\010_addressB\n\n\010_editionB\n\n\010_enabledB\'\n%_ex" +
|
|
5230
|
+
"ternal_authentication_service_nameB\037\n\035_e" +
|
|
5231
|
+
"xternal_authentication_typeB\022\n\020_memory_o" +
|
|
5232
|
+
"verheadB\020\n\016_power_on_modeB\023\n\021_scheduler_" +
|
|
5233
|
+
"policyB\007\n\005_tagsB\n\n\010_displayB\017\n\r_last_upd" +
|
|
5234
|
+
"atedB\007\n\005_liveB\016\n\014_memory_freeB\017\n\r_memory" +
|
|
5235
|
+
"_totalB\014\n\n_host_uuidB\031\n\027_crash_dump_stor" +
|
|
5236
|
+
"age_refB\032\n\030_local_cache_storage_refB\034\n\032_" +
|
|
5237
|
+
"suspend_image_storage_ref\"s\n\023CitrixHostC" +
|
|
5238
|
+
"rashDump\022\021\n\004size\030\001 \001(\003H\000\210\001\001\0222\n\ttimestamp" +
|
|
5239
|
+
"\030\002 \001(\0132\032.google.protobuf.TimestampH\001\210\001\001B" +
|
|
5240
|
+
"\007\n\005_sizeB\014\n\n_timestamp\"\321\002\n\025CitrixHostPhy" +
|
|
5241
|
+
"sicalCpu\022\023\n\006family\030\001 \001(\003H\000\210\001\001\022\025\n\010feature" +
|
|
5242
|
+
"s\030\002 \001(\tH\001\210\001\001\022\022\n\005flags\030\003 \001(\tH\002\210\001\001\022\022\n\005mode" +
|
|
5243
|
+
"l\030\004 \001(\003H\003\210\001\001\022\027\n\nmodel_name\030\005 \001(\tH\004\210\001\001\022\033\n" +
|
|
5244
|
+
"\016number_of_cpus\030\006 \001(\003H\005\210\001\001\022\022\n\005speed\030\007 \001(" +
|
|
5245
|
+
"\003H\006\210\001\001\022\025\n\010stepping\030\010 \001(\tH\007\210\001\001\022\023\n\006vendor\030" +
|
|
5246
|
+
"\t \001(\tH\010\210\001\001B\t\n\007_familyB\013\n\t_featuresB\010\n\006_f" +
|
|
5247
|
+
"lagsB\010\n\006_modelB\r\n\013_model_nameB\021\n\017_number" +
|
|
5248
|
+
"_of_cpusB\010\n\006_speedB\013\n\t_steppingB\t\n\007_vend" +
|
|
5249
|
+
"or\"\323\001\n\017CitrixHostPatch\022\021\n\004name\030\001 \001(\tH\000\210\001" +
|
|
5250
|
+
"\001\022\030\n\013description\030\002 \001(\tH\001\210\001\001\022\021\n\004size\030\003 \001(" +
|
|
5251
|
+
"\003H\002\210\001\001\0220\n\007applied\030\004 \001(\0132\032.google.protobu" +
|
|
5252
|
+
"f.TimestampH\003\210\001\001\022\024\n\007version\030\005 \001(\tH\004\210\001\001B\007" +
|
|
5253
|
+
"\n\005_nameB\016\n\014_descriptionB\007\n\005_sizeB\n\n\010_app" +
|
|
5254
|
+
"liedB\n\n\010_version\"\353\005\n\rCitrixStorage\022\021\n\004na" +
|
|
5255
|
+
"me\030\001 \001(\tH\000\210\001\001\022\030\n\013description\030\002 \001(\tH\001\210\001\001\022" +
|
|
5256
|
+
"\032\n\rphysical_size\030\003 \001(\003H\002\210\001\001\022!\n\024physical_" +
|
|
5257
|
+
"utilization\030\004 \001(\003H\003\210\001\001\022\021\n\004type\030\005 \001(\tH\004\210\001" +
|
|
5258
|
+
"\001\022\031\n\014content_type\030\006 \001(\tH\005\210\001\001\022\026\n\tclustere" +
|
|
5259
|
+
"d\030\007 \001(\010H\006\210\001\001\022\035\n\020is_tools_storage\030\010 \001(\010H\007" +
|
|
5260
|
+
"\210\001\001\022\030\n\013local_cache\030\t \001(\010H\010\210\001\001\022\023\n\006shared\030" +
|
|
5261
|
+
"\n \001(\010H\t\210\001\001\022\021\n\004tags\030\013 \001(\tH\n\210\001\001\022\037\n\022virtual" +
|
|
5262
|
+
"_allocation\030\014 \001(\003H\013\210\001\001\022\022\n\nhost_uuids\030\r \003" +
|
|
5263
|
+
"(\t\022\030\n\013storage_ref\030\016 \001(\tH\014\210\001\001\022X\n\026physical" +
|
|
5264
|
+
"_block_devices\030\017 \003(\01328.com.lansweeper.dp" +
|
|
5265
|
+
".outbound.v1.CitrixPhysicalBlockDevice\022R" +
|
|
5266
|
+
"\n\023virtual_disk_images\030\020 \003(\01325.com.lanswe" +
|
|
5267
|
+
"eper.dp.outbound.v1.CitrixVirtualDiskIma" +
|
|
5268
|
+
"geB\007\n\005_nameB\016\n\014_descriptionB\020\n\016_physical" +
|
|
5269
|
+
"_sizeB\027\n\025_physical_utilizationB\007\n\005_typeB" +
|
|
5270
|
+
"\017\n\r_content_typeB\014\n\n_clusteredB\023\n\021_is_to" +
|
|
5271
|
+
"ols_storageB\016\n\014_local_cacheB\t\n\007_sharedB\007" +
|
|
5272
|
+
"\n\005_tagsB\025\n\023_virtual_allocationB\016\n\014_stora" +
|
|
5273
|
+
"ge_ref\"\331\001\n\031CitrixPhysicalBlockDevice\022\037\n\022" +
|
|
5274
|
+
"currently_attached\030\001 \001(\010H\000\210\001\001\022\025\n\010locatio" +
|
|
5275
|
+
"n\030\002 \001(\tH\001\210\001\001\022\025\n\010username\030\003 \001(\tH\002\210\001\001\022\021\n\004t" +
|
|
5276
|
+
"ype\030\004 \001(\tH\003\210\001\001\022\024\n\007version\030\005 \001(\tH\004\210\001\001B\025\n\023" +
|
|
5277
|
+
"_currently_attachedB\013\n\t_locationB\013\n\t_use" +
|
|
5278
|
+
"rnameB\007\n\005_typeB\n\n\010_version\"\326\005\n\026CitrixVir" +
|
|
5279
|
+
"tualDiskImage\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\030\n\013desc" +
|
|
5280
|
+
"ription\030\002 \001(\tH\001\210\001\001\022\032\n\rallow_caching\030\003 \001(" +
|
|
5281
|
+
"\010H\002\210\001\001\022\032\n\ris_a_snapshot\030\004 \001(\010H\003\210\001\001\022\025\n\010lo" +
|
|
5282
|
+
"cation\030\005 \001(\tH\004\210\001\001\022\024\n\007managed\030\006 \001(\010H\005\210\001\001\022" +
|
|
5283
|
+
"\034\n\017metadata_latest\030\007 \001(\010H\006\210\001\001\022\024\n\007missing" +
|
|
5284
|
+
"\030\010 \001(\010H\007\210\001\001\022\024\n\007on_boot\030\t \001(\tH\010\210\001\001\022!\n\024phy" +
|
|
5285
|
+
"sical_utilisation\030\n \001(\003H\t\210\001\001\022\026\n\tread_onl" +
|
|
5286
|
+
"y\030\013 \001(\010H\n\210\001\001\022\025\n\010sharable\030\014 \001(\010H\013\210\001\001\022\031\n\014s" +
|
|
5287
|
+
"torage_lock\030\r \001(\010H\014\210\001\001\022\021\n\004tags\030\016 \001(\tH\r\210\001" +
|
|
5288
|
+
"\001\022\021\n\004type\030\017 \001(\tH\016\210\001\001\022\031\n\014virtual_size\030\020 \001" +
|
|
5289
|
+
"(\003H\017\210\001\001\022\026\n\thost_uuid\030\021 \001(\tH\020\210\001\001\022\"\n\032virtu" +
|
|
5290
|
+
"al_block_device_uuids\030\022 \003(\tB\007\n\005_nameB\016\n\014" +
|
|
5291
|
+
"_descriptionB\020\n\016_allow_cachingB\020\n\016_is_a_" +
|
|
5292
|
+
"snapshotB\013\n\t_locationB\n\n\010_managedB\022\n\020_me" +
|
|
5293
|
+
"tadata_latestB\n\n\010_missingB\n\n\010_on_bootB\027\n" +
|
|
5294
|
+
"\025_physical_utilisationB\014\n\n_read_onlyB\013\n\t" +
|
|
5295
|
+
"_sharableB\017\n\r_storage_lockB\007\n\005_tagsB\007\n\005_" +
|
|
5296
|
+
"typeB\017\n\r_virtual_sizeB\014\n\n_host_uuid\"\203\002\n\t" +
|
|
5297
|
+
"CitrixPci\022\027\n\nclass_name\030\001 \001(\tH\000\210\001\001\022\030\n\013de" +
|
|
5298
|
+
"vice_name\030\002 \001(\tH\001\210\001\001\022\"\n\025subsystem_device" +
|
|
5299
|
+
"_name\030\003 \001(\tH\002\210\001\001\022\"\n\025subsystem_vendor_nam" +
|
|
5300
|
+
"e\030\004 \001(\tH\003\210\001\001\022\030\n\013vendor_name\030\005 \001(\tH\004\210\001\001B\r" +
|
|
5301
|
+
"\n\013_class_nameB\016\n\014_device_nameB\030\n\026_subsys" +
|
|
5302
|
+
"tem_device_nameB\030\n\026_subsystem_vendor_nam" +
|
|
5303
|
+
"eB\016\n\014_vendor_name\"y\n\023CitrixHostExtraInfo" +
|
|
5304
|
+
"\022\031\n\014info_type_id\030\001 \001(\005H\000\210\001\001\022\020\n\003key\030\002 \001(\t" +
|
|
5305
|
+
"H\001\210\001\001\022\022\n\005value\030\003 \001(\tH\002\210\001\001B\017\n\r_info_type_" +
|
|
5306
|
+
"idB\006\n\004_keyB\010\n\006_value\"\344\021\n\013CitrixGuest\022\021\n\004" +
|
|
5307
|
+
"name\030\001 \001(\tH\000\210\001\001\022\030\n\013description\030\002 \001(\tH\001\210\001" +
|
|
5308
|
+
"\001\022\023\n\006memory\030\003 \001(\003H\002\210\001\001\022\026\n\tcpu_count\030\004 \001(" +
|
|
5309
|
+
"\003H\003\210\001\001\022\022\n\005state\030\005 \001(\tH\004\210\001\001\022\021\n\004live\030\006 \001(\010" +
|
|
5310
|
+
"H\005\210\001\001\0225\n\014last_updated\030\007 \001(\0132\032.google.pro" +
|
|
5311
|
+
"tobuf.TimestampH\006\210\001\001\022\034\n\017hvm_boot_policy\030" +
|
|
5312
|
+
"\010 \001(\tH\007\210\001\001\022\"\n\025hvm_shadow_multiplier\030\t \001(" +
|
|
5313
|
+
"\001H\010\210\001\001\022\024\n\007pci_bus\030\n \001(\tH\t\210\001\001\022\031\n\014pv_argum" +
|
|
5314
|
+
"ents\030\013 \001(\tH\n\210\001\001\022\032\n\rpv_bootloader\030\014 \001(\tH\013" +
|
|
5315
|
+
"\210\001\001\022$\n\027pv_bootloader_arguments\030\r \001(\tH\014\210\001" +
|
|
5316
|
+
"\001\022\026\n\tpv_kernel\030\016 \001(\tH\r\210\001\001\022 \n\023pv_legacy_a" +
|
|
5317
|
+
"rguments\030\017 \001(\tH\016\210\001\001\022\027\n\npv_ramdisk\030\020 \001(\tH" +
|
|
5318
|
+
"\017\210\001\001\022 \n\023actions_after_crash\030\021 \001(\tH\020\210\001\001\022!" +
|
|
5319
|
+
"\n\024actions_after_reboot\030\022 \001(\tH\021\210\001\001\022#\n\026act" +
|
|
5320
|
+
"ions_after_shutdown\030\023 \001(\tH\022\210\001\001\022\032\n\rha_alw" +
|
|
5321
|
+
"ays_run\030\024 \001(\010H\023\210\001\001\022 \n\023ha_restart_priorit" +
|
|
5322
|
+
"y\030\025 \001(\tH\024\210\001\001\022&\n\031hardware_platform_versio" +
|
|
5323
|
+
"n\030\026 \001(\003H\025\210\001\001\022\037\n\022last_booted_record\030\027 \001(\t" +
|
|
5324
|
+
"H\026\210\001\001\022\037\n\022memory_dynamic_max\030\030 \001(\003H\027\210\001\001\022\037" +
|
|
5325
|
+
"\n\022memory_dynamic_min\030\031 \001(\003H\030\210\001\001\022\034\n\017memor" +
|
|
5326
|
+
"y_overhead\030\032 \001(\003H\031\210\001\001\022\036\n\021memory_static_m" +
|
|
5327
|
+
"ax\030\033 \001(\003H\032\210\001\001\022\036\n\021memory_static_min\030\034 \001(\003" +
|
|
5328
|
+
"H\033\210\001\001\022\032\n\rmemory_target\030\035 \001(\003H\034\210\001\001\022\022\n\005ord" +
|
|
5329
|
+
"er\030\036 \001(\003H\035\210\001\001\022\030\n\013power_state\030\037 \001(\tH\036\210\001\001\022" +
|
|
5330
|
+
"\033\n\016shutdown_delay\030 \001(\003H\037\210\001\001\022\030\n\013start_de" +
|
|
5331
|
+
"lay\030! \001(\003H \210\001\001\022\021\n\004tags\030\" \001(\tH!\210\001\001\022\031\n\014use" +
|
|
5332
|
+
"r_version\030# \001(\003H\"\210\001\001\022\024\n\007version\030$ \001(\003H#\210" +
|
|
5333
|
+
"\001\001\0225\n\014install_time\030% \001(\0132\032.google.protob" +
|
|
5334
|
+
"uf.TimestampH$\210\001\001\0223\n\nstart_time\030& \001(\0132\032." +
|
|
5335
|
+
"google.protobuf.TimestampH%\210\001\001\022\026\n\thost_u" +
|
|
5336
|
+
"uid\030\' \001(\tH&\210\001\001\022\027\n\nguest_uuid\030( \001(\tH\'\210\001\001\022" +
|
|
5337
|
+
"Q\n\022virtual_interfaces\030) \003(\01325.com.lanswe" +
|
|
5338
|
+
"eper.dp.outbound.v1.CitrixVirtualInterfa" +
|
|
5339
|
+
"ce\022H\n\013extra_infos\030* \003(\01323.com.lansweeper" +
|
|
5340
|
+
".dp.outbound.v1.CitrixGuestExtraInfo\022V\n\025" +
|
|
5341
|
+
"virtual_block_devices\030+ \003(\01327.com.lanswe" +
|
|
5342
|
+
"eper.dp.outbound.v1.CitrixVirtualBlockDe" +
|
|
5343
|
+
"vice\022\030\n\020citrix_host_uuid\030, \001(\t\022\030\n\020citrix" +
|
|
5344
|
+
"_pool_uuid\030- \001(\t\022\031\n\014appliance_id\030. \001(\tH(" +
|
|
5345
|
+
"\210\001\001B\007\n\005_nameB\016\n\014_descriptionB\t\n\007_memoryB" +
|
|
5346
|
+
"\014\n\n_cpu_countB\010\n\006_stateB\007\n\005_liveB\017\n\r_las" +
|
|
5347
|
+
"t_updatedB\022\n\020_hvm_boot_policyB\030\n\026_hvm_sh" +
|
|
5348
|
+
"adow_multiplierB\n\n\010_pci_busB\017\n\r_pv_argum" +
|
|
5349
|
+
"entsB\020\n\016_pv_bootloaderB\032\n\030_pv_bootloader" +
|
|
5350
|
+
"_argumentsB\014\n\n_pv_kernelB\026\n\024_pv_legacy_a" +
|
|
5351
|
+
"rgumentsB\r\n\013_pv_ramdiskB\026\n\024_actions_afte" +
|
|
5352
|
+
"r_crashB\027\n\025_actions_after_rebootB\031\n\027_act" +
|
|
5353
|
+
"ions_after_shutdownB\020\n\016_ha_always_runB\026\n" +
|
|
5354
|
+
"\024_ha_restart_priorityB\034\n\032_hardware_platf" +
|
|
5355
|
+
"orm_versionB\025\n\023_last_booted_recordB\025\n\023_m" +
|
|
5356
|
+
"emory_dynamic_maxB\025\n\023_memory_dynamic_min" +
|
|
5357
|
+
"B\022\n\020_memory_overheadB\024\n\022_memory_static_m" +
|
|
5358
|
+
"axB\024\n\022_memory_static_minB\020\n\016_memory_targ" +
|
|
5359
|
+
"etB\010\n\006_orderB\016\n\014_power_stateB\021\n\017_shutdow" +
|
|
5360
|
+
"n_delayB\016\n\014_start_delayB\007\n\005_tagsB\017\n\r_use" +
|
|
5361
|
+
"r_versionB\n\n\010_versionB\017\n\r_install_timeB\r" +
|
|
5362
|
+
"\n\013_start_timeB\014\n\n_host_uuidB\r\n\013_guest_uu" +
|
|
5363
|
+
"idB\017\n\r_appliance_id\"z\n\024CitrixGuestExtraI" +
|
|
5364
|
+
"nfo\022\031\n\014info_type_id\030\001 \001(\005H\000\210\001\001\022\020\n\003key\030\002 " +
|
|
5365
|
+
"\001(\tH\001\210\001\001\022\022\n\005value\030\003 \001(\tH\002\210\001\001B\017\n\r_info_ty" +
|
|
5366
|
+
"pe_idB\006\n\004_keyB\010\n\006_value\"\204\006\n\030CitrixVirtua" +
|
|
5367
|
+
"lBlockDevice\022\025\n\010bootable\030\001 \001(\010H\000\210\001\001\022\037\n\022c" +
|
|
5368
|
+
"urrently_attached\030\002 \001(\010H\001\210\001\001\022\023\n\006device\030\003" +
|
|
5369
|
+
" \001(\tH\002\210\001\001\022\022\n\005empty\030\004 \001(\010H\003\210\001\001\022\021\n\004mode\030\005 " +
|
|
5370
|
+
"\001(\tH\004\210\001\001\022%\n\030qos_algorithm_parameters\030\006 \001" +
|
|
5371
|
+
"(\tH\005\210\001\001\022\037\n\022qos_algorithm_type\030\007 \001(\tH\006\210\001\001" +
|
|
5372
|
+
"\022%\n\030qos_supported_algorithms\030\010 \001(\tH\007\210\001\001\022" +
|
|
5373
|
+
"\037\n\022runtime_properties\030\t \001(\tH\010\210\001\001\022\030\n\013stat" +
|
|
5374
|
+
"us_code\030\n \001(\003H\t\210\001\001\022\033\n\016status_details\030\013 \001" +
|
|
5375
|
+
"(\tH\n\210\001\001\022\031\n\014storage_lock\030\014 \001(\010H\013\210\001\001\022\021\n\004ty" +
|
|
5376
|
+
"pe\030\r \001(\tH\014\210\001\001\022\030\n\013unpluggable\030\016 \001(\010H\r\210\001\001\022" +
|
|
5377
|
+
"\030\n\013user_device\030\017 \001(\tH\016\210\001\001\022&\n\031virtual_blo" +
|
|
5378
|
+
"ck_device_uuid\030\020 \001(\tH\017\210\001\001B\013\n\t_bootableB\025" +
|
|
5379
|
+
"\n\023_currently_attachedB\t\n\007_deviceB\010\n\006_emp" +
|
|
5380
|
+
"tyB\007\n\005_modeB\033\n\031_qos_algorithm_parameters" +
|
|
5381
|
+
"B\025\n\023_qos_algorithm_typeB\033\n\031_qos_supporte" +
|
|
5382
|
+
"d_algorithmsB\025\n\023_runtime_propertiesB\016\n\014_" +
|
|
5383
|
+
"status_codeB\021\n\017_status_detailsB\017\n\r_stora" +
|
|
5384
|
+
"ge_lockB\007\n\005_typeB\016\n\014_unpluggableB\016\n\014_use" +
|
|
5385
|
+
"r_deviceB\034\n\032_virtual_block_device_uuid\"\257" +
|
|
5386
|
+
"\t\n\027CitrixPhysicalInterface\022\030\n\013device_nam" +
|
|
5387
|
+
"e\030\001 \001(\tH\000\210\001\001\022\020\n\003mac\030\002 \001(\tH\001\210\001\001\022\020\n\003mtu\030\003 " +
|
|
5388
|
+
"\001(\003H\002\210\001\001\022\020\n\003dns\030\004 \001(\tH\003\210\001\001\022\017\n\002ip\030\005 \001(\tH\004" +
|
|
5389
|
+
"\210\001\001\022\024\n\007netmask\030\006 \001(\tH\005\210\001\001\022\024\n\007gateway\030\007 \001" +
|
|
5390
|
+
"(\tH\006\210\001\001\022\023\n\006vendor\030\010 \001(\tH\007\210\001\001\022\022\n\005speed\030\t " +
|
|
5391
|
+
"\001(\003H\010\210\001\001\0225\n\014last_updated\030\n \001(\0132\032.google." +
|
|
5392
|
+
"protobuf.TimestampH\t\210\001\001\022\037\n\022currently_att" +
|
|
5393
|
+
"ached\030\013 \001(\010H\n\210\001\001\022\034\n\017disallow_unplug\030\014 \001(" +
|
|
5394
|
+
"\010H\013\210\001\001\022\022\n\005ip_v6\030\r \001(\tH\014\210\001\001\022\023\n\006device\030\016 \001" +
|
|
5395
|
+
"(\tH\r\210\001\001\022\"\n\025ip_configuration_mode\030\017 \001(\tH\016" +
|
|
5396
|
+
"\210\001\001\022%\n\030ip_v6_configuration_mode\030\020 \001(\tH\017\210" +
|
|
5397
|
+
"\001\001\022\032\n\rip_v6_gateway\030\021 \001(\tH\020\210\001\001\022\024\n\007manage" +
|
|
5398
|
+
"d\030\022 \001(\010H\021\210\001\001\022\027\n\nmanagement\030\023 \001(\010H\022\210\001\001\022\025\n" +
|
|
5399
|
+
"\010physical\030\024 \001(\010H\023\210\001\001\022!\n\024primary_address_" +
|
|
5400
|
+
"type\030\025 \001(\tH\024\210\001\001\022\024\n\007carrier\030\026 \001(\010H\025\210\001\001\022\023\n" +
|
|
5401
|
+
"\006duplex\030\027 \001(\010H\026\210\001\001\022\026\n\tdevice_id\030\030 \001(\tH\027\210" +
|
|
5402
|
+
"\001\001\022\031\n\014pci_bus_path\030\031 \001(\tH\030\210\001\001\022\026\n\tvendor_" +
|
|
5403
|
+
"id\030\032 \001(\tH\031\210\001\001\022\030\n\013vendor_name\030\033 \001(\tH\032\210\001\001\022" +
|
|
5404
|
+
"\026\n\thost_uuid\030\034 \001(\tH\033\210\001\001\022\033\n\016interface_uui" +
|
|
5405
|
+
"d\030\035 \001(\tH\034\210\001\001B\016\n\014_device_nameB\006\n\004_macB\006\n\004" +
|
|
5406
|
+
"_mtuB\006\n\004_dnsB\005\n\003_ipB\n\n\010_netmaskB\n\n\010_gate" +
|
|
5407
|
+
"wayB\t\n\007_vendorB\010\n\006_speedB\017\n\r_last_update" +
|
|
5408
|
+
"dB\025\n\023_currently_attachedB\022\n\020_disallow_un" +
|
|
5409
|
+
"plugB\010\n\006_ip_v6B\t\n\007_deviceB\030\n\026_ip_configu" +
|
|
5410
|
+
"ration_modeB\033\n\031_ip_v6_configuration_mode" +
|
|
5411
|
+
"B\020\n\016_ip_v6_gatewayB\n\n\010_managedB\r\n\013_manag" +
|
|
5412
|
+
"ementB\013\n\t_physicalB\027\n\025_primary_address_t" +
|
|
5413
|
+
"ypeB\n\n\010_carrierB\t\n\007_duplexB\014\n\n_device_id" +
|
|
5414
|
+
"B\017\n\r_pci_bus_pathB\014\n\n_vendor_idB\016\n\014_vend" +
|
|
5415
|
+
"or_nameB\014\n\n_host_uuidB\021\n\017_interface_uuid" +
|
|
5416
|
+
"\"_\n\035CitrixVirtualInterfaceAddress\022\027\n\nip_" +
|
|
5417
|
+
"version\030\001 \001(\rH\000\210\001\001\022\017\n\002ip\030\002 \001(\tH\001\210\001\001B\r\n\013_" +
|
|
5418
|
+
"ip_versionB\005\n\003_ip\"\221\005\n\026CitrixVirtualInter" +
|
|
5419
|
+
"face\022\023\n\006device\030\001 \001(\tH\000\210\001\001\022\020\n\003mac\030\002 \001(\tH\001" +
|
|
5420
|
+
"\210\001\001\022\037\n\022mac_auto_generated\030\003 \001(\010H\002\210\001\001\022\020\n\003" +
|
|
5421
|
+
"mtu\030\004 \001(\003H\003\210\001\001\022\030\n\013status_code\030\005 \001(\003H\004\210\001\001" +
|
|
5422
|
+
"\022\033\n\016status_details\030\006 \001(\tH\005\210\001\001\022\037\n\022current" +
|
|
5423
|
+
"ly_attached\030\007 \001(\010H\006\210\001\001\022\037\n\022qos_algorithm_" +
|
|
5424
|
+
"type\030\010 \001(\tH\007\210\001\001\022\033\n\016qos_algorithms\030\t \001(\tH" +
|
|
5425
|
+
"\010\210\001\001\022\031\n\014locking_mode\030\n \001(\tH\t\210\001\001\022\026\n\thost_" +
|
|
5426
|
+
"uuid\030\013 \001(\tH\n\210\001\001\022\023\n\006vm_ref\030\014 \001(\tH\013\210\001\001\022\033\n\016" +
|
|
5427
|
+
"interface_uuid\030\r \001(\tH\014\210\001\001\022O\n\taddresses\030\016" +
|
|
5428
|
+
" \003(\0132<.com.lansweeper.dp.outbound.v1.Cit" +
|
|
5429
|
+
"rixVirtualInterfaceAddressB\t\n\007_deviceB\006\n" +
|
|
5430
|
+
"\004_macB\025\n\023_mac_auto_generatedB\006\n\004_mtuB\016\n\014" +
|
|
5431
|
+
"_status_codeB\021\n\017_status_detailsB\025\n\023_curr" +
|
|
5432
|
+
"ently_attachedB\025\n\023_qos_algorithm_typeB\021\n" +
|
|
5433
|
+
"\017_qos_algorithmsB\017\n\r_locking_modeB\014\n\n_ho" +
|
|
5434
|
+
"st_uuidB\t\n\007_vm_refB\021\n\017_interface_uuid\"\200\003" +
|
|
5435
|
+
"\n\020IpLocationConfig\022\014\n\004name\030\001 \001(\t\022\032\n\rloca" +
|
|
5436
|
+
"l_ip_cidr\030\002 \001(\tH\000\210\001\001\022\033\n\016local_ip_start\030\003" +
|
|
5437
|
+
" \001(\tH\001\210\001\001\022\031\n\014local_ip_end\030\004 \001(\tH\002\210\001\001\022\026\n\t" +
|
|
5438
|
+
"source_id\030\005 \001(\tH\003\210\001\001\022\035\n\020internet_ip_cidr" +
|
|
5439
|
+
"\030\006 \001(\tH\004\210\001\001\022\"\n\025internet_country_code\030\007 \001" +
|
|
5440
|
+
"(\tH\005\210\001\001\022\"\n\025internet_country_city\030\010 \001(\tH\006" +
|
|
5441
|
+
"\210\001\001B\020\n\016_local_ip_cidrB\021\n\017_local_ip_start" +
|
|
5442
|
+
"B\017\n\r_local_ip_endB\014\n\n_source_idB\023\n\021_inte" +
|
|
5443
|
+
"rnet_ip_cidrB\030\n\026_internet_country_codeB\030" +
|
|
5444
|
+
"\n\026_internet_country_city\"\032\n\007SiteKey\022\017\n\007s" +
|
|
5445
|
+
"ite_id\030\001 \001(\t\"M\n\014ReconRuleSet\022=\n\013recon_ru" +
|
|
5446
|
+
"les\030\001 \003(\0132(.com.lansweeper.dp.outbound.v" +
|
|
5447
|
+
"1.ReconRule\"\211\001\n\tReconRule\0226\n\002id\030\001 \001(\0162*." +
|
|
5448
|
+
"com.lansweeper.dp.outbound.v1.ReconRuleI" +
|
|
5449
|
+
"d\022\014\n\004name\030\002 \001(\t\022\023\n\013description\030\003 \001(\t\022\020\n\010" +
|
|
5450
|
+
"priority\030\004 \001(\005\022\017\n\007enabled\030\005 \001(\010\"\246\010\n\025Offi" +
|
|
5451
|
+
"ce365Organization\022\021\n\ttenant_id\030\001 \001(\t\022\030\n\013" +
|
|
5452
|
+
"displayname\030\002 \001(\tH\000\210\001\001\022\024\n\007country\030\003 \001(\tH" +
|
|
5453
|
+
"\001\210\001\001\022\021\n\004city\030\004 \001(\tH\002\210\001\001\022\031\n\014country_name\030" +
|
|
5454
|
+
"\005 \001(\tH\003\210\001\001\022\030\n\013postal_code\030\006 \001(\tH\004\210\001\001\022\022\n\005" +
|
|
5455
|
+
"state\030\007 \001(\tH\005\210\001\001\022\023\n\006street\030\010 \001(\tH\006\210\001\001\022\035\n" +
|
|
5456
|
+
"\020telephone_number\030\t \001(\tH\007\210\001\001\022C\n\032company_" +
|
|
5457
|
+
"last_dir_sync_time\030\n \001(\0132\032.google.protob" +
|
|
5458
|
+
"uf.TimestampH\010\210\001\001\022\035\n\020dir_sync_enabled\030\013 " +
|
|
5459
|
+
"\001(\010H\t\210\001\001\022?\n\007domains\030\014 \003(\0132..com.lansweep" +
|
|
5460
|
+
"er.dp.outbound.v1.Office365Domain\022A\n\010lic" +
|
|
5461
|
+
"enses\030\017 \003(\0132/.com.lansweeper.dp.outbound" +
|
|
5462
|
+
".v1.Office365License\022c\n\016assigned_plans\030\020" +
|
|
5463
|
+
" \003(\0132G.com.lansweeper.dp.outbound.v1.Off" +
|
|
5464
|
+
"ice365Organization.AssignedPlansEntryB\002\030" +
|
|
5465
|
+
"\001\022A\n\010contacts\030\021 \003(\0132/.com.lansweeper.dp." +
|
|
5466
|
+
"outbound.v1.Office365Contact\022B\n\tmailboxe" +
|
|
5467
|
+
"s\030\022 \003(\0132/.com.lansweeper.dp.outbound.v1." +
|
|
5468
|
+
"Office365Mailbox\022V\n\021assigned_licenses\030\023 " +
|
|
5469
|
+
"\003(\01327.com.lansweeper.dp.outbound.v1.Offi" +
|
|
5470
|
+
"ce365AssignedLicenseB\002\030\001\032j\n\022AssignedPlan" +
|
|
5471
|
+
"sEntry\022\013\n\003key\030\001 \001(\t\022C\n\005value\030\002 \001(\01324.com" +
|
|
5472
|
+
".lansweeper.dp.outbound.v1.Office365Assi" +
|
|
5473
|
+
"gnedPlan:\0028\001B\016\n\014_displaynameB\n\n\010_country" +
|
|
5474
|
+
"B\007\n\005_cityB\017\n\r_country_nameB\016\n\014_postal_co" +
|
|
5475
|
+
"deB\010\n\006_stateB\t\n\007_streetB\023\n\021_telephone_nu" +
|
|
5476
|
+
"mberB\035\n\033_company_last_dir_sync_timeB\023\n\021_" +
|
|
5477
|
+
"dir_sync_enabled\"\274\002\n\020Office365Mailbox\022\027\n" +
|
|
5478
|
+
"\017o365_mailbox_id\030\001 \001(\t\022\034\n\024o365_organizat" +
|
|
5479
|
+
"ion_id\030\002 \001(\t\022\024\n\014display_name\030\003 \001(\t\022\025\n\rpr" +
|
|
5480
|
+
"imary_email\030\004 \001(\t\022\025\n\remail_address\030\005 \001(\t" +
|
|
5481
|
+
"\022\r\n\005alias\030\006 \001(\t\022\026\n\016recipient_type\030\007 \001(\t\022" +
|
|
5482
|
+
"\036\n\026recipient_type_details\030\010 \001(\t\022\033\n\023user_" +
|
|
5483
|
+
"principal_name\030\t \001(\t\022\020\n\010identity\030\n \001(\t\022\030" +
|
|
5484
|
+
"\n\020o365_mailbox_key\030\013 \001(\t\022\035\n\025o365_organiz" +
|
|
5485
|
+
"ation_key\030\014 \001(\t\"\236\003\n\025Office365AssignedPla" +
|
|
5486
|
+
"n\022\027\n\017service_plan_id\030\001 \001(\t\022\024\n\007service\030\002 " +
|
|
5487
|
+
"\001(\tH\000\210\001\001\022\036\n\021capability_status\030\003 \001(\tH\001\210\001\001" +
|
|
5488
|
+
"\022<\n\023assigned_time_stamp\030\004 \001(\0132\032.google.p" +
|
|
5489
|
+
"rotobuf.TimestampH\002\210\001\001\022W\n\nusers_keys\030\005 \003" +
|
|
5490
|
+
"(\0132C.com.lansweeper.dp.outbound.v1.Offic" +
|
|
5491
|
+
"e365AssignedPlan.UsersKeysEntry\022\035\n\025o365_" +
|
|
5492
|
+
"assigned_plan_id\030\006 \001(\t\022\024\n\014o365_user_id\030\010" +
|
|
5493
|
+
" \001(\t\0320\n\016UsersKeysEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005v" +
|
|
5494
|
+
"alue\030\002 \001(\010:\0028\001B\n\n\010_serviceB\024\n\022_capabilit" +
|
|
5495
|
+
"y_statusB\026\n\024_assigned_time_stamp\"\250\001\n\030Off" +
|
|
5496
|
+
"ice365AssignedLicense\022 \n\030o365_assigned_l" +
|
|
5497
|
+
"icense_id\030\001 \001(\t\022\027\n\017o365_license_id\030\002 \001(\t" +
|
|
5498
|
+
"\022\024\n\014o365_user_id\030\003 \001(\t\022!\n\031o365_assigned_" +
|
|
5499
|
+
"license_key\030\004 \001(\t\022\030\n\020o365_license_key\030\005 " +
|
|
5500
|
+
"\001(\t\"Z\n\020Office365Contact\022\031\n\014display_name\030" +
|
|
5501
|
+
"\001 \001(\tH\000\210\001\001\022\021\n\004mail\030\002 \001(\tH\001\210\001\001B\017\n\r_displa" +
|
|
5502
|
+
"y_nameB\007\n\005_mail\"\223\004\n\017Office365Domain\022\n\n\002i" +
|
|
5503
|
+
"d\030\001 \001(\005\022\034\n\017organization_id\030\002 \001(\005H\000\210\001\001\022\030\n" +
|
|
5504
|
+
"\013domain_name\030\003 \001(\tH\001\210\001\001\022 \n\023authenticatio" +
|
|
5505
|
+
"n_type\030\004 \001(\tH\002\210\001\001\022\035\n\020is_admin_managed\030\005 " +
|
|
5506
|
+
"\001(\010H\003\210\001\001\022\027\n\nis_default\030\006 \001(\010H\004\210\001\001\022\027\n\nis_" +
|
|
5507
|
+
"initial\030\007 \001(\010H\005\210\001\001\022\024\n\007is_root\030\010 \001(\010H\006\210\001\001" +
|
|
5508
|
+
"\022\030\n\013is_verified\030\t \001(\010H\007\210\001\001\022\037\n\022supported_" +
|
|
5509
|
+
"services\030\n \001(\tH\010\210\001\001\022\022\n\005state\030\013 \001(\tH\t\210\001\001\022" +
|
|
5510
|
+
" \n\023availability_status\030\014 \001(\tH\n\210\001\001B\022\n\020_or" +
|
|
5511
|
+
"ganization_idB\016\n\014_domain_nameB\026\n\024_authen" +
|
|
5512
|
+
"tication_typeB\023\n\021_is_admin_managedB\r\n\013_i" +
|
|
5513
|
+
"s_defaultB\r\n\013_is_initialB\n\n\010_is_rootB\016\n\014" +
|
|
5514
|
+
"_is_verifiedB\025\n\023_supported_servicesB\010\n\006_" +
|
|
5515
|
+
"stateB\026\n\024_availability_status\"\263\003\n\016Office" +
|
|
5516
|
+
"365Group\022\021\n\tobject_id\030\001 \001(\t\022\031\n\014display_n" +
|
|
5517
|
+
"ame\030\002 \001(\tH\000\210\001\001\022\030\n\013description\030\003 \001(\tH\001\210\001\001" +
|
|
5518
|
+
"\022\031\n\014mail_enabled\030\004 \001(\010H\002\210\001\001\022\035\n\020security_" +
|
|
5519
|
+
"enabled\030\005 \001(\010H\003\210\001\001\022\021\n\004mail\030\006 \001(\tH\004\210\001\001\022\032\n" +
|
|
5520
|
+
"\rmail_nickname\030\007 \001(\tH\005\210\001\001\022\034\n\017proxy_addre" +
|
|
5521
|
+
"sses\030\010 \001(\tH\006\210\001\001\022$\n\027organization_entity_k" +
|
|
5522
|
+
"ey\030\t \001(\tH\007\210\001\001\022\021\n\004type\030\n \001(\tH\010\210\001\001B\017\n\r_dis" +
|
|
5523
|
+
"play_nameB\016\n\014_descriptionB\017\n\r_mail_enabl" +
|
|
5524
|
+
"edB\023\n\021_security_enabledB\007\n\005_mailB\020\n\016_mai" +
|
|
5525
|
+
"l_nicknameB\022\n\020_proxy_addressesB\032\n\030_organ" +
|
|
5526
|
+
"ization_entity_keyB\007\n\005_type\"\216\005\n\020Office36" +
|
|
5527
|
+
"5License\022\016\n\006sku_id\030\001 \001(\t\022\033\n\016consumed_uni" +
|
|
5528
|
+
"ts\030\002 \001(\005H\000\210\001\001\022\"\n\025prepaid_units_enabled\030\003" +
|
|
5529
|
+
" \001(\005H\001\210\001\001\022$\n\027prepaid_units_suspended\030\004 \001" +
|
|
5530
|
+
"(\005H\002\210\001\001\022\"\n\025prepaid_units_warning\030\005 \001(\005H\003" +
|
|
5531
|
+
"\210\001\001\022\034\n\017sku_part_number\030\006 \001(\tH\004\210\001\001\022\027\n\napp" +
|
|
5532
|
+
"lies_to\030\007 \001(\tH\005\210\001\001\022\036\n\021capability_status\030" +
|
|
5533
|
+
"\010 \001(\tH\006\210\001\001\022R\n\nusers_keys\030\t \003(\0132>.com.lan" +
|
|
5534
|
+
"sweeper.dp.outbound.v1.Office365License." +
|
|
5535
|
+
"UsersKeysEntry\022J\n\rservice_plans\030\n \003(\01323." +
|
|
5536
|
+
"com.lansweeper.dp.outbound.v1.Office365S" +
|
|
5537
|
+
"ervicePlan\022\021\n\004name\030\013 \001(\tH\007\210\001\001\0320\n\016UsersKe" +
|
|
5538
|
+
"ysEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001B" +
|
|
5539
|
+
"\021\n\017_consumed_unitsB\030\n\026_prepaid_units_ena" +
|
|
5540
|
+
"bledB\032\n\030_prepaid_units_suspendedB\030\n\026_pre" +
|
|
5541
|
+
"paid_units_warningB\022\n\020_sku_part_numberB\r" +
|
|
5542
|
+
"\n\013_applies_toB\024\n\022_capability_statusB\007\n\005_" +
|
|
5543
|
+
"name\"\340\001\n\024Office365ServicePlan\022\034\n\017service" +
|
|
5544
|
+
"_plan_id\030\001 \001(\tH\000\210\001\001\022\036\n\021service_plan_name" +
|
|
5545
|
+
"\030\002 \001(\tH\001\210\001\001\022 \n\023provisioning_status\030\003 \001(\t" +
|
|
5546
|
+
"H\002\210\001\001\022\027\n\napplies_to\030\004 \001(\tH\003\210\001\001B\022\n\020_servi" +
|
|
5547
|
+
"ce_plan_idB\024\n\022_service_plan_nameB\026\n\024_pro" +
|
|
5548
|
+
"visioning_statusB\r\n\013_applies_to\"\222\023\n\rOffi" +
|
|
5549
|
+
"ce365User\022\021\n\tobject_id\030\001 \001(\t\022 \n\023user_pri" +
|
|
5550
|
+
"ncipal_name\030\002 \001(\tH\000\210\001\001\022\031\n\014display_name\030\003" +
|
|
5551
|
+
" \001(\tH\001\210\001\001\022\021\n\004mail\030\004 \001(\tH\002\210\001\001\022\034\n\017account_" +
|
|
5552
|
+
"enabled\030\005 \001(\010H\003\210\001\001\022\026\n\tage_group\030\006 \001(\tH\004\210" +
|
|
5553
|
+
"\001\001\022\021\n\004city\030\007 \001(\tH\005\210\001\001\022\024\n\007company\030\010 \001(\tH\006" +
|
|
5554
|
+
"\210\001\001\022\'\n\032consent_provided_for_minor\030\t \001(\tH" +
|
|
5555
|
+
"\007\210\001\001\022\032\n\rcreation_type\030\n \001(\tH\010\210\001\001\022\027\n\ndepa" +
|
|
5556
|
+
"rtment\030\013 \001(\tH\t\210\001\001\022\035\n\020dir_sync_enabled\030\014 " +
|
|
5557
|
+
"\001(\010H\n\210\001\001\022\'\n\032facsimile_telephone_number\030\r" +
|
|
5558
|
+
" \001(\tH\013\210\001\001\022\027\n\ngiven_name\030\016 \001(\tH\014\210\001\001\022\031\n\014im" +
|
|
5559
|
+
"mutable_id\030\017 \001(\tH\r\210\001\001\022$\n\027is_global_admin" +
|
|
5560
|
+
"istrator\030\020 \001(\010H\016\210\001\001\022\030\n\013is_licensed\030\021 \001(\010" +
|
|
5561
|
+
"H\017\210\001\001\022\026\n\tjob_title\030\022 \001(\tH\020\210\001\001\022;\n\022last_di" +
|
|
5562
|
+
"r_sync_time\030\023 \001(\0132\032.google.protobuf.Time" +
|
|
5563
|
+
"stampH\021\210\001\001\022+\n\036legal_age_group_classifica" +
|
|
5564
|
+
"tion\030\024 \001(\tH\022\210\001\001\022\033\n\016mail_nick_name\030\025 \001(\tH" +
|
|
5565
|
+
"\023\210\001\001\022\023\n\006mobile\030\026 \001(\tH\024\210\001\001\022,\n\037on_premises" +
|
|
5566
|
+
"_security_identifier\030\027 \001(\tH\025\210\001\001\022\030\n\013other" +
|
|
5567
|
+
"_mails\030\030 \001(\tH\026\210\001\001\022\036\n\021password_policies\030\031" +
|
|
5568
|
+
" \001(\tH\027\210\001\001\022\035\n\020password_profile\030\032 \001(\tH\030\210\001\001" +
|
|
5569
|
+
"\022*\n\035physical_delivery_office_name\030\033 \001(\tH" +
|
|
5570
|
+
"\031\210\001\001\022\030\n\013postal_code\030\034 \001(\tH\032\210\001\001\022\037\n\022prefer" +
|
|
5571
|
+
"red_language\030\036 \001(\tH\033\210\001\001\022L\n#refresh_token" +
|
|
5572
|
+
"s_valid_from_date_time\030\037 \001(\0132\032.google.pr" +
|
|
5573
|
+
"otobuf.TimestampH\034\210\001\001\022\022\n\005state\030 \001(\tH\035\210\001" +
|
|
5574
|
+
"\001\022\023\n\006street\030! \001(\tH\036\210\001\001\022\035\n\020telephone_numb" +
|
|
5575
|
+
"er\030\" \001(\tH\037\210\001\001\022\033\n\016usage_location\030# \001(\tH \210" +
|
|
5576
|
+
"\001\001\022\026\n\tuser_type\030$ \001(\tH!\210\001\001\022\030\n\013manager_up" +
|
|
5577
|
+
"n\030% \001(\tH\"\210\001\001\022\037\n\022distinguished_name\030& \001(\t" +
|
|
5578
|
+
"H#\210\001\001\022)\n\034reset_password_on_next_logon\030\' " +
|
|
5579
|
+
"\001(\010H$\210\001\001\022\021\n\004name\030( \001(\tH%\210\001\001\022$\n\027organizat" +
|
|
5580
|
+
"ion_entity_key\030) \001(\tH&\210\001\001\022O\n\ngroup_keys\030" +
|
|
5581
|
+
"* \003(\0132;.com.lansweeper.dp.outbound.v1.Of" +
|
|
5582
|
+
"fice365User.GroupKeysEntry\022\021\n\004type\030+ \001(\t" +
|
|
5583
|
+
"H\'\210\001\001\022\023\n\006domain\030, \001(\tH(\210\001\001\022W\n\016assigned_p" +
|
|
5584
|
+
"lans\030- \003(\0132?.com.lansweeper.dp.outbound." +
|
|
5585
|
+
"v1.Office365User.AssignedPlansEntry\0320\n\016G" +
|
|
5586
|
+
"roupKeysEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(" +
|
|
5587
|
+
"\010:\0028\001\032j\n\022AssignedPlansEntry\022\013\n\003key\030\001 \001(\t" +
|
|
5588
|
+
"\022C\n\005value\030\002 \001(\01324.com.lansweeper.dp.outb" +
|
|
5589
|
+
"ound.v1.Office365AssignedPlan:\0028\001B\026\n\024_us" +
|
|
5590
|
+
"er_principal_nameB\017\n\r_display_nameB\007\n\005_m" +
|
|
5591
|
+
"ailB\022\n\020_account_enabledB\014\n\n_age_groupB\007\n" +
|
|
5592
|
+
"\005_cityB\n\n\010_companyB\035\n\033_consent_provided_" +
|
|
5593
|
+
"for_minorB\020\n\016_creation_typeB\r\n\013_departme" +
|
|
5594
|
+
"ntB\023\n\021_dir_sync_enabledB\035\n\033_facsimile_te" +
|
|
5595
|
+
"lephone_numberB\r\n\013_given_nameB\017\n\r_immuta" +
|
|
5596
|
+
"ble_idB\032\n\030_is_global_administratorB\016\n\014_i" +
|
|
5597
|
+
"s_licensedB\014\n\n_job_titleB\025\n\023_last_dir_sy" +
|
|
5598
|
+
"nc_timeB!\n\037_legal_age_group_classificati" +
|
|
5599
|
+
"onB\021\n\017_mail_nick_nameB\t\n\007_mobileB\"\n _on_" +
|
|
5600
|
+
"premises_security_identifierB\016\n\014_other_m" +
|
|
5601
|
+
"ailsB\024\n\022_password_policiesB\023\n\021_password_" +
|
|
5602
|
+
"profileB \n\036_physical_delivery_office_nam" +
|
|
5603
|
+
"eB\016\n\014_postal_codeB\025\n\023_preferred_language" +
|
|
5604
|
+
"B&\n$_refresh_tokens_valid_from_date_time" +
|
|
5605
|
+
"B\010\n\006_stateB\t\n\007_streetB\023\n\021_telephone_numb" +
|
|
5606
|
+
"erB\021\n\017_usage_locationB\014\n\n_user_typeB\016\n\014_" +
|
|
5607
|
+
"manager_upnB\025\n\023_distinguished_nameB\037\n\035_r" +
|
|
5608
|
+
"eset_password_on_next_logonB\007\n\005_nameB\032\n\030" +
|
|
5609
|
+
"_organization_entity_keyB\007\n\005_typeB\t\n\007_do" +
|
|
5610
|
+
"main*a\n\013ReconRuleId\022\024\n\020RECONCILE_BY_MAC\020" +
|
|
5611
|
+
"\000\022\"\n\036RECONCILE_BY_MAKE_MODEL_SERIAL\020\001\022\030\n" +
|
|
5612
|
+
"\024RECONCILE_BY_NETBIOS\020\0022\244\005\n\027DataCoreOutb" +
|
|
5613
|
+
"oundService\022p\n\tGetEntity\022/.com.lansweepe" +
|
|
5614
|
+
"r.dp.outbound.v1.GetEntityRequest\0320.com." +
|
|
5615
|
+
"lansweeper.dp.outbound.v1.GetEntityRespo" +
|
|
5616
|
+
"nse\"\000\022w\n\014ListEntities\0220.com.lansweeper.d" +
|
|
5617
|
+
"p.outbound.v1.ListEntityRequest\0321.com.la" +
|
|
5618
|
+
"nsweeper.dp.outbound.v1.ListEntityRespon" +
|
|
5619
|
+
"se\"\0000\001\022|\n\rCatalogLookup\0223.com.lansweeper" +
|
|
5620
|
+
".dp.outbound.v1.CatalogLookupRequest\0324.c" +
|
|
5621
|
+
"om.lansweeper.dp.outbound.v1.CatalogLook" +
|
|
5622
|
+
"upResponse\"\000\022\216\001\n\023GetIpLocationConfig\0229.c" +
|
|
5623
|
+
"om.lansweeper.dp.outbound.v1.GetIpLocati" +
|
|
5624
|
+
"onConfigRequest\032:.com.lansweeper.dp.outb" +
|
|
5625
|
+
"ound.v1.GetIpLocationConfigResponse\"\000\022\216\001" +
|
|
5626
|
+
"\n\023SetIpLocationConfig\0229.com.lansweeper.d",
|
|
5627
|
+
"p.outbound.v1.SetIpLocationConfigRequest" +
|
|
5628
|
+
"\032:.com.lansweeper.dp.outbound.v1.SetIpLo" +
|
|
5629
|
+
"cationConfigResponse\"\0002\331\t\n\031DataCoreBacko" +
|
|
5630
|
+
"fficeService\022\\\n\014CreateEntity\022%.com.lansw" +
|
|
5631
|
+
"eeper.dp.outbound.v1.Entity\032%.com.lanswe" +
|
|
5632
|
+
"eper.dp.outbound.v1.Entity\022\\\n\010GetAsset\022)" +
|
|
5633
|
+
".com.lansweeper.dp.outbound.v1.EntityPat" +
|
|
5634
|
+
"h\032%.com.lansweeper.dp.outbound.v1.Entity" +
|
|
5635
|
+
"\022[\n\013UpdateAsset\022%.com.lansweeper.dp.outb" +
|
|
5636
|
+
"ound.v1.Entity\032%.com.lansweeper.dp.outbo" +
|
|
5637
|
+
"und.v1.Entity\022_\n\013DeleteAsset\022).com.lansw" +
|
|
5638
|
+
"eeper.dp.outbound.v1.EntityPath\032%.com.la" +
|
|
5639
|
+
"nsweeper.dp.outbound.v1.Entity\022b\n\nListAs" +
|
|
5640
|
+
"sets\022+.com.lansweeper.dp.outbound.v1.Ent" +
|
|
5641
|
+
"ityFilter\032%.com.lansweeper.dp.outbound.v" +
|
|
5642
|
+
"1.Entity0\001\022V\n\nCreateSite\022#.com.lansweepe" +
|
|
5643
|
+
"r.dp.outbound.v1.Site\032#.com.lansweeper.d" +
|
|
5644
|
+
"p.outbound.v1.Site\022V\n\007GetSite\022&.com.lans" +
|
|
5645
|
+
"weeper.dp.outbound.v1.SiteKey\032#.com.lans" +
|
|
5646
|
+
"weeper.dp.outbound.v1.Site\022V\n\nUpdateSite" +
|
|
5647
|
+
"\022#.com.lansweeper.dp.outbound.v1.Site\032#." +
|
|
5648
|
+
"com.lansweeper.dp.outbound.v1.Site\022Y\n\nDe" +
|
|
5649
|
+
"leteSite\022&.com.lansweeper.dp.outbound.v1" +
|
|
5650
|
+
".SiteKey\032#.com.lansweeper.dp.outbound.v1" +
|
|
5651
|
+
".Site\022v\n\017EntityDeconcile\022/.com.lansweepe" +
|
|
5652
|
+
"r.dp.outbound.v1.DeconcileRequest\0320.com." +
|
|
5653
|
+
"lansweeper.dp.outbound.v1.DeconcileRespo" +
|
|
5654
|
+
"nse\"\000\022\237\001\n\033CorrelationIndexRealignment\022<." +
|
|
5655
|
+
"com.lansweeper.dp.outbound.v1.Correlatio" +
|
|
5656
|
+
"nRealignmentRequest\032B.com.lansweeper.dp." +
|
|
5657
|
+
"outbound.v1.CorrelationIndexRealignmentR" +
|
|
5658
|
+
"esponse\022a\n\022RefreshEntityCount\022&.com.lans" +
|
|
5659
|
+
"weeper.dp.outbound.v1.SiteKey\032#.com.lans" +
|
|
5660
|
+
"weeper.dp.outbound.v1.SiteB\022P\001Z\016./genera" +
|
|
5661
|
+
"ted-gob\006proto3"
|
|
5630
5662
|
};
|
|
5631
5663
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
5632
5664
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
@@ -6923,231 +6955,249 @@ public final class Outbound {
|
|
|
6923
6955
|
internal_static_com_lansweeper_dp_outbound_v1_MonitorInventory_fieldAccessorTable = new
|
|
6924
6956
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6925
6957
|
internal_static_com_lansweeper_dp_outbound_v1_MonitorInventory_descriptor,
|
|
6926
|
-
new java.lang.String[] { "Timestamp", "Monitor", });
|
|
6927
|
-
|
|
6958
|
+
new java.lang.String[] { "Timestamp", "Monitor", "ExternalMonitor", "ConnectedComputer", "Relation", });
|
|
6959
|
+
internal_static_com_lansweeper_dp_outbound_v1_MonitorConnectedComputerList_descriptor =
|
|
6928
6960
|
getDescriptor().getMessageTypes().get(208);
|
|
6961
|
+
internal_static_com_lansweeper_dp_outbound_v1_MonitorConnectedComputerList_fieldAccessorTable = new
|
|
6962
|
+
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6963
|
+
internal_static_com_lansweeper_dp_outbound_v1_MonitorConnectedComputerList_descriptor,
|
|
6964
|
+
new java.lang.String[] { "ConnectedComputers", });
|
|
6965
|
+
internal_static_com_lansweeper_dp_outbound_v1_MonitorConnectedComputer_descriptor =
|
|
6966
|
+
getDescriptor().getMessageTypes().get(209);
|
|
6967
|
+
internal_static_com_lansweeper_dp_outbound_v1_MonitorConnectedComputer_fieldAccessorTable = new
|
|
6968
|
+
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6969
|
+
internal_static_com_lansweeper_dp_outbound_v1_MonitorConnectedComputer_descriptor,
|
|
6970
|
+
new java.lang.String[] { "ScannedAt", "AssetReference", });
|
|
6971
|
+
internal_static_com_lansweeper_dp_outbound_v1_Monitor_descriptor =
|
|
6972
|
+
getDescriptor().getMessageTypes().get(210);
|
|
6929
6973
|
internal_static_com_lansweeper_dp_outbound_v1_Monitor_fieldAccessorTable = new
|
|
6930
6974
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6931
6975
|
internal_static_com_lansweeper_dp_outbound_v1_Monitor_descriptor,
|
|
6932
6976
|
new java.lang.String[] { "Id", "MakeId", "MakeName", "ModelName", "SerialNumber", "ManufacturerDate", "Windows", "Mac", "Data", "CatalogBrand", "CatalogMonitor", "Spec", });
|
|
6933
6977
|
internal_static_com_lansweeper_dp_outbound_v1_MonitorData_descriptor =
|
|
6934
|
-
getDescriptor().getMessageTypes().get(
|
|
6978
|
+
getDescriptor().getMessageTypes().get(211);
|
|
6935
6979
|
internal_static_com_lansweeper_dp_outbound_v1_MonitorData_fieldAccessorTable = new
|
|
6936
6980
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6937
6981
|
internal_static_com_lansweeper_dp_outbound_v1_MonitorData_descriptor,
|
|
6938
6982
|
new java.lang.String[] { "SizeInInch", "MaxResolution", "AspectRatio", "ResponseTimeInMs", "HdType", "DisplayTech", "RefreshRate", "Panel", "HeightInCm", "WidthInCm", "DiagonalInCm", "HasSpeakers", "HasCamera", "HasUsbHub", "UsbUpstream", "NrOfUsbUpstream", "UsbTypeADownstream", "NrOfVga", "NrOfDvi", "NrOfHdmi", "HdmiVersion", "NumberOfDisplayPorts", "DisplayPortVersion", "EnergyClass", "SdrPer1000U", "AverageWattUsage", "StandbyWattUsage", "MaxWattUsage", "WattUsageWhenOff", "WattPowerSave", "AcVoltage", "AcFreqInHz", "CurrentInA", "Manufacturer", "Model", "CreationDate", });
|
|
6939
6983
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsMonitorInfo_descriptor =
|
|
6940
|
-
getDescriptor().getMessageTypes().get(
|
|
6984
|
+
getDescriptor().getMessageTypes().get(212);
|
|
6941
6985
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsMonitorInfo_fieldAccessorTable = new
|
|
6942
6986
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6943
6987
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsMonitorInfo_descriptor,
|
|
6944
6988
|
new java.lang.String[] { "Model", "PnpDeviceId", "SerialNumber", "SerialHex", "VesaManufacturer", "KeyManufacturer", "ManufacturerDate", "DeviceId", });
|
|
6945
6989
|
internal_static_com_lansweeper_dp_outbound_v1_MacMonitorInfo_descriptor =
|
|
6946
|
-
getDescriptor().getMessageTypes().get(
|
|
6990
|
+
getDescriptor().getMessageTypes().get(213);
|
|
6947
6991
|
internal_static_com_lansweeper_dp_outbound_v1_MacMonitorInfo_fieldAccessorTable = new
|
|
6948
6992
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6949
6993
|
internal_static_com_lansweeper_dp_outbound_v1_MacMonitorInfo_descriptor,
|
|
6950
6994
|
new java.lang.String[] { "Name", "ProductId", "SerialNumber", "VendorId", "Week", "Year", "Id", "Pixels", "Resolution", "AmbientBrightness", "ConnectionType", "DisplayType", "IsMain", "Mirror", "IsOnline", "PixelResolution", "CoreImage", "Depth", "QuartzExtreme", "DeviceType", "BuiltIn", });
|
|
6951
6995
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacWifiController_descriptor =
|
|
6952
|
-
getDescriptor().getMessageTypes().get(
|
|
6996
|
+
getDescriptor().getMessageTypes().get(214);
|
|
6953
6997
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacWifiController_fieldAccessorTable = new
|
|
6954
6998
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6955
6999
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacWifiController_descriptor,
|
|
6956
7000
|
new java.lang.String[] { "AirportInterfaces", "SoftwareInformation", });
|
|
6957
7001
|
internal_static_com_lansweeper_dp_outbound_v1_WiFiInterface_descriptor =
|
|
6958
|
-
getDescriptor().getMessageTypes().get(
|
|
7002
|
+
getDescriptor().getMessageTypes().get(215);
|
|
6959
7003
|
internal_static_com_lansweeper_dp_outbound_v1_WiFiInterface_fieldAccessorTable = new
|
|
6960
7004
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6961
7005
|
internal_static_com_lansweeper_dp_outbound_v1_WiFiInterface_descriptor,
|
|
6962
7006
|
new java.lang.String[] { "Name", "AirdropChannel", "AirdropSupported", "AutoUnlockSupported", "CardType", "CountryCode", "FirmwareVersion", "Locale", "MacAddress", "StatusInformation", "SupportedChannels", "SupportedPhyModes", "WakeOnWirelessSupported", "CurrentNetwork", "OtherLocalNetworks", });
|
|
6963
7007
|
internal_static_com_lansweeper_dp_outbound_v1_WiFiNetwork_descriptor =
|
|
6964
|
-
getDescriptor().getMessageTypes().get(
|
|
7008
|
+
getDescriptor().getMessageTypes().get(216);
|
|
6965
7009
|
internal_static_com_lansweeper_dp_outbound_v1_WiFiNetwork_fieldAccessorTable = new
|
|
6966
7010
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6967
7011
|
internal_static_com_lansweeper_dp_outbound_v1_WiFiNetwork_descriptor,
|
|
6968
7012
|
new java.lang.String[] { "Name", "NetworkBssid", "NetworkChannel", "NetworkCountryCode", "NetworkMcsIndex", "NetworkPhyMode", "NetworkTransmitRate", "NetworkType", "SecurityMode", "SignalNoise", });
|
|
6969
7013
|
internal_static_com_lansweeper_dp_outbound_v1_WiFiSoftware_descriptor =
|
|
6970
|
-
getDescriptor().getMessageTypes().get(
|
|
7014
|
+
getDescriptor().getMessageTypes().get(217);
|
|
6971
7015
|
internal_static_com_lansweeper_dp_outbound_v1_WiFiSoftware_fieldAccessorTable = new
|
|
6972
7016
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6973
7017
|
internal_static_com_lansweeper_dp_outbound_v1_WiFiSoftware_descriptor,
|
|
6974
7018
|
new java.lang.String[] { "AirportUtilityVersion", "CoreWlanVersion", "CoreWlanKitVersion", "DiagnosticsVersion", "Io80211FamilyVersion", "MenuExtraVersion", "SystemInformationVersion", });
|
|
6975
7019
|
internal_static_com_lansweeper_dp_outbound_v1_AntivirusSoftware_descriptor =
|
|
6976
|
-
getDescriptor().getMessageTypes().get(
|
|
7020
|
+
getDescriptor().getMessageTypes().get(218);
|
|
6977
7021
|
internal_static_com_lansweeper_dp_outbound_v1_AntivirusSoftware_fieldAccessorTable = new
|
|
6978
7022
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6979
7023
|
internal_static_com_lansweeper_dp_outbound_v1_AntivirusSoftware_descriptor,
|
|
6980
7024
|
new java.lang.String[] { "Name", "Guid", "Enabled", "UpToDate", "Software", });
|
|
6981
7025
|
internal_static_com_lansweeper_dp_outbound_v1_IpInfo_descriptor =
|
|
6982
|
-
getDescriptor().getMessageTypes().get(
|
|
7026
|
+
getDescriptor().getMessageTypes().get(219);
|
|
6983
7027
|
internal_static_com_lansweeper_dp_outbound_v1_IpInfo_fieldAccessorTable = new
|
|
6984
7028
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6985
7029
|
internal_static_com_lansweeper_dp_outbound_v1_IpInfo_descriptor,
|
|
6986
7030
|
new java.lang.String[] { "Address", "Hostname", "Timezone", "ContinentCode", "CountryCode", "RegionCode", "CountryCity", "Isp", "Organization", });
|
|
6987
7031
|
internal_static_com_lansweeper_dp_outbound_v1_SoftwareInventory_descriptor =
|
|
6988
|
-
getDescriptor().getMessageTypes().get(
|
|
7032
|
+
getDescriptor().getMessageTypes().get(220);
|
|
6989
7033
|
internal_static_com_lansweeper_dp_outbound_v1_SoftwareInventory_fieldAccessorTable = new
|
|
6990
7034
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6991
7035
|
internal_static_com_lansweeper_dp_outbound_v1_SoftwareInventory_descriptor,
|
|
6992
7036
|
new java.lang.String[] { "Timestamp", "Software", });
|
|
6993
7037
|
internal_static_com_lansweeper_dp_outbound_v1_Software_descriptor =
|
|
6994
|
-
getDescriptor().getMessageTypes().get(
|
|
7038
|
+
getDescriptor().getMessageTypes().get(221);
|
|
6995
7039
|
internal_static_com_lansweeper_dp_outbound_v1_Software_fieldAccessorTable = new
|
|
6996
7040
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6997
7041
|
internal_static_com_lansweeper_dp_outbound_v1_Software_descriptor,
|
|
6998
7042
|
new java.lang.String[] { "Rank", "TypeId", "CatId", "MakeId", "SwId", "ParentId", "TypeName", "CatName", "MakeName", "Name", "Version", "MarketVer", "Edition", "Build", "Arch", "Lang", "ObtainedFrom", "SignedBy", "Cpe", "Raw", "RawHash", "NreHash", "CatalogBrand", "CatalogSoftware", "CatalogParent", "RhelBasedDataPoints", "DebianBasedDataPoints", });
|
|
6999
7043
|
internal_static_com_lansweeper_dp_outbound_v1_RhelBasedSoftwareDataPoints_descriptor =
|
|
7000
|
-
getDescriptor().getMessageTypes().get(
|
|
7044
|
+
getDescriptor().getMessageTypes().get(222);
|
|
7001
7045
|
internal_static_com_lansweeper_dp_outbound_v1_RhelBasedSoftwareDataPoints_fieldAccessorTable = new
|
|
7002
7046
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7003
7047
|
internal_static_com_lansweeper_dp_outbound_v1_RhelBasedSoftwareDataPoints_descriptor,
|
|
7004
7048
|
new java.lang.String[] { "SourceRpm", "Epoch", "UiFromRepo", });
|
|
7005
7049
|
internal_static_com_lansweeper_dp_outbound_v1_DebianBasedSoftwareDataPoints_descriptor =
|
|
7006
|
-
getDescriptor().getMessageTypes().get(
|
|
7050
|
+
getDescriptor().getMessageTypes().get(223);
|
|
7007
7051
|
internal_static_com_lansweeper_dp_outbound_v1_DebianBasedSoftwareDataPoints_fieldAccessorTable = new
|
|
7008
7052
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7009
7053
|
internal_static_com_lansweeper_dp_outbound_v1_DebianBasedSoftwareDataPoints_descriptor,
|
|
7010
7054
|
new java.lang.String[] { "DpkgStatusAbbrev", "BinaryPackageName", "SourcePackageName", "SourceVersion", });
|
|
7011
7055
|
internal_static_com_lansweeper_dp_outbound_v1_RawSoftware_descriptor =
|
|
7012
|
-
getDescriptor().getMessageTypes().get(
|
|
7056
|
+
getDescriptor().getMessageTypes().get(224);
|
|
7013
7057
|
internal_static_com_lansweeper_dp_outbound_v1_RawSoftware_fieldAccessorTable = new
|
|
7014
7058
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7015
7059
|
internal_static_com_lansweeper_dp_outbound_v1_RawSoftware_descriptor,
|
|
7016
7060
|
new java.lang.String[] { "Name", "Vendor", "Version", "Info", "ExePath", "Arch", "InstallDate", "SourceType", "SwId", "IsCurrentUser", });
|
|
7017
7061
|
internal_static_com_lansweeper_dp_outbound_v1_SoftwareChangeEvent_descriptor =
|
|
7018
|
-
getDescriptor().getMessageTypes().get(
|
|
7062
|
+
getDescriptor().getMessageTypes().get(225);
|
|
7019
7063
|
internal_static_com_lansweeper_dp_outbound_v1_SoftwareChangeEvent_fieldAccessorTable = new
|
|
7020
7064
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7021
7065
|
internal_static_com_lansweeper_dp_outbound_v1_SoftwareChangeEvent_descriptor,
|
|
7022
7066
|
new java.lang.String[] { "EventType", "Start", "End", "Software", "PrevSoftware", });
|
|
7023
7067
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacInstallHistory_descriptor =
|
|
7024
|
-
getDescriptor().getMessageTypes().get(
|
|
7068
|
+
getDescriptor().getMessageTypes().get(226);
|
|
7025
7069
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacInstallHistory_fieldAccessorTable = new
|
|
7026
7070
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7027
7071
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacInstallHistory_descriptor,
|
|
7028
7072
|
new java.lang.String[] { "Name", "InstallDate", "InstallVersion", "PackageSource", });
|
|
7029
7073
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogBrand_descriptor =
|
|
7030
|
-
getDescriptor().getMessageTypes().get(
|
|
7074
|
+
getDescriptor().getMessageTypes().get(227);
|
|
7031
7075
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogBrand_fieldAccessorTable = new
|
|
7032
7076
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7033
7077
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogBrand_descriptor,
|
|
7034
7078
|
new java.lang.String[] { "Id", "MakeName", "ParentId", "LastUpdateTime", "CountryCode", "LogoImageUrl", "BannerImageUrl", "WikipediaId", "WikipediaLangCode", "WebsiteUrl", "SupportUrl", "SupportPhone", "FacebookAccount", "TwitterAccount", "WarrantyUrl", "WarrantyDirectUrl", "CommunityUrl", "LinkedinAccount", "InstagramAccount", "YoutubeAccount", "PinterestAccount", "TiktokAccount", "ClassHardware", "ClassSoftware", "ClassConsumer", "ClassEnterprise", "ClassIndustrial", "ClassIndividual", "MatchScore", });
|
|
7035
7079
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogModel_descriptor =
|
|
7036
|
-
getDescriptor().getMessageTypes().get(
|
|
7080
|
+
getDescriptor().getMessageTypes().get(228);
|
|
7037
7081
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogModel_fieldAccessorTable = new
|
|
7038
7082
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7039
7083
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogModel_descriptor,
|
|
7040
7084
|
new java.lang.String[] { "Id", "MakeId", "DeviceModel", "DeviceTypeId", "DeviceModelCode", "FamilyId", "IsFamily", "ManualUrl", "FaqUrl", "ReleaseDate", "DiscDate", "EosDate", "LifecyleConfidence", "PriceClass", "ProductClass", "CfpEmissions", "CfpEmissionsStd", "CfpUse", "ShIftttHandle", "ShGoogleAssLangs", "ShAlexaLangs", "ShHassHandle", "ShAppleHomeKit", "ShOpenHabHandle", "NistCpe", "Popularity", "LastUpdateTime", "MatchScore", });
|
|
7041
7085
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogOs_descriptor =
|
|
7042
|
-
getDescriptor().getMessageTypes().get(
|
|
7086
|
+
getDescriptor().getMessageTypes().get(229);
|
|
7043
7087
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogOs_fieldAccessorTable = new
|
|
7044
7088
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7045
7089
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogOs_descriptor,
|
|
7046
7090
|
new java.lang.String[] { "Id", "OsName", "OsVersion", "OsBuild", "OsVersionName", "OverrideId", "MakeId", "ParentId", "ReleaseDate", "EolDate", "EosDate", "EosxDate", "LifecyleConfidence", "LogoImageUrl", "BannerImageUrl", "WikipediaId", "WikipediaLangCode", "WebsiteUrl", "SupportUrl", "SupportPhone", "FacebookAccount", "TwitterAccount", "NistCpe", "LastUpdateTime", "MatchScore", });
|
|
7047
7091
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogSoftware_descriptor =
|
|
7048
|
-
getDescriptor().getMessageTypes().get(
|
|
7092
|
+
getDescriptor().getMessageTypes().get(230);
|
|
7049
7093
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogSoftware_fieldAccessorTable = new
|
|
7050
7094
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7051
7095
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogSoftware_descriptor,
|
|
7052
7096
|
new java.lang.String[] { "Id", "SwName", "SwVersion", "SwMarketVer", "SwEdition", "SwLang", "SwBuild", "MakeId", "ParentId", "LatestId", "SwType", "SwCategory", "ReleaseDate", "EolDate", "EosDate", "EosxDate", "LifecyleConfidence", "FlagLatest", "FlagWidespread", "FlagDeprecated", "LastUpdateTime", "MatchScore", });
|
|
7053
7097
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogMonitor_descriptor =
|
|
7054
|
-
getDescriptor().getMessageTypes().get(
|
|
7098
|
+
getDescriptor().getMessageTypes().get(231);
|
|
7055
7099
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogMonitor_fieldAccessorTable = new
|
|
7056
7100
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7057
7101
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogMonitor_descriptor,
|
|
7058
7102
|
new java.lang.String[] { "Id", "Model", "VendorId", "MakeId", "FamilyId", "IsFamily", "OfficialPage", "SupportPage", "SizeInch", "MaxResolution", "AspectRatio", "ResponseTimeMs", "HdType", "DisplayTech", "RefreshRate", "Panel", "HeightCm", "WidthCm", "DiagonalCm", "UsbUpstream", "NrUsbUpstream", "NrUsbTypeADownstream", "NrHdmi", "NrVga", "NrDvi", "HdmiVersion", "NrDisplayPorts", "DisplayPortVersion", "EnergyClass", "SdrPer1000U", "AverageWattUsage", "MaxWattUsage", "WattUsageStandby", "WattPowerSave", "AcVoltage", "AcFreqHz", "CurrentA", "FeatureAio", "FeatureCamera", "FeatureSpeakers", "FeatureHdmi", "FeatureEth", "FeaturePortrait", "FeatureCurved", "LastUpdateTime", "MatchScore", });
|
|
7059
7103
|
internal_static_com_lansweeper_dp_outbound_v1_Printer_descriptor =
|
|
7060
|
-
getDescriptor().getMessageTypes().get(
|
|
7104
|
+
getDescriptor().getMessageTypes().get(232);
|
|
7061
7105
|
internal_static_com_lansweeper_dp_outbound_v1_Printer_fieldAccessorTable = new
|
|
7062
7106
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7063
7107
|
internal_static_com_lansweeper_dp_outbound_v1_Printer_descriptor,
|
|
7064
7108
|
new java.lang.String[] { "PrinterName", "PrintedPages", "PrintedColorPages", "PrintedMonoPages", "PrinterStatus", "SerialNumber", "Toner", });
|
|
7065
7109
|
internal_static_com_lansweeper_dp_outbound_v1_PrinterTonerInfo_descriptor =
|
|
7066
|
-
getDescriptor().getMessageTypes().get(
|
|
7110
|
+
getDescriptor().getMessageTypes().get(233);
|
|
7067
7111
|
internal_static_com_lansweeper_dp_outbound_v1_PrinterTonerInfo_fieldAccessorTable = new
|
|
7068
7112
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7069
7113
|
internal_static_com_lansweeper_dp_outbound_v1_PrinterTonerInfo_descriptor,
|
|
7070
7114
|
new java.lang.String[] { "Name", "Color", "ColorNumber", "MaximumTonerLevel", "Number", "RemainingTonerLevel", });
|
|
7071
7115
|
internal_static_com_lansweeper_dp_outbound_v1_Ups_descriptor =
|
|
7072
|
-
getDescriptor().getMessageTypes().get(
|
|
7116
|
+
getDescriptor().getMessageTypes().get(234);
|
|
7073
7117
|
internal_static_com_lansweeper_dp_outbound_v1_Ups_fieldAccessorTable = new
|
|
7074
7118
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7075
7119
|
internal_static_com_lansweeper_dp_outbound_v1_Ups_descriptor,
|
|
7076
7120
|
new java.lang.String[] { "Manufacturer", "Model", "UpsSoftwareVersion", "AgentSoftwareVersion", "Name", "AttachedDevices", "BatteryStatus", "SecondsOnBattery", "EstimatedMinutesRemaining", "EstimatedChargeRemaining", "BatteryVoltage", "BatteryCurrent", "BatteryTemperature", "AlarmsPresent", });
|
|
7077
7121
|
internal_static_com_lansweeper_dp_outbound_v1_User_descriptor =
|
|
7078
|
-
getDescriptor().getMessageTypes().get(
|
|
7122
|
+
getDescriptor().getMessageTypes().get(235);
|
|
7079
7123
|
internal_static_com_lansweeper_dp_outbound_v1_User_fieldAccessorTable = new
|
|
7080
7124
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7081
7125
|
internal_static_com_lansweeper_dp_outbound_v1_User_descriptor,
|
|
7082
7126
|
new java.lang.String[] { "Id", "LastSynced", "FirstSeen", "LastUpdated", "LastEnriched", "LastSyncedSourceAgent", "LastSyncedSourceName", "SourceInfo", "UnlinkedSourceInfo", "DataProcessor", "UniqueKey", "ScanError", "InternetIp", "Tag", "Relation", "CorrelationFields", "Reconciliation", "Core", "AdUser", "Office365User", });
|
|
7083
7127
|
internal_static_com_lansweeper_dp_outbound_v1_UserCoreFields_descriptor =
|
|
7084
|
-
getDescriptor().getMessageTypes().get(
|
|
7128
|
+
getDescriptor().getMessageTypes().get(236);
|
|
7085
7129
|
internal_static_com_lansweeper_dp_outbound_v1_UserCoreFields_fieldAccessorTable = new
|
|
7086
7130
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7087
7131
|
internal_static_com_lansweeper_dp_outbound_v1_UserCoreFields_descriptor,
|
|
7088
7132
|
new java.lang.String[] { "UserName", "Upn", "Sid", "Email", });
|
|
7089
7133
|
internal_static_com_lansweeper_dp_outbound_v1_Group_descriptor =
|
|
7090
|
-
getDescriptor().getMessageTypes().get(
|
|
7134
|
+
getDescriptor().getMessageTypes().get(237);
|
|
7091
7135
|
internal_static_com_lansweeper_dp_outbound_v1_Group_fieldAccessorTable = new
|
|
7092
7136
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7093
7137
|
internal_static_com_lansweeper_dp_outbound_v1_Group_descriptor,
|
|
7094
7138
|
new java.lang.String[] { "Id", "LastSynced", "FirstSeen", "LastUpdated", "LastEnriched", "LastSyncedSourceAgent", "LastSyncedSourceName", "SourceInfo", "UnlinkedSourceInfo", "DataProcessor", "UniqueKey", "ScanError", "InternetIp", "Tag", "Relation", "CorrelationFields", "Reconciliation", "Core", "AdGroup", "Office365Group", });
|
|
7095
7139
|
internal_static_com_lansweeper_dp_outbound_v1_GroupCoreFields_descriptor =
|
|
7096
|
-
getDescriptor().getMessageTypes().get(
|
|
7140
|
+
getDescriptor().getMessageTypes().get(238);
|
|
7097
7141
|
internal_static_com_lansweeper_dp_outbound_v1_GroupCoreFields_fieldAccessorTable = new
|
|
7098
7142
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7099
7143
|
internal_static_com_lansweeper_dp_outbound_v1_GroupCoreFields_descriptor,
|
|
7100
7144
|
new java.lang.String[] { "Sid", "Name", });
|
|
7101
7145
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryObject_descriptor =
|
|
7102
|
-
getDescriptor().getMessageTypes().get(
|
|
7146
|
+
getDescriptor().getMessageTypes().get(239);
|
|
7103
7147
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryObject_fieldAccessorTable = new
|
|
7104
7148
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7105
7149
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryObject_descriptor,
|
|
7106
7150
|
new java.lang.String[] { "DomainOid", "Oid", "Sid", "DistinguishedName", "DomainDns", "Name", "ObjectClass", "CreationTime", "LastChanged", });
|
|
7107
7151
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryComputer_descriptor =
|
|
7108
|
-
getDescriptor().getMessageTypes().get(
|
|
7152
|
+
getDescriptor().getMessageTypes().get(240);
|
|
7109
7153
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryComputer_fieldAccessorTable = new
|
|
7110
7154
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7111
7155
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryComputer_descriptor,
|
|
7112
|
-
new java.lang.String[] { "AdObject", "AdDomain", "SamAccountName", "Cn", "Ou", "Description", "Comment", "Company", "Location", "IpAddress", "Enabled", "BitlockerRecoveryInfo", "OperatingSystem", "OperatingSystemVersion", "ManagedByUserOid", "ManagedByGroupOid", });
|
|
7156
|
+
new java.lang.String[] { "AdObject", "AdDomain", "SamAccountName", "Cn", "Ou", "Description", "Comment", "Company", "Location", "IpAddress", "Enabled", "BitlockerRecoveryInfo", "OperatingSystem", "OperatingSystemVersion", "ManagedByUserOid", "ManagedByGroupOid", "BitLockerRecoveryKeys", });
|
|
7157
|
+
internal_static_com_lansweeper_dp_outbound_v1_BitLockerRecoveryKey_descriptor =
|
|
7158
|
+
getDescriptor().getMessageTypes().get(241);
|
|
7159
|
+
internal_static_com_lansweeper_dp_outbound_v1_BitLockerRecoveryKey_fieldAccessorTable = new
|
|
7160
|
+
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7161
|
+
internal_static_com_lansweeper_dp_outbound_v1_BitLockerRecoveryKey_descriptor,
|
|
7162
|
+
new java.lang.String[] { "RecoveryKey", "LastChanged", });
|
|
7113
7163
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryPrinter_descriptor =
|
|
7114
|
-
getDescriptor().getMessageTypes().get(
|
|
7164
|
+
getDescriptor().getMessageTypes().get(242);
|
|
7115
7165
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryPrinter_fieldAccessorTable = new
|
|
7116
7166
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7117
7167
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryPrinter_descriptor,
|
|
7118
7168
|
new java.lang.String[] { "Description", "Cn", "DriverVersion", "ServerName", "DScorePropagationData", "NtSecurityDescriptor", "PrintStartTime", "PrintBinNames", "PrintColor", "PrintKeepPrintedJobs", "PrintSpooling", "PrintDuplexSupported", "PrintMinYExtent", "PrintMaxYExtent", "PrintMinXExtent", "PrintMaxXExtent", "PrintMaxResolutionSupported", "PrintPagesPerMinute", "PrintStaplingSupported", "InstanceType", "PrintCollate", "PrintRate", "PrintRateUnit", "PrintEndTime", "PortName", "Priority", "VersionNumber", "PrinterName", "ShortServerName", "PrintMediaReady", "PrintMediaSupported", "UncName", "UsnChanged", "UsnCreated", "Category", "DriverName", "PrintOrientationsSupported", "PrintShareName", "IpAddress", });
|
|
7119
7169
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryDomain_descriptor =
|
|
7120
|
-
getDescriptor().getMessageTypes().get(
|
|
7170
|
+
getDescriptor().getMessageTypes().get(243);
|
|
7121
7171
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryDomain_fieldAccessorTable = new
|
|
7122
7172
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7123
7173
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryDomain_descriptor,
|
|
7124
7174
|
new java.lang.String[] { "AdObject", "MinimumPasswordAge", "MaximumPasswordAge", });
|
|
7125
7175
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryUser_descriptor =
|
|
7126
|
-
getDescriptor().getMessageTypes().get(
|
|
7176
|
+
getDescriptor().getMessageTypes().get(244);
|
|
7127
7177
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryUser_fieldAccessorTable = new
|
|
7128
7178
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7129
7179
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryUser_descriptor,
|
|
7130
7180
|
new java.lang.String[] { "AdObject", "AdDomain", "SamAccountName", "Cn", "Ou", "Domain", "Description", "Comment", "Company", "PrimaryGroupId", "Enabled", "UserAccountControl", "AccountExpires", "LockoutTime", "PasswordLastSet", "LastLogon", "LockoutDate", "CanUserChangePassword", "PasswordExpirationDate", "PasswordNeverExpires", "PasswordRequired", "PasswordChangeableDate", "Email", "DisplayName", "GivenName", "Surname", "Telephone", "FacSimile", "Mobile", "StreetAddress", "City", "Country", "Department", "DeliveryOfficeName", "CountryAbbreviation", "PostalCode", "CountryCode", "PrincipalName", "Title", "Division", "Info", "HomePhone", "Pager", "IpPhone", "HomePage", "PostOfficeBox", "State", "ProfilePath", "ScriptPath", "HomeDirectory", "ThumbnailPhoto", "EmployeeId", "EmployeeNumber", "EmployeeType", "Initials", "MiddleName", "PrimaryGroupOid", "ManagerOid", "MemberOfOid", "DirectReports", "ManagerUpn", });
|
|
7131
7181
|
internal_static_com_lansweeper_dp_outbound_v1_DirectReport_descriptor =
|
|
7132
|
-
getDescriptor().getMessageTypes().get(
|
|
7182
|
+
getDescriptor().getMessageTypes().get(245);
|
|
7133
7183
|
internal_static_com_lansweeper_dp_outbound_v1_DirectReport_fieldAccessorTable = new
|
|
7134
7184
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7135
7185
|
internal_static_com_lansweeper_dp_outbound_v1_DirectReport_descriptor,
|
|
7136
7186
|
new java.lang.String[] { "AdUserKey", "DisplayName", });
|
|
7137
7187
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryGroup_descriptor =
|
|
7138
|
-
getDescriptor().getMessageTypes().get(
|
|
7188
|
+
getDescriptor().getMessageTypes().get(246);
|
|
7139
7189
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryGroup_fieldAccessorTable = new
|
|
7140
7190
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7141
7191
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryGroup_descriptor,
|
|
7142
7192
|
new java.lang.String[] { "AdObject", "AdDomain", "SamAccountName", "Cn", "Ou", "Description", "Comment", "Type", "Email", "ManagedByUserOid", "ManagedByGroupOid", "MemberOfOid", });
|
|
7143
7193
|
internal_static_com_lansweeper_dp_outbound_v1_Vmware_descriptor =
|
|
7144
|
-
getDescriptor().getMessageTypes().get(
|
|
7194
|
+
getDescriptor().getMessageTypes().get(247);
|
|
7145
7195
|
internal_static_com_lansweeper_dp_outbound_v1_Vmware_fieldAccessorTable = new
|
|
7146
7196
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7147
7197
|
internal_static_com_lansweeper_dp_outbound_v1_Vmware_descriptor,
|
|
7148
7198
|
new java.lang.String[] { "Esxi", "GuestVm", "Vcenter", "VmwareData", });
|
|
7149
7199
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareVCenter_descriptor =
|
|
7150
|
-
getDescriptor().getMessageTypes().get(
|
|
7200
|
+
getDescriptor().getMessageTypes().get(248);
|
|
7151
7201
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareVCenter_fieldAccessorTable = new
|
|
7152
7202
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7153
7203
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareVCenter_descriptor,
|
|
@@ -7159,7 +7209,7 @@ public final class Outbound {
|
|
|
7159
7209
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareVCenter_VcenterDatacentersEntry_descriptor,
|
|
7160
7210
|
new java.lang.String[] { "Key", "Value", });
|
|
7161
7211
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiHypervisor_descriptor =
|
|
7162
|
-
getDescriptor().getMessageTypes().get(
|
|
7212
|
+
getDescriptor().getMessageTypes().get(249);
|
|
7163
7213
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiHypervisor_fieldAccessorTable = new
|
|
7164
7214
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7165
7215
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiHypervisor_descriptor,
|
|
@@ -7177,7 +7227,7 @@ public final class Outbound {
|
|
|
7177
7227
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiHypervisor_EsxiGuestVmKeyEntry_descriptor,
|
|
7178
7228
|
new java.lang.String[] { "Key", "Value", });
|
|
7179
7229
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiGuestVm_descriptor =
|
|
7180
|
-
getDescriptor().getMessageTypes().get(
|
|
7230
|
+
getDescriptor().getMessageTypes().get(250);
|
|
7181
7231
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiGuestVm_fieldAccessorTable = new
|
|
7182
7232
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7183
7233
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiGuestVm_descriptor,
|
|
@@ -7189,13 +7239,13 @@ public final class Outbound {
|
|
|
7189
7239
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiGuestVm_EsxiGuestSnapshotsEntry_descriptor,
|
|
7190
7240
|
new java.lang.String[] { "Key", "Value", });
|
|
7191
7241
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareProductInfo_descriptor =
|
|
7192
|
-
getDescriptor().getMessageTypes().get(
|
|
7242
|
+
getDescriptor().getMessageTypes().get(251);
|
|
7193
7243
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareProductInfo_fieldAccessorTable = new
|
|
7194
7244
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7195
7245
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareProductInfo_descriptor,
|
|
7196
7246
|
new java.lang.String[] { "InternalKey", "Uuid", "ParentFolder", "NumHostBusAdapters", "NumNetworkInterfaceCards", "Name", "ApiType", "ApiVersion", "Build", "LicenseProductName", "LicenseProductVersion", "LocaleBuild", "LocaleVersion", "OsType", "ProductLineId", "Vendor", "Version", });
|
|
7197
7247
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatacenter_descriptor =
|
|
7198
|
-
getDescriptor().getMessageTypes().get(
|
|
7248
|
+
getDescriptor().getMessageTypes().get(252);
|
|
7199
7249
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatacenter_fieldAccessorTable = new
|
|
7200
7250
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7201
7251
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatacenter_descriptor,
|
|
@@ -7225,7 +7275,7 @@ public final class Outbound {
|
|
|
7225
7275
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatacenter_DatastoresEntry_descriptor,
|
|
7226
7276
|
new java.lang.String[] { "Key", "Value", });
|
|
7227
7277
|
internal_static_com_lansweeper_dp_outbound_v1_EsxiCluster_descriptor =
|
|
7228
|
-
getDescriptor().getMessageTypes().get(
|
|
7278
|
+
getDescriptor().getMessageTypes().get(253);
|
|
7229
7279
|
internal_static_com_lansweeper_dp_outbound_v1_EsxiCluster_fieldAccessorTable = new
|
|
7230
7280
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7231
7281
|
internal_static_com_lansweeper_dp_outbound_v1_EsxiCluster_descriptor,
|
|
@@ -7237,7 +7287,7 @@ public final class Outbound {
|
|
|
7237
7287
|
internal_static_com_lansweeper_dp_outbound_v1_EsxiCluster_HypervisorsEntry_descriptor,
|
|
7238
7288
|
new java.lang.String[] { "Key", "Value", });
|
|
7239
7289
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastoreCluster_descriptor =
|
|
7240
|
-
getDescriptor().getMessageTypes().get(
|
|
7290
|
+
getDescriptor().getMessageTypes().get(254);
|
|
7241
7291
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastoreCluster_fieldAccessorTable = new
|
|
7242
7292
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7243
7293
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastoreCluster_descriptor,
|
|
@@ -7249,25 +7299,25 @@ public final class Outbound {
|
|
|
7249
7299
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastoreCluster_DatastoresEntry_descriptor,
|
|
7250
7300
|
new java.lang.String[] { "Key", "Value", });
|
|
7251
7301
|
internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterStorageDrs_descriptor =
|
|
7252
|
-
getDescriptor().getMessageTypes().get(
|
|
7302
|
+
getDescriptor().getMessageTypes().get(255);
|
|
7253
7303
|
internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterStorageDrs_fieldAccessorTable = new
|
|
7254
7304
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7255
7305
|
internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterStorageDrs_descriptor,
|
|
7256
7306
|
new java.lang.String[] { "Enabled", "IoLoadBalanceEnabled", "DefaultVmBehaviour", "LoadBalanceInterval", "DefaultIntraVmAffinity", "SpaceUtilizationThreshold", "MinSpaceUtilizationDifference", "IoLatencyThreshold", "IoLoadImbalanceThreshold", });
|
|
7257
7307
|
internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterDrsPodConfigRule_descriptor =
|
|
7258
|
-
getDescriptor().getMessageTypes().get(
|
|
7308
|
+
getDescriptor().getMessageTypes().get(256);
|
|
7259
7309
|
internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterDrsPodConfigRule_fieldAccessorTable = new
|
|
7260
7310
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7261
7311
|
internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterDrsPodConfigRule_descriptor,
|
|
7262
7312
|
new java.lang.String[] { "Name", "Enabled", "Type", });
|
|
7263
7313
|
internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterDrsVmOverride_descriptor =
|
|
7264
|
-
getDescriptor().getMessageTypes().get(
|
|
7314
|
+
getDescriptor().getMessageTypes().get(257);
|
|
7265
7315
|
internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterDrsVmOverride_fieldAccessorTable = new
|
|
7266
7316
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7267
7317
|
internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterDrsVmOverride_descriptor,
|
|
7268
7318
|
new java.lang.String[] { "Enabled", "Behaviour", "IntraVmAffinity", "IntraVmAntiAffinity", });
|
|
7269
7319
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastore_descriptor =
|
|
7270
|
-
getDescriptor().getMessageTypes().get(
|
|
7320
|
+
getDescriptor().getMessageTypes().get(258);
|
|
7271
7321
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastore_fieldAccessorTable = new
|
|
7272
7322
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7273
7323
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastore_descriptor,
|
|
@@ -7279,175 +7329,175 @@ public final class Outbound {
|
|
|
7279
7329
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastore_DisksEntry_descriptor,
|
|
7280
7330
|
new java.lang.String[] { "Key", "Value", });
|
|
7281
7331
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDisk_descriptor =
|
|
7282
|
-
getDescriptor().getMessageTypes().get(
|
|
7332
|
+
getDescriptor().getMessageTypes().get(259);
|
|
7283
7333
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDisk_fieldAccessorTable = new
|
|
7284
7334
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7285
7335
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDisk_descriptor,
|
|
7286
7336
|
new java.lang.String[] { "Name", "Url", "TotalSpace", "FreeSpace", });
|
|
7287
7337
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareSnapshot_descriptor =
|
|
7288
|
-
getDescriptor().getMessageTypes().get(
|
|
7338
|
+
getDescriptor().getMessageTypes().get(260);
|
|
7289
7339
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareSnapshot_fieldAccessorTable = new
|
|
7290
7340
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7291
7341
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareSnapshot_descriptor,
|
|
7292
7342
|
new java.lang.String[] { "InternalKey", "Name", "CreateTime", });
|
|
7293
7343
|
internal_static_com_lansweeper_dp_outbound_v1_Citrix_descriptor =
|
|
7294
|
-
getDescriptor().getMessageTypes().get(
|
|
7344
|
+
getDescriptor().getMessageTypes().get(261);
|
|
7295
7345
|
internal_static_com_lansweeper_dp_outbound_v1_Citrix_fieldAccessorTable = new
|
|
7296
7346
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7297
7347
|
internal_static_com_lansweeper_dp_outbound_v1_Citrix_descriptor,
|
|
7298
7348
|
new java.lang.String[] { "CitrixPool", "CitrixHost", "CitrixGuest", "CitrixData", });
|
|
7299
7349
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPool_descriptor =
|
|
7300
|
-
getDescriptor().getMessageTypes().get(
|
|
7350
|
+
getDescriptor().getMessageTypes().get(262);
|
|
7301
7351
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPool_fieldAccessorTable = new
|
|
7302
7352
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7303
7353
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPool_descriptor,
|
|
7304
7354
|
new java.lang.String[] { "Name", "Description", "RedoLog", "Tags", "VSwitchController", "HighAvailability", "HighAvailabilityAllowOvercommit", "HighAvailabilityOvercommitted", "HighAvailabilityHostFailuresToTolerate", "HighAvailabilityPlanExistsFor", "WorkloadBalancing", "WorkloadBalancingUrl", "WorkloadBalancingUsername", "WorkloadBalancingVerifyCert", "MasterHostUuid", "CrashDumpStorageRef", "SuspendImageStorageRef", "Appliances", "Networks", "OtherConfigurations", "Patches", "Restrictions", "TemplateName", "PhysicalInterfaces", "VirtualInterfaces", "CitrixUser", });
|
|
7305
7355
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixUser_descriptor =
|
|
7306
|
-
getDescriptor().getMessageTypes().get(
|
|
7356
|
+
getDescriptor().getMessageTypes().get(263);
|
|
7307
7357
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixUser_fieldAccessorTable = new
|
|
7308
7358
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7309
7359
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixUser_descriptor,
|
|
7310
7360
|
new java.lang.String[] { "Name", "ShortName", });
|
|
7311
7361
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixAppliance_descriptor =
|
|
7312
|
-
getDescriptor().getMessageTypes().get(
|
|
7362
|
+
getDescriptor().getMessageTypes().get(264);
|
|
7313
7363
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixAppliance_fieldAccessorTable = new
|
|
7314
7364
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7315
7365
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixAppliance_descriptor,
|
|
7316
7366
|
new java.lang.String[] { "Name", "Description", });
|
|
7317
7367
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolOtherConfiguration_descriptor =
|
|
7318
|
-
getDescriptor().getMessageTypes().get(
|
|
7368
|
+
getDescriptor().getMessageTypes().get(265);
|
|
7319
7369
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolOtherConfiguration_fieldAccessorTable = new
|
|
7320
7370
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7321
7371
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolOtherConfiguration_descriptor,
|
|
7322
7372
|
new java.lang.String[] { "Key", "Value", "IsCustomField", });
|
|
7323
7373
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolRestriction_descriptor =
|
|
7324
|
-
getDescriptor().getMessageTypes().get(
|
|
7374
|
+
getDescriptor().getMessageTypes().get(266);
|
|
7325
7375
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolRestriction_fieldAccessorTable = new
|
|
7326
7376
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7327
7377
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolRestriction_descriptor,
|
|
7328
7378
|
new java.lang.String[] { "Key", "Value", });
|
|
7329
7379
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolPatch_descriptor =
|
|
7330
|
-
getDescriptor().getMessageTypes().get(
|
|
7380
|
+
getDescriptor().getMessageTypes().get(267);
|
|
7331
7381
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolPatch_fieldAccessorTable = new
|
|
7332
7382
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7333
7383
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolPatch_descriptor,
|
|
7334
7384
|
new java.lang.String[] { "Name", "Description", "Size", "Version", "AfterApplyGuidance", "Applied", });
|
|
7335
7385
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHost_descriptor =
|
|
7336
|
-
getDescriptor().getMessageTypes().get(
|
|
7386
|
+
getDescriptor().getMessageTypes().get(268);
|
|
7337
7387
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHost_fieldAccessorTable = new
|
|
7338
7388
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7339
7389
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHost_descriptor,
|
|
7340
7390
|
new java.lang.String[] { "Hostname", "Name", "Description", "IsMaster", "Address", "Edition", "Enabled", "ExternalAuthenticationServiceName", "ExternalAuthenticationType", "MemoryOverhead", "PowerOnMode", "SchedulerPolicy", "Tags", "Display", "LastUpdated", "Live", "MemoryFree", "MemoryTotal", "HostUuid", "CrashDumpStorageRef", "LocalCacheStorageRef", "SuspendImageStorageRef", "Storages", "PhysicalInterfaces", "Pcis", "ExtraInfos", "Patches", "PhysicalCpus", "CrashDumps", "CitrixPoolUuid", "GuestAssetRefs", });
|
|
7341
7391
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostCrashDump_descriptor =
|
|
7342
|
-
getDescriptor().getMessageTypes().get(
|
|
7392
|
+
getDescriptor().getMessageTypes().get(269);
|
|
7343
7393
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostCrashDump_fieldAccessorTable = new
|
|
7344
7394
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7345
7395
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostCrashDump_descriptor,
|
|
7346
7396
|
new java.lang.String[] { "Size", "Timestamp", });
|
|
7347
7397
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostPhysicalCpu_descriptor =
|
|
7348
|
-
getDescriptor().getMessageTypes().get(
|
|
7398
|
+
getDescriptor().getMessageTypes().get(270);
|
|
7349
7399
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostPhysicalCpu_fieldAccessorTable = new
|
|
7350
7400
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7351
7401
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostPhysicalCpu_descriptor,
|
|
7352
7402
|
new java.lang.String[] { "Family", "Features", "Flags", "Model", "ModelName", "NumberOfCpus", "Speed", "Stepping", "Vendor", });
|
|
7353
7403
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostPatch_descriptor =
|
|
7354
|
-
getDescriptor().getMessageTypes().get(
|
|
7404
|
+
getDescriptor().getMessageTypes().get(271);
|
|
7355
7405
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostPatch_fieldAccessorTable = new
|
|
7356
7406
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7357
7407
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostPatch_descriptor,
|
|
7358
7408
|
new java.lang.String[] { "Name", "Description", "Size", "Applied", "Version", });
|
|
7359
7409
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixStorage_descriptor =
|
|
7360
|
-
getDescriptor().getMessageTypes().get(
|
|
7410
|
+
getDescriptor().getMessageTypes().get(272);
|
|
7361
7411
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixStorage_fieldAccessorTable = new
|
|
7362
7412
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7363
7413
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixStorage_descriptor,
|
|
7364
7414
|
new java.lang.String[] { "Name", "Description", "PhysicalSize", "PhysicalUtilization", "Type", "ContentType", "Clustered", "IsToolsStorage", "LocalCache", "Shared", "Tags", "VirtualAllocation", "HostUuids", "StorageRef", "PhysicalBlockDevices", "VirtualDiskImages", });
|
|
7365
7415
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPhysicalBlockDevice_descriptor =
|
|
7366
|
-
getDescriptor().getMessageTypes().get(
|
|
7416
|
+
getDescriptor().getMessageTypes().get(273);
|
|
7367
7417
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPhysicalBlockDevice_fieldAccessorTable = new
|
|
7368
7418
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7369
7419
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPhysicalBlockDevice_descriptor,
|
|
7370
7420
|
new java.lang.String[] { "CurrentlyAttached", "Location", "Username", "Type", "Version", });
|
|
7371
7421
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualDiskImage_descriptor =
|
|
7372
|
-
getDescriptor().getMessageTypes().get(
|
|
7422
|
+
getDescriptor().getMessageTypes().get(274);
|
|
7373
7423
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualDiskImage_fieldAccessorTable = new
|
|
7374
7424
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7375
7425
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualDiskImage_descriptor,
|
|
7376
7426
|
new java.lang.String[] { "Name", "Description", "AllowCaching", "IsASnapshot", "Location", "Managed", "MetadataLatest", "Missing", "OnBoot", "PhysicalUtilisation", "ReadOnly", "Sharable", "StorageLock", "Tags", "Type", "VirtualSize", "HostUuid", "VirtualBlockDeviceUuids", });
|
|
7377
7427
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPci_descriptor =
|
|
7378
|
-
getDescriptor().getMessageTypes().get(
|
|
7428
|
+
getDescriptor().getMessageTypes().get(275);
|
|
7379
7429
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPci_fieldAccessorTable = new
|
|
7380
7430
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7381
7431
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPci_descriptor,
|
|
7382
7432
|
new java.lang.String[] { "ClassName", "DeviceName", "SubsystemDeviceName", "SubsystemVendorName", "VendorName", });
|
|
7383
7433
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostExtraInfo_descriptor =
|
|
7384
|
-
getDescriptor().getMessageTypes().get(
|
|
7434
|
+
getDescriptor().getMessageTypes().get(276);
|
|
7385
7435
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostExtraInfo_fieldAccessorTable = new
|
|
7386
7436
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7387
7437
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostExtraInfo_descriptor,
|
|
7388
7438
|
new java.lang.String[] { "InfoTypeId", "Key", "Value", });
|
|
7389
7439
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixGuest_descriptor =
|
|
7390
|
-
getDescriptor().getMessageTypes().get(
|
|
7440
|
+
getDescriptor().getMessageTypes().get(277);
|
|
7391
7441
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixGuest_fieldAccessorTable = new
|
|
7392
7442
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7393
7443
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixGuest_descriptor,
|
|
7394
7444
|
new java.lang.String[] { "Name", "Description", "Memory", "CpuCount", "State", "Live", "LastUpdated", "HvmBootPolicy", "HvmShadowMultiplier", "PciBus", "PvArguments", "PvBootloader", "PvBootloaderArguments", "PvKernel", "PvLegacyArguments", "PvRamdisk", "ActionsAfterCrash", "ActionsAfterReboot", "ActionsAfterShutdown", "HaAlwaysRun", "HaRestartPriority", "HardwarePlatformVersion", "LastBootedRecord", "MemoryDynamicMax", "MemoryDynamicMin", "MemoryOverhead", "MemoryStaticMax", "MemoryStaticMin", "MemoryTarget", "Order", "PowerState", "ShutdownDelay", "StartDelay", "Tags", "UserVersion", "Version", "InstallTime", "StartTime", "HostUuid", "GuestUuid", "VirtualInterfaces", "ExtraInfos", "VirtualBlockDevices", "CitrixHostUuid", "CitrixPoolUuid", "ApplianceId", });
|
|
7395
7445
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixGuestExtraInfo_descriptor =
|
|
7396
|
-
getDescriptor().getMessageTypes().get(
|
|
7446
|
+
getDescriptor().getMessageTypes().get(278);
|
|
7397
7447
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixGuestExtraInfo_fieldAccessorTable = new
|
|
7398
7448
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7399
7449
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixGuestExtraInfo_descriptor,
|
|
7400
7450
|
new java.lang.String[] { "InfoTypeId", "Key", "Value", });
|
|
7401
7451
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualBlockDevice_descriptor =
|
|
7402
|
-
getDescriptor().getMessageTypes().get(
|
|
7452
|
+
getDescriptor().getMessageTypes().get(279);
|
|
7403
7453
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualBlockDevice_fieldAccessorTable = new
|
|
7404
7454
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7405
7455
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualBlockDevice_descriptor,
|
|
7406
7456
|
new java.lang.String[] { "Bootable", "CurrentlyAttached", "Device", "Empty", "Mode", "QosAlgorithmParameters", "QosAlgorithmType", "QosSupportedAlgorithms", "RuntimeProperties", "StatusCode", "StatusDetails", "StorageLock", "Type", "Unpluggable", "UserDevice", "VirtualBlockDeviceUuid", });
|
|
7407
7457
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPhysicalInterface_descriptor =
|
|
7408
|
-
getDescriptor().getMessageTypes().get(
|
|
7458
|
+
getDescriptor().getMessageTypes().get(280);
|
|
7409
7459
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPhysicalInterface_fieldAccessorTable = new
|
|
7410
7460
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7411
7461
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPhysicalInterface_descriptor,
|
|
7412
7462
|
new java.lang.String[] { "DeviceName", "Mac", "Mtu", "Dns", "Ip", "Netmask", "Gateway", "Vendor", "Speed", "LastUpdated", "CurrentlyAttached", "DisallowUnplug", "IpV6", "Device", "IpConfigurationMode", "IpV6ConfigurationMode", "IpV6Gateway", "Managed", "Management", "Physical", "PrimaryAddressType", "Carrier", "Duplex", "DeviceId", "PciBusPath", "VendorId", "VendorName", "HostUuid", "InterfaceUuid", });
|
|
7413
7463
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualInterfaceAddress_descriptor =
|
|
7414
|
-
getDescriptor().getMessageTypes().get(
|
|
7464
|
+
getDescriptor().getMessageTypes().get(281);
|
|
7415
7465
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualInterfaceAddress_fieldAccessorTable = new
|
|
7416
7466
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7417
7467
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualInterfaceAddress_descriptor,
|
|
7418
7468
|
new java.lang.String[] { "IpVersion", "Ip", });
|
|
7419
7469
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualInterface_descriptor =
|
|
7420
|
-
getDescriptor().getMessageTypes().get(
|
|
7470
|
+
getDescriptor().getMessageTypes().get(282);
|
|
7421
7471
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualInterface_fieldAccessorTable = new
|
|
7422
7472
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7423
7473
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualInterface_descriptor,
|
|
7424
7474
|
new java.lang.String[] { "Device", "Mac", "MacAutoGenerated", "Mtu", "StatusCode", "StatusDetails", "CurrentlyAttached", "QosAlgorithmType", "QosAlgorithms", "LockingMode", "HostUuid", "VmRef", "InterfaceUuid", "Addresses", });
|
|
7425
7475
|
internal_static_com_lansweeper_dp_outbound_v1_IpLocationConfig_descriptor =
|
|
7426
|
-
getDescriptor().getMessageTypes().get(
|
|
7476
|
+
getDescriptor().getMessageTypes().get(283);
|
|
7427
7477
|
internal_static_com_lansweeper_dp_outbound_v1_IpLocationConfig_fieldAccessorTable = new
|
|
7428
7478
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7429
7479
|
internal_static_com_lansweeper_dp_outbound_v1_IpLocationConfig_descriptor,
|
|
7430
7480
|
new java.lang.String[] { "Name", "LocalIpCidr", "LocalIpStart", "LocalIpEnd", "SourceId", "InternetIpCidr", "InternetCountryCode", "InternetCountryCity", });
|
|
7431
7481
|
internal_static_com_lansweeper_dp_outbound_v1_SiteKey_descriptor =
|
|
7432
|
-
getDescriptor().getMessageTypes().get(
|
|
7482
|
+
getDescriptor().getMessageTypes().get(284);
|
|
7433
7483
|
internal_static_com_lansweeper_dp_outbound_v1_SiteKey_fieldAccessorTable = new
|
|
7434
7484
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7435
7485
|
internal_static_com_lansweeper_dp_outbound_v1_SiteKey_descriptor,
|
|
7436
7486
|
new java.lang.String[] { "SiteId", });
|
|
7437
7487
|
internal_static_com_lansweeper_dp_outbound_v1_ReconRuleSet_descriptor =
|
|
7438
|
-
getDescriptor().getMessageTypes().get(
|
|
7488
|
+
getDescriptor().getMessageTypes().get(285);
|
|
7439
7489
|
internal_static_com_lansweeper_dp_outbound_v1_ReconRuleSet_fieldAccessorTable = new
|
|
7440
7490
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7441
7491
|
internal_static_com_lansweeper_dp_outbound_v1_ReconRuleSet_descriptor,
|
|
7442
7492
|
new java.lang.String[] { "ReconRules", });
|
|
7443
7493
|
internal_static_com_lansweeper_dp_outbound_v1_ReconRule_descriptor =
|
|
7444
|
-
getDescriptor().getMessageTypes().get(
|
|
7494
|
+
getDescriptor().getMessageTypes().get(286);
|
|
7445
7495
|
internal_static_com_lansweeper_dp_outbound_v1_ReconRule_fieldAccessorTable = new
|
|
7446
7496
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7447
7497
|
internal_static_com_lansweeper_dp_outbound_v1_ReconRule_descriptor,
|
|
7448
7498
|
new java.lang.String[] { "Id", "Name", "Description", "Priority", "Enabled", });
|
|
7449
7499
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Organization_descriptor =
|
|
7450
|
-
getDescriptor().getMessageTypes().get(
|
|
7500
|
+
getDescriptor().getMessageTypes().get(287);
|
|
7451
7501
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Organization_fieldAccessorTable = new
|
|
7452
7502
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7453
7503
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Organization_descriptor,
|
|
@@ -7459,13 +7509,13 @@ public final class Outbound {
|
|
|
7459
7509
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Organization_AssignedPlansEntry_descriptor,
|
|
7460
7510
|
new java.lang.String[] { "Key", "Value", });
|
|
7461
7511
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Mailbox_descriptor =
|
|
7462
|
-
getDescriptor().getMessageTypes().get(
|
|
7512
|
+
getDescriptor().getMessageTypes().get(288);
|
|
7463
7513
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Mailbox_fieldAccessorTable = new
|
|
7464
7514
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7465
7515
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Mailbox_descriptor,
|
|
7466
7516
|
new java.lang.String[] { "O365MailboxId", "O365OrganizationId", "DisplayName", "PrimaryEmail", "EmailAddress", "Alias", "RecipientType", "RecipientTypeDetails", "UserPrincipalName", "Identity", "O365MailboxKey", "O365OrganizationKey", });
|
|
7467
7517
|
internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedPlan_descriptor =
|
|
7468
|
-
getDescriptor().getMessageTypes().get(
|
|
7518
|
+
getDescriptor().getMessageTypes().get(289);
|
|
7469
7519
|
internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedPlan_fieldAccessorTable = new
|
|
7470
7520
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7471
7521
|
internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedPlan_descriptor,
|
|
@@ -7477,31 +7527,31 @@ public final class Outbound {
|
|
|
7477
7527
|
internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedPlan_UsersKeysEntry_descriptor,
|
|
7478
7528
|
new java.lang.String[] { "Key", "Value", });
|
|
7479
7529
|
internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedLicense_descriptor =
|
|
7480
|
-
getDescriptor().getMessageTypes().get(
|
|
7530
|
+
getDescriptor().getMessageTypes().get(290);
|
|
7481
7531
|
internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedLicense_fieldAccessorTable = new
|
|
7482
7532
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7483
7533
|
internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedLicense_descriptor,
|
|
7484
7534
|
new java.lang.String[] { "O365AssignedLicenseId", "O365LicenseId", "O365UserId", "O365AssignedLicenseKey", "O365LicenseKey", });
|
|
7485
7535
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Contact_descriptor =
|
|
7486
|
-
getDescriptor().getMessageTypes().get(
|
|
7536
|
+
getDescriptor().getMessageTypes().get(291);
|
|
7487
7537
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Contact_fieldAccessorTable = new
|
|
7488
7538
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7489
7539
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Contact_descriptor,
|
|
7490
7540
|
new java.lang.String[] { "DisplayName", "Mail", });
|
|
7491
7541
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Domain_descriptor =
|
|
7492
|
-
getDescriptor().getMessageTypes().get(
|
|
7542
|
+
getDescriptor().getMessageTypes().get(292);
|
|
7493
7543
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Domain_fieldAccessorTable = new
|
|
7494
7544
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7495
7545
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Domain_descriptor,
|
|
7496
7546
|
new java.lang.String[] { "Id", "OrganizationId", "DomainName", "AuthenticationType", "IsAdminManaged", "IsDefault", "IsInitial", "IsRoot", "IsVerified", "SupportedServices", "State", "AvailabilityStatus", });
|
|
7497
7547
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Group_descriptor =
|
|
7498
|
-
getDescriptor().getMessageTypes().get(
|
|
7548
|
+
getDescriptor().getMessageTypes().get(293);
|
|
7499
7549
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Group_fieldAccessorTable = new
|
|
7500
7550
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7501
7551
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Group_descriptor,
|
|
7502
7552
|
new java.lang.String[] { "ObjectId", "DisplayName", "Description", "MailEnabled", "SecurityEnabled", "Mail", "MailNickname", "ProxyAddresses", "OrganizationEntityKey", "Type", });
|
|
7503
7553
|
internal_static_com_lansweeper_dp_outbound_v1_Office365License_descriptor =
|
|
7504
|
-
getDescriptor().getMessageTypes().get(
|
|
7554
|
+
getDescriptor().getMessageTypes().get(294);
|
|
7505
7555
|
internal_static_com_lansweeper_dp_outbound_v1_Office365License_fieldAccessorTable = new
|
|
7506
7556
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7507
7557
|
internal_static_com_lansweeper_dp_outbound_v1_Office365License_descriptor,
|
|
@@ -7513,13 +7563,13 @@ public final class Outbound {
|
|
|
7513
7563
|
internal_static_com_lansweeper_dp_outbound_v1_Office365License_UsersKeysEntry_descriptor,
|
|
7514
7564
|
new java.lang.String[] { "Key", "Value", });
|
|
7515
7565
|
internal_static_com_lansweeper_dp_outbound_v1_Office365ServicePlan_descriptor =
|
|
7516
|
-
getDescriptor().getMessageTypes().get(
|
|
7566
|
+
getDescriptor().getMessageTypes().get(295);
|
|
7517
7567
|
internal_static_com_lansweeper_dp_outbound_v1_Office365ServicePlan_fieldAccessorTable = new
|
|
7518
7568
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7519
7569
|
internal_static_com_lansweeper_dp_outbound_v1_Office365ServicePlan_descriptor,
|
|
7520
7570
|
new java.lang.String[] { "ServicePlanId", "ServicePlanName", "ProvisioningStatus", "AppliesTo", });
|
|
7521
7571
|
internal_static_com_lansweeper_dp_outbound_v1_Office365User_descriptor =
|
|
7522
|
-
getDescriptor().getMessageTypes().get(
|
|
7572
|
+
getDescriptor().getMessageTypes().get(296);
|
|
7523
7573
|
internal_static_com_lansweeper_dp_outbound_v1_Office365User_fieldAccessorTable = new
|
|
7524
7574
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7525
7575
|
internal_static_com_lansweeper_dp_outbound_v1_Office365User_descriptor,
|