@lansweeper/data-platform-outbound-grpc 0.8.13 → 0.9.1
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 +94 -0
- package/gen-proto/outbound_pb.js +732 -2
- package/generated-go/outbound.pb.go +4726 -4463
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +44 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUserOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPoints$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPoints$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPoints.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPointsOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPoints$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPoints$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPoints.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPointsOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Software$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Software$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Software.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SoftwareOrBuilder.class +0 -0
- package/model/target/classes/outbound.proto +44 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser.java +157 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryUserOrBuilder.java +17 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPoints.java +1270 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPointsOrBuilder.java +153 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +1319 -1279
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPoints.java +939 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPointsOrBuilder.java +95 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Software.java +370 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SoftwareOrBuilder.java +30 -0
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +8 -0
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +4 -0
- package/model/target/{outbound-model-0.8.12-sources.jar → outbound-model-0.9.0-sources.jar} +0 -0
- package/model/target/{outbound-model-0.8.12.jar → outbound-model-0.9.0.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +44 -0
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.8.12-sources.jar → outbound-service-0.9.0-sources.jar} +0 -0
- package/service/target/{outbound-service-0.8.12.jar → outbound-service-0.9.0.jar} +0 -0
package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java
CHANGED
|
@@ -1150,6 +1150,16 @@ public final class Outbound {
|
|
|
1150
1150
|
static final
|
|
1151
1151
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
1152
1152
|
internal_static_com_lansweeper_dp_outbound_v1_Software_fieldAccessorTable;
|
|
1153
|
+
static final com.google.protobuf.Descriptors.Descriptor
|
|
1154
|
+
internal_static_com_lansweeper_dp_outbound_v1_RhelBasedSoftwareDataPoints_descriptor;
|
|
1155
|
+
static final
|
|
1156
|
+
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
1157
|
+
internal_static_com_lansweeper_dp_outbound_v1_RhelBasedSoftwareDataPoints_fieldAccessorTable;
|
|
1158
|
+
static final com.google.protobuf.Descriptors.Descriptor
|
|
1159
|
+
internal_static_com_lansweeper_dp_outbound_v1_DebianBasedSoftwareDataPoints_descriptor;
|
|
1160
|
+
static final
|
|
1161
|
+
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
1162
|
+
internal_static_com_lansweeper_dp_outbound_v1_DebianBasedSoftwareDataPoints_fieldAccessorTable;
|
|
1153
1163
|
static final com.google.protobuf.Descriptors.Descriptor
|
|
1154
1164
|
internal_static_com_lansweeper_dp_outbound_v1_RawSoftware_descriptor;
|
|
1155
1165
|
static final
|
|
@@ -1175,7 +1185,7 @@ public final class Outbound {
|
|
|
1175
1185
|
static final
|
|
1176
1186
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
1177
1187
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogModel_fieldAccessorTable;
|
|
1178
|
-
static
|
|
1188
|
+
static com.google.protobuf.Descriptors.Descriptor
|
|
1179
1189
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogOs_descriptor;
|
|
1180
1190
|
static
|
|
1181
1191
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
@@ -4344,7 +4354,7 @@ public final class Outbound {
|
|
|
4344
4354
|
"wareInventory\022-\n\ttimestamp\030\001 \001(\0132\032.googl" +
|
|
4345
4355
|
"e.protobuf.Timestamp\0229\n\010software\030\002 \003(\0132\'" +
|
|
4346
4356
|
".com.lansweeper.dp.outbound.v1.SoftwareJ" +
|
|
4347
|
-
"\004\010\003\020\004\"\
|
|
4357
|
+
"\004\010\003\020\004\"\225\n\n\010Software\022\021\n\004rank\030\001 \001(\005H\000\210\001\001\022\024\n" +
|
|
4348
4358
|
"\007type_id\030\002 \001(\003H\001\210\001\001\022\023\n\006cat_id\030\003 \001(\003H\002\210\001\001" +
|
|
4349
4359
|
"\022\024\n\007make_id\030\004 \001(\003H\003\210\001\001\022\022\n\005sw_id\030\005 \001(\003H\004\210" +
|
|
4350
4360
|
"\001\001\022\026\n\tparent_id\030\006 \001(\003H\005\210\001\001\022\026\n\ttype_name\030" +
|
|
@@ -4363,451 +4373,468 @@ public final class Outbound {
|
|
|
4363
4373
|
"sweeper.dp.outbound.v1.CatalogSoftwareH\025" +
|
|
4364
4374
|
"\210\001\001\022K\n\016catalog_parent\0304 \001(\0132..com.lanswe" +
|
|
4365
4375
|
"eper.dp.outbound.v1.CatalogSoftwareH\026\210\001\001" +
|
|
4366
|
-
"
|
|
4367
|
-
"
|
|
4368
|
-
"
|
|
4369
|
-
"\
|
|
4370
|
-
"\
|
|
4371
|
-
"
|
|
4372
|
-
"\
|
|
4373
|
-
"
|
|
4374
|
-
"\
|
|
4375
|
-
"\
|
|
4376
|
-
"\
|
|
4377
|
-
"
|
|
4378
|
-
"\
|
|
4379
|
-
"\
|
|
4380
|
-
"
|
|
4381
|
-
"
|
|
4382
|
-
"
|
|
4383
|
-
"\n\
|
|
4384
|
-
"\
|
|
4385
|
-
"
|
|
4386
|
-
"
|
|
4387
|
-
"\
|
|
4388
|
-
"
|
|
4389
|
-
"
|
|
4390
|
-
"
|
|
4391
|
-
"\
|
|
4392
|
-
"\001\022\
|
|
4393
|
-
"\
|
|
4394
|
-
"\
|
|
4395
|
-
"
|
|
4396
|
-
"
|
|
4397
|
-
"\
|
|
4398
|
-
"
|
|
4399
|
-
"
|
|
4400
|
-
"
|
|
4401
|
-
"
|
|
4402
|
-
"\
|
|
4403
|
-
"
|
|
4404
|
-
"
|
|
4405
|
-
"
|
|
4406
|
-
"
|
|
4407
|
-
"\
|
|
4408
|
-
"
|
|
4409
|
-
"
|
|
4410
|
-
"
|
|
4411
|
-
"
|
|
4412
|
-
"
|
|
4413
|
-
"\
|
|
4414
|
-
"
|
|
4415
|
-
"\
|
|
4416
|
-
"\
|
|
4417
|
-
"
|
|
4418
|
-
"\001
|
|
4419
|
-
"\
|
|
4420
|
-
"
|
|
4421
|
-
"
|
|
4422
|
-
"
|
|
4423
|
-
"
|
|
4424
|
-
"
|
|
4425
|
-
"\
|
|
4426
|
-
"
|
|
4427
|
-
"
|
|
4428
|
-
"
|
|
4429
|
-
"
|
|
4430
|
-
"
|
|
4431
|
-
"
|
|
4432
|
-
"
|
|
4433
|
-
"
|
|
4434
|
-
"
|
|
4435
|
-
"
|
|
4436
|
-
"
|
|
4437
|
-
"
|
|
4438
|
-
"
|
|
4439
|
-
"\n\
|
|
4440
|
-
"
|
|
4441
|
-
"
|
|
4442
|
-
"\
|
|
4443
|
-
"
|
|
4444
|
-
"
|
|
4445
|
-
"\
|
|
4446
|
-
"
|
|
4447
|
-
"\
|
|
4448
|
-
"
|
|
4449
|
-
"
|
|
4450
|
-
"\n\
|
|
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
|
-
"\n\
|
|
4477
|
-
"
|
|
4478
|
-
"\
|
|
4479
|
-
"
|
|
4480
|
-
"\
|
|
4481
|
-
"\
|
|
4482
|
-
"
|
|
4483
|
-
"
|
|
4484
|
-
"
|
|
4485
|
-
"
|
|
4486
|
-
"
|
|
4487
|
-
"
|
|
4488
|
-
"
|
|
4489
|
-
"
|
|
4490
|
-
"
|
|
4491
|
-
"
|
|
4492
|
-
"
|
|
4493
|
-
"
|
|
4494
|
-
"
|
|
4495
|
-
" \001(\
|
|
4496
|
-
"\
|
|
4497
|
-
"
|
|
4498
|
-
"\001\022\025\n\
|
|
4499
|
-
"\
|
|
4500
|
-
"
|
|
4501
|
-
"
|
|
4502
|
-
"
|
|
4503
|
-
"\
|
|
4504
|
-
"
|
|
4505
|
-
"
|
|
4506
|
-
"
|
|
4507
|
-
"
|
|
4508
|
-
"\
|
|
4509
|
-
"\
|
|
4510
|
-
"
|
|
4511
|
-
"
|
|
4512
|
-
"
|
|
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
|
-
"\030\
|
|
4538
|
-
"\
|
|
4539
|
-
"
|
|
4540
|
-
"\001(\
|
|
4541
|
-
"\
|
|
4542
|
-
"
|
|
4543
|
-
"
|
|
4544
|
-
"
|
|
4545
|
-
"\022\
|
|
4546
|
-
"
|
|
4547
|
-
"(\
|
|
4548
|
-
"
|
|
4549
|
-
"
|
|
4550
|
-
"\
|
|
4551
|
-
"
|
|
4552
|
-
"
|
|
4553
|
-
"
|
|
4554
|
-
"
|
|
4555
|
-
"\
|
|
4556
|
-
"
|
|
4557
|
-
"
|
|
4558
|
-
"\
|
|
4559
|
-
"
|
|
4560
|
-
"
|
|
4561
|
-
"
|
|
4562
|
-
"
|
|
4563
|
-
"
|
|
4564
|
-
"\
|
|
4565
|
-
"
|
|
4566
|
-
"
|
|
4567
|
-
"
|
|
4568
|
-
"\n\
|
|
4569
|
-
"
|
|
4570
|
-
"
|
|
4571
|
-
"\
|
|
4572
|
-
"\n\
|
|
4573
|
-
"
|
|
4574
|
-
"
|
|
4575
|
-
"\
|
|
4576
|
-
"
|
|
4577
|
-
"
|
|
4578
|
-
"
|
|
4579
|
-
"
|
|
4580
|
-
"
|
|
4581
|
-
"
|
|
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
|
-
".outbound.v1.
|
|
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
|
-
"
|
|
4650
|
-
"
|
|
4651
|
-
"
|
|
4652
|
-
"
|
|
4653
|
-
"
|
|
4654
|
-
"\
|
|
4655
|
-
"
|
|
4656
|
-
"
|
|
4657
|
-
"
|
|
4658
|
-
"(
|
|
4659
|
-
"
|
|
4660
|
-
"dp.outbound.v1.
|
|
4661
|
-
"\
|
|
4662
|
-
"
|
|
4663
|
-
"
|
|
4664
|
-
"(\
|
|
4665
|
-
"
|
|
4666
|
-
"\
|
|
4667
|
-
"
|
|
4668
|
-
"
|
|
4669
|
-
"
|
|
4670
|
-
"
|
|
4671
|
-
"
|
|
4672
|
-
"
|
|
4673
|
-
"
|
|
4674
|
-
"
|
|
4675
|
-
"
|
|
4676
|
-
"
|
|
4677
|
-
"\
|
|
4678
|
-
"
|
|
4679
|
-
"
|
|
4680
|
-
"
|
|
4681
|
-
"
|
|
4682
|
-
"
|
|
4683
|
-
"\001\
|
|
4684
|
-
"
|
|
4685
|
-
"\
|
|
4686
|
-
"
|
|
4687
|
-
"
|
|
4688
|
-
"
|
|
4689
|
-
"
|
|
4690
|
-
"
|
|
4691
|
-
"
|
|
4692
|
-
"
|
|
4693
|
-
"\n\
|
|
4694
|
-
"
|
|
4695
|
-
"\
|
|
4696
|
-
"
|
|
4697
|
-
"
|
|
4698
|
-
"
|
|
4699
|
-
"\
|
|
4700
|
-
"\
|
|
4701
|
-
"
|
|
4702
|
-
"
|
|
4703
|
-
"\
|
|
4704
|
-
"\
|
|
4705
|
-
"\
|
|
4706
|
-
"
|
|
4707
|
-
"
|
|
4708
|
-
"
|
|
4709
|
-
"
|
|
4710
|
-
"
|
|
4711
|
-
"\
|
|
4712
|
-
" \001(\tH\
|
|
4713
|
-
"\
|
|
4714
|
-
"\
|
|
4715
|
-
"\001(\
|
|
4716
|
-
"\
|
|
4717
|
-
"
|
|
4718
|
-
"
|
|
4719
|
-
"
|
|
4720
|
-
"\
|
|
4721
|
-
"\
|
|
4722
|
-
"
|
|
4723
|
-
"\
|
|
4724
|
-
"
|
|
4725
|
-
"
|
|
4726
|
-
"\
|
|
4727
|
-
"
|
|
4728
|
-
"
|
|
4729
|
-
"
|
|
4730
|
-
"\001(\
|
|
4731
|
-
"\
|
|
4732
|
-
"
|
|
4733
|
-
"\tH\
|
|
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
|
-
"
|
|
4767
|
-
"\
|
|
4768
|
-
"
|
|
4769
|
-
"\
|
|
4770
|
-
"
|
|
4771
|
-
"
|
|
4772
|
-
"
|
|
4773
|
-
"
|
|
4774
|
-
"
|
|
4775
|
-
"
|
|
4776
|
-
"
|
|
4777
|
-
"
|
|
4778
|
-
"
|
|
4779
|
-
"
|
|
4780
|
-
"
|
|
4781
|
-
"
|
|
4782
|
-
"
|
|
4783
|
-
"\
|
|
4784
|
-
" \001(\
|
|
4785
|
-
"\
|
|
4786
|
-
"\
|
|
4787
|
-
"\030\
|
|
4788
|
-
"
|
|
4789
|
-
"\
|
|
4790
|
-
"
|
|
4791
|
-
"
|
|
4792
|
-
"\
|
|
4793
|
-
"\
|
|
4794
|
-
"
|
|
4795
|
-
"\
|
|
4796
|
-
"\
|
|
4797
|
-
"
|
|
4798
|
-
"
|
|
4799
|
-
"\
|
|
4800
|
-
"
|
|
4801
|
-
"\
|
|
4802
|
-
"
|
|
4803
|
-
"
|
|
4804
|
-
"
|
|
4805
|
-
"\001(\
|
|
4806
|
-
"
|
|
4807
|
-
"
|
|
4808
|
-
"
|
|
4809
|
-
"(\
|
|
4810
|
-
"
|
|
4376
|
+
"\022_\n\026rhel_based_data_points\0305 \001(\0132:.com.l" +
|
|
4377
|
+
"answeeper.dp.outbound.v1.RhelBasedSoftwa" +
|
|
4378
|
+
"reDataPointsH\027\210\001\001\022c\n\030debian_based_data_p" +
|
|
4379
|
+
"oints\0306 \001(\0132<.com.lansweeper.dp.outbound" +
|
|
4380
|
+
".v1.DebianBasedSoftwareDataPointsH\030\210\001\001B\007" +
|
|
4381
|
+
"\n\005_rankB\n\n\010_type_idB\t\n\007_cat_idB\n\n\010_make_" +
|
|
4382
|
+
"idB\010\n\006_sw_idB\014\n\n_parent_idB\014\n\n_type_name" +
|
|
4383
|
+
"B\013\n\t_cat_nameB\014\n\n_make_nameB\007\n\005_nameB\n\n\010" +
|
|
4384
|
+
"_versionB\r\n\013_market_verB\n\n\010_editionB\010\n\006_" +
|
|
4385
|
+
"buildB\007\n\005_archB\007\n\005_langB\020\n\016_obtained_fro" +
|
|
4386
|
+
"mB\006\n\004_cpeB\013\n\t_raw_hashB\013\n\t_nre_hashB\020\n\016_" +
|
|
4387
|
+
"catalog_brandB\023\n\021_catalog_softwareB\021\n\017_c" +
|
|
4388
|
+
"atalog_parentB\031\n\027_rhel_based_data_points" +
|
|
4389
|
+
"B\033\n\031_debian_based_data_points\"\217\001\n\033RhelBa" +
|
|
4390
|
+
"sedSoftwareDataPoints\022\027\n\nsource_rpm\030\001 \001(" +
|
|
4391
|
+
"\tH\000\210\001\001\022\022\n\005epoch\030\002 \001(\rH\001\210\001\001\022\031\n\014ui_from_re" +
|
|
4392
|
+
"po\030\003 \001(\tH\002\210\001\001B\r\n\013_source_rpmB\010\n\006_epochB\017" +
|
|
4393
|
+
"\n\r_ui_from_repo\"\373\001\n\035DebianBasedSoftwareD" +
|
|
4394
|
+
"ataPoints\022\037\n\022dpkg_status_abbrev\030\001 \001(\tH\000\210" +
|
|
4395
|
+
"\001\001\022 \n\023binary_package_name\030\002 \001(\tH\001\210\001\001\022 \n\023" +
|
|
4396
|
+
"source_package_name\030\003 \001(\tH\002\210\001\001\022\033\n\016source" +
|
|
4397
|
+
"_version\030\004 \001(\tH\003\210\001\001B\025\n\023_dpkg_status_abbr" +
|
|
4398
|
+
"evB\026\n\024_binary_package_nameB\026\n\024_source_pa" +
|
|
4399
|
+
"ckage_nameB\021\n\017_source_version\"\373\002\n\013RawSof" +
|
|
4400
|
+
"tware\022\014\n\004name\030\001 \001(\t\022\023\n\006vendor\030\002 \001(\tH\000\210\001\001" +
|
|
4401
|
+
"\022\024\n\007version\030\003 \001(\tH\001\210\001\001\022\021\n\004info\030\004 \001(\tH\002\210\001" +
|
|
4402
|
+
"\001\022\025\n\010exe_path\030\005 \001(\tH\003\210\001\001\022\021\n\004arch\030\006 \001(\tH\004" +
|
|
4403
|
+
"\210\001\001\0225\n\014install_date\030\007 \001(\0132\032.google.proto" +
|
|
4404
|
+
"buf.TimestampH\005\210\001\001\022\030\n\013source_type\030\010 \001(\tH" +
|
|
4405
|
+
"\006\210\001\001\022\022\n\005sw_id\030\t \001(\tH\007\210\001\001\022\034\n\017is_current_u" +
|
|
4406
|
+
"ser\030\n \001(\010H\010\210\001\001B\t\n\007_vendorB\n\n\010_versionB\007\n" +
|
|
4407
|
+
"\005_infoB\013\n\t_exe_pathB\007\n\005_archB\017\n\r_install" +
|
|
4408
|
+
"_dateB\016\n\014_source_typeB\010\n\006_sw_idB\022\n\020_is_c" +
|
|
4409
|
+
"urrent_user\"\217\003\n\023SoftwareChangeEvent\022P\n\ne" +
|
|
4410
|
+
"vent_type\030\001 \001(\0162<.com.lansweeper.dp.outb" +
|
|
4411
|
+
"ound.v1.SoftwareChangeEvent.EventType\022)\n",
|
|
4412
|
+
"\005start\030\002 \001(\0132\032.google.protobuf.Timestamp" +
|
|
4413
|
+
"\022,\n\003end\030\003 \001(\0132\032.google.protobuf.Timestam" +
|
|
4414
|
+
"pH\000\210\001\001\0229\n\010software\030\004 \001(\0132\'.com.lansweepe" +
|
|
4415
|
+
"r.dp.outbound.v1.Software\022C\n\rprev_softwa" +
|
|
4416
|
+
"re\030\005 \001(\0132\'.com.lansweeper.dp.outbound.v1" +
|
|
4417
|
+
".SoftwareH\001\210\001\001\"3\n\tEventType\022\013\n\007INSTALL\020\000" +
|
|
4418
|
+
"\022\r\n\tUNINSTALL\020\001\022\n\n\006UPDATE\020\002B\006\n\004_endB\020\n\016_" +
|
|
4419
|
+
"prev_software\"\341\001\n\031ComputerMacInstallHist" +
|
|
4420
|
+
"ory\022\021\n\004name\030\001 \001(\tH\000\210\001\001\0225\n\014install_date\030\002" +
|
|
4421
|
+
" \001(\0132\032.google.protobuf.TimestampH\001\210\001\001\022\034\n" +
|
|
4422
|
+
"\017install_version\030\003 \001(\tH\002\210\001\001\022\033\n\016package_s" +
|
|
4423
|
+
"ource\030\004 \001(\tH\003\210\001\001B\007\n\005_nameB\017\n\r_install_da" +
|
|
4424
|
+
"teB\022\n\020_install_versionB\021\n\017_package_sourc" +
|
|
4425
|
+
"e\"\355\n\n\014CatalogBrand\022\n\n\002id\030\001 \001(\003\022\021\n\tmake_n" +
|
|
4426
|
+
"ame\030\003 \001(\t\022\026\n\tparent_id\030\022 \001(\003H\000\210\001\001\0229\n\020las" +
|
|
4427
|
+
"t_update_time\030\005 \001(\0132\032.google.protobuf.Ti" +
|
|
4428
|
+
"mestampH\001\210\001\001\022\031\n\014country_code\030\006 \001(\tH\002\210\001\001\022" +
|
|
4429
|
+
"\033\n\016logo_image_url\030\007 \001(\tH\003\210\001\001\022\035\n\020banner_i" +
|
|
4430
|
+
"mage_url\030\010 \001(\tH\004\210\001\001\022\031\n\014wikipedia_id\030\t \001(" +
|
|
4431
|
+
"\tH\005\210\001\001\022 \n\023wikipedia_lang_code\030\n \001(\tH\006\210\001\001" +
|
|
4432
|
+
"\022\030\n\013website_url\030\013 \001(\tH\007\210\001\001\022\030\n\013support_ur" +
|
|
4433
|
+
"l\030\014 \001(\tH\010\210\001\001\022\032\n\rsupport_phone\030\r \001(\tH\t\210\001\001" +
|
|
4434
|
+
"\022\035\n\020facebook_account\030\016 \001(\tH\n\210\001\001\022\034\n\017twitt" +
|
|
4435
|
+
"er_account\030\017 \001(\tH\013\210\001\001\022\031\n\014warranty_url\030\020 " +
|
|
4436
|
+
"\001(\tH\014\210\001\001\022 \n\023warranty_direct_url\030\021 \001(\tH\r\210" +
|
|
4437
|
+
"\001\001\022\032\n\rcommunity_url\030\024 \001(\tH\016\210\001\001\022\035\n\020linked" +
|
|
4438
|
+
"in_account\030\025 \001(\tH\017\210\001\001\022\036\n\021instagram_accou" +
|
|
4439
|
+
"nt\030\026 \001(\tH\020\210\001\001\022\034\n\017youtube_account\030\027 \001(\tH\021" +
|
|
4440
|
+
"\210\001\001\022\036\n\021pinterest_account\030\030 \001(\tH\022\210\001\001\022\033\n\016t" +
|
|
4441
|
+
"iktok_account\030\037 \001(\tH\023\210\001\001\022\033\n\016class_hardwa" +
|
|
4442
|
+
"re\030\031 \001(\010H\024\210\001\001\022\033\n\016class_software\030\032 \001(\010H\025\210" +
|
|
4443
|
+
"\001\001\022\033\n\016class_consumer\030\033 \001(\010H\026\210\001\001\022\035\n\020class" +
|
|
4444
|
+
"_enterprise\030\034 \001(\010H\027\210\001\001\022\035\n\020class_industri" +
|
|
4445
|
+
"al\030\035 \001(\010H\030\210\001\001\022\035\n\020class_individual\030\036 \001(\010H" +
|
|
4446
|
+
"\031\210\001\001\022\030\n\013match_score\030\023 \001(\005H\032\210\001\001B\014\n\n_paren" +
|
|
4447
|
+
"t_idB\023\n\021_last_update_timeB\017\n\r_country_co" +
|
|
4448
|
+
"deB\021\n\017_logo_image_urlB\023\n\021_banner_image_u" +
|
|
4449
|
+
"rlB\017\n\r_wikipedia_idB\026\n\024_wikipedia_lang_c" +
|
|
4450
|
+
"odeB\016\n\014_website_urlB\016\n\014_support_urlB\020\n\016_" +
|
|
4451
|
+
"support_phoneB\023\n\021_facebook_accountB\022\n\020_t" +
|
|
4452
|
+
"witter_accountB\017\n\r_warranty_urlB\026\n\024_warr" +
|
|
4453
|
+
"anty_direct_urlB\020\n\016_community_urlB\023\n\021_li" +
|
|
4454
|
+
"nkedin_accountB\024\n\022_instagram_accountB\022\n\020" +
|
|
4455
|
+
"_youtube_accountB\024\n\022_pinterest_accountB\021" +
|
|
4456
|
+
"\n\017_tiktok_accountB\021\n\017_class_hardwareB\021\n\017" +
|
|
4457
|
+
"_class_softwareB\021\n\017_class_consumerB\023\n\021_c" +
|
|
4458
|
+
"lass_enterpriseB\023\n\021_class_industrialB\023\n\021" +
|
|
4459
|
+
"_class_individualB\016\n\014_match_score\"\317\t\n\014Ca" +
|
|
4460
|
+
"talogModel\022\n\n\002id\030\001 \001(\003\022\017\n\007make_id\030\003 \001(\003\022" +
|
|
4461
|
+
"\024\n\014device_model\030\004 \001(\t\022\033\n\016device_type_id\030" +
|
|
4462
|
+
"\005 \001(\003H\000\210\001\001\022\031\n\021device_model_code\030\006 \003(\t\022\026\n" +
|
|
4463
|
+
"\tfamily_id\030\n \001(\003H\001\210\001\001\022\026\n\tis_family\030\013 \001(\010" +
|
|
4464
|
+
"H\002\210\001\001\022\027\n\nmanual_url\030\014 \001(\tH\003\210\001\001\022\024\n\007faq_ur" +
|
|
4465
|
+
"l\030\r \001(\tH\004\210\001\001\0225\n\014release_date\030\016 \001(\0132\032.goo" +
|
|
4466
|
+
"gle.protobuf.TimestampH\005\210\001\001\0222\n\tdisc_date" +
|
|
4467
|
+
"\030\017 \001(\0132\032.google.protobuf.TimestampH\006\210\001\001\022" +
|
|
4468
|
+
"1\n\010eos_date\030\032 \001(\0132\032.google.protobuf.Time" +
|
|
4469
|
+
"stampH\007\210\001\001\022 \n\023lifecyle_confidence\030\035 \001(\tH" +
|
|
4470
|
+
"\010\210\001\001\022\030\n\013price_class\030\030 \001(\tH\t\210\001\001\022\032\n\rproduc" +
|
|
4471
|
+
"t_class\030\031 \001(\tH\n\210\001\001\022\032\n\rcfp_emissions\030\036 \001(" +
|
|
4472
|
+
"\005H\013\210\001\001\022\036\n\021cfp_emissions_std\030\037 \001(\005H\014\210\001\001\022\024" +
|
|
4473
|
+
"\n\007cfp_use\030 \001(\005H\r\210\001\001\022\034\n\017sh_ifttt_handle\030" +
|
|
4474
|
+
"\021 \001(\tH\016\210\001\001\022\033\n\023sh_google_ass_langs\030\022 \003(\t\022" +
|
|
4475
|
+
"\026\n\016sh_alexa_langs\030\023 \003(\t\022\033\n\016sh_hass_handl" +
|
|
4476
|
+
"e\030\024 \001(\tH\017\210\001\001\022\036\n\021sh_apple_home_kit\030\025 \001(\010H" +
|
|
4477
|
+
"\020\210\001\001\022\037\n\022sh_open_hab_handle\030\026 \001(\tH\021\210\001\001\022\025\n" +
|
|
4478
|
+
"\010nist_cpe\030\034 \001(\tH\022\210\001\001\022\027\n\npopularity\030\027 \001(\005" +
|
|
4479
|
+
"H\023\210\001\001\0229\n\020last_update_time\030\020 \001(\0132\032.google" +
|
|
4480
|
+
".protobuf.TimestampH\024\210\001\001\022\030\n\013match_score\030" +
|
|
4481
|
+
"\033 \001(\005H\025\210\001\001B\021\n\017_device_type_idB\014\n\n_family" +
|
|
4482
|
+
"_idB\014\n\n_is_familyB\r\n\013_manual_urlB\n\n\010_faq" +
|
|
4483
|
+
"_urlB\017\n\r_release_dateB\014\n\n_disc_dateB\013\n\t_" +
|
|
4484
|
+
"eos_dateB\026\n\024_lifecyle_confidenceB\016\n\014_pri" +
|
|
4485
|
+
"ce_classB\020\n\016_product_classB\020\n\016_cfp_emiss" +
|
|
4486
|
+
"ionsB\024\n\022_cfp_emissions_stdB\n\n\010_cfp_useB\022" +
|
|
4487
|
+
"\n\020_sh_ifttt_handleB\021\n\017_sh_hass_handleB\024\n" +
|
|
4488
|
+
"\022_sh_apple_home_kitB\025\n\023_sh_open_hab_hand" +
|
|
4489
|
+
"leB\013\n\t_nist_cpeB\r\n\013_popularityB\023\n\021_last_" +
|
|
4490
|
+
"update_timeB\016\n\014_match_score\"\254\t\n\tCatalogO" +
|
|
4491
|
+
"s\022\n\n\002id\030\001 \001(\003\022\017\n\007os_name\030\003 \001(\t\022\027\n\nos_ver" +
|
|
4492
|
+
"sion\030\004 \001(\tH\000\210\001\001\022\025\n\010os_build\030\014 \001(\tH\001\210\001\001\022\034" +
|
|
4493
|
+
"\n\017os_version_name\030\005 \001(\tH\002\210\001\001\022\030\n\013override" +
|
|
4494
|
+
"_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" +
|
|
4495
|
+
"parent_id\030\010 \001(\003H\005\210\001\001\0225\n\014release_date\030\t \001" +
|
|
4496
|
+
"(\0132\032.google.protobuf.TimestampH\006\210\001\001\0221\n\010e" +
|
|
4497
|
+
"ol_date\030\n \001(\0132\032.google.protobuf.Timestam" +
|
|
4498
|
+
"pH\007\210\001\001\0221\n\010eos_date\030\026 \001(\0132\032.google.protob" +
|
|
4499
|
+
"uf.TimestampH\010\210\001\001\0222\n\teosx_date\030\031 \001(\0132\032.g" +
|
|
4500
|
+
"oogle.protobuf.TimestampH\t\210\001\001\022 \n\023lifecyl" +
|
|
4501
|
+
"e_confidence\030\032 \001(\tH\n\210\001\001\022\033\n\016logo_image_ur" +
|
|
4502
|
+
"l\030\r \001(\tH\013\210\001\001\022\035\n\020banner_image_url\030\016 \001(\tH\014" +
|
|
4503
|
+
"\210\001\001\022\031\n\014wikipedia_id\030\017 \001(\tH\r\210\001\001\022 \n\023wikipe" +
|
|
4504
|
+
"dia_lang_code\030\020 \001(\tH\016\210\001\001\022\030\n\013website_url\030" +
|
|
4505
|
+
"\021 \001(\tH\017\210\001\001\022\030\n\013support_url\030\022 \001(\tH\020\210\001\001\022\032\n\r" +
|
|
4506
|
+
"support_phone\030\023 \001(\tH\021\210\001\001\022\035\n\020facebook_acc" +
|
|
4507
|
+
"ount\030\024 \001(\tH\022\210\001\001\022\034\n\017twitter_account\030\025 \001(\t" +
|
|
4508
|
+
"H\023\210\001\001\022\025\n\010nist_cpe\030\027 \001(\tH\024\210\001\001\0229\n\020last_upd" +
|
|
4509
|
+
"ate_time\030\013 \001(\0132\032.google.protobuf.Timesta" +
|
|
4510
|
+
"mpH\025\210\001\001\022\030\n\013match_score\030\030 \001(\005H\026\210\001\001B\r\n\013_os" +
|
|
4511
|
+
"_versionB\013\n\t_os_buildB\022\n\020_os_version_nam" +
|
|
4512
|
+
"eB\016\n\014_override_idB\n\n\010_make_idB\014\n\n_parent" +
|
|
4513
|
+
"_idB\017\n\r_release_dateB\013\n\t_eol_dateB\013\n\t_eo" +
|
|
4514
|
+
"s_dateB\014\n\n_eosx_dateB\026\n\024_lifecyle_confid" +
|
|
4515
|
+
"enceB\021\n\017_logo_image_urlB\023\n\021_banner_image" +
|
|
4516
|
+
"_urlB\017\n\r_wikipedia_idB\026\n\024_wikipedia_lang" +
|
|
4517
|
+
"_codeB\016\n\014_website_urlB\016\n\014_support_urlB\020\n" +
|
|
4518
|
+
"\016_support_phoneB\023\n\021_facebook_accountB\022\n\020" +
|
|
4519
|
+
"_twitter_accountB\013\n\t_nist_cpeB\023\n\021_last_u" +
|
|
4520
|
+
"pdate_timeB\016\n\014_match_score\"\370\007\n\017CatalogSo" +
|
|
4521
|
+
"ftware\022\n\n\002id\030\001 \001(\003\022\017\n\007sw_name\030\002 \001(\t\022\027\n\ns" +
|
|
4522
|
+
"w_version\030\003 \001(\tH\000\210\001\001\022\032\n\rsw_market_ver\030\004 " +
|
|
4523
|
+
"\001(\tH\001\210\001\001\022\027\n\nsw_edition\030\005 \001(\tH\002\210\001\001\022\024\n\007sw_" +
|
|
4524
|
+
"lang\030\006 \001(\tH\003\210\001\001\022\025\n\010sw_build\030\007 \001(\tH\004\210\001\001\022\024" +
|
|
4525
|
+
"\n\007make_id\030\010 \001(\003H\005\210\001\001\022\026\n\tparent_id\030\t \001(\003H" +
|
|
4526
|
+
"\006\210\001\001\022\026\n\tlatest_id\030\n \001(\003H\007\210\001\001\022\024\n\007sw_type\030" +
|
|
4527
|
+
"\013 \001(\tH\010\210\001\001\022\030\n\013sw_category\030\014 \001(\tH\t\210\001\001\0225\n\014" +
|
|
4528
|
+
"release_date\030\r \001(\0132\032.google.protobuf.Tim" +
|
|
4529
|
+
"estampH\n\210\001\001\0221\n\010eol_date\030\016 \001(\0132\032.google.p" +
|
|
4530
|
+
"rotobuf.TimestampH\013\210\001\001\0221\n\010eos_date\030\017 \001(\013" +
|
|
4531
|
+
"2\032.google.protobuf.TimestampH\014\210\001\001\0222\n\teos" +
|
|
4532
|
+
"x_date\030\020 \001(\0132\032.google.protobuf.Timestamp" +
|
|
4533
|
+
"H\r\210\001\001\022 \n\023lifecyle_confidence\030\021 \001(\tH\016\210\001\001\022" +
|
|
4534
|
+
"\030\n\013flag_latest\030\022 \001(\010H\017\210\001\001\022\034\n\017flag_widesp" +
|
|
4535
|
+
"read\030\023 \001(\010H\020\210\001\001\022\034\n\017flag_deprecated\030\024 \001(\010" +
|
|
4536
|
+
"H\021\210\001\001\0229\n\020last_update_time\030\025 \001(\0132\032.google" +
|
|
4537
|
+
".protobuf.TimestampH\022\210\001\001\022\030\n\013match_score\030" +
|
|
4538
|
+
"d \001(\005H\023\210\001\001B\r\n\013_sw_versionB\020\n\016_sw_market_" +
|
|
4539
|
+
"verB\r\n\013_sw_editionB\n\n\010_sw_langB\013\n\t_sw_bu" +
|
|
4540
|
+
"ildB\n\n\010_make_idB\014\n\n_parent_idB\014\n\n_latest" +
|
|
4541
|
+
"_idB\n\n\010_sw_typeB\016\n\014_sw_categoryB\017\n\r_rele" +
|
|
4542
|
+
"ase_dateB\013\n\t_eol_dateB\013\n\t_eos_dateB\014\n\n_e" +
|
|
4543
|
+
"osx_dateB\026\n\024_lifecyle_confidenceB\016\n\014_fla" +
|
|
4544
|
+
"g_latestB\022\n\020_flag_widespreadB\022\n\020_flag_de" +
|
|
4545
|
+
"precatedB\023\n\021_last_update_timeB\016\n\014_match_" +
|
|
4546
|
+
"score\"\341\017\n\016CatalogMonitor\022\n\n\002id\030\001 \001(\003\022\r\n\005" +
|
|
4547
|
+
"model\030\003 \001(\t\022\026\n\tvendor_id\030\004 \001(\tH\000\210\001\001\022\024\n\007m" +
|
|
4548
|
+
"ake_id\030\005 \001(\003H\001\210\001\001\022\026\n\tfamily_id\030\006 \001(\003H\002\210\001" +
|
|
4549
|
+
"\001\022\026\n\tis_family\030\007 \001(\010H\003\210\001\001\022\032\n\rofficial_pa" +
|
|
4550
|
+
"ge\030\010 \001(\tH\004\210\001\001\022\031\n\014support_page\030\t \001(\tH\005\210\001\001" +
|
|
4551
|
+
"\022\026\n\tsize_inch\030\n \001(\001H\006\210\001\001\022\033\n\016max_resoluti" +
|
|
4552
|
+
"on\030\013 \001(\tH\007\210\001\001\022\031\n\014aspect_ratio\030\014 \001(\tH\010\210\001\001" +
|
|
4553
|
+
"\022\035\n\020response_time_ms\030\r \001(\001H\t\210\001\001\022\024\n\007hd_ty" +
|
|
4554
|
+
"pe\030\016 \001(\tH\n\210\001\001\022\031\n\014display_tech\030\017 \001(\tH\013\210\001\001" +
|
|
4555
|
+
"\022\031\n\014refresh_rate\030\020 \001(\005H\014\210\001\001\022\022\n\005panel\030\021 \001" +
|
|
4556
|
+
"(\tH\r\210\001\001\022\026\n\theight_cm\030\022 \001(\001H\016\210\001\001\022\025\n\010width" +
|
|
4557
|
+
"_cm\030\023 \001(\001H\017\210\001\001\022\030\n\013diagonal_cm\030\024 \001(\001H\020\210\001\001" +
|
|
4558
|
+
"\022\031\n\014usb_upstream\030\025 \001(\tH\021\210\001\001\022\034\n\017nr_usb_up" +
|
|
4559
|
+
"stream\030\026 \001(\005H\022\210\001\001\022%\n\030nr_usb_type_a_downs" +
|
|
4560
|
+
"tream\030\027 \001(\005H\023\210\001\001\022\024\n\007nr_hdmi\030\030 \001(\005H\024\210\001\001\022\023" +
|
|
4561
|
+
"\n\006nr_vga\030\031 \001(\005H\025\210\001\001\022\023\n\006nr_dvi\030\032 \001(\005H\026\210\001\001" +
|
|
4562
|
+
"\022\031\n\014hdmi_version\030\033 \001(\001H\027\210\001\001\022\035\n\020nr_displa" +
|
|
4563
|
+
"y_ports\030\034 \001(\005H\030\210\001\001\022!\n\024display_port_versi" +
|
|
4564
|
+
"on\030\035 \001(\001H\031\210\001\001\022\031\n\014energy_class\030\036 \001(\tH\032\210\001\001" +
|
|
4565
|
+
"\022\033\n\016sdr_per_1000_u\030\037 \001(\005H\033\210\001\001\022\037\n\022average" +
|
|
4566
|
+
"_watt_usage\030 \001(\001H\034\210\001\001\022\033\n\016max_watt_usage" +
|
|
4567
|
+
"\030! \001(\001H\035\210\001\001\022\037\n\022watt_usage_standby\030\" \001(\001H" +
|
|
4568
|
+
"\036\210\001\001\022\034\n\017watt_power_save\030# \001(\001H\037\210\001\001\022\027\n\nac" +
|
|
4569
|
+
"_voltage\030$ \001(\tH \210\001\001\022\027\n\nac_freq_hz\030% \001(\tH" +
|
|
4570
|
+
"!\210\001\001\022\026\n\tcurrent_a\030& \001(\001H\"\210\001\001\022\030\n\013feature_" +
|
|
4571
|
+
"aio\030\' \001(\010H#\210\001\001\022\033\n\016feature_camera\030( \001(\010H$" +
|
|
4572
|
+
"\210\001\001\022\035\n\020feature_speakers\030) \001(\010H%\210\001\001\022\031\n\014fe" +
|
|
4573
|
+
"ature_hdmi\030* \001(\010H&\210\001\001\022\030\n\013feature_eth\030+ \001" +
|
|
4574
|
+
"(\010H\'\210\001\001\022\035\n\020feature_portrait\030, \001(\010H(\210\001\001\022\033" +
|
|
4575
|
+
"\n\016feature_curved\030- \001(\010H)\210\001\001\0229\n\020last_upda" +
|
|
4576
|
+
"te_time\030. \001(\0132\032.google.protobuf.Timestam" +
|
|
4577
|
+
"pH*\210\001\001\022\030\n\013match_score\030d \001(\005H+\210\001\001B\014\n\n_ven" +
|
|
4578
|
+
"dor_idB\n\n\010_make_idB\014\n\n_family_idB\014\n\n_is_" +
|
|
4579
|
+
"familyB\020\n\016_official_pageB\017\n\r_support_pag" +
|
|
4580
|
+
"eB\014\n\n_size_inchB\021\n\017_max_resolutionB\017\n\r_a" +
|
|
4581
|
+
"spect_ratioB\023\n\021_response_time_msB\n\n\010_hd_" +
|
|
4582
|
+
"typeB\017\n\r_display_techB\017\n\r_refresh_rateB\010" +
|
|
4583
|
+
"\n\006_panelB\014\n\n_height_cmB\013\n\t_width_cmB\016\n\014_" +
|
|
4584
|
+
"diagonal_cmB\017\n\r_usb_upstreamB\022\n\020_nr_usb_" +
|
|
4585
|
+
"upstreamB\033\n\031_nr_usb_type_a_downstreamB\n\n" +
|
|
4586
|
+
"\010_nr_hdmiB\t\n\007_nr_vgaB\t\n\007_nr_dviB\017\n\r_hdmi" +
|
|
4587
|
+
"_versionB\023\n\021_nr_display_portsB\027\n\025_displa" +
|
|
4588
|
+
"y_port_versionB\017\n\r_energy_classB\021\n\017_sdr_" +
|
|
4589
|
+
"per_1000_uB\025\n\023_average_watt_usageB\021\n\017_ma" +
|
|
4590
|
+
"x_watt_usageB\025\n\023_watt_usage_standbyB\022\n\020_" +
|
|
4591
|
+
"watt_power_saveB\r\n\013_ac_voltageB\r\n\013_ac_fr" +
|
|
4592
|
+
"eq_hzB\014\n\n_current_aB\016\n\014_feature_aioB\021\n\017_" +
|
|
4593
|
+
"feature_cameraB\023\n\021_feature_speakersB\017\n\r_" +
|
|
4594
|
+
"feature_hdmiB\016\n\014_feature_ethB\023\n\021_feature" +
|
|
4595
|
+
"_portraitB\021\n\017_feature_curvedB\023\n\021_last_up" +
|
|
4596
|
+
"date_timeB\016\n\014_match_score\"\363\002\n\007Printer\022\031\n" +
|
|
4597
|
+
"\014printer_name\030\001 \001(\tH\000\210\001\001\022\032\n\rprinted_page" +
|
|
4598
|
+
"s\030\002 \001(\003H\001\210\001\001\022 \n\023printed_color_pages\030\003 \001(" +
|
|
4599
|
+
"\003H\002\210\001\001\022\037\n\022printed_mono_pages\030\004 \001(\003H\003\210\001\001\022" +
|
|
4600
|
+
"\033\n\016printer_status\030\005 \001(\tH\004\210\001\001\022\032\n\rserial_n" +
|
|
4601
|
+
"umber\030\006 \001(\tH\005\210\001\001\022>\n\005toner\030\007 \003(\0132/.com.la" +
|
|
4602
|
+
"nsweeper.dp.outbound.v1.PrinterTonerInfo" +
|
|
4603
|
+
"B\017\n\r_printer_nameB\020\n\016_printed_pagesB\026\n\024_" +
|
|
4604
|
+
"printed_color_pagesB\025\n\023_printed_mono_pag" +
|
|
4605
|
+
"esB\021\n\017_printer_statusB\020\n\016_serial_number\"" +
|
|
4606
|
+
"\274\002\n\020PrinterTonerInfo\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022" +
|
|
4607
|
+
"\022\n\005color\030\002 \001(\tH\001\210\001\001\022E\n\014color_number\030\003 \001(" +
|
|
4608
|
+
"\0132*.com.lansweeper.dp.outbound.v1.Mapped" +
|
|
4609
|
+
"ValueH\002\210\001\001\022 \n\023maximum_toner_level\030\004 \001(\003H" +
|
|
4610
|
+
"\003\210\001\001\022\023\n\006number\030\005 \001(\003H\004\210\001\001\022\"\n\025remaining_t" +
|
|
4611
|
+
"oner_level\030\006 \001(\003H\005\210\001\001B\007\n\005_nameB\010\n\006_color" +
|
|
4612
|
+
"B\017\n\r_color_numberB\026\n\024_maximum_toner_leve" +
|
|
4613
|
+
"lB\t\n\007_numberB\030\n\026_remaining_toner_level\"\343" +
|
|
4614
|
+
"\005\n\003Ups\022\031\n\014manufacturer\030\001 \001(\tH\000\210\001\001\022\022\n\005mod" +
|
|
4615
|
+
"el\030\002 \001(\tH\001\210\001\001\022!\n\024ups_software_version\030\003 " +
|
|
4616
|
+
"\001(\tH\002\210\001\001\022#\n\026agent_software_version\030\004 \001(\t" +
|
|
4617
|
+
"H\003\210\001\001\022\021\n\004name\030\005 \001(\tH\004\210\001\001\022\035\n\020attached_dev" +
|
|
4618
|
+
"ices\030\006 \001(\tH\005\210\001\001\022\033\n\016battery_status\030\007 \001(\003H" +
|
|
4619
|
+
"\006\210\001\001\022\037\n\022seconds_on_battery\030\010 \001(\003H\007\210\001\001\022(\n" +
|
|
4620
|
+
"\033estimated_minutes_remaining\030\t \001(\003H\010\210\001\001\022" +
|
|
4621
|
+
"\'\n\032estimated_charge_remaining\030\n \001(\003H\t\210\001\001" +
|
|
4622
|
+
"\022\034\n\017battery_voltage\030\013 \001(\003H\n\210\001\001\022\034\n\017batter" +
|
|
4623
|
+
"y_current\030\014 \001(\003H\013\210\001\001\022 \n\023battery_temperat" +
|
|
4624
|
+
"ure\030\r \001(\003H\014\210\001\001\022\033\n\016alarms_present\030\016 \001(\003H\r" +
|
|
4625
|
+
"\210\001\001B\017\n\r_manufacturerB\010\n\006_modelB\027\n\025_ups_s" +
|
|
4626
|
+
"oftware_versionB\031\n\027_agent_software_versi" +
|
|
4627
|
+
"onB\007\n\005_nameB\023\n\021_attached_devicesB\021\n\017_bat" +
|
|
4628
|
+
"tery_statusB\025\n\023_seconds_on_batteryB\036\n\034_e" +
|
|
4629
|
+
"stimated_minutes_remainingB\035\n\033_estimated" +
|
|
4630
|
+
"_charge_remainingB\022\n\020_battery_voltageB\022\n" +
|
|
4631
|
+
"\020_battery_currentB\026\n\024_battery_temperatur" +
|
|
4632
|
+
"eB\021\n\017_alarms_present\"\273\n\n\004User\0225\n\002id\030\001 \001(" +
|
|
4633
|
+
"\0132).com.lansweeper.dp.outbound.v1.Entity" +
|
|
4634
|
+
"Path\022/\n\013last_synced\030\002 \001(\0132\032.google.proto" +
|
|
4635
|
+
"buf.Timestamp\022.\n\nfirst_seen\030\003 \001(\0132\032.goog" +
|
|
4636
|
+
"le.protobuf.Timestamp\0220\n\014last_updated\030\004 " +
|
|
4637
|
+
"\001(\0132\032.google.protobuf.Timestamp\0221\n\rlast_" +
|
|
4638
|
+
"enriched\030\005 \001(\0132\032.google.protobuf.Timesta" +
|
|
4639
|
+
"mp\022%\n\030last_synced_source_agent\030\006 \001(\tH\000\210\001" +
|
|
4640
|
+
"\001\022$\n\027last_synced_source_name\030\007 \001(\tH\001\210\001\001\022" +
|
|
4641
|
+
">\n\013source_info\030\010 \003(\0132).com.lansweeper.dp" +
|
|
4642
|
+
".outbound.v1.SourceInfo\022G\n\024unlinked_sour" +
|
|
4643
|
+
"ce_info\030\t \003(\0132).com.lansweeper.dp.outbou" +
|
|
4644
|
+
"nd.v1.SourceInfo\022D\n\016data_processor\030\027 \003(\013" +
|
|
4645
|
+
"2,.com.lansweeper.dp.outbound.v1.DataPro" +
|
|
4646
|
+
"cessor\022\027\n\nunique_key\030\n \001(\tH\002\210\001\001\022<\n\nscan_" +
|
|
4647
|
+
"error\030\013 \003(\0132(.com.lansweeper.dp.outbound" +
|
|
4648
|
+
".v1.ScanError\022?\n\013internet_ip\030\014 \001(\0132%.com" +
|
|
4649
|
+
".lansweeper.dp.outbound.v1.IpInfoH\003\210\001\001\022/" +
|
|
4650
|
+
"\n\003tag\030\r \003(\0132\".com.lansweeper.dp.outbound" +
|
|
4651
|
+
".v1.Tag\0229\n\010relation\030\016 \003(\0132\'.com.lansweep" +
|
|
4652
|
+
"er.dp.outbound.v1.Relation\022Q\n\022correlatio" +
|
|
4653
|
+
"n_fields\030\017 \001(\01320.com.lansweeper.dp.outbo" +
|
|
4654
|
+
"und.v1.CorrelationFieldsH\004\210\001\001\022N\n\016reconci" +
|
|
4655
|
+
"liation\030\020 \001(\01321.com.lansweeper.dp.outbou" +
|
|
4656
|
+
"nd.v1.ReconciliationInfoH\005\210\001\001\022;\n\004core\030\024 " +
|
|
4657
|
+
"\001(\0132-.com.lansweeper.dp.outbound.v1.User" +
|
|
4658
|
+
"CoreFields\022H\n\007ad_user\030\025 \001(\01322.com.lanswe" +
|
|
4659
|
+
"eper.dp.outbound.v1.ActiveDirectoryUserH" +
|
|
4660
|
+
"\006\210\001\001\022J\n\017office_365_user\030\026 \001(\0132,.com.lans" +
|
|
4661
|
+
"weeper.dp.outbound.v1.Office365UserH\007\210\001\001" +
|
|
4662
|
+
"B\033\n\031_last_synced_source_agentB\032\n\030_last_s" +
|
|
4663
|
+
"ynced_source_nameB\r\n\013_unique_keyB\016\n\014_int" +
|
|
4664
|
+
"ernet_ipB\025\n\023_correlation_fieldsB\021\n\017_reco" +
|
|
4665
|
+
"nciliationB\n\n\010_ad_userB\022\n\020_office_365_us" +
|
|
4666
|
+
"er\"\210\001\n\016UserCoreFields\022\026\n\tuser_name\030\001 \001(\t" +
|
|
4667
|
+
"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" +
|
|
4668
|
+
"\001\022\022\n\005email\030\004 \001(\tH\003\210\001\001B\014\n\n_user_nameB\006\n\004_" +
|
|
4669
|
+
"upnB\006\n\004_sidB\010\n\006_email\"\303\n\n\005Group\0225\n\002id\030\001 " +
|
|
4670
|
+
"\001(\0132).com.lansweeper.dp.outbound.v1.Enti" +
|
|
4671
|
+
"tyPath\022/\n\013last_synced\030\002 \001(\0132\032.google.pro" +
|
|
4672
|
+
"tobuf.Timestamp\022.\n\nfirst_seen\030\003 \001(\0132\032.go" +
|
|
4673
|
+
"ogle.protobuf.Timestamp\0220\n\014last_updated\030" +
|
|
4674
|
+
"\004 \001(\0132\032.google.protobuf.Timestamp\0221\n\rlas" +
|
|
4675
|
+
"t_enriched\030\005 \001(\0132\032.google.protobuf.Times" +
|
|
4676
|
+
"tamp\022%\n\030last_synced_source_agent\030\006 \001(\tH\000" +
|
|
4677
|
+
"\210\001\001\022$\n\027last_synced_source_name\030\007 \001(\tH\001\210\001" +
|
|
4678
|
+
"\001\022>\n\013source_info\030\010 \003(\0132).com.lansweeper." +
|
|
4679
|
+
"dp.outbound.v1.SourceInfo\022G\n\024unlinked_so" +
|
|
4680
|
+
"urce_info\030\t \003(\0132).com.lansweeper.dp.outb" +
|
|
4681
|
+
"ound.v1.SourceInfo\022D\n\016data_processor\030\026 \003" +
|
|
4682
|
+
"(\0132,.com.lansweeper.dp.outbound.v1.DataP" +
|
|
4683
|
+
"rocessor\022\027\n\nunique_key\030\n \001(\tH\002\210\001\001\022<\n\nsca" +
|
|
4684
|
+
"n_error\030\013 \003(\0132(.com.lansweeper.dp.outbou" +
|
|
4685
|
+
"nd.v1.ScanError\022?\n\013internet_ip\030\014 \001(\0132%.c" +
|
|
4686
|
+
"om.lansweeper.dp.outbound.v1.IpInfoH\003\210\001\001" +
|
|
4687
|
+
"\022/\n\003tag\030\r \003(\0132\".com.lansweeper.dp.outbou" +
|
|
4688
|
+
"nd.v1.Tag\0229\n\010relation\030\016 \003(\0132\'.com.lanswe" +
|
|
4689
|
+
"eper.dp.outbound.v1.Relation\022Q\n\022correlat" +
|
|
4690
|
+
"ion_fields\030\017 \001(\01320.com.lansweeper.dp.out" +
|
|
4691
|
+
"bound.v1.CorrelationFieldsH\004\210\001\001\022N\n\016recon" +
|
|
4692
|
+
"ciliation\030\020 \001(\01321.com.lansweeper.dp.outb" +
|
|
4693
|
+
"ound.v1.ReconciliationInfoH\005\210\001\001\022<\n\004core\030" +
|
|
4694
|
+
"\024 \001(\0132..com.lansweeper.dp.outbound.v1.Gr" +
|
|
4695
|
+
"oupCoreFields\022J\n\010ad_group\030\025 \001(\01323.com.la" +
|
|
4696
|
+
"nsweeper.dp.outbound.v1.ActiveDirectoryG" +
|
|
4697
|
+
"roupH\006\210\001\001\022L\n\020office_365_group\030\027 \001(\0132-.co" +
|
|
4698
|
+
"m.lansweeper.dp.outbound.v1.Office365Gro" +
|
|
4699
|
+
"upH\007\210\001\001B\033\n\031_last_synced_source_agentB\032\n\030" +
|
|
4700
|
+
"_last_synced_source_nameB\r\n\013_unique_keyB" +
|
|
4701
|
+
"\016\n\014_internet_ipB\025\n\023_correlation_fieldsB\021" +
|
|
4702
|
+
"\n\017_reconciliationB\013\n\t_ad_groupB\023\n\021_offic" +
|
|
4703
|
+
"e_365_group\"G\n\017GroupCoreFields\022\020\n\003sid\030\001 " +
|
|
4704
|
+
"\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_" +
|
|
4705
|
+
"name\"\343\002\n\025ActiveDirectoryObject\022\022\n\ndomain" +
|
|
4706
|
+
"_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" +
|
|
4707
|
+
"distinguished_name\030\004 \001(\t\022\027\n\ndomain_dns\030\005" +
|
|
4708
|
+
" \001(\tH\000\210\001\001\022\021\n\004name\030\006 \001(\tH\001\210\001\001\022\031\n\014object_c" +
|
|
4709
|
+
"lass\030\007 \001(\tH\002\210\001\001\0226\n\rcreation_time\030\010 \001(\0132\032" +
|
|
4710
|
+
".google.protobuf.TimestampH\003\210\001\001\0225\n\014last_" +
|
|
4711
|
+
"changed\030\t \001(\0132\032.google.protobuf.Timestam" +
|
|
4712
|
+
"pH\004\210\001\001B\r\n\013_domain_dnsB\007\n\005_nameB\017\n\r_objec" +
|
|
4713
|
+
"t_classB\020\n\016_creation_timeB\017\n\r_last_chang" +
|
|
4714
|
+
"ed\"\256\006\n\027ActiveDirectoryComputer\022G\n\tad_obj" +
|
|
4715
|
+
"ect\030\001 \001(\01324.com.lansweeper.dp.outbound.v" +
|
|
4716
|
+
"1.ActiveDirectoryObject\022L\n\tad_domain\030\020 \001" +
|
|
4717
|
+
"(\01324.com.lansweeper.dp.outbound.v1.Activ" +
|
|
4718
|
+
"eDirectoryDomainH\000\210\001\001\022\035\n\020sam_account_nam" +
|
|
4719
|
+
"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(" +
|
|
4720
|
+
"\tH\003\210\001\001\022\030\n\013description\030\005 \001(\tH\004\210\001\001\022\024\n\007comm" +
|
|
4721
|
+
"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" +
|
|
4722
|
+
"location\030\010 \001(\tH\007\210\001\001\022\027\n\nip_address\030\t \001(\tH" +
|
|
4723
|
+
"\010\210\001\001\022\024\n\007enabled\030\n \001(\010H\t\210\001\001\022$\n\027bitlocker_" +
|
|
4724
|
+
"recovery_info\030\013 \001(\tH\n\210\001\001\022\035\n\020operating_sy" +
|
|
4725
|
+
"stem\030\014 \001(\tH\013\210\001\001\022%\n\030operating_system_vers" +
|
|
4726
|
+
"ion\030\r \001(\tH\014\210\001\001\022 \n\023managed_by_user_oid\030\016 " +
|
|
4727
|
+
"\001(\tH\r\210\001\001\022!\n\024managed_by_group_oid\030\017 \001(\tH\016" +
|
|
4728
|
+
"\210\001\001B\014\n\n_ad_domainB\023\n\021_sam_account_nameB\005" +
|
|
4729
|
+
"\n\003_cnB\005\n\003_ouB\016\n\014_descriptionB\n\n\010_comment" +
|
|
4730
|
+
"B\n\n\010_companyB\013\n\t_locationB\r\n\013_ip_address" +
|
|
4731
|
+
"B\n\n\010_enabledB\032\n\030_bitlocker_recovery_info" +
|
|
4732
|
+
"B\023\n\021_operating_systemB\033\n\031_operating_syst" +
|
|
4733
|
+
"em_versionB\026\n\024_managed_by_user_oidB\027\n\025_m" +
|
|
4734
|
+
"anaged_by_group_oid\"\364\016\n\026ActiveDirectoryP" +
|
|
4735
|
+
"rinter\022\030\n\013description\030\001 \001(\tH\000\210\001\001\022\017\n\002cn\030\002" +
|
|
4736
|
+
" \001(\tH\001\210\001\001\022\033\n\016driver_version\030\003 \001(\rH\002\210\001\001\022\030" +
|
|
4737
|
+
"\n\013server_name\030\004 \001(\tH\003\210\001\001\022%\n\030d_score_prop" +
|
|
4738
|
+
"agation_data\030\005 \001(\tH\004\210\001\001\022#\n\026nt_security_d" +
|
|
4739
|
+
"escriptor\030\006 \001(\tH\005\210\001\001\022\035\n\020print_start_time" +
|
|
4740
|
+
"\030\007 \001(\rH\006\210\001\001\022\027\n\017print_bin_names\030\010 \003(\t\022\030\n\013" +
|
|
4741
|
+
"print_color\030\t \001(\010H\007\210\001\001\022$\n\027print_keep_pri" +
|
|
4742
|
+
"nted_jobs\030\n \001(\010H\010\210\001\001\022\033\n\016print_spooling\030\013" +
|
|
4743
|
+
" \001(\tH\t\210\001\001\022#\n\026print_duplex_supported\030\014 \001(" +
|
|
4744
|
+
"\010H\n\210\001\001\022\037\n\022print_min_y_extent\030\r \001(\rH\013\210\001\001\022" +
|
|
4745
|
+
"\037\n\022print_max_y_extent\030\016 \001(\rH\014\210\001\001\022\037\n\022prin" +
|
|
4746
|
+
"t_min_x_extent\030\017 \001(\rH\r\210\001\001\022\037\n\022print_max_x" +
|
|
4747
|
+
"_extent\030\020 \001(\rH\016\210\001\001\022+\n\036print_max_resoluti" +
|
|
4748
|
+
"on_supported\030\021 \001(\rH\017\210\001\001\022#\n\026print_pages_p" +
|
|
4749
|
+
"er_minute\030\022 \001(\rH\020\210\001\001\022%\n\030print_stapling_s" +
|
|
4750
|
+
"upported\030\023 \001(\010H\021\210\001\001\022\032\n\rinstance_type\030\024 \001" +
|
|
4751
|
+
"(\rH\022\210\001\001\022\032\n\rprint_collate\030\025 \001(\010H\023\210\001\001\022\027\n\np" +
|
|
4752
|
+
"rint_rate\030& \001(\rH\024\210\001\001\022\034\n\017print_rate_unit\030" +
|
|
4753
|
+
"\026 \001(\tH\025\210\001\001\022\033\n\016print_end_time\030\027 \001(\rH\026\210\001\001\022" +
|
|
4754
|
+
"\026\n\tport_name\030\030 \001(\tH\027\210\001\001\022\025\n\010priority\030\031 \001(" +
|
|
4755
|
+
"\tH\030\210\001\001\022\033\n\016version_number\030\032 \001(\tH\031\210\001\001\022\031\n\014p" +
|
|
4756
|
+
"rinter_name\030\033 \001(\tH\032\210\001\001\022\036\n\021short_server_n" +
|
|
4757
|
+
"ame\030\034 \001(\tH\033\210\001\001\022\036\n\021print_media_ready\030\035 \001(" +
|
|
4758
|
+
"\tH\034\210\001\001\022\035\n\025print_media_supported\030\036 \003(\t\022\025\n" +
|
|
4759
|
+
"\010unc_name\030\037 \001(\tH\035\210\001\001\022\030\n\013usn_changed\030 \001(" +
|
|
4760
|
+
"\tH\036\210\001\001\022\030\n\013usn_created\030! \001(\tH\037\210\001\001\022\025\n\010cate" +
|
|
4761
|
+
"gory\030\" \001(\tH \210\001\001\022\030\n\013driver_name\030# \001(\tH!\210\001" +
|
|
4762
|
+
"\001\022$\n\034print_orientations_supported\030$ \003(\t\022" +
|
|
4763
|
+
"\035\n\020print_share_name\030% \001(\tH\"\210\001\001\022\027\n\nip_add" +
|
|
4764
|
+
"ress\030\' \001(\tH#\210\001\001B\016\n\014_descriptionB\005\n\003_cnB\021" +
|
|
4765
|
+
"\n\017_driver_versionB\016\n\014_server_nameB\033\n\031_d_" +
|
|
4766
|
+
"score_propagation_dataB\031\n\027_nt_security_d" +
|
|
4767
|
+
"escriptorB\023\n\021_print_start_timeB\016\n\014_print" +
|
|
4768
|
+
"_colorB\032\n\030_print_keep_printed_jobsB\021\n\017_p" +
|
|
4769
|
+
"rint_spoolingB\031\n\027_print_duplex_supported" +
|
|
4770
|
+
"B\025\n\023_print_min_y_extentB\025\n\023_print_max_y_" +
|
|
4771
|
+
"extentB\025\n\023_print_min_x_extentB\025\n\023_print_" +
|
|
4772
|
+
"max_x_extentB!\n\037_print_max_resolution_su" +
|
|
4773
|
+
"pportedB\031\n\027_print_pages_per_minuteB\033\n\031_p" +
|
|
4774
|
+
"rint_stapling_supportedB\020\n\016_instance_typ" +
|
|
4775
|
+
"eB\020\n\016_print_collateB\r\n\013_print_rateB\022\n\020_p" +
|
|
4776
|
+
"rint_rate_unitB\021\n\017_print_end_timeB\014\n\n_po" +
|
|
4777
|
+
"rt_nameB\013\n\t_priorityB\021\n\017_version_numberB" +
|
|
4778
|
+
"\017\n\r_printer_nameB\024\n\022_short_server_nameB\024" +
|
|
4779
|
+
"\n\022_print_media_readyB\013\n\t_unc_nameB\016\n\014_us" +
|
|
4780
|
+
"n_changedB\016\n\014_usn_createdB\013\n\t_categoryB\016" +
|
|
4781
|
+
"\n\014_driver_nameB\023\n\021_print_share_nameB\r\n\013_" +
|
|
4782
|
+
"ip_address\"\330\001\n\025ActiveDirectoryDomain\022G\n\t" +
|
|
4783
|
+
"ad_object\030\001 \001(\01324.com.lansweeper.dp.outb" +
|
|
4784
|
+
"ound.v1.ActiveDirectoryObject\022!\n\024minimum" +
|
|
4785
|
+
"_password_age\030\002 \001(\005H\000\210\001\001\022!\n\024maximum_pass" +
|
|
4786
|
+
"word_age\030\003 \001(\005H\001\210\001\001B\027\n\025_minimum_password" +
|
|
4787
|
+
"_ageB\027\n\025_maximum_password_age\"\366\026\n\023Active" +
|
|
4788
|
+
"DirectoryUser\022G\n\tad_object\030\001 \001(\01324.com.l" +
|
|
4789
|
+
"answeeper.dp.outbound.v1.ActiveDirectory" +
|
|
4790
|
+
"Object\022L\n\tad_domain\030; \001(\01324.com.lansweep" +
|
|
4791
|
+
"er.dp.outbound.v1.ActiveDirectoryDomainH" +
|
|
4792
|
+
"\000\210\001\001\022\035\n\020sam_account_name\030\002 \001(\tH\001\210\001\001\022\017\n\002c" +
|
|
4793
|
+
"n\030\003 \001(\tH\002\210\001\001\022\017\n\002ou\030\004 \001(\tH\003\210\001\001\022\023\n\006domain\030" +
|
|
4794
|
+
": \001(\tH\004\210\001\001\022\030\n\013description\030\005 \001(\tH\005\210\001\001\022\024\n\007" +
|
|
4795
|
+
"comment\030\006 \001(\tH\006\210\001\001\022\024\n\007company\030\007 \001(\tH\007\210\001\001" +
|
|
4796
|
+
"\022\035\n\020primary_group_id\030\010 \001(\005H\010\210\001\001\022\024\n\007enabl" +
|
|
4797
|
+
"ed\030\t \001(\010H\t\210\001\001\022!\n\024user_account_control\030\n " +
|
|
4798
|
+
"\001(\005H\n\210\001\001\0228\n\017account_expires\030\013 \001(\0132\032.goog" +
|
|
4799
|
+
"le.protobuf.TimestampH\013\210\001\001\0225\n\014lockout_ti" +
|
|
4800
|
+
"me\030\014 \001(\0132\032.google.protobuf.TimestampH\014\210\001" +
|
|
4801
|
+
"\001\022:\n\021password_last_set\030\r \001(\0132\032.google.pr" +
|
|
4802
|
+
"otobuf.TimestampH\r\210\001\001\0223\n\nlast_logon\030\016 \001(" +
|
|
4803
|
+
"\0132\032.google.protobuf.TimestampH\016\210\001\001\0225\n\014lo" +
|
|
4804
|
+
"ckout_date\030\017 \001(\0132\032.google.protobuf.Times" +
|
|
4805
|
+
"tampH\017\210\001\001\022%\n\030can_user_change_password\030\020 " +
|
|
4806
|
+
"\001(\010H\020\210\001\001\022A\n\030password_expiration_date\030\021 \001" +
|
|
4807
|
+
"(\0132\032.google.protobuf.TimestampH\021\210\001\001\022#\n\026p" +
|
|
4808
|
+
"assword_never_expires\030\022 \001(\010H\022\210\001\001\022\036\n\021pass" +
|
|
4809
|
+
"word_required\030\023 \001(\010H\023\210\001\001\022A\n\030password_cha" +
|
|
4810
|
+
"ngeable_date\030\024 \001(\0132\032.google.protobuf.Tim" +
|
|
4811
|
+
"estampH\024\210\001\001\022\022\n\005email\030\025 \001(\tH\025\210\001\001\022\031\n\014displ",
|
|
4812
|
+
"ay_name\030\026 \001(\tH\026\210\001\001\022\027\n\ngiven_name\030\027 \001(\tH\027" +
|
|
4813
|
+
"\210\001\001\022\024\n\007surname\030\030 \001(\tH\030\210\001\001\022\026\n\ttelephone\030\031" +
|
|
4814
|
+
" \001(\tH\031\210\001\001\022\027\n\nfac_simile\030\032 \001(\tH\032\210\001\001\022\023\n\006mo" +
|
|
4815
|
+
"bile\030\033 \001(\tH\033\210\001\001\022\033\n\016street_address\030\034 \001(\tH" +
|
|
4816
|
+
"\034\210\001\001\022\021\n\004city\030\035 \001(\tH\035\210\001\001\022\024\n\007country\030\036 \001(\t" +
|
|
4817
|
+
"H\036\210\001\001\022\027\n\ndepartment\030\037 \001(\tH\037\210\001\001\022!\n\024delive" +
|
|
4818
|
+
"ry_office_name\030 \001(\tH \210\001\001\022!\n\024country_abb" +
|
|
4819
|
+
"reviation\030! \001(\tH!\210\001\001\022\030\n\013postal_code\030\" \001(" +
|
|
4820
|
+
"\tH\"\210\001\001\022\031\n\014country_code\030# \001(\tH#\210\001\001\022\033\n\016pri" +
|
|
4821
|
+
"ncipal_name\030$ \001(\tH$\210\001\001\022\022\n\005title\030% \001(\tH%\210" +
|
|
4822
|
+
"\001\001\022\025\n\010division\030& \001(\tH&\210\001\001\022\021\n\004info\030\' \001(\tH" +
|
|
4823
|
+
"\'\210\001\001\022\027\n\nhome_phone\030( \001(\tH(\210\001\001\022\022\n\005pager\030)" +
|
|
4824
|
+
" \001(\tH)\210\001\001\022\025\n\010ip_phone\030* \001(\tH*\210\001\001\022\026\n\thome" +
|
|
4825
|
+
"_page\030+ \001(\tH+\210\001\001\022\034\n\017post_office_box\030, \001(" +
|
|
4826
|
+
"\tH,\210\001\001\022\022\n\005state\030- \001(\tH-\210\001\001\022\031\n\014profile_pa" +
|
|
4827
|
+
"th\030. \001(\tH.\210\001\001\022\030\n\013script_path\030/ \001(\tH/\210\001\001\022" +
|
|
4828
|
+
"\033\n\016home_directory\0300 \001(\tH0\210\001\001\022\034\n\017thumbnai" +
|
|
4829
|
+
"l_photo\0301 \001(\014H1\210\001\001\022\030\n\013employee_id\0302 \001(\tH" +
|
|
4830
|
+
"2\210\001\001\022\034\n\017employee_number\0303 \001(\tH3\210\001\001\022\032\n\rem" +
|
|
4831
|
+
"ployee_type\0304 \001(\tH4\210\001\001\022\025\n\010initials\0305 \001(\t" +
|
|
4832
|
+
"H5\210\001\001\022\030\n\013middle_name\0306 \001(\tH6\210\001\001\022\036\n\021prima" +
|
|
4833
|
+
"ry_group_oid\0307 \001(\tH7\210\001\001\022\030\n\013manager_oid\0308" +
|
|
4834
|
+
" \001(\tH8\210\001\001\022\025\n\rmember_of_oid\0309 \003(\t\022C\n\016dire" +
|
|
4835
|
+
"ct_reports\030< \003(\0132+.com.lansweeper.dp.out" +
|
|
4836
|
+
"bound.v1.DirectReport\022\030\n\013manager_upn\030= \001" +
|
|
4837
|
+
"(\tH9\210\001\001B\014\n\n_ad_domainB\023\n\021_sam_account_na" +
|
|
4811
4838
|
"meB\005\n\003_cnB\005\n\003_ouB\t\n\007_domainB\016\n\014_descript" +
|
|
4812
4839
|
"ionB\n\n\010_commentB\n\n\010_companyB\023\n\021_primary_" +
|
|
4813
4840
|
"group_idB\n\n\010_enabledB\027\n\025_user_account_co" +
|
|
@@ -4830,766 +4857,767 @@ public final class Outbound {
|
|
|
4830
4857
|
"directoryB\022\n\020_thumbnail_photoB\016\n\014_employ" +
|
|
4831
4858
|
"ee_idB\022\n\020_employee_numberB\020\n\016_employee_t" +
|
|
4832
4859
|
"ypeB\013\n\t_initialsB\016\n\014_middle_nameB\024\n\022_pri" +
|
|
4833
|
-
"mary_group_oidB\016\n\
|
|
4834
|
-
"
|
|
4835
|
-
"
|
|
4836
|
-
"
|
|
4837
|
-
"
|
|
4838
|
-
"\030\r \001(\01324.com.lansweeper.
|
|
4839
|
-
"
|
|
4840
|
-
"
|
|
4841
|
-
"
|
|
4842
|
-
"
|
|
4843
|
-
"
|
|
4844
|
-
"\001\022\022\n\005email\030\010 \001(\tH\007\210\001\001\022 \n
|
|
4845
|
-
"
|
|
4846
|
-
"\n \001(\tH\t\210\001\001\022\025\n\
|
|
4847
|
-
"
|
|
4848
|
-
"
|
|
4849
|
-
"\
|
|
4850
|
-
"
|
|
4851
|
-
"
|
|
4852
|
-
"
|
|
4853
|
-
"(\01320.com.lansweeper.dp.
|
|
4854
|
-
"
|
|
4855
|
-
"
|
|
4856
|
-
"\001\001B\r\n\013vmware_dataB\n\n\
|
|
4857
|
-
"
|
|
4858
|
-
"
|
|
4859
|
-
"
|
|
4860
|
-
"
|
|
4861
|
-
"
|
|
4862
|
-
"
|
|
4863
|
-
" \001(\0132/.com.lansweeper.dp
|
|
4864
|
-
"
|
|
4865
|
-
"
|
|
4866
|
-
"\01320.com.lansweeper.dp.
|
|
4867
|
-
"
|
|
4868
|
-
"\001(\tH\001\210\001\001\022#\n\
|
|
4869
|
-
"
|
|
4870
|
-
"\0132Q.com.lansweeper.dp.
|
|
4871
|
-
"
|
|
4872
|
-
"
|
|
4873
|
-
"
|
|
4874
|
-
"
|
|
4875
|
-
"\004H\003\210\001\001\0222\n\tboot_time\030\021 \001(
|
|
4876
|
-
"
|
|
4877
|
-
"
|
|
4878
|
-
"
|
|
4879
|
-
"
|
|
4880
|
-
"
|
|
4881
|
-
"
|
|
4882
|
-
"\
|
|
4883
|
-
"\
|
|
4884
|
-
"
|
|
4885
|
-
"\022\021\n\004port\030\023 \001(\rH\020\210\001\001\022\033\n\
|
|
4886
|
-
"\001(\tH\021\210\001\001\022!\n\
|
|
4887
|
-
"\210\001\001\022\024\n\007num_cpu\030\026 \001(\rH\023\210\001
|
|
4888
|
-
"
|
|
4889
|
-
"\001\001\022\030\n\013memory_size\030\031 \001(\004H
|
|
4890
|
-
"
|
|
4891
|
-
"
|
|
4892
|
-
"
|
|
4893
|
-
"
|
|
4894
|
-
"
|
|
4895
|
-
"
|
|
4896
|
-
"
|
|
4897
|
-
"
|
|
4898
|
-
"\t_num_hbasB\007\n\005_uuidB\023\n\
|
|
4899
|
-
"
|
|
4900
|
-
"
|
|
4901
|
-
"
|
|
4902
|
-
"
|
|
4903
|
-
"
|
|
4904
|
-
"
|
|
4905
|
-
"
|
|
4906
|
-
"(\t\022f\n\
|
|
4907
|
-
"
|
|
4908
|
-
"
|
|
4909
|
-
"
|
|
4910
|
-
"\
|
|
4911
|
-
"\
|
|
4912
|
-
"
|
|
4913
|
-
"
|
|
4914
|
-
"
|
|
4915
|
-
"
|
|
4916
|
-
"
|
|
4917
|
-
"
|
|
4918
|
-
"
|
|
4919
|
-
"
|
|
4920
|
-
"
|
|
4921
|
-
"\
|
|
4922
|
-
"
|
|
4923
|
-
"
|
|
4924
|
-
"
|
|
4925
|
-
".VmwareSnapshot:\0028\001B\013\n\
|
|
4926
|
-
"
|
|
4927
|
-
"
|
|
4928
|
-
"
|
|
4929
|
-
"
|
|
4930
|
-
"
|
|
4931
|
-
"
|
|
4932
|
-
"
|
|
4933
|
-
"\n\017_memory_size_mbB\035\n\
|
|
4934
|
-
"
|
|
4935
|
-
"
|
|
4936
|
-
"
|
|
4937
|
-
"
|
|
4938
|
-
"
|
|
4939
|
-
"
|
|
4940
|
-
"
|
|
4941
|
-
"
|
|
4942
|
-
"
|
|
4943
|
-
"
|
|
4944
|
-
"
|
|
4945
|
-
"\tH\r\210\001\001\022\023\n\006vendor\030\020 \001(\tH\016
|
|
4946
|
-
" \001(\tH\017\210\001\001B\007\n\005_uuidB\020\n\
|
|
4947
|
-
"
|
|
4948
|
-
"
|
|
4949
|
-
"
|
|
4950
|
-
"
|
|
4951
|
-
"
|
|
4952
|
-
"
|
|
4953
|
-
"
|
|
4954
|
-
"\
|
|
4955
|
-
"
|
|
4956
|
-
"
|
|
4957
|
-
"VmwareDatacenter.
|
|
4958
|
-
"
|
|
4959
|
-
".v1.VmwareDatacenter.
|
|
4960
|
-
"\022datastore_clusters\030\007 \003(
|
|
4961
|
-
"
|
|
4962
|
-
"
|
|
4860
|
+
"mary_group_oidB\016\n\014_manager_oidB\016\n\014_manag" +
|
|
4861
|
+
"er_upn\"9\n\014DirectReport\022\023\n\013ad_user_key\030\001 " +
|
|
4862
|
+
"\001(\t\022\024\n\014display_name\030\002 \001(\t\"\344\004\n\024ActiveDire" +
|
|
4863
|
+
"ctoryGroup\022G\n\tad_object\030\001 \001(\01324.com.lans" +
|
|
4864
|
+
"weeper.dp.outbound.v1.ActiveDirectoryObj" +
|
|
4865
|
+
"ect\022L\n\tad_domain\030\r \001(\01324.com.lansweeper." +
|
|
4866
|
+
"dp.outbound.v1.ActiveDirectoryDomainH\000\210\001" +
|
|
4867
|
+
"\001\022\035\n\020sam_account_name\030\002 \001(\tH\001\210\001\001\022\017\n\002cn\030\003" +
|
|
4868
|
+
" \001(\tH\002\210\001\001\022\017\n\002ou\030\004 \001(\tH\003\210\001\001\022\030\n\013descriptio" +
|
|
4869
|
+
"n\030\005 \001(\tH\004\210\001\001\022\024\n\007comment\030\006 \001(\tH\005\210\001\001\022=\n\004ty" +
|
|
4870
|
+
"pe\030\014 \001(\0132*.com.lansweeper.dp.outbound.v1" +
|
|
4871
|
+
".MappedValueH\006\210\001\001\022\022\n\005email\030\010 \001(\tH\007\210\001\001\022 \n" +
|
|
4872
|
+
"\023managed_by_user_oid\030\t \001(\tH\010\210\001\001\022!\n\024manag" +
|
|
4873
|
+
"ed_by_group_oid\030\n \001(\tH\t\210\001\001\022\025\n\rmember_of_" +
|
|
4874
|
+
"oid\030\013 \003(\tB\014\n\n_ad_domainB\023\n\021_sam_account_" +
|
|
4875
|
+
"nameB\005\n\003_cnB\005\n\003_ouB\016\n\014_descriptionB\n\n\010_c" +
|
|
4876
|
+
"ommentB\007\n\005_typeB\010\n\006_emailB\026\n\024_managed_by" +
|
|
4877
|
+
"_user_oidB\027\n\025_managed_by_group_oidJ\004\010\007\020\010" +
|
|
4878
|
+
"\"\370\001\n\006Vmware\022C\n\004esxi\030\002 \001(\01323.com.lansweep" +
|
|
4879
|
+
"er.dp.outbound.v1.VmwareEsxiHypervisorH\000" +
|
|
4880
|
+
"\022D\n\010guest_vm\030\003 \001(\01320.com.lansweeper.dp.o" +
|
|
4881
|
+
"utbound.v1.VmwareEsxiGuestVmH\000\022B\n\007vcente" +
|
|
4882
|
+
"r\030\004 \001(\0132,.com.lansweeper.dp.outbound.v1." +
|
|
4883
|
+
"VmwareVCenterH\001\210\001\001B\r\n\013vmware_dataB\n\n\010_vc" +
|
|
4884
|
+
"enterJ\004\010\001\020\002\"\274\002\n\rVmwareVCenter\022K\n\014product" +
|
|
4885
|
+
"_info\030\001 \001(\01320.com.lansweeper.dp.outbound" +
|
|
4886
|
+
".v1.VmwareProductInfoH\000\210\001\001\022a\n\023vcenter_da" +
|
|
4887
|
+
"tacenters\030\002 \003(\0132D.com.lansweeper.dp.outb" +
|
|
4888
|
+
"ound.v1.VmwareVCenter.VcenterDatacenters" +
|
|
4889
|
+
"Entry\032j\n\027VcenterDatacentersEntry\022\013\n\003key\030" +
|
|
4890
|
+
"\001 \001(\t\022>\n\005value\030\002 \001(\0132/.com.lansweeper.dp" +
|
|
4891
|
+
".outbound.v1.VmwareDatacenter:\0028\001B\017\n\r_pr" +
|
|
4892
|
+
"oduct_info\"\236\014\n\024VmwareEsxiHypervisor\022K\n\014p" +
|
|
4893
|
+
"roduct_info\030\001 \001(\01320.com.lansweeper.dp.ou" +
|
|
4894
|
+
"tbound.v1.VmwareProductInfoH\000\210\001\001\022\036\n\021vcen" +
|
|
4895
|
+
"ter_asset_key\030\002 \001(\tH\001\210\001\001\022#\n\026vmware_esxi_" +
|
|
4896
|
+
"cluster_id\030\032 \001(\tH\002\210\001\001\022u\n\032esxi_hypervisor" +
|
|
4897
|
+
"_datastores\030\003 \003(\0132Q.com.lansweeper.dp.ou" +
|
|
4898
|
+
"tbound.v1.VmwareEsxiHypervisor.EsxiHyper" +
|
|
4899
|
+
"visorDatastoresEntry\022b\n\021esxi_guest_vm_ke" +
|
|
4900
|
+
"y\030\004 \003(\0132G.com.lansweeper.dp.outbound.v1." +
|
|
4901
|
+
"VmwareEsxiHypervisor.EsxiGuestVmKeyEntry" +
|
|
4902
|
+
"\022\024\n\007up_time\030\005 \001(\004H\003\210\001\001\0222\n\tboot_time\030\021 \001(" +
|
|
4903
|
+
"\0132\032.google.protobuf.TimestampH\004\210\001\001\022+\n\036ho" +
|
|
4904
|
+
"st_max_virtual_disk_capacity\030\006 \001(\004H\005\210\001\001\022" +
|
|
4905
|
+
"\035\n\020num_cpu_packages\030\007 \001(\rH\006\210\001\001\022!\n\031cpu_pa" +
|
|
4906
|
+
"ckages_descriptions\030\010 \003(\t\022\025\n\010num_nics\030\t " +
|
|
4907
|
+
"\001(\rH\007\210\001\001\022\025\n\010num_hbas\030\n \001(\rH\010\210\001\001\022\021\n\004uuid\030" +
|
|
4908
|
+
"\013 \001(\tH\t\210\001\001\022\035\n\020connection_state\030\014 \001(\tH\n\210\001" +
|
|
4909
|
+
"\001\022\030\n\013power_state\030\r \001(\tH\013\210\001\001\022\032\n\rdatacente" +
|
|
4910
|
+
"r_id\030\016 \001(\tH\014\210\001\001\022\031\n\014internal_key\030\017 \001(\tH\r\210" +
|
|
4911
|
+
"\001\001\022\033\n\016admin_disabled\030\020 \001(\010H\016\210\001\001\022\027\n\nip_ad" +
|
|
4912
|
+
"dress\030\022 \001(\tH\017\210\001\001\022\021\n\004port\030\023 \001(\rH\020\210\001\001\022\033\n\016s" +
|
|
4913
|
+
"sl_thumbprint\030\024 \001(\tH\021\210\001\001\022!\n\024management_s" +
|
|
4914
|
+
"erver_ip\030\025 \001(\tH\022\210\001\001\022\024\n\007num_cpu\030\026 \001(\rH\023\210\001" +
|
|
4915
|
+
"\001\022!\n\024num_cores_per_socket\030\027 \001(\rH\024\210\001\001\022\024\n\007" +
|
|
4916
|
+
"version\030\030 \001(\tH\025\210\001\001\022\030\n\013memory_size\030\031 \001(\004H" +
|
|
4917
|
+
"\026\210\001\001\032o\n\035EsxiHypervisorDatastoresEntry\022\013\n" +
|
|
4918
|
+
"\003key\030\001 \001(\t\022=\n\005value\030\002 \001(\0132..com.lansweep" +
|
|
4919
|
+
"er.dp.outbound.v1.VmwareDatastore:\0028\001\0325\n" +
|
|
4920
|
+
"\023EsxiGuestVmKeyEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005val" +
|
|
4921
|
+
"ue\030\002 \001(\010:\0028\001B\017\n\r_product_infoB\024\n\022_vcente" +
|
|
4922
|
+
"r_asset_keyB\031\n\027_vmware_esxi_cluster_idB\n" +
|
|
4923
|
+
"\n\010_up_timeB\014\n\n_boot_timeB!\n\037_host_max_vi" +
|
|
4924
|
+
"rtual_disk_capacityB\023\n\021_num_cpu_packages" +
|
|
4925
|
+
"B\013\n\t_num_nicsB\013\n\t_num_hbasB\007\n\005_uuidB\023\n\021_" +
|
|
4926
|
+
"connection_stateB\016\n\014_power_stateB\020\n\016_dat" +
|
|
4927
|
+
"acenter_idB\017\n\r_internal_keyB\021\n\017_admin_di" +
|
|
4928
|
+
"sabledB\r\n\013_ip_addressB\007\n\005_portB\021\n\017_ssl_t" +
|
|
4929
|
+
"humbprintB\027\n\025_management_server_ipB\n\n\010_n" +
|
|
4930
|
+
"um_cpuB\027\n\025_num_cores_per_socketB\n\n\010_vers" +
|
|
4931
|
+
"ionB\016\n\014_memory_size\"\262\t\n\021VmwareEsxiGuestV" +
|
|
4932
|
+
"m\022!\n\031esxi_hypervisor_asset_key\030\001 \001(\t\022\024\n\014" +
|
|
4933
|
+
"internal_key\030\024 \001(\t\022f\n\024esxi_guest_snapsho" +
|
|
4934
|
+
"ts\030\002 \003(\0132H.com.lansweeper.dp.outbound.v1" +
|
|
4935
|
+
".VmwareEsxiGuestVm.EsxiGuestSnapshotsEnt" +
|
|
4936
|
+
"ry\022\025\n\010guest_id\030\003 \001(\tH\000\210\001\001\022\034\n\017guest_full_" +
|
|
4937
|
+
"name\030\004 \001(\tH\001\210\001\001\022\024\n\007version\030\005 \001(\tH\002\210\001\001\022\021\n" +
|
|
4938
|
+
"\004uuid\030\006 \001(\tH\003\210\001\001\022\032\n\rinstance_uuid\030\007 \001(\tH" +
|
|
4939
|
+
"\004\210\001\001\022\035\n\020unshared_storage\030\010 \001(\004H\005\210\001\001\022\032\n\rr" +
|
|
4940
|
+
"unning_state\030\t \001(\tH\006\210\001\001\022\032\n\rtools_version" +
|
|
4941
|
+
"\030\n \001(\tH\007\210\001\001\022\031\n\014tools_status\030\013 \001(\tH\010\210\001\001\022!" +
|
|
4942
|
+
"\n\024tools_running_status\030\014 \001(\tH\t\210\001\001\022!\n\024too" +
|
|
4943
|
+
"ls_version_status\030\r \001(\tH\n\210\001\001\022\024\n\007num_cpu\030" +
|
|
4944
|
+
"\016 \001(\rH\013\210\001\001\022\037\n\022num_ethernet_cards\030\017 \001(\rH\014" +
|
|
4945
|
+
"\210\001\001\022\036\n\021num_virtual_disks\030\020 \001(\rH\r\210\001\001\0222\n\tb" +
|
|
4946
|
+
"oot_time\030\021 \001(\0132\032.google.protobuf.Timesta" +
|
|
4947
|
+
"mpH\016\210\001\001\022\030\n\013domain_name\030\022 \001(\tH\017\210\001\001\022\030\n\013con" +
|
|
4948
|
+
"fig_name\030\023 \001(\tH\020\210\001\001\022\033\n\016memory_size_mb\030\025 " +
|
|
4949
|
+
"\001(\001H\021\210\001\001\022\'\n\032vcenter_instance_reference\030\026" +
|
|
4950
|
+
" \001(\tH\022\210\001\001\032h\n\027EsxiGuestSnapshotsEntry\022\013\n\003" +
|
|
4951
|
+
"key\030\001 \001(\t\022<\n\005value\030\002 \001(\0132-.com.lansweepe" +
|
|
4952
|
+
"r.dp.outbound.v1.VmwareSnapshot:\0028\001B\013\n\t_" +
|
|
4953
|
+
"guest_idB\022\n\020_guest_full_nameB\n\n\010_version" +
|
|
4954
|
+
"B\007\n\005_uuidB\020\n\016_instance_uuidB\023\n\021_unshared" +
|
|
4955
|
+
"_storageB\020\n\016_running_stateB\020\n\016_tools_ver" +
|
|
4956
|
+
"sionB\017\n\r_tools_statusB\027\n\025_tools_running_" +
|
|
4957
|
+
"statusB\027\n\025_tools_version_statusB\n\n\010_num_" +
|
|
4958
|
+
"cpuB\025\n\023_num_ethernet_cardsB\024\n\022_num_virtu" +
|
|
4959
|
+
"al_disksB\014\n\n_boot_timeB\016\n\014_domain_nameB\016" +
|
|
4960
|
+
"\n\014_config_nameB\021\n\017_memory_size_mbB\035\n\033_vc" +
|
|
4961
|
+
"enter_instance_reference\"\363\005\n\021VmwareProdu" +
|
|
4962
|
+
"ctInfo\022\024\n\014internal_key\030\001 \001(\t\022\021\n\004uuid\030\002 \001" +
|
|
4963
|
+
"(\tH\000\210\001\001\022\032\n\rparent_folder\030\003 \001(\tH\001\210\001\001\022\"\n\025n" +
|
|
4964
|
+
"um_host_bus_adapters\030\004 \001(\rH\002\210\001\001\022(\n\033num_n" +
|
|
4965
|
+
"etwork_interface_cards\030\005 \001(\rH\003\210\001\001\022\021\n\004nam" +
|
|
4966
|
+
"e\030\006 \001(\tH\004\210\001\001\022\025\n\010api_type\030\007 \001(\tH\005\210\001\001\022\030\n\013a" +
|
|
4967
|
+
"pi_version\030\010 \001(\tH\006\210\001\001\022\022\n\005build\030\t \001(\tH\007\210\001" +
|
|
4968
|
+
"\001\022!\n\024license_product_name\030\n \001(\tH\010\210\001\001\022$\n\027" +
|
|
4969
|
+
"license_product_version\030\013 \001(\tH\t\210\001\001\022\031\n\014lo" +
|
|
4970
|
+
"cale_build\030\014 \001(\tH\n\210\001\001\022\033\n\016locale_version\030" +
|
|
4971
|
+
"\r \001(\tH\013\210\001\001\022\024\n\007os_type\030\016 \001(\tH\014\210\001\001\022\034\n\017prod" +
|
|
4972
|
+
"uct_line_id\030\017 \001(\tH\r\210\001\001\022\023\n\006vendor\030\020 \001(\tH\016" +
|
|
4973
|
+
"\210\001\001\022\024\n\007version\030\021 \001(\tH\017\210\001\001B\007\n\005_uuidB\020\n\016_p" +
|
|
4974
|
+
"arent_folderB\030\n\026_num_host_bus_adaptersB\036" +
|
|
4975
|
+
"\n\034_num_network_interface_cardsB\007\n\005_nameB" +
|
|
4976
|
+
"\013\n\t_api_typeB\016\n\014_api_versionB\010\n\006_buildB\027" +
|
|
4977
|
+
"\n\025_license_product_nameB\032\n\030_license_prod" +
|
|
4978
|
+
"uct_versionB\017\n\r_locale_buildB\021\n\017_locale_" +
|
|
4979
|
+
"versionB\n\n\010_os_typeB\022\n\020_product_line_idB" +
|
|
4980
|
+
"\t\n\007_vendorB\n\n\010_version\"\263\006\n\020VmwareDatacen" +
|
|
4981
|
+
"ter\022\014\n\004uuid\030\001 \001(\t\022\031\n\021vcenter_asset_key\030\002" +
|
|
4982
|
+
" \001(\t\022\024\n\014internal_key\030\003 \001(\t\022\021\n\004name\030\004 \001(\t" +
|
|
4983
|
+
"H\000\210\001\001\022O\n\010clusters\030\005 \003(\0132=.com.lansweeper" +
|
|
4984
|
+
".dp.outbound.v1.VmwareDatacenter.Cluster" +
|
|
4985
|
+
"sEntry\022U\n\013hypervisors\030\006 \003(\0132@.com.lanswe" +
|
|
4986
|
+
"eper.dp.outbound.v1.VmwareDatacenter.Hyp" +
|
|
4987
|
+
"ervisorsEntry\022b\n\022datastore_clusters\030\007 \003(" +
|
|
4988
|
+
"\0132F.com.lansweeper.dp.outbound.v1.Vmware" +
|
|
4989
|
+
"Datacenter.DatastoreClustersEntry\022S\n\ndat" +
|
|
4990
|
+
"astores\030\010 \003(\0132?.com.lansweeper.dp.outbou" +
|
|
4991
|
+
"nd.v1.VmwareDatacenter.DatastoresEntry\032[" +
|
|
4992
|
+
"\n\rClustersEntry\022\013\n\003key\030\001 \001(\t\0229\n\005value\030\002 " +
|
|
4993
|
+
"\001(\0132*.com.lansweeper.dp.outbound.v1.Esxi" +
|
|
4994
|
+
"Cluster:\0028\001\0322\n\020HypervisorsEntry\022\013\n\003key\030\001" +
|
|
4995
|
+
" \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001\032o\n\026DatastoreClus" +
|
|
4996
|
+
"tersEntry\022\013\n\003key\030\001 \001(\t\022D\n\005value\030\002 \001(\01325." +
|
|
4963
4997
|
"com.lansweeper.dp.outbound.v1.VmwareData" +
|
|
4964
|
-
"
|
|
4965
|
-
"\
|
|
4966
|
-
"
|
|
4967
|
-
"
|
|
4968
|
-
"\001
|
|
4969
|
-
"\
|
|
4970
|
-
"
|
|
4971
|
-
"\
|
|
4972
|
-
"
|
|
4973
|
-
"
|
|
4974
|
-
"
|
|
4975
|
-
"(\
|
|
4976
|
-
"\
|
|
4977
|
-
"\
|
|
4978
|
-
"
|
|
4979
|
-
"
|
|
4980
|
-
"\001(\
|
|
4981
|
-
"
|
|
4982
|
-
"
|
|
4983
|
-
"\
|
|
4984
|
-
"
|
|
4985
|
-
"
|
|
4986
|
-
"\
|
|
4987
|
-
"\030\
|
|
4988
|
-
"
|
|
4989
|
-
"
|
|
4990
|
-
"
|
|
4991
|
-
"
|
|
4992
|
-
"\
|
|
4993
|
-
"
|
|
4994
|
-
"\
|
|
4995
|
-
"
|
|
4996
|
-
"
|
|
4997
|
-
"
|
|
4998
|
-
"outbound.v1.
|
|
4999
|
-
"
|
|
5000
|
-
"
|
|
5001
|
-
"
|
|
5002
|
-
"
|
|
5003
|
-
"
|
|
5004
|
-
"
|
|
5005
|
-
"
|
|
5006
|
-
"
|
|
5007
|
-
"\001(\
|
|
5008
|
-
"
|
|
5009
|
-
"
|
|
5010
|
-
"
|
|
5011
|
-
"
|
|
5012
|
-
"\030\
|
|
5013
|
-
"\
|
|
5014
|
-
"\
|
|
5015
|
-
"
|
|
5016
|
-
"
|
|
5017
|
-
"\
|
|
5018
|
-
"\
|
|
5019
|
-
"\210\001\
|
|
5020
|
-
"
|
|
5021
|
-
"
|
|
5022
|
-
"
|
|
5023
|
-
"
|
|
5024
|
-
"
|
|
5025
|
-
"
|
|
5026
|
-
"
|
|
5027
|
-
"
|
|
5028
|
-
"
|
|
5029
|
-
"
|
|
5030
|
-
"\001(\
|
|
5031
|
-
"
|
|
5032
|
-
"
|
|
5033
|
-
"\
|
|
5034
|
-
"
|
|
5035
|
-
" \001(\tH\
|
|
5036
|
-
"\
|
|
5037
|
-
"\
|
|
5038
|
-
"
|
|
5039
|
-
"
|
|
5040
|
-
"\001\001\
|
|
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
|
-
"com.lansweeper.dp.outbound.v1.
|
|
5095
|
-
"
|
|
5096
|
-
"
|
|
5097
|
-
"
|
|
5098
|
-
"
|
|
5099
|
-
"
|
|
5100
|
-
"
|
|
5101
|
-
"
|
|
5102
|
-
"
|
|
5103
|
-
"
|
|
5104
|
-
"
|
|
5105
|
-
"\n
|
|
5106
|
-
"
|
|
5107
|
-
"
|
|
5108
|
-
"
|
|
5109
|
-
"
|
|
5110
|
-
"
|
|
5111
|
-
"\
|
|
5112
|
-
"
|
|
5113
|
-
"
|
|
5114
|
-
"
|
|
5115
|
-
"\
|
|
5116
|
-
"
|
|
5117
|
-
"
|
|
5118
|
-
"\
|
|
5119
|
-
"\
|
|
5120
|
-
"
|
|
5121
|
-
"
|
|
5122
|
-
"\
|
|
5123
|
-
"
|
|
5124
|
-
"\030\
|
|
5125
|
-
"
|
|
5126
|
-
"
|
|
5127
|
-
"\
|
|
5128
|
-
"
|
|
5129
|
-
"
|
|
5130
|
-
" \001(\tH\
|
|
5131
|
-
"
|
|
5132
|
-
"\
|
|
5133
|
-
"
|
|
5134
|
-
"
|
|
5135
|
-
"
|
|
5136
|
-
"
|
|
5137
|
-
"\
|
|
5138
|
-
"
|
|
5139
|
-
"
|
|
5140
|
-
"\
|
|
5141
|
-
" \
|
|
5142
|
-
"
|
|
5143
|
-
"
|
|
5144
|
-
"
|
|
5145
|
-
"
|
|
5146
|
-
"lansweeper.dp.outbound.v1.
|
|
5147
|
-
"
|
|
5148
|
-
"
|
|
5149
|
-
"
|
|
5150
|
-
"
|
|
5151
|
-
"\
|
|
5152
|
-
"
|
|
5153
|
-
"
|
|
5154
|
-
"\n\
|
|
5155
|
-
"
|
|
5156
|
-
"
|
|
5157
|
-
"
|
|
5158
|
-
"
|
|
5159
|
-
"
|
|
5160
|
-
"\
|
|
5161
|
-
"
|
|
5162
|
-
"
|
|
5163
|
-
"
|
|
5164
|
-
"
|
|
5165
|
-
"
|
|
5166
|
-
"
|
|
5167
|
-
"
|
|
5168
|
-
"
|
|
5169
|
-
"\
|
|
5170
|
-
"\001\001\
|
|
5171
|
-
"
|
|
5172
|
-
"\n\
|
|
5173
|
-
"\
|
|
5174
|
-
"
|
|
5175
|
-
"
|
|
5176
|
-
"\
|
|
5177
|
-
"\
|
|
5178
|
-
"
|
|
5179
|
-
"
|
|
5180
|
-
"
|
|
5181
|
-
"\
|
|
5182
|
-
"\001\001\022\021\n\
|
|
5183
|
-
"
|
|
5184
|
-
"
|
|
5185
|
-
"\
|
|
5186
|
-
"
|
|
5187
|
-
"
|
|
5188
|
-
"\
|
|
5189
|
-
"\
|
|
5190
|
-
"\
|
|
5191
|
-
"
|
|
5192
|
-
"\
|
|
5193
|
-
"\n\
|
|
5194
|
-
"\
|
|
5195
|
-
"\
|
|
5196
|
-
"
|
|
5197
|
-
"
|
|
5198
|
-
"
|
|
5199
|
-
"
|
|
5200
|
-
"
|
|
5201
|
-
"
|
|
5202
|
-
"
|
|
5203
|
-
"
|
|
5204
|
-
"
|
|
5205
|
-
"
|
|
5206
|
-
"\
|
|
5207
|
-
"\
|
|
5208
|
-
"\030\
|
|
5209
|
-
"
|
|
5210
|
-
"n\
|
|
5211
|
-
"
|
|
5212
|
-
"
|
|
5213
|
-
" \001(\
|
|
5214
|
-
"
|
|
5215
|
-
"\
|
|
5216
|
-
"\
|
|
5217
|
-
"\
|
|
5218
|
-
"\
|
|
5219
|
-
"\
|
|
5220
|
-
"
|
|
5221
|
-
"\
|
|
5222
|
-
"
|
|
5223
|
-
"
|
|
5224
|
-
"
|
|
5225
|
-
"
|
|
5226
|
-
"\
|
|
5227
|
-
"
|
|
5228
|
-
"
|
|
5229
|
-
" \001(\
|
|
5230
|
-
"
|
|
5231
|
-
"
|
|
5232
|
-
"
|
|
5233
|
-
"
|
|
5234
|
-
"
|
|
5235
|
-
"
|
|
5236
|
-
"\
|
|
5237
|
-
"
|
|
5238
|
-
"
|
|
5239
|
-
"
|
|
5240
|
-
"\
|
|
5241
|
-
"\
|
|
5242
|
-
"(\
|
|
5243
|
-
"
|
|
5244
|
-
"
|
|
5245
|
-
"\
|
|
5246
|
-
"
|
|
5247
|
-
"
|
|
5248
|
-
"\022
|
|
5249
|
-
"
|
|
5250
|
-
"
|
|
5251
|
-
"\001(\
|
|
5252
|
-
"
|
|
5253
|
-
"
|
|
5254
|
-
"
|
|
5255
|
-
"
|
|
5256
|
-
"
|
|
5257
|
-
"\003H\
|
|
5258
|
-
"
|
|
5259
|
-
"
|
|
5260
|
-
"
|
|
5261
|
-
"
|
|
5262
|
-
"\
|
|
5263
|
-
"\
|
|
5264
|
-
"
|
|
5265
|
-
"
|
|
5266
|
-
"
|
|
5267
|
-
"
|
|
5268
|
-
"
|
|
5269
|
-
"(\
|
|
5270
|
-
"
|
|
5271
|
-
"
|
|
5272
|
-
"
|
|
5273
|
-
"
|
|
5274
|
-
"
|
|
5275
|
-
"
|
|
5276
|
-
"
|
|
5277
|
-
"
|
|
5278
|
-
"\
|
|
5279
|
-
"
|
|
5280
|
-
"
|
|
5281
|
-
"\
|
|
5282
|
-
"\
|
|
5283
|
-
"\n\
|
|
5284
|
-
"
|
|
5285
|
-
"
|
|
5286
|
-
"
|
|
5287
|
-
"
|
|
5288
|
-
"
|
|
5289
|
-
"
|
|
5290
|
-
"\
|
|
5291
|
-
"
|
|
5292
|
-
"\n\
|
|
5293
|
-
"
|
|
5294
|
-
"
|
|
5295
|
-
"
|
|
5296
|
-
"
|
|
5297
|
-
"\
|
|
5298
|
-
"\
|
|
5299
|
-
"
|
|
5300
|
-
"\
|
|
5301
|
-
"\
|
|
5302
|
-
"
|
|
5303
|
-
"
|
|
5304
|
-
"
|
|
5305
|
-
"
|
|
5306
|
-
"
|
|
5307
|
-
"
|
|
5308
|
-
"
|
|
5309
|
-
"\
|
|
5310
|
-
"
|
|
5311
|
-
"
|
|
5312
|
-
"
|
|
5313
|
-
"\n\
|
|
5314
|
-
"
|
|
5315
|
-
"
|
|
5316
|
-
"
|
|
5317
|
-
"
|
|
5318
|
-
"
|
|
5319
|
-
"
|
|
5320
|
-
"\
|
|
5321
|
-
"\
|
|
5322
|
-
"\210\001\001\022\
|
|
5323
|
-
"\n \001(\
|
|
5324
|
-
"\
|
|
5325
|
-
"
|
|
5326
|
-
"\001\022\
|
|
5327
|
-
"
|
|
5328
|
-
"
|
|
5329
|
-
"
|
|
5330
|
-
"
|
|
5331
|
-
"
|
|
5332
|
-
"
|
|
5333
|
-
"
|
|
5334
|
-
"\
|
|
5335
|
-
"
|
|
5336
|
-
"\n\
|
|
5337
|
-
"
|
|
5338
|
-
"
|
|
5339
|
-
"\
|
|
5340
|
-
"\
|
|
5341
|
-
"
|
|
5342
|
-
"
|
|
5343
|
-
"
|
|
5344
|
-
"
|
|
5345
|
-
"
|
|
5346
|
-
"
|
|
5347
|
-
"
|
|
5348
|
-
"
|
|
5349
|
-
"\
|
|
5350
|
-
"
|
|
5351
|
-
"\022\
|
|
5352
|
-
"\030\
|
|
5353
|
-
"
|
|
5354
|
-
"\
|
|
5355
|
-
"\
|
|
5356
|
-
"
|
|
5357
|
-
"\
|
|
5358
|
-
"\
|
|
5359
|
-
"\
|
|
5360
|
-
"
|
|
5361
|
-
"
|
|
5362
|
-
"
|
|
5363
|
-
"
|
|
5364
|
-
"
|
|
5365
|
-
"
|
|
5366
|
-
"
|
|
5367
|
-
"
|
|
5368
|
-
"
|
|
5369
|
-
"\
|
|
5370
|
-
"
|
|
5371
|
-
"
|
|
5372
|
-
"
|
|
5373
|
-
"
|
|
5374
|
-
"
|
|
5375
|
-
"
|
|
5376
|
-
"\
|
|
5377
|
-
"
|
|
5378
|
-
"
|
|
5379
|
-
"\
|
|
5380
|
-
"
|
|
5381
|
-
"
|
|
5382
|
-
"\030\
|
|
5383
|
-
"
|
|
5384
|
-
"
|
|
5385
|
-
"\n\
|
|
5386
|
-
"
|
|
5387
|
-
"
|
|
5388
|
-
"
|
|
5389
|
-
"
|
|
5390
|
-
"
|
|
5391
|
-
"
|
|
5392
|
-
"
|
|
5393
|
-
"
|
|
5394
|
-
"
|
|
5395
|
-
"
|
|
5396
|
-
"
|
|
5397
|
-
".
|
|
5398
|
-
"
|
|
5399
|
-
"
|
|
5400
|
-
"
|
|
5401
|
-
"
|
|
5402
|
-
"
|
|
5403
|
-
"
|
|
5404
|
-
"
|
|
5405
|
-
"
|
|
5406
|
-
"
|
|
5407
|
-
"\
|
|
5408
|
-
"
|
|
5409
|
-
"
|
|
5410
|
-
"\
|
|
5411
|
-
"
|
|
5412
|
-
"
|
|
5413
|
-
"
|
|
5414
|
-
"\
|
|
5415
|
-
"
|
|
5416
|
-
"\035\n\
|
|
5417
|
-
"
|
|
5418
|
-
"\
|
|
5419
|
-
"
|
|
5420
|
-
"
|
|
5421
|
-
"\
|
|
5422
|
-
"
|
|
5423
|
-
"
|
|
5424
|
-
"\
|
|
5425
|
-
"\
|
|
5426
|
-
"
|
|
5427
|
-
"
|
|
5428
|
-
"
|
|
5429
|
-
"
|
|
5430
|
-
"\
|
|
5431
|
-
"
|
|
5432
|
-
"
|
|
5433
|
-
"\
|
|
5434
|
-
"
|
|
5435
|
-
"
|
|
5436
|
-
"\n\
|
|
5437
|
-
"
|
|
5438
|
-
"\
|
|
5439
|
-
"
|
|
5440
|
-
"\
|
|
5441
|
-
"
|
|
5442
|
-
"\001(\tH\
|
|
5443
|
-
"
|
|
5444
|
-
"
|
|
5445
|
-
"\
|
|
5446
|
-
"
|
|
5447
|
-
"
|
|
5448
|
-
"
|
|
5449
|
-
"
|
|
5450
|
-
"\
|
|
5451
|
-
"
|
|
5452
|
-
"\
|
|
5453
|
-
"
|
|
5454
|
-
"
|
|
5455
|
-
"
|
|
5456
|
-
"\
|
|
5457
|
-
"
|
|
5458
|
-
"
|
|
5459
|
-
"
|
|
5460
|
-
"
|
|
5461
|
-
"
|
|
5462
|
-
"
|
|
5463
|
-
"\
|
|
5464
|
-
"
|
|
5465
|
-
"\
|
|
5466
|
-
"
|
|
5467
|
-
"
|
|
5468
|
-
"
|
|
5469
|
-
"\
|
|
5470
|
-
"
|
|
5471
|
-
"
|
|
5472
|
-
"
|
|
5473
|
-
"
|
|
5474
|
-
"
|
|
5475
|
-
"
|
|
5476
|
-
"
|
|
5477
|
-
"
|
|
5478
|
-
"
|
|
5479
|
-
"
|
|
5480
|
-
"
|
|
5481
|
-
"\001(\t\022
|
|
5482
|
-
"\
|
|
5483
|
-
"\
|
|
5484
|
-
"
|
|
5485
|
-
"
|
|
5486
|
-
"
|
|
5487
|
-
"
|
|
5488
|
-
"
|
|
5489
|
-
"
|
|
5490
|
-
"
|
|
5491
|
-
"
|
|
5492
|
-
"
|
|
5493
|
-
"\
|
|
5494
|
-
"
|
|
5495
|
-
"
|
|
5496
|
-
"
|
|
5497
|
-
"\
|
|
5498
|
-
"\
|
|
5499
|
-
"
|
|
5500
|
-
"
|
|
5501
|
-
"
|
|
5502
|
-
"
|
|
5503
|
-
"\
|
|
5504
|
-
"\
|
|
5505
|
-
"
|
|
5506
|
-
"
|
|
5507
|
-
"
|
|
5508
|
-
"\
|
|
5509
|
-
"
|
|
5510
|
-
"
|
|
5511
|
-
"\001\001\022
|
|
5512
|
-
"\
|
|
5513
|
-
".outbound.v1.
|
|
5514
|
-
"
|
|
5515
|
-
"\
|
|
5516
|
-
"
|
|
5517
|
-
"
|
|
5518
|
-
"\
|
|
5519
|
-
"
|
|
5520
|
-
"
|
|
5521
|
-
"
|
|
5522
|
-
"
|
|
5523
|
-
"\n\
|
|
5524
|
-
"
|
|
5525
|
-
"
|
|
5526
|
-
"\
|
|
5527
|
-
"
|
|
5528
|
-
"
|
|
5529
|
-
"\
|
|
5530
|
-
"
|
|
5531
|
-
"
|
|
5532
|
-
"
|
|
5533
|
-
"
|
|
5534
|
-
"
|
|
5535
|
-
"
|
|
5536
|
-
"
|
|
5537
|
-
"
|
|
5538
|
-
"
|
|
5539
|
-
"
|
|
5540
|
-
"
|
|
5541
|
-
"\
|
|
5542
|
-
"
|
|
5543
|
-
"
|
|
5544
|
-
"\
|
|
5545
|
-
"
|
|
5546
|
-
"
|
|
5547
|
-
"
|
|
5548
|
-
"
|
|
5549
|
-
"equest\
|
|
5550
|
-
"
|
|
5551
|
-
".com.lansweeper.dp.
|
|
5552
|
-
"
|
|
5553
|
-
".v1.
|
|
5554
|
-
"
|
|
5555
|
-
"
|
|
5556
|
-
"
|
|
5557
|
-
"
|
|
5558
|
-
"
|
|
5559
|
-
"
|
|
5560
|
-
"
|
|
5561
|
-
"\
|
|
5562
|
-
"
|
|
5563
|
-
"
|
|
5564
|
-
"
|
|
5565
|
-
"
|
|
5566
|
-
"
|
|
5567
|
-
"
|
|
5568
|
-
"weeper.dp.outbound.v1.Entity\022_\n\013DeleteAs" +
|
|
5569
|
-
"set\022).com.lansweeper.dp.outbound.v1.Enti" +
|
|
5570
|
-
"tyPath\032%.com.lansweeper.dp.outbound.v1.E" +
|
|
5571
|
-
"ntity\022b\n\nListAssets\022+.com.lansweeper.dp." +
|
|
5572
|
-
"outbound.v1.EntityFilter\032%.com.lansweepe" +
|
|
5573
|
-
"r.dp.outbound.v1.Entity0\001\022V\n\nCreateSite\022" +
|
|
5574
|
-
"#.com.lansweeper.dp.outbound.v1.Site\032#.c" +
|
|
5575
|
-
"om.lansweeper.dp.outbound.v1.Site\022V\n\007Get" +
|
|
5576
|
-
"Site\022&.com.lansweeper.dp.outbound.v1.Sit" +
|
|
5577
|
-
"eKey\032#.com.lansweeper.dp.outbound.v1.Sit" +
|
|
5578
|
-
"e\022V\n\nUpdateSite\022#.com.lansweeper.dp.outb" +
|
|
4998
|
+
"storeCluster:\0028\001\032a\n\017DatastoresEntry\022\013\n\003k" +
|
|
4999
|
+
"ey\030\001 \001(\t\022=\n\005value\030\002 \001(\0132..com.lansweeper" +
|
|
5000
|
+
".dp.outbound.v1.VmwareDatastore:\0028\001B\007\n\005_" +
|
|
5001
|
+
"name\"\364\005\n\013EsxiCluster\022\014\n\004uuid\030\016 \001(\t\022\026\n\016da" +
|
|
5002
|
+
"tacenter_key\030\001 \001(\t\022\031\n\021vcenter_asset_key\030" +
|
|
5003
|
+
"\002 \001(\t\022\021\n\004name\030\003 \001(\tH\000\210\001\001\022\035\n\020total_number" +
|
|
5004
|
+
"_cpu\030\004 \001(\rH\001\210\001\001\022\037\n\022total_memory_bytes\030\005 " +
|
|
5005
|
+
"\001(\004H\002\210\001\001\022\037\n\022total_number_cores\030\006 \001(\rH\003\210\001" +
|
|
5006
|
+
"\001\022!\n\024total_number_threads\030\007 \001(\rH\004\210\001\001\022\032\n\r" +
|
|
5007
|
+
"effective_cpu\030\010 \001(\rH\005\210\001\001\022#\n\026effective_me" +
|
|
5008
|
+
"mory_bytes\030\t \001(\004H\006\210\001\001\022\030\n\013total_hosts\030\n \001" +
|
|
5009
|
+
"(\rH\007\210\001\001\022\"\n\025total_effective_hosts\030\013 \001(\rH\010" +
|
|
5010
|
+
"\210\001\001\022\023\n\006status\030\014 \001(\tH\t\210\001\001\022P\n\013hypervisors\030" +
|
|
5011
|
+
"\r \003(\0132;.com.lansweeper.dp.outbound.v1.Es" +
|
|
5012
|
+
"xiCluster.HypervisorsEntry\022\032\n\rparent_fol" +
|
|
5013
|
+
"der\030\017 \001(\tH\n\210\001\001\0322\n\020HypervisorsEntry\022\013\n\003ke" +
|
|
5014
|
+
"y\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001B\007\n\005_nameB\023\n\021_" +
|
|
5015
|
+
"total_number_cpuB\025\n\023_total_memory_bytesB" +
|
|
5016
|
+
"\025\n\023_total_number_coresB\027\n\025_total_number_" +
|
|
5017
|
+
"threadsB\020\n\016_effective_cpuB\031\n\027_effective_" +
|
|
5018
|
+
"memory_bytesB\016\n\014_total_hostsB\030\n\026_total_e" +
|
|
5019
|
+
"ffective_hostsB\t\n\007_statusB\020\n\016_parent_fol" +
|
|
5020
|
+
"der\"\267\005\n\026VmwareDatastoreCluster\022\026\n\016datace" +
|
|
5021
|
+
"nter_key\030\001 \001(\t\022\031\n\021vcenter_asset_key\030\002 \001(" +
|
|
5022
|
+
"\t\022\031\n\014internal_key\030\003 \001(\tH\000\210\001\001\022\021\n\004name\030\004 \001" +
|
|
5023
|
+
"(\tH\001\210\001\001\022\025\n\010capacity\030\t \001(\003H\002\210\001\001\022\027\n\nfree_s" +
|
|
5024
|
+
"pace\030\n \001(\003H\003\210\001\001\022Y\n\ndatastores\030\005 \003(\0132E.co" +
|
|
5025
|
+
"m.lansweeper.dp.outbound.v1.VmwareDatast" +
|
|
5026
|
+
"oreCluster.DatastoresEntry\022S\n\013storage_dr" +
|
|
5027
|
+
"s\030\006 \001(\01329.com.lansweeper.dp.outbound.v1." +
|
|
5028
|
+
"DatastoreClusterStorageDrsH\004\210\001\001\022\\\n\023drs_p" +
|
|
5029
|
+
"od_config_rule\030\007 \003(\0132?.com.lansweeper.dp" +
|
|
5030
|
+
".outbound.v1.DatastoreClusterDrsPodConfi" +
|
|
5031
|
+
"gRule\022U\n\017drs_vm_override\030\010 \003(\0132<.com.lan" +
|
|
5032
|
+
"sweeper.dp.outbound.v1.DatastoreClusterD" +
|
|
5033
|
+
"rsVmOverride\032a\n\017DatastoresEntry\022\013\n\003key\030\001" +
|
|
5034
|
+
" \001(\t\022=\n\005value\030\002 \001(\0132..com.lansweeper.dp." +
|
|
5035
|
+
"outbound.v1.VmwareDatastore:\0028\001B\017\n\r_inte" +
|
|
5036
|
+
"rnal_keyB\007\n\005_nameB\013\n\t_capacityB\r\n\013_free_" +
|
|
5037
|
+
"spaceB\016\n\014_storage_drs\"\262\004\n\032DatastoreClust" +
|
|
5038
|
+
"erStorageDrs\022\017\n\007enabled\030\001 \001(\010\022\037\n\027io_load" +
|
|
5039
|
+
"_balance_enabled\030\002 \001(\010\022!\n\024default_vm_beh" +
|
|
5040
|
+
"aviour\030\003 \001(\tH\000\210\001\001\022\"\n\025load_balance_interv" +
|
|
5041
|
+
"al\030\004 \001(\005H\001\210\001\001\022&\n\031default_intra_vm_affini" +
|
|
5042
|
+
"ty\030\005 \001(\010H\002\210\001\001\022(\n\033space_utilization_thres" +
|
|
5043
|
+
"hold\030\006 \001(\005H\003\210\001\001\022-\n min_space_utilization" +
|
|
5044
|
+
"_difference\030\007 \001(\005H\004\210\001\001\022!\n\024io_latency_thr" +
|
|
5045
|
+
"eshold\030\010 \001(\005H\005\210\001\001\022(\n\033io_load_imbalance_t" +
|
|
5046
|
+
"hreshold\030\t \001(\005H\006\210\001\001B\027\n\025_default_vm_behav" +
|
|
5047
|
+
"iourB\030\n\026_load_balance_intervalB\034\n\032_defau" +
|
|
5048
|
+
"lt_intra_vm_affinityB\036\n\034_space_utilizati" +
|
|
5049
|
+
"on_thresholdB#\n!_min_space_utilization_d" +
|
|
5050
|
+
"ifferenceB\027\n\025_io_latency_thresholdB\036\n\034_i" +
|
|
5051
|
+
"o_load_imbalance_threshold\"|\n DatastoreC" +
|
|
5052
|
+
"lusterDrsPodConfigRule\022\021\n\004name\030\001 \001(\tH\000\210\001" +
|
|
5053
|
+
"\001\022\024\n\007enabled\030\002 \001(\010H\001\210\001\001\022\021\n\004type\030\003 \001(\005H\002\210" +
|
|
5054
|
+
"\001\001B\007\n\005_nameB\n\n\010_enabledB\007\n\005_type\"\335\001\n\035Dat" +
|
|
5055
|
+
"astoreClusterDrsVmOverride\022\024\n\007enabled\030\001 " +
|
|
5056
|
+
"\001(\010H\000\210\001\001\022\026\n\tbehaviour\030\002 \001(\tH\001\210\001\001\022\036\n\021intr" +
|
|
5057
|
+
"a_vm_affinity\030\003 \001(\010H\002\210\001\001\022#\n\026intra_vm_ant" +
|
|
5058
|
+
"i_affinity\030\004 \001(\tH\003\210\001\001B\n\n\010_enabledB\014\n\n_be" +
|
|
5059
|
+
"haviourB\024\n\022_intra_vm_affinityB\031\n\027_intra_" +
|
|
5060
|
+
"vm_anti_affinity\"\356\007\n\017VmwareDatastore\022\014\n\004" +
|
|
5061
|
+
"uuid\030\001 \001(\t\022\031\n\014internal_key\030\002 \001(\tH\000\210\001\001\022\032\n" +
|
|
5062
|
+
"\rdatacenter_id\030\003 \001(\tH\001\210\001\001\022!\n\024datastore_c" +
|
|
5063
|
+
"luster_id\030\004 \001(\tH\002\210\001\001\022\037\n\022esxi_hypervisor_" +
|
|
5064
|
+
"id\030\021 \001(\tH\003\210\001\001\022H\n\005disks\030\005 \003(\01329.com.lansw" +
|
|
5065
|
+
"eeper.dp.outbound.v1.VmwareDatastore.Dis" +
|
|
5066
|
+
"ksEntry\022\030\n\013uncommitted\030\006 \001(\004H\004\210\001\001\022\027\n\nacc" +
|
|
5067
|
+
"essible\030\007 \001(\010H\005\210\001\001\022!\n\024multiple_host_acce" +
|
|
5068
|
+
"ss\030\010 \001(\010H\006\210\001\001\022\021\n\004type\030\t \001(\tH\007\210\001\001\022\035\n\020main" +
|
|
5069
|
+
"tenance_mode\030\n \001(\tH\010\210\001\001\022\'\n\032max_physical_" +
|
|
5070
|
+
"rdm_file_size\030\013 \001(\004H\t\210\001\001\022&\n\031max_virtual_" +
|
|
5071
|
+
"rdm_file_size\030\014 \001(\004H\n\210\001\001\022\032\n\rmax_file_siz" +
|
|
5072
|
+
"e\030\r \001(\004H\013\210\001\001\022&\n\031max_virtual_disk_capacit" +
|
|
5073
|
+
"y\030\016 \001(\004H\014\210\001\001\022!\n\024max_memory_file_size\030\017 \001" +
|
|
5074
|
+
"(\004H\r\210\001\001\0222\n\ttimestamp\030\020 \001(\0132\032.google.prot" +
|
|
5075
|
+
"obuf.TimestampH\016\210\001\001\032W\n\nDisksEntry\022\013\n\003key" +
|
|
5076
|
+
"\030\001 \001(\t\0228\n\005value\030\002 \001(\0132).com.lansweeper.d" +
|
|
5077
|
+
"p.outbound.v1.VmwareDisk:\0028\001B\017\n\r_interna" +
|
|
5078
|
+
"l_keyB\020\n\016_datacenter_idB\027\n\025_datastore_cl" +
|
|
5079
|
+
"uster_idB\025\n\023_esxi_hypervisor_idB\016\n\014_unco" +
|
|
5080
|
+
"mmittedB\r\n\013_accessibleB\027\n\025_multiple_host" +
|
|
5081
|
+
"_accessB\007\n\005_typeB\023\n\021_maintenance_modeB\035\n" +
|
|
5082
|
+
"\033_max_physical_rdm_file_sizeB\034\n\032_max_vir" +
|
|
5083
|
+
"tual_rdm_file_sizeB\020\n\016_max_file_sizeB\034\n\032" +
|
|
5084
|
+
"_max_virtual_disk_capacityB\027\n\025_max_memor" +
|
|
5085
|
+
"y_file_sizeB\014\n\n_timestamp\"\206\001\n\nVmwareDisk" +
|
|
5086
|
+
"\022\014\n\004name\030\001 \001(\t\022\020\n\003url\030\002 \001(\tH\000\210\001\001\022\030\n\013tota" +
|
|
5087
|
+
"l_space\030\003 \001(\004H\001\210\001\001\022\027\n\nfree_space\030\004 \001(\004H\002" +
|
|
5088
|
+
"\210\001\001B\006\n\004_urlB\016\n\014_total_spaceB\r\n\013_free_spa" +
|
|
5089
|
+
"ce\"s\n\016VmwareSnapshot\022\024\n\014internal_key\030\001 \001" +
|
|
5090
|
+
"(\t\022\021\n\004name\030\002 \001(\tH\000\210\001\001\022/\n\013create_time\030\003 \001" +
|
|
5091
|
+
"(\0132\032.google.protobuf.TimestampB\007\n\005_name\"" +
|
|
5092
|
+
"\337\001\n\006Citrix\022@\n\013citrix_pool\030\001 \001(\0132).com.la" +
|
|
5093
|
+
"nsweeper.dp.outbound.v1.CitrixPoolH\000\022@\n\013" +
|
|
5094
|
+
"citrix_host\030\002 \001(\0132).com.lansweeper.dp.ou" +
|
|
5095
|
+
"tbound.v1.CitrixHostH\000\022B\n\014citrix_guest\030\003" +
|
|
5096
|
+
" \001(\0132*.com.lansweeper.dp.outbound.v1.Cit" +
|
|
5097
|
+
"rixGuestH\000B\r\n\013citrix_data\"\247\r\n\nCitrixPool" +
|
|
5098
|
+
"\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\030\n\013description\030\002 \001(\t" +
|
|
5099
|
+
"H\001\210\001\001\022\025\n\010redo_log\030\003 \001(\010H\002\210\001\001\022\021\n\004tags\030\004 \001" +
|
|
5100
|
+
"(\tH\003\210\001\001\022 \n\023v_switch_controller\030\005 \001(\tH\004\210\001" +
|
|
5101
|
+
"\001\022\036\n\021high_availability\030\006 \001(\010H\005\210\001\001\022/\n\"hig" +
|
|
5102
|
+
"h_availability_allow_overcommit\030\007 \001(\010H\006\210" +
|
|
5103
|
+
"\001\001\022,\n\037high_availability_overcommitted\030\010 " +
|
|
5104
|
+
"\001(\010H\007\210\001\001\0228\n+high_availability_host_failu" +
|
|
5105
|
+
"res_to_tolerate\030\t \001(\003H\010\210\001\001\022.\n!high_avail" +
|
|
5106
|
+
"ability_plan_exists_for\030\n \001(\003H\t\210\001\001\022\037\n\022wo" +
|
|
5107
|
+
"rkload_balancing\030\013 \001(\010H\n\210\001\001\022#\n\026workload_" +
|
|
5108
|
+
"balancing_url\030\014 \001(\tH\013\210\001\001\022(\n\033workload_bal" +
|
|
5109
|
+
"ancing_username\030\r \001(\tH\014\210\001\001\022+\n\036workload_b" +
|
|
5110
|
+
"alancing_verify_cert\030\016 \001(\010H\r\210\001\001\022\035\n\020maste" +
|
|
5111
|
+
"r_host_uuid\030\017 \001(\tH\016\210\001\001\022#\n\026crash_dump_sto" +
|
|
5112
|
+
"rage_ref\030\020 \001(\tH\017\210\001\001\022&\n\031suspend_image_sto" +
|
|
5113
|
+
"rage_ref\030\021 \001(\tH\020\210\001\001\022B\n\nappliances\030\022 \003(\0132" +
|
|
5114
|
+
"..com.lansweeper.dp.outbound.v1.CitrixAp" +
|
|
5115
|
+
"pliance\022B\n\010networks\030\023 \003(\01320.com.lansweep" +
|
|
5116
|
+
"er.dp.outbound.v1.NetworkInterfaces\022Y\n\024o" +
|
|
5117
|
+
"ther_configurations\030\024 \003(\0132;.com.lansweep" +
|
|
5118
|
+
"er.dp.outbound.v1.CitrixPoolOtherConfigu" +
|
|
5119
|
+
"ration\022?\n\007patches\030\025 \003(\0132..com.lansweeper" +
|
|
5120
|
+
".dp.outbound.v1.CitrixPoolPatch\022J\n\014restr" +
|
|
5121
|
+
"ictions\030\026 \003(\01324.com.lansweeper.dp.outbou" +
|
|
5122
|
+
"nd.v1.CitrixPoolRestriction\022\025\n\rtemplate_" +
|
|
5123
|
+
"name\030\027 \003(\t\022S\n\023physical_interfaces\030\030 \003(\0132" +
|
|
5124
|
+
"6.com.lansweeper.dp.outbound.v1.CitrixPh" +
|
|
5125
|
+
"ysicalInterface\022Q\n\022virtual_interfaces\030\031 " +
|
|
5126
|
+
"\003(\01325.com.lansweeper.dp.outbound.v1.Citr" +
|
|
5127
|
+
"ixVirtualInterface\022>\n\013citrix_user\030\032 \003(\0132" +
|
|
5128
|
+
").com.lansweeper.dp.outbound.v1.CitrixUs" +
|
|
5129
|
+
"erB\007\n\005_nameB\016\n\014_descriptionB\013\n\t_redo_log" +
|
|
5130
|
+
"B\007\n\005_tagsB\026\n\024_v_switch_controllerB\024\n\022_hi" +
|
|
5131
|
+
"gh_availabilityB%\n#_high_availability_al" +
|
|
5132
|
+
"low_overcommitB\"\n _high_availability_ove" +
|
|
5133
|
+
"rcommittedB.\n,_high_availability_host_fa" +
|
|
5134
|
+
"ilures_to_tolerateB$\n\"_high_availability" +
|
|
5135
|
+
"_plan_exists_forB\025\n\023_workload_balancingB" +
|
|
5136
|
+
"\031\n\027_workload_balancing_urlB\036\n\034_workload_" +
|
|
5137
|
+
"balancing_usernameB!\n\037_workload_balancin" +
|
|
5138
|
+
"g_verify_certB\023\n\021_master_host_uuidB\031\n\027_c" +
|
|
5139
|
+
"rash_dump_storage_refB\034\n\032_suspend_image_" +
|
|
5140
|
+
"storage_ref\"P\n\nCitrixUser\022\021\n\004name\030\001 \001(\tH" +
|
|
5141
|
+
"\000\210\001\001\022\027\n\nshort_name\030\002 \001(\tH\001\210\001\001B\007\n\005_nameB\r" +
|
|
5142
|
+
"\n\013_short_name\"W\n\017CitrixAppliance\022\021\n\004name" +
|
|
5143
|
+
"\030\001 \001(\tH\000\210\001\001\022\030\n\013description\030\002 \001(\tH\001\210\001\001B\007\n" +
|
|
5144
|
+
"\005_nameB\016\n\014_description\"\210\001\n\034CitrixPoolOth" +
|
|
5145
|
+
"erConfiguration\022\020\n\003key\030\001 \001(\tH\000\210\001\001\022\022\n\005val" +
|
|
5146
|
+
"ue\030\002 \001(\tH\001\210\001\001\022\034\n\017is_custom_field\030\003 \001(\010H\002" +
|
|
5147
|
+
"\210\001\001B\006\n\004_keyB\010\n\006_valueB\022\n\020_is_custom_fiel" +
|
|
5148
|
+
"d\"O\n\025CitrixPoolRestriction\022\020\n\003key\030\001 \001(\tH" +
|
|
5149
|
+
"\000\210\001\001\022\022\n\005value\030\002 \001(\tH\001\210\001\001B\006\n\004_keyB\010\n\006_val" +
|
|
5150
|
+
"ue\"\363\001\n\017CitrixPoolPatch\022\021\n\004name\030\001 \001(\tH\000\210\001" +
|
|
5151
|
+
"\001\022\030\n\013description\030\002 \001(\tH\001\210\001\001\022\021\n\004size\030\003 \001(" +
|
|
5152
|
+
"\003H\002\210\001\001\022\024\n\007version\030\004 \001(\tH\003\210\001\001\022!\n\024after_ap" +
|
|
5153
|
+
"ply_guidance\030\005 \001(\tH\004\210\001\001\022\024\n\007applied\030\006 \001(\010" +
|
|
5154
|
+
"H\005\210\001\001B\007\n\005_nameB\016\n\014_descriptionB\007\n\005_sizeB" +
|
|
5155
|
+
"\n\n\010_versionB\027\n\025_after_apply_guidanceB\n\n\010" +
|
|
5156
|
+
"_applied\"\305\014\n\nCitrixHost\022\025\n\010hostname\030\001 \001(" +
|
|
5157
|
+
"\tH\000\210\001\001\022\021\n\004name\030\002 \001(\tH\001\210\001\001\022\030\n\013description" +
|
|
5158
|
+
"\030\003 \001(\tH\002\210\001\001\022\026\n\tis_master\030\004 \001(\010H\003\210\001\001\022\024\n\007a" +
|
|
5159
|
+
"ddress\030\005 \001(\tH\004\210\001\001\022\024\n\007edition\030\006 \001(\tH\005\210\001\001\022" +
|
|
5160
|
+
"\024\n\007enabled\030\007 \001(\010H\006\210\001\001\0221\n$external_authen" +
|
|
5161
|
+
"tication_service_name\030\010 \001(\tH\007\210\001\001\022)\n\034exte" +
|
|
5162
|
+
"rnal_authentication_type\030\t \001(\tH\010\210\001\001\022\034\n\017m" +
|
|
5163
|
+
"emory_overhead\030\n \001(\003H\t\210\001\001\022\032\n\rpower_on_mo" +
|
|
5164
|
+
"de\030\013 \001(\tH\n\210\001\001\022\035\n\020scheduler_policy\030\014 \001(\tH" +
|
|
5165
|
+
"\013\210\001\001\022\021\n\004tags\030\r \001(\tH\014\210\001\001\022\024\n\007display\030\016 \001(\t" +
|
|
5166
|
+
"H\r\210\001\001\0225\n\014last_updated\030\017 \001(\0132\032.google.pro" +
|
|
5167
|
+
"tobuf.TimestampH\016\210\001\001\022\021\n\004live\030\020 \001(\010H\017\210\001\001\022" +
|
|
5168
|
+
"\030\n\013memory_free\030\021 \001(\003H\020\210\001\001\022\031\n\014memory_tota" +
|
|
5169
|
+
"l\030\022 \001(\003H\021\210\001\001\022\026\n\thost_uuid\030\023 \001(\tH\022\210\001\001\022#\n\026" +
|
|
5170
|
+
"crash_dump_storage_ref\030\024 \001(\tH\023\210\001\001\022$\n\027loc" +
|
|
5171
|
+
"al_cache_storage_ref\030\025 \001(\tH\024\210\001\001\022&\n\031suspe" +
|
|
5172
|
+
"nd_image_storage_ref\030\026 \001(\tH\025\210\001\001\022>\n\010stora" +
|
|
5173
|
+
"ges\030\027 \003(\0132,.com.lansweeper.dp.outbound.v" +
|
|
5174
|
+
"1.CitrixStorage\022S\n\023physical_interfaces\030\030" +
|
|
5175
|
+
" \003(\01326.com.lansweeper.dp.outbound.v1.Cit" +
|
|
5176
|
+
"rixPhysicalInterface\0226\n\004pcis\030\031 \003(\0132(.com" +
|
|
5177
|
+
".lansweeper.dp.outbound.v1.CitrixPci\022G\n\013" +
|
|
5178
|
+
"extra_infos\030\032 \003(\01322.com.lansweeper.dp.ou" +
|
|
5179
|
+
"tbound.v1.CitrixHostExtraInfo\022?\n\007patches" +
|
|
5180
|
+
"\030\033 \003(\0132..com.lansweeper.dp.outbound.v1.C" +
|
|
5181
|
+
"itrixHostPatch\022K\n\rphysical_cpus\030\034 \003(\01324." +
|
|
5182
|
+
"com.lansweeper.dp.outbound.v1.CitrixHost" +
|
|
5183
|
+
"PhysicalCpu\022G\n\013crash_dumps\030\035 \003(\01322.com.l" +
|
|
5184
|
+
"answeeper.dp.outbound.v1.CitrixHostCrash" +
|
|
5185
|
+
"Dump\022\030\n\020citrix_pool_uuid\030\036 \001(\t\022\030\n\020guest_" +
|
|
5186
|
+
"asset_refs\030\037 \003(\tB\013\n\t_hostnameB\007\n\005_nameB\016" +
|
|
5187
|
+
"\n\014_descriptionB\014\n\n_is_masterB\n\n\010_address" +
|
|
5188
|
+
"B\n\n\010_editionB\n\n\010_enabledB\'\n%_external_au" +
|
|
5189
|
+
"thentication_service_nameB\037\n\035_external_a" +
|
|
5190
|
+
"uthentication_typeB\022\n\020_memory_overheadB\020" +
|
|
5191
|
+
"\n\016_power_on_modeB\023\n\021_scheduler_policyB\007\n" +
|
|
5192
|
+
"\005_tagsB\n\n\010_displayB\017\n\r_last_updatedB\007\n\005_" +
|
|
5193
|
+
"liveB\016\n\014_memory_freeB\017\n\r_memory_totalB\014\n" +
|
|
5194
|
+
"\n_host_uuidB\031\n\027_crash_dump_storage_refB\032" +
|
|
5195
|
+
"\n\030_local_cache_storage_refB\034\n\032_suspend_i" +
|
|
5196
|
+
"mage_storage_ref\"s\n\023CitrixHostCrashDump\022" +
|
|
5197
|
+
"\021\n\004size\030\001 \001(\003H\000\210\001\001\0222\n\ttimestamp\030\002 \001(\0132\032." +
|
|
5198
|
+
"google.protobuf.TimestampH\001\210\001\001B\007\n\005_sizeB" +
|
|
5199
|
+
"\014\n\n_timestamp\"\321\002\n\025CitrixHostPhysicalCpu\022" +
|
|
5200
|
+
"\023\n\006family\030\001 \001(\003H\000\210\001\001\022\025\n\010features\030\002 \001(\tH\001" +
|
|
5201
|
+
"\210\001\001\022\022\n\005flags\030\003 \001(\tH\002\210\001\001\022\022\n\005model\030\004 \001(\003H\003" +
|
|
5202
|
+
"\210\001\001\022\027\n\nmodel_name\030\005 \001(\tH\004\210\001\001\022\033\n\016number_o" +
|
|
5203
|
+
"f_cpus\030\006 \001(\003H\005\210\001\001\022\022\n\005speed\030\007 \001(\003H\006\210\001\001\022\025\n" +
|
|
5204
|
+
"\010stepping\030\010 \001(\tH\007\210\001\001\022\023\n\006vendor\030\t \001(\tH\010\210\001" +
|
|
5205
|
+
"\001B\t\n\007_familyB\013\n\t_featuresB\010\n\006_flagsB\010\n\006_" +
|
|
5206
|
+
"modelB\r\n\013_model_nameB\021\n\017_number_of_cpusB" +
|
|
5207
|
+
"\010\n\006_speedB\013\n\t_steppingB\t\n\007_vendor\"\323\001\n\017Ci" +
|
|
5208
|
+
"trixHostPatch\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\030\n\013desc" +
|
|
5209
|
+
"ription\030\002 \001(\tH\001\210\001\001\022\021\n\004size\030\003 \001(\003H\002\210\001\001\0220\n" +
|
|
5210
|
+
"\007applied\030\004 \001(\0132\032.google.protobuf.Timesta" +
|
|
5211
|
+
"mpH\003\210\001\001\022\024\n\007version\030\005 \001(\tH\004\210\001\001B\007\n\005_nameB\016",
|
|
5212
|
+
"\n\014_descriptionB\007\n\005_sizeB\n\n\010_appliedB\n\n\010_" +
|
|
5213
|
+
"version\"\353\005\n\rCitrixStorage\022\021\n\004name\030\001 \001(\tH" +
|
|
5214
|
+
"\000\210\001\001\022\030\n\013description\030\002 \001(\tH\001\210\001\001\022\032\n\rphysic" +
|
|
5215
|
+
"al_size\030\003 \001(\003H\002\210\001\001\022!\n\024physical_utilizati" +
|
|
5216
|
+
"on\030\004 \001(\003H\003\210\001\001\022\021\n\004type\030\005 \001(\tH\004\210\001\001\022\031\n\014cont" +
|
|
5217
|
+
"ent_type\030\006 \001(\tH\005\210\001\001\022\026\n\tclustered\030\007 \001(\010H\006" +
|
|
5218
|
+
"\210\001\001\022\035\n\020is_tools_storage\030\010 \001(\010H\007\210\001\001\022\030\n\013lo" +
|
|
5219
|
+
"cal_cache\030\t \001(\010H\010\210\001\001\022\023\n\006shared\030\n \001(\010H\t\210\001" +
|
|
5220
|
+
"\001\022\021\n\004tags\030\013 \001(\tH\n\210\001\001\022\037\n\022virtual_allocati" +
|
|
5221
|
+
"on\030\014 \001(\003H\013\210\001\001\022\022\n\nhost_uuids\030\r \003(\t\022\030\n\013sto" +
|
|
5222
|
+
"rage_ref\030\016 \001(\tH\014\210\001\001\022X\n\026physical_block_de" +
|
|
5223
|
+
"vices\030\017 \003(\01328.com.lansweeper.dp.outbound" +
|
|
5224
|
+
".v1.CitrixPhysicalBlockDevice\022R\n\023virtual" +
|
|
5225
|
+
"_disk_images\030\020 \003(\01325.com.lansweeper.dp.o" +
|
|
5226
|
+
"utbound.v1.CitrixVirtualDiskImageB\007\n\005_na" +
|
|
5227
|
+
"meB\016\n\014_descriptionB\020\n\016_physical_sizeB\027\n\025" +
|
|
5228
|
+
"_physical_utilizationB\007\n\005_typeB\017\n\r_conte" +
|
|
5229
|
+
"nt_typeB\014\n\n_clusteredB\023\n\021_is_tools_stora" +
|
|
5230
|
+
"geB\016\n\014_local_cacheB\t\n\007_sharedB\007\n\005_tagsB\025" +
|
|
5231
|
+
"\n\023_virtual_allocationB\016\n\014_storage_ref\"\331\001" +
|
|
5232
|
+
"\n\031CitrixPhysicalBlockDevice\022\037\n\022currently" +
|
|
5233
|
+
"_attached\030\001 \001(\010H\000\210\001\001\022\025\n\010location\030\002 \001(\tH\001" +
|
|
5234
|
+
"\210\001\001\022\025\n\010username\030\003 \001(\tH\002\210\001\001\022\021\n\004type\030\004 \001(\t" +
|
|
5235
|
+
"H\003\210\001\001\022\024\n\007version\030\005 \001(\tH\004\210\001\001B\025\n\023_currentl" +
|
|
5236
|
+
"y_attachedB\013\n\t_locationB\013\n\t_usernameB\007\n\005" +
|
|
5237
|
+
"_typeB\n\n\010_version\"\326\005\n\026CitrixVirtualDiskI" +
|
|
5238
|
+
"mage\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\030\n\013description\030\002" +
|
|
5239
|
+
" \001(\tH\001\210\001\001\022\032\n\rallow_caching\030\003 \001(\010H\002\210\001\001\022\032\n" +
|
|
5240
|
+
"\ris_a_snapshot\030\004 \001(\010H\003\210\001\001\022\025\n\010location\030\005 " +
|
|
5241
|
+
"\001(\tH\004\210\001\001\022\024\n\007managed\030\006 \001(\010H\005\210\001\001\022\034\n\017metada" +
|
|
5242
|
+
"ta_latest\030\007 \001(\010H\006\210\001\001\022\024\n\007missing\030\010 \001(\010H\007\210" +
|
|
5243
|
+
"\001\001\022\024\n\007on_boot\030\t \001(\tH\010\210\001\001\022!\n\024physical_uti" +
|
|
5244
|
+
"lisation\030\n \001(\003H\t\210\001\001\022\026\n\tread_only\030\013 \001(\010H\n" +
|
|
5245
|
+
"\210\001\001\022\025\n\010sharable\030\014 \001(\010H\013\210\001\001\022\031\n\014storage_lo" +
|
|
5246
|
+
"ck\030\r \001(\010H\014\210\001\001\022\021\n\004tags\030\016 \001(\tH\r\210\001\001\022\021\n\004type" +
|
|
5247
|
+
"\030\017 \001(\tH\016\210\001\001\022\031\n\014virtual_size\030\020 \001(\003H\017\210\001\001\022\026" +
|
|
5248
|
+
"\n\thost_uuid\030\021 \001(\tH\020\210\001\001\022\"\n\032virtual_block_" +
|
|
5249
|
+
"device_uuids\030\022 \003(\tB\007\n\005_nameB\016\n\014_descript" +
|
|
5250
|
+
"ionB\020\n\016_allow_cachingB\020\n\016_is_a_snapshotB" +
|
|
5251
|
+
"\013\n\t_locationB\n\n\010_managedB\022\n\020_metadata_la" +
|
|
5252
|
+
"testB\n\n\010_missingB\n\n\010_on_bootB\027\n\025_physica" +
|
|
5253
|
+
"l_utilisationB\014\n\n_read_onlyB\013\n\t_sharable" +
|
|
5254
|
+
"B\017\n\r_storage_lockB\007\n\005_tagsB\007\n\005_typeB\017\n\r_" +
|
|
5255
|
+
"virtual_sizeB\014\n\n_host_uuid\"\203\002\n\tCitrixPci" +
|
|
5256
|
+
"\022\027\n\nclass_name\030\001 \001(\tH\000\210\001\001\022\030\n\013device_name" +
|
|
5257
|
+
"\030\002 \001(\tH\001\210\001\001\022\"\n\025subsystem_device_name\030\003 \001" +
|
|
5258
|
+
"(\tH\002\210\001\001\022\"\n\025subsystem_vendor_name\030\004 \001(\tH\003" +
|
|
5259
|
+
"\210\001\001\022\030\n\013vendor_name\030\005 \001(\tH\004\210\001\001B\r\n\013_class_" +
|
|
5260
|
+
"nameB\016\n\014_device_nameB\030\n\026_subsystem_devic" +
|
|
5261
|
+
"e_nameB\030\n\026_subsystem_vendor_nameB\016\n\014_ven" +
|
|
5262
|
+
"dor_name\"y\n\023CitrixHostExtraInfo\022\031\n\014info_" +
|
|
5263
|
+
"type_id\030\001 \001(\005H\000\210\001\001\022\020\n\003key\030\002 \001(\tH\001\210\001\001\022\022\n\005" +
|
|
5264
|
+
"value\030\003 \001(\tH\002\210\001\001B\017\n\r_info_type_idB\006\n\004_ke" +
|
|
5265
|
+
"yB\010\n\006_value\"\344\021\n\013CitrixGuest\022\021\n\004name\030\001 \001(" +
|
|
5266
|
+
"\tH\000\210\001\001\022\030\n\013description\030\002 \001(\tH\001\210\001\001\022\023\n\006memo" +
|
|
5267
|
+
"ry\030\003 \001(\003H\002\210\001\001\022\026\n\tcpu_count\030\004 \001(\003H\003\210\001\001\022\022\n" +
|
|
5268
|
+
"\005state\030\005 \001(\tH\004\210\001\001\022\021\n\004live\030\006 \001(\010H\005\210\001\001\0225\n\014" +
|
|
5269
|
+
"last_updated\030\007 \001(\0132\032.google.protobuf.Tim" +
|
|
5270
|
+
"estampH\006\210\001\001\022\034\n\017hvm_boot_policy\030\010 \001(\tH\007\210\001" +
|
|
5271
|
+
"\001\022\"\n\025hvm_shadow_multiplier\030\t \001(\001H\010\210\001\001\022\024\n" +
|
|
5272
|
+
"\007pci_bus\030\n \001(\tH\t\210\001\001\022\031\n\014pv_arguments\030\013 \001(" +
|
|
5273
|
+
"\tH\n\210\001\001\022\032\n\rpv_bootloader\030\014 \001(\tH\013\210\001\001\022$\n\027pv" +
|
|
5274
|
+
"_bootloader_arguments\030\r \001(\tH\014\210\001\001\022\026\n\tpv_k" +
|
|
5275
|
+
"ernel\030\016 \001(\tH\r\210\001\001\022 \n\023pv_legacy_arguments\030" +
|
|
5276
|
+
"\017 \001(\tH\016\210\001\001\022\027\n\npv_ramdisk\030\020 \001(\tH\017\210\001\001\022 \n\023a" +
|
|
5277
|
+
"ctions_after_crash\030\021 \001(\tH\020\210\001\001\022!\n\024actions" +
|
|
5278
|
+
"_after_reboot\030\022 \001(\tH\021\210\001\001\022#\n\026actions_afte" +
|
|
5279
|
+
"r_shutdown\030\023 \001(\tH\022\210\001\001\022\032\n\rha_always_run\030\024" +
|
|
5280
|
+
" \001(\010H\023\210\001\001\022 \n\023ha_restart_priority\030\025 \001(\tH\024" +
|
|
5281
|
+
"\210\001\001\022&\n\031hardware_platform_version\030\026 \001(\003H\025" +
|
|
5282
|
+
"\210\001\001\022\037\n\022last_booted_record\030\027 \001(\tH\026\210\001\001\022\037\n\022" +
|
|
5283
|
+
"memory_dynamic_max\030\030 \001(\003H\027\210\001\001\022\037\n\022memory_" +
|
|
5284
|
+
"dynamic_min\030\031 \001(\003H\030\210\001\001\022\034\n\017memory_overhea" +
|
|
5285
|
+
"d\030\032 \001(\003H\031\210\001\001\022\036\n\021memory_static_max\030\033 \001(\003H" +
|
|
5286
|
+
"\032\210\001\001\022\036\n\021memory_static_min\030\034 \001(\003H\033\210\001\001\022\032\n\r" +
|
|
5287
|
+
"memory_target\030\035 \001(\003H\034\210\001\001\022\022\n\005order\030\036 \001(\003H" +
|
|
5288
|
+
"\035\210\001\001\022\030\n\013power_state\030\037 \001(\tH\036\210\001\001\022\033\n\016shutdo" +
|
|
5289
|
+
"wn_delay\030 \001(\003H\037\210\001\001\022\030\n\013start_delay\030! \001(\003" +
|
|
5290
|
+
"H \210\001\001\022\021\n\004tags\030\" \001(\tH!\210\001\001\022\031\n\014user_version" +
|
|
5291
|
+
"\030# \001(\003H\"\210\001\001\022\024\n\007version\030$ \001(\003H#\210\001\001\0225\n\014ins" +
|
|
5292
|
+
"tall_time\030% \001(\0132\032.google.protobuf.Timest" +
|
|
5293
|
+
"ampH$\210\001\001\0223\n\nstart_time\030& \001(\0132\032.google.pr" +
|
|
5294
|
+
"otobuf.TimestampH%\210\001\001\022\026\n\thost_uuid\030\' \001(\t" +
|
|
5295
|
+
"H&\210\001\001\022\027\n\nguest_uuid\030( \001(\tH\'\210\001\001\022Q\n\022virtua" +
|
|
5296
|
+
"l_interfaces\030) \003(\01325.com.lansweeper.dp.o" +
|
|
5297
|
+
"utbound.v1.CitrixVirtualInterface\022H\n\013ext" +
|
|
5298
|
+
"ra_infos\030* \003(\01323.com.lansweeper.dp.outbo" +
|
|
5299
|
+
"und.v1.CitrixGuestExtraInfo\022V\n\025virtual_b" +
|
|
5300
|
+
"lock_devices\030+ \003(\01327.com.lansweeper.dp.o" +
|
|
5301
|
+
"utbound.v1.CitrixVirtualBlockDevice\022\030\n\020c" +
|
|
5302
|
+
"itrix_host_uuid\030, \001(\t\022\030\n\020citrix_pool_uui" +
|
|
5303
|
+
"d\030- \001(\t\022\031\n\014appliance_id\030. \001(\tH(\210\001\001B\007\n\005_n" +
|
|
5304
|
+
"ameB\016\n\014_descriptionB\t\n\007_memoryB\014\n\n_cpu_c" +
|
|
5305
|
+
"ountB\010\n\006_stateB\007\n\005_liveB\017\n\r_last_updated" +
|
|
5306
|
+
"B\022\n\020_hvm_boot_policyB\030\n\026_hvm_shadow_mult" +
|
|
5307
|
+
"iplierB\n\n\010_pci_busB\017\n\r_pv_argumentsB\020\n\016_" +
|
|
5308
|
+
"pv_bootloaderB\032\n\030_pv_bootloader_argument" +
|
|
5309
|
+
"sB\014\n\n_pv_kernelB\026\n\024_pv_legacy_argumentsB" +
|
|
5310
|
+
"\r\n\013_pv_ramdiskB\026\n\024_actions_after_crashB\027" +
|
|
5311
|
+
"\n\025_actions_after_rebootB\031\n\027_actions_afte" +
|
|
5312
|
+
"r_shutdownB\020\n\016_ha_always_runB\026\n\024_ha_rest" +
|
|
5313
|
+
"art_priorityB\034\n\032_hardware_platform_versi" +
|
|
5314
|
+
"onB\025\n\023_last_booted_recordB\025\n\023_memory_dyn" +
|
|
5315
|
+
"amic_maxB\025\n\023_memory_dynamic_minB\022\n\020_memo" +
|
|
5316
|
+
"ry_overheadB\024\n\022_memory_static_maxB\024\n\022_me" +
|
|
5317
|
+
"mory_static_minB\020\n\016_memory_targetB\010\n\006_or" +
|
|
5318
|
+
"derB\016\n\014_power_stateB\021\n\017_shutdown_delayB\016" +
|
|
5319
|
+
"\n\014_start_delayB\007\n\005_tagsB\017\n\r_user_version" +
|
|
5320
|
+
"B\n\n\010_versionB\017\n\r_install_timeB\r\n\013_start_" +
|
|
5321
|
+
"timeB\014\n\n_host_uuidB\r\n\013_guest_uuidB\017\n\r_ap" +
|
|
5322
|
+
"pliance_id\"z\n\024CitrixGuestExtraInfo\022\031\n\014in" +
|
|
5323
|
+
"fo_type_id\030\001 \001(\005H\000\210\001\001\022\020\n\003key\030\002 \001(\tH\001\210\001\001\022" +
|
|
5324
|
+
"\022\n\005value\030\003 \001(\tH\002\210\001\001B\017\n\r_info_type_idB\006\n\004" +
|
|
5325
|
+
"_keyB\010\n\006_value\"\204\006\n\030CitrixVirtualBlockDev" +
|
|
5326
|
+
"ice\022\025\n\010bootable\030\001 \001(\010H\000\210\001\001\022\037\n\022currently_" +
|
|
5327
|
+
"attached\030\002 \001(\010H\001\210\001\001\022\023\n\006device\030\003 \001(\tH\002\210\001\001" +
|
|
5328
|
+
"\022\022\n\005empty\030\004 \001(\010H\003\210\001\001\022\021\n\004mode\030\005 \001(\tH\004\210\001\001\022" +
|
|
5329
|
+
"%\n\030qos_algorithm_parameters\030\006 \001(\tH\005\210\001\001\022\037" +
|
|
5330
|
+
"\n\022qos_algorithm_type\030\007 \001(\tH\006\210\001\001\022%\n\030qos_s" +
|
|
5331
|
+
"upported_algorithms\030\010 \001(\tH\007\210\001\001\022\037\n\022runtim" +
|
|
5332
|
+
"e_properties\030\t \001(\tH\010\210\001\001\022\030\n\013status_code\030\n" +
|
|
5333
|
+
" \001(\003H\t\210\001\001\022\033\n\016status_details\030\013 \001(\tH\n\210\001\001\022\031" +
|
|
5334
|
+
"\n\014storage_lock\030\014 \001(\010H\013\210\001\001\022\021\n\004type\030\r \001(\tH" +
|
|
5335
|
+
"\014\210\001\001\022\030\n\013unpluggable\030\016 \001(\010H\r\210\001\001\022\030\n\013user_d" +
|
|
5336
|
+
"evice\030\017 \001(\tH\016\210\001\001\022&\n\031virtual_block_device" +
|
|
5337
|
+
"_uuid\030\020 \001(\tH\017\210\001\001B\013\n\t_bootableB\025\n\023_curren" +
|
|
5338
|
+
"tly_attachedB\t\n\007_deviceB\010\n\006_emptyB\007\n\005_mo" +
|
|
5339
|
+
"deB\033\n\031_qos_algorithm_parametersB\025\n\023_qos_" +
|
|
5340
|
+
"algorithm_typeB\033\n\031_qos_supported_algorit" +
|
|
5341
|
+
"hmsB\025\n\023_runtime_propertiesB\016\n\014_status_co" +
|
|
5342
|
+
"deB\021\n\017_status_detailsB\017\n\r_storage_lockB\007" +
|
|
5343
|
+
"\n\005_typeB\016\n\014_unpluggableB\016\n\014_user_deviceB" +
|
|
5344
|
+
"\034\n\032_virtual_block_device_uuid\"\257\t\n\027Citrix" +
|
|
5345
|
+
"PhysicalInterface\022\030\n\013device_name\030\001 \001(\tH\000" +
|
|
5346
|
+
"\210\001\001\022\020\n\003mac\030\002 \001(\tH\001\210\001\001\022\020\n\003mtu\030\003 \001(\003H\002\210\001\001\022" +
|
|
5347
|
+
"\020\n\003dns\030\004 \001(\tH\003\210\001\001\022\017\n\002ip\030\005 \001(\tH\004\210\001\001\022\024\n\007ne" +
|
|
5348
|
+
"tmask\030\006 \001(\tH\005\210\001\001\022\024\n\007gateway\030\007 \001(\tH\006\210\001\001\022\023" +
|
|
5349
|
+
"\n\006vendor\030\010 \001(\tH\007\210\001\001\022\022\n\005speed\030\t \001(\003H\010\210\001\001\022" +
|
|
5350
|
+
"5\n\014last_updated\030\n \001(\0132\032.google.protobuf." +
|
|
5351
|
+
"TimestampH\t\210\001\001\022\037\n\022currently_attached\030\013 \001" +
|
|
5352
|
+
"(\010H\n\210\001\001\022\034\n\017disallow_unplug\030\014 \001(\010H\013\210\001\001\022\022\n" +
|
|
5353
|
+
"\005ip_v6\030\r \001(\tH\014\210\001\001\022\023\n\006device\030\016 \001(\tH\r\210\001\001\022\"" +
|
|
5354
|
+
"\n\025ip_configuration_mode\030\017 \001(\tH\016\210\001\001\022%\n\030ip" +
|
|
5355
|
+
"_v6_configuration_mode\030\020 \001(\tH\017\210\001\001\022\032\n\rip_" +
|
|
5356
|
+
"v6_gateway\030\021 \001(\tH\020\210\001\001\022\024\n\007managed\030\022 \001(\010H\021" +
|
|
5357
|
+
"\210\001\001\022\027\n\nmanagement\030\023 \001(\010H\022\210\001\001\022\025\n\010physical" +
|
|
5358
|
+
"\030\024 \001(\010H\023\210\001\001\022!\n\024primary_address_type\030\025 \001(" +
|
|
5359
|
+
"\tH\024\210\001\001\022\024\n\007carrier\030\026 \001(\010H\025\210\001\001\022\023\n\006duplex\030\027" +
|
|
5360
|
+
" \001(\010H\026\210\001\001\022\026\n\tdevice_id\030\030 \001(\tH\027\210\001\001\022\031\n\014pci" +
|
|
5361
|
+
"_bus_path\030\031 \001(\tH\030\210\001\001\022\026\n\tvendor_id\030\032 \001(\tH" +
|
|
5362
|
+
"\031\210\001\001\022\030\n\013vendor_name\030\033 \001(\tH\032\210\001\001\022\026\n\thost_u" +
|
|
5363
|
+
"uid\030\034 \001(\tH\033\210\001\001\022\033\n\016interface_uuid\030\035 \001(\tH\034" +
|
|
5364
|
+
"\210\001\001B\016\n\014_device_nameB\006\n\004_macB\006\n\004_mtuB\006\n\004_" +
|
|
5365
|
+
"dnsB\005\n\003_ipB\n\n\010_netmaskB\n\n\010_gatewayB\t\n\007_v" +
|
|
5366
|
+
"endorB\010\n\006_speedB\017\n\r_last_updatedB\025\n\023_cur" +
|
|
5367
|
+
"rently_attachedB\022\n\020_disallow_unplugB\010\n\006_" +
|
|
5368
|
+
"ip_v6B\t\n\007_deviceB\030\n\026_ip_configuration_mo" +
|
|
5369
|
+
"deB\033\n\031_ip_v6_configuration_modeB\020\n\016_ip_v" +
|
|
5370
|
+
"6_gatewayB\n\n\010_managedB\r\n\013_managementB\013\n\t" +
|
|
5371
|
+
"_physicalB\027\n\025_primary_address_typeB\n\n\010_c" +
|
|
5372
|
+
"arrierB\t\n\007_duplexB\014\n\n_device_idB\017\n\r_pci_" +
|
|
5373
|
+
"bus_pathB\014\n\n_vendor_idB\016\n\014_vendor_nameB\014" +
|
|
5374
|
+
"\n\n_host_uuidB\021\n\017_interface_uuid\"_\n\035Citri" +
|
|
5375
|
+
"xVirtualInterfaceAddress\022\027\n\nip_version\030\001" +
|
|
5376
|
+
" \001(\rH\000\210\001\001\022\017\n\002ip\030\002 \001(\tH\001\210\001\001B\r\n\013_ip_versio" +
|
|
5377
|
+
"nB\005\n\003_ip\"\221\005\n\026CitrixVirtualInterface\022\023\n\006d" +
|
|
5378
|
+
"evice\030\001 \001(\tH\000\210\001\001\022\020\n\003mac\030\002 \001(\tH\001\210\001\001\022\037\n\022ma" +
|
|
5379
|
+
"c_auto_generated\030\003 \001(\010H\002\210\001\001\022\020\n\003mtu\030\004 \001(\003" +
|
|
5380
|
+
"H\003\210\001\001\022\030\n\013status_code\030\005 \001(\003H\004\210\001\001\022\033\n\016statu" +
|
|
5381
|
+
"s_details\030\006 \001(\tH\005\210\001\001\022\037\n\022currently_attach" +
|
|
5382
|
+
"ed\030\007 \001(\010H\006\210\001\001\022\037\n\022qos_algorithm_type\030\010 \001(" +
|
|
5383
|
+
"\tH\007\210\001\001\022\033\n\016qos_algorithms\030\t \001(\tH\010\210\001\001\022\031\n\014l" +
|
|
5384
|
+
"ocking_mode\030\n \001(\tH\t\210\001\001\022\026\n\thost_uuid\030\013 \001(" +
|
|
5385
|
+
"\tH\n\210\001\001\022\023\n\006vm_ref\030\014 \001(\tH\013\210\001\001\022\033\n\016interface" +
|
|
5386
|
+
"_uuid\030\r \001(\tH\014\210\001\001\022O\n\taddresses\030\016 \003(\0132<.co" +
|
|
5387
|
+
"m.lansweeper.dp.outbound.v1.CitrixVirtua" +
|
|
5388
|
+
"lInterfaceAddressB\t\n\007_deviceB\006\n\004_macB\025\n\023" +
|
|
5389
|
+
"_mac_auto_generatedB\006\n\004_mtuB\016\n\014_status_c" +
|
|
5390
|
+
"odeB\021\n\017_status_detailsB\025\n\023_currently_att" +
|
|
5391
|
+
"achedB\025\n\023_qos_algorithm_typeB\021\n\017_qos_alg" +
|
|
5392
|
+
"orithmsB\017\n\r_locking_modeB\014\n\n_host_uuidB\t" +
|
|
5393
|
+
"\n\007_vm_refB\021\n\017_interface_uuid\"\200\003\n\020IpLocat" +
|
|
5394
|
+
"ionConfig\022\014\n\004name\030\001 \001(\t\022\032\n\rlocal_ip_cidr" +
|
|
5395
|
+
"\030\002 \001(\tH\000\210\001\001\022\033\n\016local_ip_start\030\003 \001(\tH\001\210\001\001" +
|
|
5396
|
+
"\022\031\n\014local_ip_end\030\004 \001(\tH\002\210\001\001\022\026\n\tsource_id" +
|
|
5397
|
+
"\030\005 \001(\tH\003\210\001\001\022\035\n\020internet_ip_cidr\030\006 \001(\tH\004\210" +
|
|
5398
|
+
"\001\001\022\"\n\025internet_country_code\030\007 \001(\tH\005\210\001\001\022\"" +
|
|
5399
|
+
"\n\025internet_country_city\030\010 \001(\tH\006\210\001\001B\020\n\016_l" +
|
|
5400
|
+
"ocal_ip_cidrB\021\n\017_local_ip_startB\017\n\r_loca" +
|
|
5401
|
+
"l_ip_endB\014\n\n_source_idB\023\n\021_internet_ip_c" +
|
|
5402
|
+
"idrB\030\n\026_internet_country_codeB\030\n\026_intern" +
|
|
5403
|
+
"et_country_city\"\032\n\007SiteKey\022\017\n\007site_id\030\001 " +
|
|
5404
|
+
"\001(\t\"M\n\014ReconRuleSet\022=\n\013recon_rules\030\001 \003(\013" +
|
|
5405
|
+
"2(.com.lansweeper.dp.outbound.v1.ReconRu" +
|
|
5406
|
+
"le\"\211\001\n\tReconRule\0226\n\002id\030\001 \001(\0162*.com.lansw" +
|
|
5407
|
+
"eeper.dp.outbound.v1.ReconRuleId\022\014\n\004name" +
|
|
5408
|
+
"\030\002 \001(\t\022\023\n\013description\030\003 \001(\t\022\020\n\010priority\030" +
|
|
5409
|
+
"\004 \001(\005\022\017\n\007enabled\030\005 \001(\010\"\246\010\n\025Office365Orga" +
|
|
5410
|
+
"nization\022\021\n\ttenant_id\030\001 \001(\t\022\030\n\013displayna" +
|
|
5411
|
+
"me\030\002 \001(\tH\000\210\001\001\022\024\n\007country\030\003 \001(\tH\001\210\001\001\022\021\n\004c" +
|
|
5412
|
+
"ity\030\004 \001(\tH\002\210\001\001\022\031\n\014country_name\030\005 \001(\tH\003\210\001" +
|
|
5413
|
+
"\001\022\030\n\013postal_code\030\006 \001(\tH\004\210\001\001\022\022\n\005state\030\007 \001" +
|
|
5414
|
+
"(\tH\005\210\001\001\022\023\n\006street\030\010 \001(\tH\006\210\001\001\022\035\n\020telephon" +
|
|
5415
|
+
"e_number\030\t \001(\tH\007\210\001\001\022C\n\032company_last_dir_" +
|
|
5416
|
+
"sync_time\030\n \001(\0132\032.google.protobuf.Timest" +
|
|
5417
|
+
"ampH\010\210\001\001\022\035\n\020dir_sync_enabled\030\013 \001(\010H\t\210\001\001\022" +
|
|
5418
|
+
"?\n\007domains\030\014 \003(\0132..com.lansweeper.dp.out" +
|
|
5419
|
+
"bound.v1.Office365Domain\022A\n\010licenses\030\017 \003" +
|
|
5420
|
+
"(\0132/.com.lansweeper.dp.outbound.v1.Offic" +
|
|
5421
|
+
"e365License\022c\n\016assigned_plans\030\020 \003(\0132G.co" +
|
|
5422
|
+
"m.lansweeper.dp.outbound.v1.Office365Org" +
|
|
5423
|
+
"anization.AssignedPlansEntryB\002\030\001\022A\n\010cont" +
|
|
5424
|
+
"acts\030\021 \003(\0132/.com.lansweeper.dp.outbound." +
|
|
5425
|
+
"v1.Office365Contact\022B\n\tmailboxes\030\022 \003(\0132/" +
|
|
5426
|
+
".com.lansweeper.dp.outbound.v1.Office365" +
|
|
5427
|
+
"Mailbox\022V\n\021assigned_licenses\030\023 \003(\01327.com" +
|
|
5428
|
+
".lansweeper.dp.outbound.v1.Office365Assi" +
|
|
5429
|
+
"gnedLicenseB\002\030\001\032j\n\022AssignedPlansEntry\022\013\n" +
|
|
5430
|
+
"\003key\030\001 \001(\t\022C\n\005value\030\002 \001(\01324.com.lansweep" +
|
|
5431
|
+
"er.dp.outbound.v1.Office365AssignedPlan:" +
|
|
5432
|
+
"\0028\001B\016\n\014_displaynameB\n\n\010_countryB\007\n\005_city" +
|
|
5433
|
+
"B\017\n\r_country_nameB\016\n\014_postal_codeB\010\n\006_st" +
|
|
5434
|
+
"ateB\t\n\007_streetB\023\n\021_telephone_numberB\035\n\033_" +
|
|
5435
|
+
"company_last_dir_sync_timeB\023\n\021_dir_sync_" +
|
|
5436
|
+
"enabled\"\274\002\n\020Office365Mailbox\022\027\n\017o365_mai" +
|
|
5437
|
+
"lbox_id\030\001 \001(\t\022\034\n\024o365_organization_id\030\002 " +
|
|
5438
|
+
"\001(\t\022\024\n\014display_name\030\003 \001(\t\022\025\n\rprimary_ema" +
|
|
5439
|
+
"il\030\004 \001(\t\022\025\n\remail_address\030\005 \001(\t\022\r\n\005alias" +
|
|
5440
|
+
"\030\006 \001(\t\022\026\n\016recipient_type\030\007 \001(\t\022\036\n\026recipi" +
|
|
5441
|
+
"ent_type_details\030\010 \001(\t\022\033\n\023user_principal" +
|
|
5442
|
+
"_name\030\t \001(\t\022\020\n\010identity\030\n \001(\t\022\030\n\020o365_ma" +
|
|
5443
|
+
"ilbox_key\030\013 \001(\t\022\035\n\025o365_organization_key" +
|
|
5444
|
+
"\030\014 \001(\t\"\236\003\n\025Office365AssignedPlan\022\027\n\017serv" +
|
|
5445
|
+
"ice_plan_id\030\001 \001(\t\022\024\n\007service\030\002 \001(\tH\000\210\001\001\022" +
|
|
5446
|
+
"\036\n\021capability_status\030\003 \001(\tH\001\210\001\001\022<\n\023assig" +
|
|
5447
|
+
"ned_time_stamp\030\004 \001(\0132\032.google.protobuf.T" +
|
|
5448
|
+
"imestampH\002\210\001\001\022W\n\nusers_keys\030\005 \003(\0132C.com." +
|
|
5449
|
+
"lansweeper.dp.outbound.v1.Office365Assig" +
|
|
5450
|
+
"nedPlan.UsersKeysEntry\022\035\n\025o365_assigned_" +
|
|
5451
|
+
"plan_id\030\006 \001(\t\022\024\n\014o365_user_id\030\010 \001(\t\0320\n\016U" +
|
|
5452
|
+
"sersKeysEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(" +
|
|
5453
|
+
"\010:\0028\001B\n\n\010_serviceB\024\n\022_capability_statusB" +
|
|
5454
|
+
"\026\n\024_assigned_time_stamp\"\250\001\n\030Office365Ass" +
|
|
5455
|
+
"ignedLicense\022 \n\030o365_assigned_license_id" +
|
|
5456
|
+
"\030\001 \001(\t\022\027\n\017o365_license_id\030\002 \001(\t\022\024\n\014o365_" +
|
|
5457
|
+
"user_id\030\003 \001(\t\022!\n\031o365_assigned_license_k" +
|
|
5458
|
+
"ey\030\004 \001(\t\022\030\n\020o365_license_key\030\005 \001(\t\"Z\n\020Of" +
|
|
5459
|
+
"fice365Contact\022\031\n\014display_name\030\001 \001(\tH\000\210\001" +
|
|
5460
|
+
"\001\022\021\n\004mail\030\002 \001(\tH\001\210\001\001B\017\n\r_display_nameB\007\n" +
|
|
5461
|
+
"\005_mail\"\223\004\n\017Office365Domain\022\n\n\002id\030\001 \001(\005\022\034" +
|
|
5462
|
+
"\n\017organization_id\030\002 \001(\005H\000\210\001\001\022\030\n\013domain_n" +
|
|
5463
|
+
"ame\030\003 \001(\tH\001\210\001\001\022 \n\023authentication_type\030\004 " +
|
|
5464
|
+
"\001(\tH\002\210\001\001\022\035\n\020is_admin_managed\030\005 \001(\010H\003\210\001\001\022" +
|
|
5465
|
+
"\027\n\nis_default\030\006 \001(\010H\004\210\001\001\022\027\n\nis_initial\030\007" +
|
|
5466
|
+
" \001(\010H\005\210\001\001\022\024\n\007is_root\030\010 \001(\010H\006\210\001\001\022\030\n\013is_ve" +
|
|
5467
|
+
"rified\030\t \001(\010H\007\210\001\001\022\037\n\022supported_services\030" +
|
|
5468
|
+
"\n \001(\tH\010\210\001\001\022\022\n\005state\030\013 \001(\tH\t\210\001\001\022 \n\023availa" +
|
|
5469
|
+
"bility_status\030\014 \001(\tH\n\210\001\001B\022\n\020_organizatio" +
|
|
5470
|
+
"n_idB\016\n\014_domain_nameB\026\n\024_authentication_" +
|
|
5471
|
+
"typeB\023\n\021_is_admin_managedB\r\n\013_is_default" +
|
|
5472
|
+
"B\r\n\013_is_initialB\n\n\010_is_rootB\016\n\014_is_verif" +
|
|
5473
|
+
"iedB\025\n\023_supported_servicesB\010\n\006_stateB\026\n\024" +
|
|
5474
|
+
"_availability_status\"\263\003\n\016Office365Group\022" +
|
|
5475
|
+
"\021\n\tobject_id\030\001 \001(\t\022\031\n\014display_name\030\002 \001(\t" +
|
|
5476
|
+
"H\000\210\001\001\022\030\n\013description\030\003 \001(\tH\001\210\001\001\022\031\n\014mail_" +
|
|
5477
|
+
"enabled\030\004 \001(\010H\002\210\001\001\022\035\n\020security_enabled\030\005" +
|
|
5478
|
+
" \001(\010H\003\210\001\001\022\021\n\004mail\030\006 \001(\tH\004\210\001\001\022\032\n\rmail_nic" +
|
|
5479
|
+
"kname\030\007 \001(\tH\005\210\001\001\022\034\n\017proxy_addresses\030\010 \001(" +
|
|
5480
|
+
"\tH\006\210\001\001\022$\n\027organization_entity_key\030\t \001(\tH" +
|
|
5481
|
+
"\007\210\001\001\022\021\n\004type\030\n \001(\tH\010\210\001\001B\017\n\r_display_name" +
|
|
5482
|
+
"B\016\n\014_descriptionB\017\n\r_mail_enabledB\023\n\021_se" +
|
|
5483
|
+
"curity_enabledB\007\n\005_mailB\020\n\016_mail_nicknam" +
|
|
5484
|
+
"eB\022\n\020_proxy_addressesB\032\n\030_organization_e" +
|
|
5485
|
+
"ntity_keyB\007\n\005_type\"\216\005\n\020Office365License\022" +
|
|
5486
|
+
"\016\n\006sku_id\030\001 \001(\t\022\033\n\016consumed_units\030\002 \001(\005H" +
|
|
5487
|
+
"\000\210\001\001\022\"\n\025prepaid_units_enabled\030\003 \001(\005H\001\210\001\001" +
|
|
5488
|
+
"\022$\n\027prepaid_units_suspended\030\004 \001(\005H\002\210\001\001\022\"" +
|
|
5489
|
+
"\n\025prepaid_units_warning\030\005 \001(\005H\003\210\001\001\022\034\n\017sk" +
|
|
5490
|
+
"u_part_number\030\006 \001(\tH\004\210\001\001\022\027\n\napplies_to\030\007" +
|
|
5491
|
+
" \001(\tH\005\210\001\001\022\036\n\021capability_status\030\010 \001(\tH\006\210\001" +
|
|
5492
|
+
"\001\022R\n\nusers_keys\030\t \003(\0132>.com.lansweeper.d" +
|
|
5493
|
+
"p.outbound.v1.Office365License.UsersKeys" +
|
|
5494
|
+
"Entry\022J\n\rservice_plans\030\n \003(\01323.com.lansw" +
|
|
5495
|
+
"eeper.dp.outbound.v1.Office365ServicePla" +
|
|
5496
|
+
"n\022\021\n\004name\030\013 \001(\tH\007\210\001\001\0320\n\016UsersKeysEntry\022\013" +
|
|
5497
|
+
"\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001B\021\n\017_consu" +
|
|
5498
|
+
"med_unitsB\030\n\026_prepaid_units_enabledB\032\n\030_" +
|
|
5499
|
+
"prepaid_units_suspendedB\030\n\026_prepaid_unit" +
|
|
5500
|
+
"s_warningB\022\n\020_sku_part_numberB\r\n\013_applie" +
|
|
5501
|
+
"s_toB\024\n\022_capability_statusB\007\n\005_name\"\340\001\n\024" +
|
|
5502
|
+
"Office365ServicePlan\022\034\n\017service_plan_id\030" +
|
|
5503
|
+
"\001 \001(\tH\000\210\001\001\022\036\n\021service_plan_name\030\002 \001(\tH\001\210" +
|
|
5504
|
+
"\001\001\022 \n\023provisioning_status\030\003 \001(\tH\002\210\001\001\022\027\n\n" +
|
|
5505
|
+
"applies_to\030\004 \001(\tH\003\210\001\001B\022\n\020_service_plan_i" +
|
|
5506
|
+
"dB\024\n\022_service_plan_nameB\026\n\024_provisioning" +
|
|
5507
|
+
"_statusB\r\n\013_applies_to\"\222\023\n\rOffice365User" +
|
|
5508
|
+
"\022\021\n\tobject_id\030\001 \001(\t\022 \n\023user_principal_na" +
|
|
5509
|
+
"me\030\002 \001(\tH\000\210\001\001\022\031\n\014display_name\030\003 \001(\tH\001\210\001\001" +
|
|
5510
|
+
"\022\021\n\004mail\030\004 \001(\tH\002\210\001\001\022\034\n\017account_enabled\030\005" +
|
|
5511
|
+
" \001(\010H\003\210\001\001\022\026\n\tage_group\030\006 \001(\tH\004\210\001\001\022\021\n\004cit" +
|
|
5512
|
+
"y\030\007 \001(\tH\005\210\001\001\022\024\n\007company\030\010 \001(\tH\006\210\001\001\022\'\n\032co" +
|
|
5513
|
+
"nsent_provided_for_minor\030\t \001(\tH\007\210\001\001\022\032\n\rc" +
|
|
5514
|
+
"reation_type\030\n \001(\tH\010\210\001\001\022\027\n\ndepartment\030\013 " +
|
|
5515
|
+
"\001(\tH\t\210\001\001\022\035\n\020dir_sync_enabled\030\014 \001(\010H\n\210\001\001\022" +
|
|
5516
|
+
"\'\n\032facsimile_telephone_number\030\r \001(\tH\013\210\001\001" +
|
|
5517
|
+
"\022\027\n\ngiven_name\030\016 \001(\tH\014\210\001\001\022\031\n\014immutable_i" +
|
|
5518
|
+
"d\030\017 \001(\tH\r\210\001\001\022$\n\027is_global_administrator\030" +
|
|
5519
|
+
"\020 \001(\010H\016\210\001\001\022\030\n\013is_licensed\030\021 \001(\010H\017\210\001\001\022\026\n\t" +
|
|
5520
|
+
"job_title\030\022 \001(\tH\020\210\001\001\022;\n\022last_dir_sync_ti" +
|
|
5521
|
+
"me\030\023 \001(\0132\032.google.protobuf.TimestampH\021\210\001" +
|
|
5522
|
+
"\001\022+\n\036legal_age_group_classification\030\024 \001(" +
|
|
5523
|
+
"\tH\022\210\001\001\022\033\n\016mail_nick_name\030\025 \001(\tH\023\210\001\001\022\023\n\006m" +
|
|
5524
|
+
"obile\030\026 \001(\tH\024\210\001\001\022,\n\037on_premises_security" +
|
|
5525
|
+
"_identifier\030\027 \001(\tH\025\210\001\001\022\030\n\013other_mails\030\030 " +
|
|
5526
|
+
"\001(\tH\026\210\001\001\022\036\n\021password_policies\030\031 \001(\tH\027\210\001\001" +
|
|
5527
|
+
"\022\035\n\020password_profile\030\032 \001(\tH\030\210\001\001\022*\n\035physi" +
|
|
5528
|
+
"cal_delivery_office_name\030\033 \001(\tH\031\210\001\001\022\030\n\013p" +
|
|
5529
|
+
"ostal_code\030\034 \001(\tH\032\210\001\001\022\037\n\022preferred_langu" +
|
|
5530
|
+
"age\030\036 \001(\tH\033\210\001\001\022L\n#refresh_tokens_valid_f" +
|
|
5531
|
+
"rom_date_time\030\037 \001(\0132\032.google.protobuf.Ti" +
|
|
5532
|
+
"mestampH\034\210\001\001\022\022\n\005state\030 \001(\tH\035\210\001\001\022\023\n\006stre" +
|
|
5533
|
+
"et\030! \001(\tH\036\210\001\001\022\035\n\020telephone_number\030\" \001(\tH" +
|
|
5534
|
+
"\037\210\001\001\022\033\n\016usage_location\030# \001(\tH \210\001\001\022\026\n\tuse" +
|
|
5535
|
+
"r_type\030$ \001(\tH!\210\001\001\022\030\n\013manager_upn\030% \001(\tH\"" +
|
|
5536
|
+
"\210\001\001\022\037\n\022distinguished_name\030& \001(\tH#\210\001\001\022)\n\034" +
|
|
5537
|
+
"reset_password_on_next_logon\030\' \001(\010H$\210\001\001\022" +
|
|
5538
|
+
"\021\n\004name\030( \001(\tH%\210\001\001\022$\n\027organization_entit" +
|
|
5539
|
+
"y_key\030) \001(\tH&\210\001\001\022O\n\ngroup_keys\030* \003(\0132;.c" +
|
|
5540
|
+
"om.lansweeper.dp.outbound.v1.Office365Us" +
|
|
5541
|
+
"er.GroupKeysEntry\022\021\n\004type\030+ \001(\tH\'\210\001\001\022\023\n\006" +
|
|
5542
|
+
"domain\030, \001(\tH(\210\001\001\022W\n\016assigned_plans\030- \003(" +
|
|
5543
|
+
"\0132?.com.lansweeper.dp.outbound.v1.Office" +
|
|
5544
|
+
"365User.AssignedPlansEntry\0320\n\016GroupKeysE" +
|
|
5545
|
+
"ntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001\032j\n\022" +
|
|
5546
|
+
"AssignedPlansEntry\022\013\n\003key\030\001 \001(\t\022C\n\005value" +
|
|
5547
|
+
"\030\002 \001(\01324.com.lansweeper.dp.outbound.v1.O" +
|
|
5548
|
+
"ffice365AssignedPlan:\0028\001B\026\n\024_user_princi" +
|
|
5549
|
+
"pal_nameB\017\n\r_display_nameB\007\n\005_mailB\022\n\020_a" +
|
|
5550
|
+
"ccount_enabledB\014\n\n_age_groupB\007\n\005_cityB\n\n" +
|
|
5551
|
+
"\010_companyB\035\n\033_consent_provided_for_minor" +
|
|
5552
|
+
"B\020\n\016_creation_typeB\r\n\013_departmentB\023\n\021_di" +
|
|
5553
|
+
"r_sync_enabledB\035\n\033_facsimile_telephone_n" +
|
|
5554
|
+
"umberB\r\n\013_given_nameB\017\n\r_immutable_idB\032\n" +
|
|
5555
|
+
"\030_is_global_administratorB\016\n\014_is_license" +
|
|
5556
|
+
"dB\014\n\n_job_titleB\025\n\023_last_dir_sync_timeB!" +
|
|
5557
|
+
"\n\037_legal_age_group_classificationB\021\n\017_ma" +
|
|
5558
|
+
"il_nick_nameB\t\n\007_mobileB\"\n _on_premises_" +
|
|
5559
|
+
"security_identifierB\016\n\014_other_mailsB\024\n\022_" +
|
|
5560
|
+
"password_policiesB\023\n\021_password_profileB " +
|
|
5561
|
+
"\n\036_physical_delivery_office_nameB\016\n\014_pos" +
|
|
5562
|
+
"tal_codeB\025\n\023_preferred_languageB&\n$_refr" +
|
|
5563
|
+
"esh_tokens_valid_from_date_timeB\010\n\006_stat" +
|
|
5564
|
+
"eB\t\n\007_streetB\023\n\021_telephone_numberB\021\n\017_us" +
|
|
5565
|
+
"age_locationB\014\n\n_user_typeB\016\n\014_manager_u" +
|
|
5566
|
+
"pnB\025\n\023_distinguished_nameB\037\n\035_reset_pass" +
|
|
5567
|
+
"word_on_next_logonB\007\n\005_nameB\032\n\030_organiza" +
|
|
5568
|
+
"tion_entity_keyB\007\n\005_typeB\t\n\007_domain*a\n\013R" +
|
|
5569
|
+
"econRuleId\022\024\n\020RECONCILE_BY_MAC\020\000\022\"\n\036RECO" +
|
|
5570
|
+
"NCILE_BY_MAKE_MODEL_SERIAL\020\001\022\030\n\024RECONCIL" +
|
|
5571
|
+
"E_BY_NETBIOS\020\0022\244\005\n\027DataCoreOutboundServi" +
|
|
5572
|
+
"ce\022p\n\tGetEntity\022/.com.lansweeper.dp.outb" +
|
|
5573
|
+
"ound.v1.GetEntityRequest\0320.com.lansweepe" +
|
|
5574
|
+
"r.dp.outbound.v1.GetEntityResponse\"\000\022w\n\014" +
|
|
5575
|
+
"ListEntities\0220.com.lansweeper.dp.outboun" +
|
|
5576
|
+
"d.v1.ListEntityRequest\0321.com.lansweeper." +
|
|
5577
|
+
"dp.outbound.v1.ListEntityResponse\"\0000\001\022|\n" +
|
|
5578
|
+
"\rCatalogLookup\0223.com.lansweeper.dp.outbo" +
|
|
5579
|
+
"und.v1.CatalogLookupRequest\0324.com.lanswe" +
|
|
5580
|
+
"eper.dp.outbound.v1.CatalogLookupRespons" +
|
|
5581
|
+
"e\"\000\022\216\001\n\023GetIpLocationConfig\0229.com.lanswe" +
|
|
5582
|
+
"eper.dp.outbound.v1.GetIpLocationConfigR" +
|
|
5583
|
+
"equest\032:.com.lansweeper.dp.outbound.v1.G" +
|
|
5584
|
+
"etIpLocationConfigResponse\"\000\022\216\001\n\023SetIpLo" +
|
|
5585
|
+
"cationConfig\0229.com.lansweeper.dp.outboun" +
|
|
5586
|
+
"d.v1.SetIpLocationConfigRequest\032:.com.la" +
|
|
5587
|
+
"nsweeper.dp.outbound.v1.SetIpLocationCon" +
|
|
5588
|
+
"figResponse\"\0002\331\t\n\031DataCoreBackofficeServ" +
|
|
5589
|
+
"ice\022\\\n\014CreateEntity\022%.com.lansweeper.dp." +
|
|
5590
|
+
"outbound.v1.Entity\032%.com.lansweeper.dp.o" +
|
|
5591
|
+
"utbound.v1.Entity\022\\\n\010GetAsset\022).com.lans" +
|
|
5592
|
+
"weeper.dp.outbound.v1.EntityPath\032%.com.l" +
|
|
5593
|
+
"answeeper.dp.outbound.v1.Entity\022[\n\013Updat" +
|
|
5594
|
+
"eAsset\022%.com.lansweeper.dp.outbound.v1.E" +
|
|
5595
|
+
"ntity\032%.com.lansweeper.dp.outbound.v1.En" +
|
|
5596
|
+
"tity\022_\n\013DeleteAsset\022).com.lansweeper.dp." +
|
|
5597
|
+
"outbound.v1.EntityPath\032%.com.lansweeper." +
|
|
5598
|
+
"dp.outbound.v1.Entity\022b\n\nListAssets\022+.co" +
|
|
5599
|
+
"m.lansweeper.dp.outbound.v1.EntityFilter" +
|
|
5600
|
+
"\032%.com.lansweeper.dp.outbound.v1.Entity0" +
|
|
5601
|
+
"\001\022V\n\nCreateSite\022#.com.lansweeper.dp.outb" +
|
|
5579
5602
|
"ound.v1.Site\032#.com.lansweeper.dp.outboun" +
|
|
5580
|
-
"d.v1.Site\
|
|
5581
|
-
".
|
|
5582
|
-
".
|
|
5583
|
-
"
|
|
5584
|
-
"
|
|
5585
|
-
".
|
|
5586
|
-
"
|
|
5587
|
-
"
|
|
5588
|
-
".
|
|
5589
|
-
"
|
|
5590
|
-
"
|
|
5591
|
-
"
|
|
5592
|
-
"
|
|
5603
|
+
"d.v1.Site\022V\n\007GetSite\022&.com.lansweeper.dp" +
|
|
5604
|
+
".outbound.v1.SiteKey\032#.com.lansweeper.dp" +
|
|
5605
|
+
".outbound.v1.Site\022V\n\nUpdateSite\022#.com.la" +
|
|
5606
|
+
"nsweeper.dp.outbound.v1.Site\032#.com.lansw" +
|
|
5607
|
+
"eeper.dp.outbound.v1.Site\022Y\n\nDeleteSite\022" +
|
|
5608
|
+
"&.com.lansweeper.dp.outbound.v1.SiteKey\032" +
|
|
5609
|
+
"#.com.lansweeper.dp.outbound.v1.Site\022v\n\017" +
|
|
5610
|
+
"EntityDeconcile\022/.com.lansweeper.dp.outb" +
|
|
5611
|
+
"ound.v1.DeconcileRequest\0320.com.lansweepe",
|
|
5612
|
+
"r.dp.outbound.v1.DeconcileResponse\"\000\022\237\001\n" +
|
|
5613
|
+
"\033CorrelationIndexRealignment\022<.com.lansw" +
|
|
5614
|
+
"eeper.dp.outbound.v1.CorrelationRealignm" +
|
|
5615
|
+
"entRequest\032B.com.lansweeper.dp.outbound." +
|
|
5616
|
+
"v1.CorrelationIndexRealignmentResponse\022a" +
|
|
5617
|
+
"\n\022RefreshEntityCount\022&.com.lansweeper.dp" +
|
|
5618
|
+
".outbound.v1.SiteKey\032#.com.lansweeper.dp" +
|
|
5619
|
+
".outbound.v1.SiteB\022P\001Z\016./generated-gob\006p" +
|
|
5620
|
+
"roto3"
|
|
5593
5621
|
};
|
|
5594
5622
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
5595
5623
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
@@ -6958,147 +6986,159 @@ public final class Outbound {
|
|
|
6958
6986
|
internal_static_com_lansweeper_dp_outbound_v1_Software_fieldAccessorTable = new
|
|
6959
6987
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6960
6988
|
internal_static_com_lansweeper_dp_outbound_v1_Software_descriptor,
|
|
6961
|
-
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", });
|
|
6962
|
-
|
|
6989
|
+
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", });
|
|
6990
|
+
internal_static_com_lansweeper_dp_outbound_v1_RhelBasedSoftwareDataPoints_descriptor =
|
|
6963
6991
|
getDescriptor().getMessageTypes().get(220);
|
|
6992
|
+
internal_static_com_lansweeper_dp_outbound_v1_RhelBasedSoftwareDataPoints_fieldAccessorTable = new
|
|
6993
|
+
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6994
|
+
internal_static_com_lansweeper_dp_outbound_v1_RhelBasedSoftwareDataPoints_descriptor,
|
|
6995
|
+
new java.lang.String[] { "SourceRpm", "Epoch", "UiFromRepo", });
|
|
6996
|
+
internal_static_com_lansweeper_dp_outbound_v1_DebianBasedSoftwareDataPoints_descriptor =
|
|
6997
|
+
getDescriptor().getMessageTypes().get(221);
|
|
6998
|
+
internal_static_com_lansweeper_dp_outbound_v1_DebianBasedSoftwareDataPoints_fieldAccessorTable = new
|
|
6999
|
+
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7000
|
+
internal_static_com_lansweeper_dp_outbound_v1_DebianBasedSoftwareDataPoints_descriptor,
|
|
7001
|
+
new java.lang.String[] { "DpkgStatusAbbrev", "BinaryPackageName", "SourcePackageName", "SourceVersion", });
|
|
7002
|
+
internal_static_com_lansweeper_dp_outbound_v1_RawSoftware_descriptor =
|
|
7003
|
+
getDescriptor().getMessageTypes().get(222);
|
|
6964
7004
|
internal_static_com_lansweeper_dp_outbound_v1_RawSoftware_fieldAccessorTable = new
|
|
6965
7005
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6966
7006
|
internal_static_com_lansweeper_dp_outbound_v1_RawSoftware_descriptor,
|
|
6967
7007
|
new java.lang.String[] { "Name", "Vendor", "Version", "Info", "ExePath", "Arch", "InstallDate", "SourceType", "SwId", "IsCurrentUser", });
|
|
6968
7008
|
internal_static_com_lansweeper_dp_outbound_v1_SoftwareChangeEvent_descriptor =
|
|
6969
|
-
getDescriptor().getMessageTypes().get(
|
|
7009
|
+
getDescriptor().getMessageTypes().get(223);
|
|
6970
7010
|
internal_static_com_lansweeper_dp_outbound_v1_SoftwareChangeEvent_fieldAccessorTable = new
|
|
6971
7011
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6972
7012
|
internal_static_com_lansweeper_dp_outbound_v1_SoftwareChangeEvent_descriptor,
|
|
6973
7013
|
new java.lang.String[] { "EventType", "Start", "End", "Software", "PrevSoftware", });
|
|
6974
7014
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacInstallHistory_descriptor =
|
|
6975
|
-
getDescriptor().getMessageTypes().get(
|
|
7015
|
+
getDescriptor().getMessageTypes().get(224);
|
|
6976
7016
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacInstallHistory_fieldAccessorTable = new
|
|
6977
7017
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6978
7018
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacInstallHistory_descriptor,
|
|
6979
7019
|
new java.lang.String[] { "Name", "InstallDate", "InstallVersion", "PackageSource", });
|
|
6980
7020
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogBrand_descriptor =
|
|
6981
|
-
getDescriptor().getMessageTypes().get(
|
|
7021
|
+
getDescriptor().getMessageTypes().get(225);
|
|
6982
7022
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogBrand_fieldAccessorTable = new
|
|
6983
7023
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6984
7024
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogBrand_descriptor,
|
|
6985
7025
|
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", });
|
|
6986
7026
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogModel_descriptor =
|
|
6987
|
-
getDescriptor().getMessageTypes().get(
|
|
7027
|
+
getDescriptor().getMessageTypes().get(226);
|
|
6988
7028
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogModel_fieldAccessorTable = new
|
|
6989
7029
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6990
7030
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogModel_descriptor,
|
|
6991
7031
|
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", });
|
|
6992
7032
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogOs_descriptor =
|
|
6993
|
-
getDescriptor().getMessageTypes().get(
|
|
7033
|
+
getDescriptor().getMessageTypes().get(227);
|
|
6994
7034
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogOs_fieldAccessorTable = new
|
|
6995
7035
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6996
7036
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogOs_descriptor,
|
|
6997
7037
|
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", });
|
|
6998
7038
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogSoftware_descriptor =
|
|
6999
|
-
getDescriptor().getMessageTypes().get(
|
|
7039
|
+
getDescriptor().getMessageTypes().get(228);
|
|
7000
7040
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogSoftware_fieldAccessorTable = new
|
|
7001
7041
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7002
7042
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogSoftware_descriptor,
|
|
7003
7043
|
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", });
|
|
7004
7044
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogMonitor_descriptor =
|
|
7005
|
-
getDescriptor().getMessageTypes().get(
|
|
7045
|
+
getDescriptor().getMessageTypes().get(229);
|
|
7006
7046
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogMonitor_fieldAccessorTable = new
|
|
7007
7047
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7008
7048
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogMonitor_descriptor,
|
|
7009
7049
|
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", });
|
|
7010
7050
|
internal_static_com_lansweeper_dp_outbound_v1_Printer_descriptor =
|
|
7011
|
-
getDescriptor().getMessageTypes().get(
|
|
7051
|
+
getDescriptor().getMessageTypes().get(230);
|
|
7012
7052
|
internal_static_com_lansweeper_dp_outbound_v1_Printer_fieldAccessorTable = new
|
|
7013
7053
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7014
7054
|
internal_static_com_lansweeper_dp_outbound_v1_Printer_descriptor,
|
|
7015
7055
|
new java.lang.String[] { "PrinterName", "PrintedPages", "PrintedColorPages", "PrintedMonoPages", "PrinterStatus", "SerialNumber", "Toner", });
|
|
7016
7056
|
internal_static_com_lansweeper_dp_outbound_v1_PrinterTonerInfo_descriptor =
|
|
7017
|
-
getDescriptor().getMessageTypes().get(
|
|
7057
|
+
getDescriptor().getMessageTypes().get(231);
|
|
7018
7058
|
internal_static_com_lansweeper_dp_outbound_v1_PrinterTonerInfo_fieldAccessorTable = new
|
|
7019
7059
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7020
7060
|
internal_static_com_lansweeper_dp_outbound_v1_PrinterTonerInfo_descriptor,
|
|
7021
7061
|
new java.lang.String[] { "Name", "Color", "ColorNumber", "MaximumTonerLevel", "Number", "RemainingTonerLevel", });
|
|
7022
7062
|
internal_static_com_lansweeper_dp_outbound_v1_Ups_descriptor =
|
|
7023
|
-
getDescriptor().getMessageTypes().get(
|
|
7063
|
+
getDescriptor().getMessageTypes().get(232);
|
|
7024
7064
|
internal_static_com_lansweeper_dp_outbound_v1_Ups_fieldAccessorTable = new
|
|
7025
7065
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7026
7066
|
internal_static_com_lansweeper_dp_outbound_v1_Ups_descriptor,
|
|
7027
7067
|
new java.lang.String[] { "Manufacturer", "Model", "UpsSoftwareVersion", "AgentSoftwareVersion", "Name", "AttachedDevices", "BatteryStatus", "SecondsOnBattery", "EstimatedMinutesRemaining", "EstimatedChargeRemaining", "BatteryVoltage", "BatteryCurrent", "BatteryTemperature", "AlarmsPresent", });
|
|
7028
7068
|
internal_static_com_lansweeper_dp_outbound_v1_User_descriptor =
|
|
7029
|
-
getDescriptor().getMessageTypes().get(
|
|
7069
|
+
getDescriptor().getMessageTypes().get(233);
|
|
7030
7070
|
internal_static_com_lansweeper_dp_outbound_v1_User_fieldAccessorTable = new
|
|
7031
7071
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7032
7072
|
internal_static_com_lansweeper_dp_outbound_v1_User_descriptor,
|
|
7033
7073
|
new java.lang.String[] { "Id", "LastSynced", "FirstSeen", "LastUpdated", "LastEnriched", "LastSyncedSourceAgent", "LastSyncedSourceName", "SourceInfo", "UnlinkedSourceInfo", "DataProcessor", "UniqueKey", "ScanError", "InternetIp", "Tag", "Relation", "CorrelationFields", "Reconciliation", "Core", "AdUser", "Office365User", });
|
|
7034
7074
|
internal_static_com_lansweeper_dp_outbound_v1_UserCoreFields_descriptor =
|
|
7035
|
-
getDescriptor().getMessageTypes().get(
|
|
7075
|
+
getDescriptor().getMessageTypes().get(234);
|
|
7036
7076
|
internal_static_com_lansweeper_dp_outbound_v1_UserCoreFields_fieldAccessorTable = new
|
|
7037
7077
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7038
7078
|
internal_static_com_lansweeper_dp_outbound_v1_UserCoreFields_descriptor,
|
|
7039
7079
|
new java.lang.String[] { "UserName", "Upn", "Sid", "Email", });
|
|
7040
7080
|
internal_static_com_lansweeper_dp_outbound_v1_Group_descriptor =
|
|
7041
|
-
getDescriptor().getMessageTypes().get(
|
|
7081
|
+
getDescriptor().getMessageTypes().get(235);
|
|
7042
7082
|
internal_static_com_lansweeper_dp_outbound_v1_Group_fieldAccessorTable = new
|
|
7043
7083
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7044
7084
|
internal_static_com_lansweeper_dp_outbound_v1_Group_descriptor,
|
|
7045
7085
|
new java.lang.String[] { "Id", "LastSynced", "FirstSeen", "LastUpdated", "LastEnriched", "LastSyncedSourceAgent", "LastSyncedSourceName", "SourceInfo", "UnlinkedSourceInfo", "DataProcessor", "UniqueKey", "ScanError", "InternetIp", "Tag", "Relation", "CorrelationFields", "Reconciliation", "Core", "AdGroup", "Office365Group", });
|
|
7046
7086
|
internal_static_com_lansweeper_dp_outbound_v1_GroupCoreFields_descriptor =
|
|
7047
|
-
getDescriptor().getMessageTypes().get(
|
|
7087
|
+
getDescriptor().getMessageTypes().get(236);
|
|
7048
7088
|
internal_static_com_lansweeper_dp_outbound_v1_GroupCoreFields_fieldAccessorTable = new
|
|
7049
7089
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7050
7090
|
internal_static_com_lansweeper_dp_outbound_v1_GroupCoreFields_descriptor,
|
|
7051
7091
|
new java.lang.String[] { "Sid", "Name", });
|
|
7052
7092
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryObject_descriptor =
|
|
7053
|
-
getDescriptor().getMessageTypes().get(
|
|
7093
|
+
getDescriptor().getMessageTypes().get(237);
|
|
7054
7094
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryObject_fieldAccessorTable = new
|
|
7055
7095
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7056
7096
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryObject_descriptor,
|
|
7057
7097
|
new java.lang.String[] { "DomainOid", "Oid", "Sid", "DistinguishedName", "DomainDns", "Name", "ObjectClass", "CreationTime", "LastChanged", });
|
|
7058
7098
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryComputer_descriptor =
|
|
7059
|
-
getDescriptor().getMessageTypes().get(
|
|
7099
|
+
getDescriptor().getMessageTypes().get(238);
|
|
7060
7100
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryComputer_fieldAccessorTable = new
|
|
7061
7101
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7062
7102
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryComputer_descriptor,
|
|
7063
7103
|
new java.lang.String[] { "AdObject", "AdDomain", "SamAccountName", "Cn", "Ou", "Description", "Comment", "Company", "Location", "IpAddress", "Enabled", "BitlockerRecoveryInfo", "OperatingSystem", "OperatingSystemVersion", "ManagedByUserOid", "ManagedByGroupOid", });
|
|
7064
7104
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryPrinter_descriptor =
|
|
7065
|
-
getDescriptor().getMessageTypes().get(
|
|
7105
|
+
getDescriptor().getMessageTypes().get(239);
|
|
7066
7106
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryPrinter_fieldAccessorTable = new
|
|
7067
7107
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7068
7108
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryPrinter_descriptor,
|
|
7069
7109
|
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", });
|
|
7070
7110
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryDomain_descriptor =
|
|
7071
|
-
getDescriptor().getMessageTypes().get(
|
|
7111
|
+
getDescriptor().getMessageTypes().get(240);
|
|
7072
7112
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryDomain_fieldAccessorTable = new
|
|
7073
7113
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7074
7114
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryDomain_descriptor,
|
|
7075
7115
|
new java.lang.String[] { "AdObject", "MinimumPasswordAge", "MaximumPasswordAge", });
|
|
7076
7116
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryUser_descriptor =
|
|
7077
|
-
getDescriptor().getMessageTypes().get(
|
|
7117
|
+
getDescriptor().getMessageTypes().get(241);
|
|
7078
7118
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryUser_fieldAccessorTable = new
|
|
7079
7119
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7080
7120
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryUser_descriptor,
|
|
7081
|
-
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", });
|
|
7121
|
+
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", });
|
|
7082
7122
|
internal_static_com_lansweeper_dp_outbound_v1_DirectReport_descriptor =
|
|
7083
|
-
getDescriptor().getMessageTypes().get(
|
|
7123
|
+
getDescriptor().getMessageTypes().get(242);
|
|
7084
7124
|
internal_static_com_lansweeper_dp_outbound_v1_DirectReport_fieldAccessorTable = new
|
|
7085
7125
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7086
7126
|
internal_static_com_lansweeper_dp_outbound_v1_DirectReport_descriptor,
|
|
7087
7127
|
new java.lang.String[] { "AdUserKey", "DisplayName", });
|
|
7088
7128
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryGroup_descriptor =
|
|
7089
|
-
getDescriptor().getMessageTypes().get(
|
|
7129
|
+
getDescriptor().getMessageTypes().get(243);
|
|
7090
7130
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryGroup_fieldAccessorTable = new
|
|
7091
7131
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7092
7132
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryGroup_descriptor,
|
|
7093
7133
|
new java.lang.String[] { "AdObject", "AdDomain", "SamAccountName", "Cn", "Ou", "Description", "Comment", "Type", "Email", "ManagedByUserOid", "ManagedByGroupOid", "MemberOfOid", });
|
|
7094
7134
|
internal_static_com_lansweeper_dp_outbound_v1_Vmware_descriptor =
|
|
7095
|
-
getDescriptor().getMessageTypes().get(
|
|
7135
|
+
getDescriptor().getMessageTypes().get(244);
|
|
7096
7136
|
internal_static_com_lansweeper_dp_outbound_v1_Vmware_fieldAccessorTable = new
|
|
7097
7137
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7098
7138
|
internal_static_com_lansweeper_dp_outbound_v1_Vmware_descriptor,
|
|
7099
7139
|
new java.lang.String[] { "Esxi", "GuestVm", "Vcenter", "VmwareData", });
|
|
7100
7140
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareVCenter_descriptor =
|
|
7101
|
-
getDescriptor().getMessageTypes().get(
|
|
7141
|
+
getDescriptor().getMessageTypes().get(245);
|
|
7102
7142
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareVCenter_fieldAccessorTable = new
|
|
7103
7143
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7104
7144
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareVCenter_descriptor,
|
|
@@ -7110,7 +7150,7 @@ public final class Outbound {
|
|
|
7110
7150
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareVCenter_VcenterDatacentersEntry_descriptor,
|
|
7111
7151
|
new java.lang.String[] { "Key", "Value", });
|
|
7112
7152
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiHypervisor_descriptor =
|
|
7113
|
-
getDescriptor().getMessageTypes().get(
|
|
7153
|
+
getDescriptor().getMessageTypes().get(246);
|
|
7114
7154
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiHypervisor_fieldAccessorTable = new
|
|
7115
7155
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7116
7156
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiHypervisor_descriptor,
|
|
@@ -7128,7 +7168,7 @@ public final class Outbound {
|
|
|
7128
7168
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiHypervisor_EsxiGuestVmKeyEntry_descriptor,
|
|
7129
7169
|
new java.lang.String[] { "Key", "Value", });
|
|
7130
7170
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiGuestVm_descriptor =
|
|
7131
|
-
getDescriptor().getMessageTypes().get(
|
|
7171
|
+
getDescriptor().getMessageTypes().get(247);
|
|
7132
7172
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiGuestVm_fieldAccessorTable = new
|
|
7133
7173
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7134
7174
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiGuestVm_descriptor,
|
|
@@ -7140,13 +7180,13 @@ public final class Outbound {
|
|
|
7140
7180
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiGuestVm_EsxiGuestSnapshotsEntry_descriptor,
|
|
7141
7181
|
new java.lang.String[] { "Key", "Value", });
|
|
7142
7182
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareProductInfo_descriptor =
|
|
7143
|
-
getDescriptor().getMessageTypes().get(
|
|
7183
|
+
getDescriptor().getMessageTypes().get(248);
|
|
7144
7184
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareProductInfo_fieldAccessorTable = new
|
|
7145
7185
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7146
7186
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareProductInfo_descriptor,
|
|
7147
7187
|
new java.lang.String[] { "InternalKey", "Uuid", "ParentFolder", "NumHostBusAdapters", "NumNetworkInterfaceCards", "Name", "ApiType", "ApiVersion", "Build", "LicenseProductName", "LicenseProductVersion", "LocaleBuild", "LocaleVersion", "OsType", "ProductLineId", "Vendor", "Version", });
|
|
7148
7188
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatacenter_descriptor =
|
|
7149
|
-
getDescriptor().getMessageTypes().get(
|
|
7189
|
+
getDescriptor().getMessageTypes().get(249);
|
|
7150
7190
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatacenter_fieldAccessorTable = new
|
|
7151
7191
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7152
7192
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatacenter_descriptor,
|
|
@@ -7176,7 +7216,7 @@ public final class Outbound {
|
|
|
7176
7216
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatacenter_DatastoresEntry_descriptor,
|
|
7177
7217
|
new java.lang.String[] { "Key", "Value", });
|
|
7178
7218
|
internal_static_com_lansweeper_dp_outbound_v1_EsxiCluster_descriptor =
|
|
7179
|
-
getDescriptor().getMessageTypes().get(
|
|
7219
|
+
getDescriptor().getMessageTypes().get(250);
|
|
7180
7220
|
internal_static_com_lansweeper_dp_outbound_v1_EsxiCluster_fieldAccessorTable = new
|
|
7181
7221
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7182
7222
|
internal_static_com_lansweeper_dp_outbound_v1_EsxiCluster_descriptor,
|
|
@@ -7188,7 +7228,7 @@ public final class Outbound {
|
|
|
7188
7228
|
internal_static_com_lansweeper_dp_outbound_v1_EsxiCluster_HypervisorsEntry_descriptor,
|
|
7189
7229
|
new java.lang.String[] { "Key", "Value", });
|
|
7190
7230
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastoreCluster_descriptor =
|
|
7191
|
-
getDescriptor().getMessageTypes().get(
|
|
7231
|
+
getDescriptor().getMessageTypes().get(251);
|
|
7192
7232
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastoreCluster_fieldAccessorTable = new
|
|
7193
7233
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7194
7234
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastoreCluster_descriptor,
|
|
@@ -7200,25 +7240,25 @@ public final class Outbound {
|
|
|
7200
7240
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastoreCluster_DatastoresEntry_descriptor,
|
|
7201
7241
|
new java.lang.String[] { "Key", "Value", });
|
|
7202
7242
|
internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterStorageDrs_descriptor =
|
|
7203
|
-
getDescriptor().getMessageTypes().get(
|
|
7243
|
+
getDescriptor().getMessageTypes().get(252);
|
|
7204
7244
|
internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterStorageDrs_fieldAccessorTable = new
|
|
7205
7245
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7206
7246
|
internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterStorageDrs_descriptor,
|
|
7207
7247
|
new java.lang.String[] { "Enabled", "IoLoadBalanceEnabled", "DefaultVmBehaviour", "LoadBalanceInterval", "DefaultIntraVmAffinity", "SpaceUtilizationThreshold", "MinSpaceUtilizationDifference", "IoLatencyThreshold", "IoLoadImbalanceThreshold", });
|
|
7208
7248
|
internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterDrsPodConfigRule_descriptor =
|
|
7209
|
-
getDescriptor().getMessageTypes().get(
|
|
7249
|
+
getDescriptor().getMessageTypes().get(253);
|
|
7210
7250
|
internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterDrsPodConfigRule_fieldAccessorTable = new
|
|
7211
7251
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7212
7252
|
internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterDrsPodConfigRule_descriptor,
|
|
7213
7253
|
new java.lang.String[] { "Name", "Enabled", "Type", });
|
|
7214
7254
|
internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterDrsVmOverride_descriptor =
|
|
7215
|
-
getDescriptor().getMessageTypes().get(
|
|
7255
|
+
getDescriptor().getMessageTypes().get(254);
|
|
7216
7256
|
internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterDrsVmOverride_fieldAccessorTable = new
|
|
7217
7257
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7218
7258
|
internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterDrsVmOverride_descriptor,
|
|
7219
7259
|
new java.lang.String[] { "Enabled", "Behaviour", "IntraVmAffinity", "IntraVmAntiAffinity", });
|
|
7220
7260
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastore_descriptor =
|
|
7221
|
-
getDescriptor().getMessageTypes().get(
|
|
7261
|
+
getDescriptor().getMessageTypes().get(255);
|
|
7222
7262
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastore_fieldAccessorTable = new
|
|
7223
7263
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7224
7264
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastore_descriptor,
|
|
@@ -7230,175 +7270,175 @@ public final class Outbound {
|
|
|
7230
7270
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastore_DisksEntry_descriptor,
|
|
7231
7271
|
new java.lang.String[] { "Key", "Value", });
|
|
7232
7272
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDisk_descriptor =
|
|
7233
|
-
getDescriptor().getMessageTypes().get(
|
|
7273
|
+
getDescriptor().getMessageTypes().get(256);
|
|
7234
7274
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDisk_fieldAccessorTable = new
|
|
7235
7275
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7236
7276
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDisk_descriptor,
|
|
7237
7277
|
new java.lang.String[] { "Name", "Url", "TotalSpace", "FreeSpace", });
|
|
7238
7278
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareSnapshot_descriptor =
|
|
7239
|
-
getDescriptor().getMessageTypes().get(
|
|
7279
|
+
getDescriptor().getMessageTypes().get(257);
|
|
7240
7280
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareSnapshot_fieldAccessorTable = new
|
|
7241
7281
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7242
7282
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareSnapshot_descriptor,
|
|
7243
7283
|
new java.lang.String[] { "InternalKey", "Name", "CreateTime", });
|
|
7244
7284
|
internal_static_com_lansweeper_dp_outbound_v1_Citrix_descriptor =
|
|
7245
|
-
getDescriptor().getMessageTypes().get(
|
|
7285
|
+
getDescriptor().getMessageTypes().get(258);
|
|
7246
7286
|
internal_static_com_lansweeper_dp_outbound_v1_Citrix_fieldAccessorTable = new
|
|
7247
7287
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7248
7288
|
internal_static_com_lansweeper_dp_outbound_v1_Citrix_descriptor,
|
|
7249
7289
|
new java.lang.String[] { "CitrixPool", "CitrixHost", "CitrixGuest", "CitrixData", });
|
|
7250
7290
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPool_descriptor =
|
|
7251
|
-
getDescriptor().getMessageTypes().get(
|
|
7291
|
+
getDescriptor().getMessageTypes().get(259);
|
|
7252
7292
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPool_fieldAccessorTable = new
|
|
7253
7293
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7254
7294
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPool_descriptor,
|
|
7255
7295
|
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", });
|
|
7256
7296
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixUser_descriptor =
|
|
7257
|
-
getDescriptor().getMessageTypes().get(
|
|
7297
|
+
getDescriptor().getMessageTypes().get(260);
|
|
7258
7298
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixUser_fieldAccessorTable = new
|
|
7259
7299
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7260
7300
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixUser_descriptor,
|
|
7261
7301
|
new java.lang.String[] { "Name", "ShortName", });
|
|
7262
7302
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixAppliance_descriptor =
|
|
7263
|
-
getDescriptor().getMessageTypes().get(
|
|
7303
|
+
getDescriptor().getMessageTypes().get(261);
|
|
7264
7304
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixAppliance_fieldAccessorTable = new
|
|
7265
7305
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7266
7306
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixAppliance_descriptor,
|
|
7267
7307
|
new java.lang.String[] { "Name", "Description", });
|
|
7268
7308
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolOtherConfiguration_descriptor =
|
|
7269
|
-
getDescriptor().getMessageTypes().get(
|
|
7309
|
+
getDescriptor().getMessageTypes().get(262);
|
|
7270
7310
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolOtherConfiguration_fieldAccessorTable = new
|
|
7271
7311
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7272
7312
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolOtherConfiguration_descriptor,
|
|
7273
7313
|
new java.lang.String[] { "Key", "Value", "IsCustomField", });
|
|
7274
7314
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolRestriction_descriptor =
|
|
7275
|
-
getDescriptor().getMessageTypes().get(
|
|
7315
|
+
getDescriptor().getMessageTypes().get(263);
|
|
7276
7316
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolRestriction_fieldAccessorTable = new
|
|
7277
7317
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7278
7318
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolRestriction_descriptor,
|
|
7279
7319
|
new java.lang.String[] { "Key", "Value", });
|
|
7280
7320
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolPatch_descriptor =
|
|
7281
|
-
getDescriptor().getMessageTypes().get(
|
|
7321
|
+
getDescriptor().getMessageTypes().get(264);
|
|
7282
7322
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolPatch_fieldAccessorTable = new
|
|
7283
7323
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7284
7324
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolPatch_descriptor,
|
|
7285
7325
|
new java.lang.String[] { "Name", "Description", "Size", "Version", "AfterApplyGuidance", "Applied", });
|
|
7286
7326
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHost_descriptor =
|
|
7287
|
-
getDescriptor().getMessageTypes().get(
|
|
7327
|
+
getDescriptor().getMessageTypes().get(265);
|
|
7288
7328
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHost_fieldAccessorTable = new
|
|
7289
7329
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7290
7330
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHost_descriptor,
|
|
7291
7331
|
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", });
|
|
7292
7332
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostCrashDump_descriptor =
|
|
7293
|
-
getDescriptor().getMessageTypes().get(
|
|
7333
|
+
getDescriptor().getMessageTypes().get(266);
|
|
7294
7334
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostCrashDump_fieldAccessorTable = new
|
|
7295
7335
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7296
7336
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostCrashDump_descriptor,
|
|
7297
7337
|
new java.lang.String[] { "Size", "Timestamp", });
|
|
7298
7338
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostPhysicalCpu_descriptor =
|
|
7299
|
-
getDescriptor().getMessageTypes().get(
|
|
7339
|
+
getDescriptor().getMessageTypes().get(267);
|
|
7300
7340
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostPhysicalCpu_fieldAccessorTable = new
|
|
7301
7341
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7302
7342
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostPhysicalCpu_descriptor,
|
|
7303
7343
|
new java.lang.String[] { "Family", "Features", "Flags", "Model", "ModelName", "NumberOfCpus", "Speed", "Stepping", "Vendor", });
|
|
7304
7344
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostPatch_descriptor =
|
|
7305
|
-
getDescriptor().getMessageTypes().get(
|
|
7345
|
+
getDescriptor().getMessageTypes().get(268);
|
|
7306
7346
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostPatch_fieldAccessorTable = new
|
|
7307
7347
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7308
7348
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostPatch_descriptor,
|
|
7309
7349
|
new java.lang.String[] { "Name", "Description", "Size", "Applied", "Version", });
|
|
7310
7350
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixStorage_descriptor =
|
|
7311
|
-
getDescriptor().getMessageTypes().get(
|
|
7351
|
+
getDescriptor().getMessageTypes().get(269);
|
|
7312
7352
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixStorage_fieldAccessorTable = new
|
|
7313
7353
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7314
7354
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixStorage_descriptor,
|
|
7315
7355
|
new java.lang.String[] { "Name", "Description", "PhysicalSize", "PhysicalUtilization", "Type", "ContentType", "Clustered", "IsToolsStorage", "LocalCache", "Shared", "Tags", "VirtualAllocation", "HostUuids", "StorageRef", "PhysicalBlockDevices", "VirtualDiskImages", });
|
|
7316
7356
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPhysicalBlockDevice_descriptor =
|
|
7317
|
-
getDescriptor().getMessageTypes().get(
|
|
7357
|
+
getDescriptor().getMessageTypes().get(270);
|
|
7318
7358
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPhysicalBlockDevice_fieldAccessorTable = new
|
|
7319
7359
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7320
7360
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPhysicalBlockDevice_descriptor,
|
|
7321
7361
|
new java.lang.String[] { "CurrentlyAttached", "Location", "Username", "Type", "Version", });
|
|
7322
7362
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualDiskImage_descriptor =
|
|
7323
|
-
getDescriptor().getMessageTypes().get(
|
|
7363
|
+
getDescriptor().getMessageTypes().get(271);
|
|
7324
7364
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualDiskImage_fieldAccessorTable = new
|
|
7325
7365
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7326
7366
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualDiskImage_descriptor,
|
|
7327
7367
|
new java.lang.String[] { "Name", "Description", "AllowCaching", "IsASnapshot", "Location", "Managed", "MetadataLatest", "Missing", "OnBoot", "PhysicalUtilisation", "ReadOnly", "Sharable", "StorageLock", "Tags", "Type", "VirtualSize", "HostUuid", "VirtualBlockDeviceUuids", });
|
|
7328
7368
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPci_descriptor =
|
|
7329
|
-
getDescriptor().getMessageTypes().get(
|
|
7369
|
+
getDescriptor().getMessageTypes().get(272);
|
|
7330
7370
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPci_fieldAccessorTable = new
|
|
7331
7371
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7332
7372
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPci_descriptor,
|
|
7333
7373
|
new java.lang.String[] { "ClassName", "DeviceName", "SubsystemDeviceName", "SubsystemVendorName", "VendorName", });
|
|
7334
7374
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostExtraInfo_descriptor =
|
|
7335
|
-
getDescriptor().getMessageTypes().get(
|
|
7375
|
+
getDescriptor().getMessageTypes().get(273);
|
|
7336
7376
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostExtraInfo_fieldAccessorTable = new
|
|
7337
7377
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7338
7378
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostExtraInfo_descriptor,
|
|
7339
7379
|
new java.lang.String[] { "InfoTypeId", "Key", "Value", });
|
|
7340
7380
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixGuest_descriptor =
|
|
7341
|
-
getDescriptor().getMessageTypes().get(
|
|
7381
|
+
getDescriptor().getMessageTypes().get(274);
|
|
7342
7382
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixGuest_fieldAccessorTable = new
|
|
7343
7383
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7344
7384
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixGuest_descriptor,
|
|
7345
7385
|
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", });
|
|
7346
7386
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixGuestExtraInfo_descriptor =
|
|
7347
|
-
getDescriptor().getMessageTypes().get(
|
|
7387
|
+
getDescriptor().getMessageTypes().get(275);
|
|
7348
7388
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixGuestExtraInfo_fieldAccessorTable = new
|
|
7349
7389
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7350
7390
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixGuestExtraInfo_descriptor,
|
|
7351
7391
|
new java.lang.String[] { "InfoTypeId", "Key", "Value", });
|
|
7352
7392
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualBlockDevice_descriptor =
|
|
7353
|
-
getDescriptor().getMessageTypes().get(
|
|
7393
|
+
getDescriptor().getMessageTypes().get(276);
|
|
7354
7394
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualBlockDevice_fieldAccessorTable = new
|
|
7355
7395
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7356
7396
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualBlockDevice_descriptor,
|
|
7357
7397
|
new java.lang.String[] { "Bootable", "CurrentlyAttached", "Device", "Empty", "Mode", "QosAlgorithmParameters", "QosAlgorithmType", "QosSupportedAlgorithms", "RuntimeProperties", "StatusCode", "StatusDetails", "StorageLock", "Type", "Unpluggable", "UserDevice", "VirtualBlockDeviceUuid", });
|
|
7358
7398
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPhysicalInterface_descriptor =
|
|
7359
|
-
getDescriptor().getMessageTypes().get(
|
|
7399
|
+
getDescriptor().getMessageTypes().get(277);
|
|
7360
7400
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPhysicalInterface_fieldAccessorTable = new
|
|
7361
7401
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7362
7402
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPhysicalInterface_descriptor,
|
|
7363
7403
|
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", });
|
|
7364
7404
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualInterfaceAddress_descriptor =
|
|
7365
|
-
getDescriptor().getMessageTypes().get(
|
|
7405
|
+
getDescriptor().getMessageTypes().get(278);
|
|
7366
7406
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualInterfaceAddress_fieldAccessorTable = new
|
|
7367
7407
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7368
7408
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualInterfaceAddress_descriptor,
|
|
7369
7409
|
new java.lang.String[] { "IpVersion", "Ip", });
|
|
7370
7410
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualInterface_descriptor =
|
|
7371
|
-
getDescriptor().getMessageTypes().get(
|
|
7411
|
+
getDescriptor().getMessageTypes().get(279);
|
|
7372
7412
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualInterface_fieldAccessorTable = new
|
|
7373
7413
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7374
7414
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualInterface_descriptor,
|
|
7375
7415
|
new java.lang.String[] { "Device", "Mac", "MacAutoGenerated", "Mtu", "StatusCode", "StatusDetails", "CurrentlyAttached", "QosAlgorithmType", "QosAlgorithms", "LockingMode", "HostUuid", "VmRef", "InterfaceUuid", "Addresses", });
|
|
7376
7416
|
internal_static_com_lansweeper_dp_outbound_v1_IpLocationConfig_descriptor =
|
|
7377
|
-
getDescriptor().getMessageTypes().get(
|
|
7417
|
+
getDescriptor().getMessageTypes().get(280);
|
|
7378
7418
|
internal_static_com_lansweeper_dp_outbound_v1_IpLocationConfig_fieldAccessorTable = new
|
|
7379
7419
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7380
7420
|
internal_static_com_lansweeper_dp_outbound_v1_IpLocationConfig_descriptor,
|
|
7381
7421
|
new java.lang.String[] { "Name", "LocalIpCidr", "LocalIpStart", "LocalIpEnd", "SourceId", "InternetIpCidr", "InternetCountryCode", "InternetCountryCity", });
|
|
7382
7422
|
internal_static_com_lansweeper_dp_outbound_v1_SiteKey_descriptor =
|
|
7383
|
-
getDescriptor().getMessageTypes().get(
|
|
7423
|
+
getDescriptor().getMessageTypes().get(281);
|
|
7384
7424
|
internal_static_com_lansweeper_dp_outbound_v1_SiteKey_fieldAccessorTable = new
|
|
7385
7425
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7386
7426
|
internal_static_com_lansweeper_dp_outbound_v1_SiteKey_descriptor,
|
|
7387
7427
|
new java.lang.String[] { "SiteId", });
|
|
7388
7428
|
internal_static_com_lansweeper_dp_outbound_v1_ReconRuleSet_descriptor =
|
|
7389
|
-
getDescriptor().getMessageTypes().get(
|
|
7429
|
+
getDescriptor().getMessageTypes().get(282);
|
|
7390
7430
|
internal_static_com_lansweeper_dp_outbound_v1_ReconRuleSet_fieldAccessorTable = new
|
|
7391
7431
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7392
7432
|
internal_static_com_lansweeper_dp_outbound_v1_ReconRuleSet_descriptor,
|
|
7393
7433
|
new java.lang.String[] { "ReconRules", });
|
|
7394
7434
|
internal_static_com_lansweeper_dp_outbound_v1_ReconRule_descriptor =
|
|
7395
|
-
getDescriptor().getMessageTypes().get(
|
|
7435
|
+
getDescriptor().getMessageTypes().get(283);
|
|
7396
7436
|
internal_static_com_lansweeper_dp_outbound_v1_ReconRule_fieldAccessorTable = new
|
|
7397
7437
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7398
7438
|
internal_static_com_lansweeper_dp_outbound_v1_ReconRule_descriptor,
|
|
7399
7439
|
new java.lang.String[] { "Id", "Name", "Description", "Priority", "Enabled", });
|
|
7400
7440
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Organization_descriptor =
|
|
7401
|
-
getDescriptor().getMessageTypes().get(
|
|
7441
|
+
getDescriptor().getMessageTypes().get(284);
|
|
7402
7442
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Organization_fieldAccessorTable = new
|
|
7403
7443
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7404
7444
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Organization_descriptor,
|
|
@@ -7410,13 +7450,13 @@ public final class Outbound {
|
|
|
7410
7450
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Organization_AssignedPlansEntry_descriptor,
|
|
7411
7451
|
new java.lang.String[] { "Key", "Value", });
|
|
7412
7452
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Mailbox_descriptor =
|
|
7413
|
-
getDescriptor().getMessageTypes().get(
|
|
7453
|
+
getDescriptor().getMessageTypes().get(285);
|
|
7414
7454
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Mailbox_fieldAccessorTable = new
|
|
7415
7455
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7416
7456
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Mailbox_descriptor,
|
|
7417
7457
|
new java.lang.String[] { "O365MailboxId", "O365OrganizationId", "DisplayName", "PrimaryEmail", "EmailAddress", "Alias", "RecipientType", "RecipientTypeDetails", "UserPrincipalName", "Identity", "O365MailboxKey", "O365OrganizationKey", });
|
|
7418
7458
|
internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedPlan_descriptor =
|
|
7419
|
-
getDescriptor().getMessageTypes().get(
|
|
7459
|
+
getDescriptor().getMessageTypes().get(286);
|
|
7420
7460
|
internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedPlan_fieldAccessorTable = new
|
|
7421
7461
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7422
7462
|
internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedPlan_descriptor,
|
|
@@ -7428,31 +7468,31 @@ public final class Outbound {
|
|
|
7428
7468
|
internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedPlan_UsersKeysEntry_descriptor,
|
|
7429
7469
|
new java.lang.String[] { "Key", "Value", });
|
|
7430
7470
|
internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedLicense_descriptor =
|
|
7431
|
-
getDescriptor().getMessageTypes().get(
|
|
7471
|
+
getDescriptor().getMessageTypes().get(287);
|
|
7432
7472
|
internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedLicense_fieldAccessorTable = new
|
|
7433
7473
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7434
7474
|
internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedLicense_descriptor,
|
|
7435
7475
|
new java.lang.String[] { "O365AssignedLicenseId", "O365LicenseId", "O365UserId", "O365AssignedLicenseKey", "O365LicenseKey", });
|
|
7436
7476
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Contact_descriptor =
|
|
7437
|
-
getDescriptor().getMessageTypes().get(
|
|
7477
|
+
getDescriptor().getMessageTypes().get(288);
|
|
7438
7478
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Contact_fieldAccessorTable = new
|
|
7439
7479
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7440
7480
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Contact_descriptor,
|
|
7441
7481
|
new java.lang.String[] { "DisplayName", "Mail", });
|
|
7442
7482
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Domain_descriptor =
|
|
7443
|
-
getDescriptor().getMessageTypes().get(
|
|
7483
|
+
getDescriptor().getMessageTypes().get(289);
|
|
7444
7484
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Domain_fieldAccessorTable = new
|
|
7445
7485
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7446
7486
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Domain_descriptor,
|
|
7447
7487
|
new java.lang.String[] { "Id", "OrganizationId", "DomainName", "AuthenticationType", "IsAdminManaged", "IsDefault", "IsInitial", "IsRoot", "IsVerified", "SupportedServices", "State", "AvailabilityStatus", });
|
|
7448
7488
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Group_descriptor =
|
|
7449
|
-
getDescriptor().getMessageTypes().get(
|
|
7489
|
+
getDescriptor().getMessageTypes().get(290);
|
|
7450
7490
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Group_fieldAccessorTable = new
|
|
7451
7491
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7452
7492
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Group_descriptor,
|
|
7453
7493
|
new java.lang.String[] { "ObjectId", "DisplayName", "Description", "MailEnabled", "SecurityEnabled", "Mail", "MailNickname", "ProxyAddresses", "OrganizationEntityKey", "Type", });
|
|
7454
7494
|
internal_static_com_lansweeper_dp_outbound_v1_Office365License_descriptor =
|
|
7455
|
-
getDescriptor().getMessageTypes().get(
|
|
7495
|
+
getDescriptor().getMessageTypes().get(291);
|
|
7456
7496
|
internal_static_com_lansweeper_dp_outbound_v1_Office365License_fieldAccessorTable = new
|
|
7457
7497
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7458
7498
|
internal_static_com_lansweeper_dp_outbound_v1_Office365License_descriptor,
|
|
@@ -7464,13 +7504,13 @@ public final class Outbound {
|
|
|
7464
7504
|
internal_static_com_lansweeper_dp_outbound_v1_Office365License_UsersKeysEntry_descriptor,
|
|
7465
7505
|
new java.lang.String[] { "Key", "Value", });
|
|
7466
7506
|
internal_static_com_lansweeper_dp_outbound_v1_Office365ServicePlan_descriptor =
|
|
7467
|
-
getDescriptor().getMessageTypes().get(
|
|
7507
|
+
getDescriptor().getMessageTypes().get(292);
|
|
7468
7508
|
internal_static_com_lansweeper_dp_outbound_v1_Office365ServicePlan_fieldAccessorTable = new
|
|
7469
7509
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7470
7510
|
internal_static_com_lansweeper_dp_outbound_v1_Office365ServicePlan_descriptor,
|
|
7471
7511
|
new java.lang.String[] { "ServicePlanId", "ServicePlanName", "ProvisioningStatus", "AppliesTo", });
|
|
7472
7512
|
internal_static_com_lansweeper_dp_outbound_v1_Office365User_descriptor =
|
|
7473
|
-
getDescriptor().getMessageTypes().get(
|
|
7513
|
+
getDescriptor().getMessageTypes().get(293);
|
|
7474
7514
|
internal_static_com_lansweeper_dp_outbound_v1_Office365User_fieldAccessorTable = new
|
|
7475
7515
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7476
7516
|
internal_static_com_lansweeper_dp_outbound_v1_Office365User_descriptor,
|