@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.
Files changed (47) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +94 -0
  4. package/gen-proto/outbound_pb.js +732 -2
  5. package/generated-go/outbound.pb.go +4726 -4463
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +44 -0
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUserOrBuilder.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPoints$1.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPoints$Builder.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPoints.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPointsOrBuilder.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPoints$1.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPoints$Builder.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPoints.class +0 -0
  21. package/model/target/classes/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPointsOrBuilder.class +0 -0
  22. package/model/target/classes/com/lansweeper/dp/outbound/v1/Software$1.class +0 -0
  23. package/model/target/classes/com/lansweeper/dp/outbound/v1/Software$Builder.class +0 -0
  24. package/model/target/classes/com/lansweeper/dp/outbound/v1/Software.class +0 -0
  25. package/model/target/classes/com/lansweeper/dp/outbound/v1/SoftwareOrBuilder.class +0 -0
  26. package/model/target/classes/outbound.proto +44 -0
  27. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser.java +157 -0
  28. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryUserOrBuilder.java +17 -0
  29. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPoints.java +1270 -0
  30. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPointsOrBuilder.java +153 -0
  31. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +1319 -1279
  32. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPoints.java +939 -0
  33. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPointsOrBuilder.java +95 -0
  34. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Software.java +370 -0
  35. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SoftwareOrBuilder.java +30 -0
  36. package/model/target/maven-archiver/pom.properties +2 -2
  37. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +8 -0
  38. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +4 -0
  39. package/model/target/{outbound-model-0.8.12-sources.jar → outbound-model-0.9.0-sources.jar} +0 -0
  40. package/model/target/{outbound-model-0.8.12.jar → outbound-model-0.9.0.jar} +0 -0
  41. package/package.json +2 -2
  42. package/pom.xml +1 -1
  43. package/proto/outbound.proto +44 -0
  44. package/service/pom.xml +1 -1
  45. package/service/target/maven-archiver/pom.properties +2 -2
  46. package/service/target/{outbound-service-0.8.12-sources.jar → outbound-service-0.9.0-sources.jar} +0 -0
  47. package/service/target/{outbound-service-0.8.12.jar → outbound-service-0.9.0.jar} +0 -0
@@ -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 final com.google.protobuf.Descriptors.Descriptor
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\"\227\010\n\010Software\022\021\n\004rank\030\001 \001(\005H\000\210\001\001\022\024\n" +
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
- "B\007\n\005_rankB\n\n\010_type_idB\t\n\007_cat_idB\n\n\010_mak" +
4367
- "e_idB\010\n\006_sw_idB\014\n\n_parent_idB\014\n\n_type_na" +
4368
- "meB\013\n\t_cat_nameB\014\n\n_make_nameB\007\n\005_nameB\n" +
4369
- "\n\010_versionB\r\n\013_market_verB\n\n\010_editionB\010\n" +
4370
- "\006_buildB\007\n\005_archB\007\n\005_langB\020\n\016_obtained_f" +
4371
- "romB\006\n\004_cpeB\013\n\t_raw_hashB\013\n\t_nre_hashB\020\n" +
4372
- "\016_catalog_brandB\023\n\021_catalog_softwareB\021\n\017" +
4373
- "_catalog_parent\"\373\002\n\013RawSoftware\022\014\n\004name\030" +
4374
- "\001 \001(\t\022\023\n\006vendor\030\002 \001(\tH\000\210\001\001\022\024\n\007version\030\003 " +
4375
- "\001(\tH\001\210\001\001\022\021\n\004info\030\004 \001(\tH\002\210\001\001\022\025\n\010exe_path\030" +
4376
- "\005 \001(\tH\003\210\001\001\022\021\n\004arch\030\006 \001(\tH\004\210\001\001\0225\n\014install" +
4377
- "_date\030\007 \001(\0132\032.google.protobuf.TimestampH" +
4378
- "\005\210\001\001\022\030\n\013source_type\030\010 \001(\tH\006\210\001\001\022\022\n\005sw_id\030" +
4379
- "\t \001(\tH\007\210\001\001\022\034\n\017is_current_user\030\n \001(\010H\010\210\001\001" +
4380
- "B\t\n\007_vendorB\n\n\010_versionB\007\n\005_infoB\013\n\t_exe" +
4381
- "_pathB\007\n\005_archB\017\n\r_install_dateB\016\n\014_sour" +
4382
- "ce_typeB\010\n\006_sw_idB\022\n\020_is_current_user\"\217\003" +
4383
- "\n\023SoftwareChangeEvent\022P\n\nevent_type\030\001 \001(" +
4384
- "\0162<.com.lansweeper.dp.outbound.v1.Softwa" +
4385
- "reChangeEvent.EventType\022)\n\005start\030\002 \001(\0132\032" +
4386
- ".google.protobuf.Timestamp\022,\n\003end\030\003 \001(\0132" +
4387
- "\032.google.protobuf.TimestampH\000\210\001\001\0229\n\010soft" +
4388
- "ware\030\004 \001(\0132\'.com.lansweeper.dp.outbound." +
4389
- "v1.Software\022C\n\rprev_software\030\005 \001(\0132\'.com" +
4390
- ".lansweeper.dp.outbound.v1.SoftwareH\001\210\001\001" +
4391
- "\"3\n\tEventType\022\013\n\007INSTALL\020\000\022\r\n\tUNINSTALL\020" +
4392
- "\001\022\n\n\006UPDATE\020\002B\006\n\004_endB\020\n\016_prev_software\"" +
4393
- "\341\001\n\031ComputerMacInstallHistory\022\021\n\004name\030\001 " +
4394
- "\001(\tH\000\210\001\001\0225\n\014install_date\030\002 \001(\0132\032.google." +
4395
- "protobuf.TimestampH\001\210\001\001\022\034\n\017install_versi" +
4396
- "on\030\003 \001(\tH\002\210\001\001\022\033\n\016package_source\030\004 \001(\tH\003\210" +
4397
- "\001\001B\007\n\005_nameB\017\n\r_install_dateB\022\n\020_install" +
4398
- "_versionB\021\n\017_package_source\"\355\n\n\014CatalogB" +
4399
- "rand\022\n\n\002id\030\001 \001(\003\022\021\n\tmake_name\030\003 \001(\t\022\026\n\tp" +
4400
- "arent_id\030\022 \001(\003H\000\210\001\001\0229\n\020last_update_time\030" +
4401
- "\005 \001(\0132\032.google.protobuf.TimestampH\001\210\001\001\022\031",
4402
- "\n\014country_code\030\006 \001(\tH\002\210\001\001\022\033\n\016logo_image_" +
4403
- "url\030\007 \001(\tH\003\210\001\001\022\035\n\020banner_image_url\030\010 \001(\t" +
4404
- "H\004\210\001\001\022\031\n\014wikipedia_id\030\t \001(\tH\005\210\001\001\022 \n\023wiki" +
4405
- "pedia_lang_code\030\n \001(\tH\006\210\001\001\022\030\n\013website_ur" +
4406
- "l\030\013 \001(\tH\007\210\001\001\022\030\n\013support_url\030\014 \001(\tH\010\210\001\001\022\032" +
4407
- "\n\rsupport_phone\030\r \001(\tH\t\210\001\001\022\035\n\020facebook_a" +
4408
- "ccount\030\016 \001(\tH\n\210\001\001\022\034\n\017twitter_account\030\017 \001" +
4409
- "(\tH\013\210\001\001\022\031\n\014warranty_url\030\020 \001(\tH\014\210\001\001\022 \n\023wa" +
4410
- "rranty_direct_url\030\021 \001(\tH\r\210\001\001\022\032\n\rcommunit" +
4411
- "y_url\030\024 \001(\tH\016\210\001\001\022\035\n\020linkedin_account\030\025 \001" +
4412
- "(\tH\017\210\001\001\022\036\n\021instagram_account\030\026 \001(\tH\020\210\001\001\022" +
4413
- "\034\n\017youtube_account\030\027 \001(\tH\021\210\001\001\022\036\n\021pintere" +
4414
- "st_account\030\030 \001(\tH\022\210\001\001\022\033\n\016tiktok_account\030" +
4415
- "\037 \001(\tH\023\210\001\001\022\033\n\016class_hardware\030\031 \001(\010H\024\210\001\001\022" +
4416
- "\033\n\016class_software\030\032 \001(\010H\025\210\001\001\022\033\n\016class_co" +
4417
- "nsumer\030\033 \001(\010H\026\210\001\001\022\035\n\020class_enterprise\030\034 " +
4418
- "\001(\010H\027\210\001\001\022\035\n\020class_industrial\030\035 \001(\010H\030\210\001\001\022" +
4419
- "\035\n\020class_individual\030\036 \001(\010H\031\210\001\001\022\030\n\013match_" +
4420
- "score\030\023 \001(\005H\032\210\001\001B\014\n\n_parent_idB\023\n\021_last_" +
4421
- "update_timeB\017\n\r_country_codeB\021\n\017_logo_im" +
4422
- "age_urlB\023\n\021_banner_image_urlB\017\n\r_wikiped" +
4423
- "ia_idB\026\n\024_wikipedia_lang_codeB\016\n\014_websit" +
4424
- "e_urlB\016\n\014_support_urlB\020\n\016_support_phoneB" +
4425
- "\023\n\021_facebook_accountB\022\n\020_twitter_account" +
4426
- "B\017\n\r_warranty_urlB\026\n\024_warranty_direct_ur" +
4427
- "lB\020\n\016_community_urlB\023\n\021_linkedin_account" +
4428
- "B\024\n\022_instagram_accountB\022\n\020_youtube_accou" +
4429
- "ntB\024\n\022_pinterest_accountB\021\n\017_tiktok_acco" +
4430
- "untB\021\n\017_class_hardwareB\021\n\017_class_softwar" +
4431
- "eB\021\n\017_class_consumerB\023\n\021_class_enterpris" +
4432
- "eB\023\n\021_class_industrialB\023\n\021_class_individ" +
4433
- "ualB\016\n\014_match_score\"\317\t\n\014CatalogModel\022\n\n\002" +
4434
- "id\030\001 \001(\003\022\017\n\007make_id\030\003 \001(\003\022\024\n\014device_mode" +
4435
- "l\030\004 \001(\t\022\033\n\016device_type_id\030\005 \001(\003H\000\210\001\001\022\031\n\021" +
4436
- "device_model_code\030\006 \003(\t\022\026\n\tfamily_id\030\n \001" +
4437
- "(\003H\001\210\001\001\022\026\n\tis_family\030\013 \001(\010H\002\210\001\001\022\027\n\nmanua" +
4438
- "l_url\030\014 \001(\tH\003\210\001\001\022\024\n\007faq_url\030\r \001(\tH\004\210\001\001\0225" +
4439
- "\n\014release_date\030\016 \001(\0132\032.google.protobuf.T" +
4440
- "imestampH\005\210\001\001\0222\n\tdisc_date\030\017 \001(\0132\032.googl" +
4441
- "e.protobuf.TimestampH\006\210\001\001\0221\n\010eos_date\030\032 " +
4442
- "\001(\0132\032.google.protobuf.TimestampH\007\210\001\001\022 \n\023" +
4443
- "lifecyle_confidence\030\035 \001(\tH\010\210\001\001\022\030\n\013price_" +
4444
- "class\030\030 \001(\tH\t\210\001\001\022\032\n\rproduct_class\030\031 \001(\tH" +
4445
- "\n\210\001\001\022\032\n\rcfp_emissions\030\036 \001(\005H\013\210\001\001\022\036\n\021cfp_" +
4446
- "emissions_std\030\037 \001(\005H\014\210\001\001\022\024\n\007cfp_use\030 \001(" +
4447
- "\005H\r\210\001\001\022\034\n\017sh_ifttt_handle\030\021 \001(\tH\016\210\001\001\022\033\n\023" +
4448
- "sh_google_ass_langs\030\022 \003(\t\022\026\n\016sh_alexa_la" +
4449
- "ngs\030\023 \003(\t\022\033\n\016sh_hass_handle\030\024 \001(\tH\017\210\001\001\022\036" +
4450
- "\n\021sh_apple_home_kit\030\025 \001(\010H\020\210\001\001\022\037\n\022sh_ope" +
4451
- "n_hab_handle\030\026 \001(\tH\021\210\001\001\022\025\n\010nist_cpe\030\034 \001(" +
4452
- "\tH\022\210\001\001\022\027\n\npopularity\030\027 \001(\005H\023\210\001\001\0229\n\020last_" +
4453
- "update_time\030\020 \001(\0132\032.google.protobuf.Time" +
4454
- "stampH\024\210\001\001\022\030\n\013match_score\030\033 \001(\005H\025\210\001\001B\021\n\017" +
4455
- "_device_type_idB\014\n\n_family_idB\014\n\n_is_fam" +
4456
- "ilyB\r\n\013_manual_urlB\n\n\010_faq_urlB\017\n\r_relea" +
4457
- "se_dateB\014\n\n_disc_dateB\013\n\t_eos_dateB\026\n\024_l" +
4458
- "ifecyle_confidenceB\016\n\014_price_classB\020\n\016_p" +
4459
- "roduct_classB\020\n\016_cfp_emissionsB\024\n\022_cfp_e" +
4460
- "missions_stdB\n\n\010_cfp_useB\022\n\020_sh_ifttt_ha" +
4461
- "ndleB\021\n\017_sh_hass_handleB\024\n\022_sh_apple_hom" +
4462
- "e_kitB\025\n\023_sh_open_hab_handleB\013\n\t_nist_cp" +
4463
- "eB\r\n\013_popularityB\023\n\021_last_update_timeB\016\n" +
4464
- "\014_match_score\"\254\t\n\tCatalogOs\022\n\n\002id\030\001 \001(\003\022" +
4465
- "\017\n\007os_name\030\003 \001(\t\022\027\n\nos_version\030\004 \001(\tH\000\210\001" +
4466
- "\001\022\025\n\010os_build\030\014 \001(\tH\001\210\001\001\022\034\n\017os_version_n" +
4467
- "ame\030\005 \001(\tH\002\210\001\001\022\030\n\013override_id\030\006 \001(\003H\003\210\001\001" +
4468
- "\022\024\n\007make_id\030\007 \001(\003H\004\210\001\001\022\026\n\tparent_id\030\010 \001(" +
4469
- "\003H\005\210\001\001\0225\n\014release_date\030\t \001(\0132\032.google.pr" +
4470
- "otobuf.TimestampH\006\210\001\001\0221\n\010eol_date\030\n \001(\0132" +
4471
- "\032.google.protobuf.TimestampH\007\210\001\001\0221\n\010eos_" +
4472
- "date\030\026 \001(\0132\032.google.protobuf.TimestampH\010" +
4473
- "\210\001\001\0222\n\teosx_date\030\031 \001(\0132\032.google.protobuf" +
4474
- ".TimestampH\t\210\001\001\022 \n\023lifecyle_confidence\030\032" +
4475
- " \001(\tH\n\210\001\001\022\033\n\016logo_image_url\030\r \001(\tH\013\210\001\001\022\035" +
4476
- "\n\020banner_image_url\030\016 \001(\tH\014\210\001\001\022\031\n\014wikiped" +
4477
- "ia_id\030\017 \001(\tH\r\210\001\001\022 \n\023wikipedia_lang_code\030" +
4478
- "\020 \001(\tH\016\210\001\001\022\030\n\013website_url\030\021 \001(\tH\017\210\001\001\022\030\n\013" +
4479
- "support_url\030\022 \001(\tH\020\210\001\001\022\032\n\rsupport_phone\030" +
4480
- "\023 \001(\tH\021\210\001\001\022\035\n\020facebook_account\030\024 \001(\tH\022\210\001" +
4481
- "\001\022\034\n\017twitter_account\030\025 \001(\tH\023\210\001\001\022\025\n\010nist_" +
4482
- "cpe\030\027 \001(\tH\024\210\001\001\0229\n\020last_update_time\030\013 \001(\013" +
4483
- "2\032.google.protobuf.TimestampH\025\210\001\001\022\030\n\013mat" +
4484
- "ch_score\030\030 \001(\005H\026\210\001\001B\r\n\013_os_versionB\013\n\t_o" +
4485
- "s_buildB\022\n\020_os_version_nameB\016\n\014_override" +
4486
- "_idB\n\n\010_make_idB\014\n\n_parent_idB\017\n\r_releas" +
4487
- "e_dateB\013\n\t_eol_dateB\013\n\t_eos_dateB\014\n\n_eos" +
4488
- "x_dateB\026\n\024_lifecyle_confidenceB\021\n\017_logo_" +
4489
- "image_urlB\023\n\021_banner_image_urlB\017\n\r_wikip" +
4490
- "edia_idB\026\n\024_wikipedia_lang_codeB\016\n\014_webs" +
4491
- "ite_urlB\016\n\014_support_urlB\020\n\016_support_phon" +
4492
- "eB\023\n\021_facebook_accountB\022\n\020_twitter_accou" +
4493
- "ntB\013\n\t_nist_cpeB\023\n\021_last_update_timeB\016\n\014" +
4494
- "_match_score\"\370\007\n\017CatalogSoftware\022\n\n\002id\030\001" +
4495
- " \001(\003\022\017\n\007sw_name\030\002 \001(\t\022\027\n\nsw_version\030\003 \001(" +
4496
- "\tH\000\210\001\001\022\032\n\rsw_market_ver\030\004 \001(\tH\001\210\001\001\022\027\n\nsw" +
4497
- "_edition\030\005 \001(\tH\002\210\001\001\022\024\n\007sw_lang\030\006 \001(\tH\003\210\001" +
4498
- "\001\022\025\n\010sw_build\030\007 \001(\tH\004\210\001\001\022\024\n\007make_id\030\010 \001(" +
4499
- "\003H\005\210\001\001\022\026\n\tparent_id\030\t \001(\003H\006\210\001\001\022\026\n\tlatest" +
4500
- "_id\030\n \001(\003H\007\210\001\001\022\024\n\007sw_type\030\013 \001(\tH\010\210\001\001\022\030\n\013" +
4501
- "sw_category\030\014 \001(\tH\t\210\001\001\0225\n\014release_date\030\r" +
4502
- " \001(\0132\032.google.protobuf.TimestampH\n\210\001\001\0221\n" +
4503
- "\010eol_date\030\016 \001(\0132\032.google.protobuf.Timest" +
4504
- "ampH\013\210\001\001\0221\n\010eos_date\030\017 \001(\0132\032.google.prot" +
4505
- "obuf.TimestampH\014\210\001\001\0222\n\teosx_date\030\020 \001(\0132\032" +
4506
- ".google.protobuf.TimestampH\r\210\001\001\022 \n\023lifec" +
4507
- "yle_confidence\030\021 \001(\tH\016\210\001\001\022\030\n\013flag_latest" +
4508
- "\030\022 \001(\010H\017\210\001\001\022\034\n\017flag_widespread\030\023 \001(\010H\020\210\001" +
4509
- "\001\022\034\n\017flag_deprecated\030\024 \001(\010H\021\210\001\001\0229\n\020last_" +
4510
- "update_time\030\025 \001(\0132\032.google.protobuf.Time" +
4511
- "stampH\022\210\001\001\022\030\n\013match_score\030d \001(\005H\023\210\001\001B\r\n\013" +
4512
- "_sw_versionB\020\n\016_sw_market_verB\r\n\013_sw_edi" +
4513
- "tionB\n\n\010_sw_langB\013\n\t_sw_buildB\n\n\010_make_i" +
4514
- "dB\014\n\n_parent_idB\014\n\n_latest_idB\n\n\010_sw_typ" +
4515
- "eB\016\n\014_sw_categoryB\017\n\r_release_dateB\013\n\t_e" +
4516
- "ol_dateB\013\n\t_eos_dateB\014\n\n_eosx_dateB\026\n\024_l" +
4517
- "ifecyle_confidenceB\016\n\014_flag_latestB\022\n\020_f" +
4518
- "lag_widespreadB\022\n\020_flag_deprecatedB\023\n\021_l" +
4519
- "ast_update_timeB\016\n\014_match_score\"\341\017\n\016Cata" +
4520
- "logMonitor\022\n\n\002id\030\001 \001(\003\022\r\n\005model\030\003 \001(\t\022\026\n" +
4521
- "\tvendor_id\030\004 \001(\tH\000\210\001\001\022\024\n\007make_id\030\005 \001(\003H\001" +
4522
- "\210\001\001\022\026\n\tfamily_id\030\006 \001(\003H\002\210\001\001\022\026\n\tis_family" +
4523
- "\030\007 \001(\010H\003\210\001\001\022\032\n\rofficial_page\030\010 \001(\tH\004\210\001\001\022" +
4524
- "\031\n\014support_page\030\t \001(\tH\005\210\001\001\022\026\n\tsize_inch\030" +
4525
- "\n \001(\001H\006\210\001\001\022\033\n\016max_resolution\030\013 \001(\tH\007\210\001\001\022" +
4526
- "\031\n\014aspect_ratio\030\014 \001(\tH\010\210\001\001\022\035\n\020response_t" +
4527
- "ime_ms\030\r \001(\001H\t\210\001\001\022\024\n\007hd_type\030\016 \001(\tH\n\210\001\001\022" +
4528
- "\031\n\014display_tech\030\017 \001(\tH\013\210\001\001\022\031\n\014refresh_ra" +
4529
- "te\030\020 \001(\005H\014\210\001\001\022\022\n\005panel\030\021 \001(\tH\r\210\001\001\022\026\n\thei" +
4530
- "ght_cm\030\022 \001(\001H\016\210\001\001\022\025\n\010width_cm\030\023 \001(\001H\017\210\001\001" +
4531
- "\022\030\n\013diagonal_cm\030\024 \001(\001H\020\210\001\001\022\031\n\014usb_upstre" +
4532
- "am\030\025 \001(\tH\021\210\001\001\022\034\n\017nr_usb_upstream\030\026 \001(\005H\022" +
4533
- "\210\001\001\022%\n\030nr_usb_type_a_downstream\030\027 \001(\005H\023\210" +
4534
- "\001\001\022\024\n\007nr_hdmi\030\030 \001(\005H\024\210\001\001\022\023\n\006nr_vga\030\031 \001(\005" +
4535
- "H\025\210\001\001\022\023\n\006nr_dvi\030\032 \001(\005H\026\210\001\001\022\031\n\014hdmi_versi" +
4536
- "on\030\033 \001(\001H\027\210\001\001\022\035\n\020nr_display_ports\030\034 \001(\005H" +
4537
- "\030\210\001\001\022!\n\024display_port_version\030\035 \001(\001H\031\210\001\001\022" +
4538
- "\031\n\014energy_class\030\036 \001(\tH\032\210\001\001\022\033\n\016sdr_per_10" +
4539
- "00_u\030\037 \001(\005H\033\210\001\001\022\037\n\022average_watt_usage\030 " +
4540
- "\001(\001H\034\210\001\001\022\033\n\016max_watt_usage\030! \001(\001H\035\210\001\001\022\037\n" +
4541
- "\022watt_usage_standby\030\" \001(\001H\036\210\001\001\022\034\n\017watt_p" +
4542
- "ower_save\030# \001(\001H\037\210\001\001\022\027\n\nac_voltage\030$ \001(\t" +
4543
- "H \210\001\001\022\027\n\nac_freq_hz\030% \001(\tH!\210\001\001\022\026\n\tcurren" +
4544
- "t_a\030& \001(\001H\"\210\001\001\022\030\n\013feature_aio\030\' \001(\010H#\210\001\001" +
4545
- "\022\033\n\016feature_camera\030( \001(\010H$\210\001\001\022\035\n\020feature" +
4546
- "_speakers\030) \001(\010H%\210\001\001\022\031\n\014feature_hdmi\030* \001" +
4547
- "(\010H&\210\001\001\022\030\n\013feature_eth\030+ \001(\010H\'\210\001\001\022\035\n\020fea" +
4548
- "ture_portrait\030, \001(\010H(\210\001\001\022\033\n\016feature_curv" +
4549
- "ed\030- \001(\010H)\210\001\001\0229\n\020last_update_time\030. \001(\0132" +
4550
- "\032.google.protobuf.TimestampH*\210\001\001\022\030\n\013matc" +
4551
- "h_score\030d \001(\005H+\210\001\001B\014\n\n_vendor_idB\n\n\010_mak" +
4552
- "e_idB\014\n\n_family_idB\014\n\n_is_familyB\020\n\016_off" +
4553
- "icial_pageB\017\n\r_support_pageB\014\n\n_size_inc" +
4554
- "hB\021\n\017_max_resolutionB\017\n\r_aspect_ratioB\023\n" +
4555
- "\021_response_time_msB\n\n\010_hd_typeB\017\n\r_displ" +
4556
- "ay_techB\017\n\r_refresh_rateB\010\n\006_panelB\014\n\n_h" +
4557
- "eight_cmB\013\n\t_width_cmB\016\n\014_diagonal_cmB\017\n" +
4558
- "\r_usb_upstreamB\022\n\020_nr_usb_upstreamB\033\n\031_n" +
4559
- "r_usb_type_a_downstreamB\n\n\010_nr_hdmiB\t\n\007_" +
4560
- "nr_vgaB\t\n\007_nr_dviB\017\n\r_hdmi_versionB\023\n\021_n" +
4561
- "r_display_portsB\027\n\025_display_port_version" +
4562
- "B\017\n\r_energy_classB\021\n\017_sdr_per_1000_uB\025\n\023" +
4563
- "_average_watt_usageB\021\n\017_max_watt_usageB\025" +
4564
- "\n\023_watt_usage_standbyB\022\n\020_watt_power_sav" +
4565
- "eB\r\n\013_ac_voltageB\r\n\013_ac_freq_hzB\014\n\n_curr" +
4566
- "ent_aB\016\n\014_feature_aioB\021\n\017_feature_camera" +
4567
- "B\023\n\021_feature_speakersB\017\n\r_feature_hdmiB\016" +
4568
- "\n\014_feature_ethB\023\n\021_feature_portraitB\021\n\017_" +
4569
- "feature_curvedB\023\n\021_last_update_timeB\016\n\014_" +
4570
- "match_score\"\363\002\n\007Printer\022\031\n\014printer_name\030" +
4571
- "\001 \001(\tH\000\210\001\001\022\032\n\rprinted_pages\030\002 \001(\003H\001\210\001\001\022 " +
4572
- "\n\023printed_color_pages\030\003 \001(\003H\002\210\001\001\022\037\n\022prin" +
4573
- "ted_mono_pages\030\004 \001(\003H\003\210\001\001\022\033\n\016printer_sta" +
4574
- "tus\030\005 \001(\tH\004\210\001\001\022\032\n\rserial_number\030\006 \001(\tH\005\210" +
4575
- "\001\001\022>\n\005toner\030\007 \003(\0132/.com.lansweeper.dp.ou" +
4576
- "tbound.v1.PrinterTonerInfoB\017\n\r_printer_n" +
4577
- "ameB\020\n\016_printed_pagesB\026\n\024_printed_color_" +
4578
- "pagesB\025\n\023_printed_mono_pagesB\021\n\017_printer" +
4579
- "_statusB\020\n\016_serial_number\"\274\002\n\020PrinterTon" +
4580
- "erInfo\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\022\n\005color\030\002 \001(\t" +
4581
- "H\001\210\001\001\022E\n\014color_number\030\003 \001(\0132*.com.lanswe" +
4582
- "eper.dp.outbound.v1.MappedValueH\002\210\001\001\022 \n\023" +
4583
- "maximum_toner_level\030\004 \001(\003H\003\210\001\001\022\023\n\006number" +
4584
- "\030\005 \001(\003H\004\210\001\001\022\"\n\025remaining_toner_level\030\006 \001" +
4585
- "(\003H\005\210\001\001B\007\n\005_nameB\010\n\006_colorB\017\n\r_color_num" +
4586
- "berB\026\n\024_maximum_toner_levelB\t\n\007_numberB\030" +
4587
- "\n\026_remaining_toner_level\"\343\005\n\003Ups\022\031\n\014manu" +
4588
- "facturer\030\001 \001(\tH\000\210\001\001\022\022\n\005model\030\002 \001(\tH\001\210\001\001\022" +
4589
- "!\n\024ups_software_version\030\003 \001(\tH\002\210\001\001\022#\n\026ag" +
4590
- "ent_software_version\030\004 \001(\tH\003\210\001\001\022\021\n\004name\030" +
4591
- "\005 \001(\tH\004\210\001\001\022\035\n\020attached_devices\030\006 \001(\tH\005\210\001" +
4592
- "\001\022\033\n\016battery_status\030\007 \001(\003H\006\210\001\001\022\037\n\022second" +
4593
- "s_on_battery\030\010 \001(\003H\007\210\001\001\022(\n\033estimated_min" +
4594
- "utes_remaining\030\t \001(\003H\010\210\001\001\022\'\n\032estimated_c" +
4595
- "harge_remaining\030\n \001(\003H\t\210\001\001\022\034\n\017battery_vo" +
4596
- "ltage\030\013 \001(\003H\n\210\001\001\022\034\n\017battery_current\030\014 \001(" +
4597
- "\003H\013\210\001\001\022 \n\023battery_temperature\030\r \001(\003H\014\210\001\001" +
4598
- "\022\033\n\016alarms_present\030\016 \001(\003H\r\210\001\001B\017\n\r_manufa" +
4599
- "cturerB\010\n\006_modelB\027\n\025_ups_software_versio" +
4600
- "nB\031\n\027_agent_software_versionB\007\n\005_nameB\023\n" +
4601
- "\021_attached_devicesB\021\n\017_battery_statusB\025\n" +
4602
- "\023_seconds_on_batteryB\036\n\034_estimated_minut" +
4603
- "es_remainingB\035\n\033_estimated_charge_remain" +
4604
- "ingB\022\n\020_battery_voltageB\022\n\020_battery_curr" +
4605
- "entB\026\n\024_battery_temperatureB\021\n\017_alarms_p" +
4606
- "resent\"\273\n\n\004User\0225\n\002id\030\001 \001(\0132).com.lanswe" +
4607
- "eper.dp.outbound.v1.EntityPath\022/\n\013last_s" +
4608
- "ynced\030\002 \001(\0132\032.google.protobuf.Timestamp\022" +
4609
- ".\n\nfirst_seen\030\003 \001(\0132\032.google.protobuf.Ti" +
4610
- "mestamp\0220\n\014last_updated\030\004 \001(\0132\032.google.p" +
4611
- "rotobuf.Timestamp\0221\n\rlast_enriched\030\005 \001(\013" +
4612
- "2\032.google.protobuf.Timestamp\022%\n\030last_syn" +
4613
- "ced_source_agent\030\006 \001(\tH\000\210\001\001\022$\n\027last_sync" +
4614
- "ed_source_name\030\007 \001(\tH\001\210\001\001\022>\n\013source_info" +
4615
- "\030\010 \003(\0132).com.lansweeper.dp.outbound.v1.S" +
4616
- "ourceInfo\022G\n\024unlinked_source_info\030\t \003(\0132" +
4617
- ").com.lansweeper.dp.outbound.v1.SourceIn" +
4618
- "fo\022D\n\016data_processor\030\027 \003(\0132,.com.lanswee" +
4619
- "per.dp.outbound.v1.DataProcessor\022\027\n\nuniq" +
4620
- "ue_key\030\n \001(\tH\002\210\001\001\022<\n\nscan_error\030\013 \003(\0132(." +
4621
- "com.lansweeper.dp.outbound.v1.ScanError\022" +
4622
- "?\n\013internet_ip\030\014 \001(\0132%.com.lansweeper.dp" +
4623
- ".outbound.v1.IpInfoH\003\210\001\001\022/\n\003tag\030\r \003(\0132\"." +
4624
- "com.lansweeper.dp.outbound.v1.Tag\0229\n\010rel" +
4625
- "ation\030\016 \003(\0132\'.com.lansweeper.dp.outbound" +
4626
- ".v1.Relation\022Q\n\022correlation_fields\030\017 \001(\013" +
4627
- "20.com.lansweeper.dp.outbound.v1.Correla" +
4628
- "tionFieldsH\004\210\001\001\022N\n\016reconciliation\030\020 \001(\0132" +
4629
- "1.com.lansweeper.dp.outbound.v1.Reconcil" +
4630
- "iationInfoH\005\210\001\001\022;\n\004core\030\024 \001(\0132-.com.lans" +
4631
- "weeper.dp.outbound.v1.UserCoreFields\022H\n\007" +
4632
- "ad_user\030\025 \001(\01322.com.lansweeper.dp.outbou" +
4633
- "nd.v1.ActiveDirectoryUserH\006\210\001\001\022J\n\017office" +
4634
- "_365_user\030\026 \001(\0132,.com.lansweeper.dp.outb" +
4635
- "ound.v1.Office365UserH\007\210\001\001B\033\n\031_last_sync" +
4636
- "ed_source_agentB\032\n\030_last_synced_source_n" +
4637
- "ameB\r\n\013_unique_keyB\016\n\014_internet_ipB\025\n\023_c" +
4638
- "orrelation_fieldsB\021\n\017_reconciliationB\n\n\010" +
4639
- "_ad_userB\022\n\020_office_365_user\"\210\001\n\016UserCor" +
4640
- "eFields\022\026\n\tuser_name\030\001 \001(\tH\000\210\001\001\022\020\n\003upn\030\002" +
4641
- " \001(\tH\001\210\001\001\022\020\n\003sid\030\003 \001(\tH\002\210\001\001\022\022\n\005email\030\004 \001" +
4642
- "(\tH\003\210\001\001B\014\n\n_user_nameB\006\n\004_upnB\006\n\004_sidB\010\n" +
4643
- "\006_email\"\303\n\n\005Group\0225\n\002id\030\001 \001(\0132).com.lans" +
4644
- "weeper.dp.outbound.v1.EntityPath\022/\n\013last" +
4645
- "_synced\030\002 \001(\0132\032.google.protobuf.Timestam" +
4646
- "p\022.\n\nfirst_seen\030\003 \001(\0132\032.google.protobuf." +
4647
- "Timestamp\0220\n\014last_updated\030\004 \001(\0132\032.google" +
4648
- ".protobuf.Timestamp\0221\n\rlast_enriched\030\005 \001" +
4649
- "(\0132\032.google.protobuf.Timestamp\022%\n\030last_s" +
4650
- "ynced_source_agent\030\006 \001(\tH\000\210\001\001\022$\n\027last_sy" +
4651
- "nced_source_name\030\007 \001(\tH\001\210\001\001\022>\n\013source_in" +
4652
- "fo\030\010 \003(\0132).com.lansweeper.dp.outbound.v1" +
4653
- ".SourceInfo\022G\n\024unlinked_source_info\030\t \003(" +
4654
- "\0132).com.lansweeper.dp.outbound.v1.Source" +
4655
- "Info\022D\n\016data_processor\030\026 \003(\0132,.com.lansw" +
4656
- "eeper.dp.outbound.v1.DataProcessor\022\027\n\nun" +
4657
- "ique_key\030\n \001(\tH\002\210\001\001\022<\n\nscan_error\030\013 \003(\0132" +
4658
- "(.com.lansweeper.dp.outbound.v1.ScanErro" +
4659
- "r\022?\n\013internet_ip\030\014 \001(\0132%.com.lansweeper." +
4660
- "dp.outbound.v1.IpInfoH\003\210\001\001\022/\n\003tag\030\r \003(\0132" +
4661
- "\".com.lansweeper.dp.outbound.v1.Tag\0229\n\010r" +
4662
- "elation\030\016 \003(\0132\'.com.lansweeper.dp.outbou" +
4663
- "nd.v1.Relation\022Q\n\022correlation_fields\030\017 \001" +
4664
- "(\01320.com.lansweeper.dp.outbound.v1.Corre" +
4665
- "lationFieldsH\004\210\001\001\022N\n\016reconciliation\030\020 \001(" +
4666
- "\01321.com.lansweeper.dp.outbound.v1.Reconc" +
4667
- "iliationInfoH\005\210\001\001\022<\n\004core\030\024 \001(\0132..com.la" +
4668
- "nsweeper.dp.outbound.v1.GroupCoreFields\022" +
4669
- "J\n\010ad_group\030\025 \001(\01323.com.lansweeper.dp.ou" +
4670
- "tbound.v1.ActiveDirectoryGroupH\006\210\001\001\022L\n\020o" +
4671
- "ffice_365_group\030\027 \001(\0132-.com.lansweeper.d" +
4672
- "p.outbound.v1.Office365GroupH\007\210\001\001B\033\n\031_la" +
4673
- "st_synced_source_agentB\032\n\030_last_synced_s" +
4674
- "ource_nameB\r\n\013_unique_keyB\016\n\014_internet_i" +
4675
- "pB\025\n\023_correlation_fieldsB\021\n\017_reconciliat" +
4676
- "ionB\013\n\t_ad_groupB\023\n\021_office_365_group\"G\n" +
4677
- "\017GroupCoreFields\022\020\n\003sid\030\001 \001(\tH\000\210\001\001\022\021\n\004na" +
4678
- "me\030\002 \001(\tH\001\210\001\001B\006\n\004_sidB\007\n\005_name\"\343\002\n\025Activ" +
4679
- "eDirectoryObject\022\022\n\ndomain_oid\030\001 \001(\t\022\013\n\003" +
4680
- "oid\030\002 \001(\t\022\013\n\003sid\030\003 \001(\t\022\032\n\022distinguished_" +
4681
- "name\030\004 \001(\t\022\027\n\ndomain_dns\030\005 \001(\tH\000\210\001\001\022\021\n\004n" +
4682
- "ame\030\006 \001(\tH\001\210\001\001\022\031\n\014object_class\030\007 \001(\tH\002\210\001" +
4683
- "\001\0226\n\rcreation_time\030\010 \001(\0132\032.google.protob" +
4684
- "uf.TimestampH\003\210\001\001\0225\n\014last_changed\030\t \001(\0132" +
4685
- "\032.google.protobuf.TimestampH\004\210\001\001B\r\n\013_dom" +
4686
- "ain_dnsB\007\n\005_nameB\017\n\r_object_classB\020\n\016_cr" +
4687
- "eation_timeB\017\n\r_last_changed\"\256\006\n\027ActiveD" +
4688
- "irectoryComputer\022G\n\tad_object\030\001 \001(\01324.co" +
4689
- "m.lansweeper.dp.outbound.v1.ActiveDirect" +
4690
- "oryObject\022L\n\tad_domain\030\020 \001(\01324.com.lansw" +
4691
- "eeper.dp.outbound.v1.ActiveDirectoryDoma" +
4692
- "inH\000\210\001\001\022\035\n\020sam_account_name\030\002 \001(\tH\001\210\001\001\022\017" +
4693
- "\n\002cn\030\003 \001(\tH\002\210\001\001\022\017\n\002ou\030\004 \001(\tH\003\210\001\001\022\030\n\013desc" +
4694
- "ription\030\005 \001(\tH\004\210\001\001\022\024\n\007comment\030\006 \001(\tH\005\210\001\001" +
4695
- "\022\024\n\007company\030\007 \001(\tH\006\210\001\001\022\025\n\010location\030\010 \001(\t" +
4696
- "H\007\210\001\001\022\027\n\nip_address\030\t \001(\tH\010\210\001\001\022\024\n\007enable" +
4697
- "d\030\n \001(\010H\t\210\001\001\022$\n\027bitlocker_recovery_info\030" +
4698
- "\013 \001(\tH\n\210\001\001\022\035\n\020operating_system\030\014 \001(\tH\013\210\001" +
4699
- "\001\022%\n\030operating_system_version\030\r \001(\tH\014\210\001\001" +
4700
- "\022 \n\023managed_by_user_oid\030\016 \001(\tH\r\210\001\001\022!\n\024ma" +
4701
- "naged_by_group_oid\030\017 \001(\tH\016\210\001\001B\014\n\n_ad_dom" +
4702
- "ainB\023\n\021_sam_account_nameB\005\n\003_cnB\005\n\003_ouB\016" +
4703
- "\n\014_descriptionB\n\n\010_commentB\n\n\010_companyB\013" +
4704
- "\n\t_locationB\r\n\013_ip_addressB\n\n\010_enabledB\032" +
4705
- "\n\030_bitlocker_recovery_infoB\023\n\021_operating" +
4706
- "_systemB\033\n\031_operating_system_versionB\026\n\024" +
4707
- "_managed_by_user_oidB\027\n\025_managed_by_grou" +
4708
- "p_oid\"\364\016\n\026ActiveDirectoryPrinter\022\030\n\013desc" +
4709
- "ription\030\001 \001(\tH\000\210\001\001\022\017\n\002cn\030\002 \001(\tH\001\210\001\001\022\033\n\016d" +
4710
- "river_version\030\003 \001(\rH\002\210\001\001\022\030\n\013server_name\030" +
4711
- "\004 \001(\tH\003\210\001\001\022%\n\030d_score_propagation_data\030\005" +
4712
- " \001(\tH\004\210\001\001\022#\n\026nt_security_descriptor\030\006 \001(" +
4713
- "\tH\005\210\001\001\022\035\n\020print_start_time\030\007 \001(\rH\006\210\001\001\022\027\n" +
4714
- "\017print_bin_names\030\010 \003(\t\022\030\n\013print_color\030\t " +
4715
- "\001(\010H\007\210\001\001\022$\n\027print_keep_printed_jobs\030\n \001(" +
4716
- "\010H\010\210\001\001\022\033\n\016print_spooling\030\013 \001(\tH\t\210\001\001\022#\n\026p" +
4717
- "rint_duplex_supported\030\014 \001(\010H\n\210\001\001\022\037\n\022prin" +
4718
- "t_min_y_extent\030\r \001(\rH\013\210\001\001\022\037\n\022print_max_y" +
4719
- "_extent\030\016 \001(\rH\014\210\001\001\022\037\n\022print_min_x_extent" +
4720
- "\030\017 \001(\rH\r\210\001\001\022\037\n\022print_max_x_extent\030\020 \001(\rH" +
4721
- "\016\210\001\001\022+\n\036print_max_resolution_supported\030\021" +
4722
- " \001(\rH\017\210\001\001\022#\n\026print_pages_per_minute\030\022 \001(" +
4723
- "\rH\020\210\001\001\022%\n\030print_stapling_supported\030\023 \001(\010" +
4724
- "H\021\210\001\001\022\032\n\rinstance_type\030\024 \001(\rH\022\210\001\001\022\032\n\rpri" +
4725
- "nt_collate\030\025 \001(\010H\023\210\001\001\022\027\n\nprint_rate\030& \001(" +
4726
- "\rH\024\210\001\001\022\034\n\017print_rate_unit\030\026 \001(\tH\025\210\001\001\022\033\n\016" +
4727
- "print_end_time\030\027 \001(\rH\026\210\001\001\022\026\n\tport_name\030\030" +
4728
- " \001(\tH\027\210\001\001\022\025\n\010priority\030\031 \001(\tH\030\210\001\001\022\033\n\016vers" +
4729
- "ion_number\030\032 \001(\tH\031\210\001\001\022\031\n\014printer_name\030\033 " +
4730
- "\001(\tH\032\210\001\001\022\036\n\021short_server_name\030\034 \001(\tH\033\210\001\001" +
4731
- "\022\036\n\021print_media_ready\030\035 \001(\tH\034\210\001\001\022\035\n\025prin" +
4732
- "t_media_supported\030\036 \003(\t\022\025\n\010unc_name\030\037 \001(" +
4733
- "\tH\035\210\001\001\022\030\n\013usn_changed\030 \001(\tH\036\210\001\001\022\030\n\013usn_" +
4734
- "created\030! \001(\tH\037\210\001\001\022\025\n\010category\030\" \001(\tH \210\001" +
4735
- "\001\022\030\n\013driver_name\030# \001(\tH!\210\001\001\022$\n\034print_ori" +
4736
- "entations_supported\030$ \003(\t\022\035\n\020print_share" +
4737
- "_name\030% \001(\tH\"\210\001\001\022\027\n\nip_address\030\' \001(\tH#\210\001" +
4738
- "\001B\016\n\014_descriptionB\005\n\003_cnB\021\n\017_driver_vers" +
4739
- "ionB\016\n\014_server_nameB\033\n\031_d_score_propagat" +
4740
- "ion_dataB\031\n\027_nt_security_descriptorB\023\n\021_" +
4741
- "print_start_timeB\016\n\014_print_colorB\032\n\030_pri" +
4742
- "nt_keep_printed_jobsB\021\n\017_print_spoolingB" +
4743
- "\031\n\027_print_duplex_supportedB\025\n\023_print_min" +
4744
- "_y_extentB\025\n\023_print_max_y_extentB\025\n\023_pri" +
4745
- "nt_min_x_extentB\025\n\023_print_max_x_extentB!" +
4746
- "\n\037_print_max_resolution_supportedB\031\n\027_pr" +
4747
- "int_pages_per_minuteB\033\n\031_print_stapling_" +
4748
- "supportedB\020\n\016_instance_typeB\020\n\016_print_co" +
4749
- "llateB\r\n\013_print_rateB\022\n\020_print_rate_unit" +
4750
- "B\021\n\017_print_end_timeB\014\n\n_port_nameB\013\n\t_pr" +
4751
- "iorityB\021\n\017_version_numberB\017\n\r_printer_na" +
4752
- "meB\024\n\022_short_server_nameB\024\n\022_print_media" +
4753
- "_readyB\013\n\t_unc_nameB\016\n\014_usn_changedB\016\n\014_" +
4754
- "usn_createdB\013\n\t_categoryB\016\n\014_driver_name" +
4755
- "B\023\n\021_print_share_nameB\r\n\013_ip_address\"\330\001\n" +
4756
- "\025ActiveDirectoryDomain\022G\n\tad_object\030\001 \001(" +
4757
- "\01324.com.lansweeper.dp.outbound.v1.Active" +
4758
- "DirectoryObject\022!\n\024minimum_password_age\030" +
4759
- "\002 \001(\005H\000\210\001\001\022!\n\024maximum_password_age\030\003 \001(\005" +
4760
- "H\001\210\001\001B\027\n\025_minimum_password_ageB\027\n\025_maxim" +
4761
- "um_password_age\"\314\026\n\023ActiveDirectoryUser\022" +
4762
- "G\n\tad_object\030\001 \001(\01324.com.lansweeper.dp.o" +
4763
- "utbound.v1.ActiveDirectoryObject\022L\n\tad_d" +
4764
- "omain\030; \001(\01324.com.lansweeper.dp.outbound" +
4765
- ".v1.ActiveDirectoryDomainH\000\210\001\001\022\035\n\020sam_ac" +
4766
- "count_name\030\002 \001(\tH\001\210\001\001\022\017\n\002cn\030\003 \001(\tH\002\210\001\001\022\017" +
4767
- "\n\002ou\030\004 \001(\tH\003\210\001\001\022\023\n\006domain\030: \001(\tH\004\210\001\001\022\030\n\013" +
4768
- "description\030\005 \001(\tH\005\210\001\001\022\024\n\007comment\030\006 \001(\tH" +
4769
- "\006\210\001\001\022\024\n\007company\030\007 \001(\tH\007\210\001\001\022\035\n\020primary_gr" +
4770
- "oup_id\030\010 \001(\005H\010\210\001\001\022\024\n\007enabled\030\t \001(\010H\t\210\001\001\022" +
4771
- "!\n\024user_account_control\030\n \001(\005H\n\210\001\001\0228\n\017ac" +
4772
- "count_expires\030\013 \001(\0132\032.google.protobuf.Ti" +
4773
- "mestampH\013\210\001\001\0225\n\014lockout_time\030\014 \001(\0132\032.goo" +
4774
- "gle.protobuf.TimestampH\014\210\001\001\022:\n\021password_" +
4775
- "last_set\030\r \001(\0132\032.google.protobuf.Timesta" +
4776
- "mpH\r\210\001\001\0223\n\nlast_logon\030\016 \001(\0132\032.google.pro" +
4777
- "tobuf.TimestampH\016\210\001\001\0225\n\014lockout_date\030\017 \001" +
4778
- "(\0132\032.google.protobuf.TimestampH\017\210\001\001\022%\n\030c" +
4779
- "an_user_change_password\030\020 \001(\010H\020\210\001\001\022A\n\030pa" +
4780
- "ssword_expiration_date\030\021 \001(\0132\032.google.pr" +
4781
- "otobuf.TimestampH\021\210\001\001\022#\n\026password_never_" +
4782
- "expires\030\022 \001(\010H\022\210\001\001\022\036\n\021password_required\030" +
4783
- "\023 \001(\010H\023\210\001\001\022A\n\030password_changeable_date\030\024" +
4784
- " \001(\0132\032.google.protobuf.TimestampH\024\210\001\001\022\022\n" +
4785
- "\005email\030\025 \001(\tH\025\210\001\001\022\031\n\014display_name\030\026 \001(\tH" +
4786
- "\026\210\001\001\022\027\n\ngiven_name\030\027 \001(\tH\027\210\001\001\022\024\n\007surname" +
4787
- "\030\030 \001(\tH\030\210\001\001\022\026\n\ttelephone\030\031 \001(\tH\031\210\001\001\022\027\n\nf" +
4788
- "ac_simile\030\032 \001(\tH\032\210\001\001\022\023\n\006mobile\030\033 \001(\tH\033\210\001" +
4789
- "\001\022\033\n\016street_address\030\034 \001(\tH\034\210\001\001\022\021\n\004city\030\035" +
4790
- " \001(\tH\035\210\001\001\022\024\n\007country\030\036 \001(\tH\036\210\001\001\022\027\n\ndepar" +
4791
- "tment\030\037 \001(\tH\037\210\001\001\022!\n\024delivery_office_name" +
4792
- "\030 \001(\tH \210\001\001\022!\n\024country_abbreviation\030! \001(" +
4793
- "\tH!\210\001\001\022\030\n\013postal_code\030\" \001(\tH\"\210\001\001\022\031\n\014coun" +
4794
- "try_code\030# \001(\tH#\210\001\001\022\033\n\016principal_name\030$ " +
4795
- "\001(\tH$\210\001\001\022\022\n\005title\030% \001(\tH%\210\001\001\022\025\n\010division" +
4796
- "\030& \001(\tH&\210\001\001\022\021\n\004info\030\' \001(\tH\'\210\001\001\022\027\n\nhome_p" +
4797
- "hone\030( \001(\tH(\210\001\001\022\022\n\005pager\030) \001(\tH)\210\001\001\022\025\n\010i" +
4798
- "p_phone\030* \001(\tH*\210\001\001\022\026\n\thome_page\030+ \001(\tH+\210" +
4799
- "\001\001\022\034\n\017post_office_box\030, \001(\tH,\210\001\001\022\022\n\005stat" +
4800
- "e\030- \001(\tH-\210\001\001\022\031\n\014profile_path\030. \001(\tH.\210\001\001\022" +
4801
- "\030\n\013script_path\030/ \001(\tH/\210\001\001\022\033\n\016home_direct",
4802
- "ory\0300 \001(\tH0\210\001\001\022\034\n\017thumbnail_photo\0301 \001(\014H" +
4803
- "1\210\001\001\022\030\n\013employee_id\0302 \001(\tH2\210\001\001\022\034\n\017employ" +
4804
- "ee_number\0303 \001(\tH3\210\001\001\022\032\n\remployee_type\0304 " +
4805
- "\001(\tH4\210\001\001\022\025\n\010initials\0305 \001(\tH5\210\001\001\022\030\n\013middl" +
4806
- "e_name\0306 \001(\tH6\210\001\001\022\036\n\021primary_group_oid\0307" +
4807
- " \001(\tH7\210\001\001\022\030\n\013manager_oid\0308 \001(\tH8\210\001\001\022\025\n\rm" +
4808
- "ember_of_oid\0309 \003(\t\022C\n\016direct_reports\030< \003" +
4809
- "(\0132+.com.lansweeper.dp.outbound.v1.Direc" +
4810
- "tReportB\014\n\n_ad_domainB\023\n\021_sam_account_na" +
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\014_manager_oid\"9\n\014Direct" +
4834
- "Report\022\023\n\013ad_user_key\030\001 \001(\t\022\024\n\014display_n" +
4835
- "ame\030\002 \001(\t\"\344\004\n\024ActiveDirectoryGroup\022G\n\tad" +
4836
- "_object\030\001 \001(\01324.com.lansweeper.dp.outbou" +
4837
- "nd.v1.ActiveDirectoryObject\022L\n\tad_domain" +
4838
- "\030\r \001(\01324.com.lansweeper.dp.outbound.v1.A" +
4839
- "ctiveDirectoryDomainH\000\210\001\001\022\035\n\020sam_account" +
4840
- "_name\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" +
4841
- "\004 \001(\tH\003\210\001\001\022\030\n\013description\030\005 \001(\tH\004\210\001\001\022\024\n\007" +
4842
- "comment\030\006 \001(\tH\005\210\001\001\022=\n\004type\030\014 \001(\0132*.com.l" +
4843
- "answeeper.dp.outbound.v1.MappedValueH\006\210\001" +
4844
- "\001\022\022\n\005email\030\010 \001(\tH\007\210\001\001\022 \n\023managed_by_user" +
4845
- "_oid\030\t \001(\tH\010\210\001\001\022!\n\024managed_by_group_oid\030" +
4846
- "\n \001(\tH\t\210\001\001\022\025\n\rmember_of_oid\030\013 \003(\tB\014\n\n_ad" +
4847
- "_domainB\023\n\021_sam_account_nameB\005\n\003_cnB\005\n\003_" +
4848
- "ouB\016\n\014_descriptionB\n\n\010_commentB\007\n\005_typeB" +
4849
- "\010\n\006_emailB\026\n\024_managed_by_user_oidB\027\n\025_ma" +
4850
- "naged_by_group_oidJ\004\010\007\020\010\"\370\001\n\006Vmware\022C\n\004e" +
4851
- "sxi\030\002 \001(\01323.com.lansweeper.dp.outbound.v" +
4852
- "1.VmwareEsxiHypervisorH\000\022D\n\010guest_vm\030\003 \001" +
4853
- "(\01320.com.lansweeper.dp.outbound.v1.Vmwar" +
4854
- "eEsxiGuestVmH\000\022B\n\007vcenter\030\004 \001(\0132,.com.la" +
4855
- "nsweeper.dp.outbound.v1.VmwareVCenterH\001\210" +
4856
- "\001\001B\r\n\013vmware_dataB\n\n\010_vcenterJ\004\010\001\020\002\"\274\002\n\r" +
4857
- "VmwareVCenter\022K\n\014product_info\030\001 \001(\01320.co" +
4858
- "m.lansweeper.dp.outbound.v1.VmwareProduc" +
4859
- "tInfoH\000\210\001\001\022a\n\023vcenter_datacenters\030\002 \003(\0132" +
4860
- "D.com.lansweeper.dp.outbound.v1.VmwareVC" +
4861
- "enter.VcenterDatacentersEntry\032j\n\027Vcenter" +
4862
- "DatacentersEntry\022\013\n\003key\030\001 \001(\t\022>\n\005value\030\002" +
4863
- " \001(\0132/.com.lansweeper.dp.outbound.v1.Vmw" +
4864
- "areDatacenter:\0028\001B\017\n\r_product_info\"\236\014\n\024V" +
4865
- "mwareEsxiHypervisor\022K\n\014product_info\030\001 \001(" +
4866
- "\01320.com.lansweeper.dp.outbound.v1.Vmware" +
4867
- "ProductInfoH\000\210\001\001\022\036\n\021vcenter_asset_key\030\002 " +
4868
- "\001(\tH\001\210\001\001\022#\n\026vmware_esxi_cluster_id\030\032 \001(\t" +
4869
- "H\002\210\001\001\022u\n\032esxi_hypervisor_datastores\030\003 \003(" +
4870
- "\0132Q.com.lansweeper.dp.outbound.v1.Vmware" +
4871
- "EsxiHypervisor.EsxiHypervisorDatastoresE" +
4872
- "ntry\022b\n\021esxi_guest_vm_key\030\004 \003(\0132G.com.la" +
4873
- "nsweeper.dp.outbound.v1.VmwareEsxiHyperv" +
4874
- "isor.EsxiGuestVmKeyEntry\022\024\n\007up_time\030\005 \001(" +
4875
- "\004H\003\210\001\001\0222\n\tboot_time\030\021 \001(\0132\032.google.proto" +
4876
- "buf.TimestampH\004\210\001\001\022+\n\036host_max_virtual_d" +
4877
- "isk_capacity\030\006 \001(\004H\005\210\001\001\022\035\n\020num_cpu_packa" +
4878
- "ges\030\007 \001(\rH\006\210\001\001\022!\n\031cpu_packages_descripti" +
4879
- "ons\030\010 \003(\t\022\025\n\010num_nics\030\t \001(\rH\007\210\001\001\022\025\n\010num_" +
4880
- "hbas\030\n \001(\rH\010\210\001\001\022\021\n\004uuid\030\013 \001(\tH\t\210\001\001\022\035\n\020co" +
4881
- "nnection_state\030\014 \001(\tH\n\210\001\001\022\030\n\013power_state" +
4882
- "\030\r \001(\tH\013\210\001\001\022\032\n\rdatacenter_id\030\016 \001(\tH\014\210\001\001\022" +
4883
- "\031\n\014internal_key\030\017 \001(\tH\r\210\001\001\022\033\n\016admin_disa" +
4884
- "bled\030\020 \001(\010H\016\210\001\001\022\027\n\nip_address\030\022 \001(\tH\017\210\001\001" +
4885
- "\022\021\n\004port\030\023 \001(\rH\020\210\001\001\022\033\n\016ssl_thumbprint\030\024 " +
4886
- "\001(\tH\021\210\001\001\022!\n\024management_server_ip\030\025 \001(\tH\022" +
4887
- "\210\001\001\022\024\n\007num_cpu\030\026 \001(\rH\023\210\001\001\022!\n\024num_cores_p" +
4888
- "er_socket\030\027 \001(\rH\024\210\001\001\022\024\n\007version\030\030 \001(\tH\025\210" +
4889
- "\001\001\022\030\n\013memory_size\030\031 \001(\004H\026\210\001\001\032o\n\035EsxiHype" +
4890
- "rvisorDatastoresEntry\022\013\n\003key\030\001 \001(\t\022=\n\005va" +
4891
- "lue\030\002 \001(\0132..com.lansweeper.dp.outbound.v" +
4892
- "1.VmwareDatastore:\0028\001\0325\n\023EsxiGuestVmKeyE" +
4893
- "ntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001B\017\n\r" +
4894
- "_product_infoB\024\n\022_vcenter_asset_keyB\031\n\027_" +
4895
- "vmware_esxi_cluster_idB\n\n\010_up_timeB\014\n\n_b" +
4896
- "oot_timeB!\n\037_host_max_virtual_disk_capac" +
4897
- "ityB\023\n\021_num_cpu_packagesB\013\n\t_num_nicsB\013\n" +
4898
- "\t_num_hbasB\007\n\005_uuidB\023\n\021_connection_state" +
4899
- "B\016\n\014_power_stateB\020\n\016_datacenter_idB\017\n\r_i" +
4900
- "nternal_keyB\021\n\017_admin_disabledB\r\n\013_ip_ad" +
4901
- "dressB\007\n\005_portB\021\n\017_ssl_thumbprintB\027\n\025_ma" +
4902
- "nagement_server_ipB\n\n\010_num_cpuB\027\n\025_num_c" +
4903
- "ores_per_socketB\n\n\010_versionB\016\n\014_memory_s" +
4904
- "ize\"\262\t\n\021VmwareEsxiGuestVm\022!\n\031esxi_hyperv" +
4905
- "isor_asset_key\030\001 \001(\t\022\024\n\014internal_key\030\024 \001" +
4906
- "(\t\022f\n\024esxi_guest_snapshots\030\002 \003(\0132H.com.l" +
4907
- "answeeper.dp.outbound.v1.VmwareEsxiGuest" +
4908
- "Vm.EsxiGuestSnapshotsEntry\022\025\n\010guest_id\030\003" +
4909
- " \001(\tH\000\210\001\001\022\034\n\017guest_full_name\030\004 \001(\tH\001\210\001\001\022" +
4910
- "\024\n\007version\030\005 \001(\tH\002\210\001\001\022\021\n\004uuid\030\006 \001(\tH\003\210\001\001" +
4911
- "\022\032\n\rinstance_uuid\030\007 \001(\tH\004\210\001\001\022\035\n\020unshared" +
4912
- "_storage\030\010 \001(\004H\005\210\001\001\022\032\n\rrunning_state\030\t \001" +
4913
- "(\tH\006\210\001\001\022\032\n\rtools_version\030\n \001(\tH\007\210\001\001\022\031\n\014t" +
4914
- "ools_status\030\013 \001(\tH\010\210\001\001\022!\n\024tools_running_" +
4915
- "status\030\014 \001(\tH\t\210\001\001\022!\n\024tools_version_statu" +
4916
- "s\030\r \001(\tH\n\210\001\001\022\024\n\007num_cpu\030\016 \001(\rH\013\210\001\001\022\037\n\022nu" +
4917
- "m_ethernet_cards\030\017 \001(\rH\014\210\001\001\022\036\n\021num_virtu" +
4918
- "al_disks\030\020 \001(\rH\r\210\001\001\0222\n\tboot_time\030\021 \001(\0132\032" +
4919
- ".google.protobuf.TimestampH\016\210\001\001\022\030\n\013domai" +
4920
- "n_name\030\022 \001(\tH\017\210\001\001\022\030\n\013config_name\030\023 \001(\tH\020" +
4921
- "\210\001\001\022\033\n\016memory_size_mb\030\025 \001(\001H\021\210\001\001\022\'\n\032vcen" +
4922
- "ter_instance_reference\030\026 \001(\tH\022\210\001\001\032h\n\027Esx" +
4923
- "iGuestSnapshotsEntry\022\013\n\003key\030\001 \001(\t\022<\n\005val" +
4924
- "ue\030\002 \001(\0132-.com.lansweeper.dp.outbound.v1" +
4925
- ".VmwareSnapshot:\0028\001B\013\n\t_guest_idB\022\n\020_gue" +
4926
- "st_full_nameB\n\n\010_versionB\007\n\005_uuidB\020\n\016_in" +
4927
- "stance_uuidB\023\n\021_unshared_storageB\020\n\016_run" +
4928
- "ning_stateB\020\n\016_tools_versionB\017\n\r_tools_s" +
4929
- "tatusB\027\n\025_tools_running_statusB\027\n\025_tools" +
4930
- "_version_statusB\n\n\010_num_cpuB\025\n\023_num_ethe" +
4931
- "rnet_cardsB\024\n\022_num_virtual_disksB\014\n\n_boo" +
4932
- "t_timeB\016\n\014_domain_nameB\016\n\014_config_nameB\021" +
4933
- "\n\017_memory_size_mbB\035\n\033_vcenter_instance_r" +
4934
- "eference\"\363\005\n\021VmwareProductInfo\022\024\n\014intern" +
4935
- "al_key\030\001 \001(\t\022\021\n\004uuid\030\002 \001(\tH\000\210\001\001\022\032\n\rparen" +
4936
- "t_folder\030\003 \001(\tH\001\210\001\001\022\"\n\025num_host_bus_adap" +
4937
- "ters\030\004 \001(\rH\002\210\001\001\022(\n\033num_network_interface" +
4938
- "_cards\030\005 \001(\rH\003\210\001\001\022\021\n\004name\030\006 \001(\tH\004\210\001\001\022\025\n\010" +
4939
- "api_type\030\007 \001(\tH\005\210\001\001\022\030\n\013api_version\030\010 \001(\t" +
4940
- "H\006\210\001\001\022\022\n\005build\030\t \001(\tH\007\210\001\001\022!\n\024license_pro" +
4941
- "duct_name\030\n \001(\tH\010\210\001\001\022$\n\027license_product_" +
4942
- "version\030\013 \001(\tH\t\210\001\001\022\031\n\014locale_build\030\014 \001(\t" +
4943
- "H\n\210\001\001\022\033\n\016locale_version\030\r \001(\tH\013\210\001\001\022\024\n\007os" +
4944
- "_type\030\016 \001(\tH\014\210\001\001\022\034\n\017product_line_id\030\017 \001(" +
4945
- "\tH\r\210\001\001\022\023\n\006vendor\030\020 \001(\tH\016\210\001\001\022\024\n\007version\030\021" +
4946
- " \001(\tH\017\210\001\001B\007\n\005_uuidB\020\n\016_parent_folderB\030\n\026" +
4947
- "_num_host_bus_adaptersB\036\n\034_num_network_i" +
4948
- "nterface_cardsB\007\n\005_nameB\013\n\t_api_typeB\016\n\014" +
4949
- "_api_versionB\010\n\006_buildB\027\n\025_license_produ" +
4950
- "ct_nameB\032\n\030_license_product_versionB\017\n\r_" +
4951
- "locale_buildB\021\n\017_locale_versionB\n\n\010_os_t" +
4952
- "ypeB\022\n\020_product_line_idB\t\n\007_vendorB\n\n\010_v" +
4953
- "ersion\"\263\006\n\020VmwareDatacenter\022\014\n\004uuid\030\001 \001(" +
4954
- "\t\022\031\n\021vcenter_asset_key\030\002 \001(\t\022\024\n\014internal" +
4955
- "_key\030\003 \001(\t\022\021\n\004name\030\004 \001(\tH\000\210\001\001\022O\n\010cluster" +
4956
- "s\030\005 \003(\0132=.com.lansweeper.dp.outbound.v1." +
4957
- "VmwareDatacenter.ClustersEntry\022U\n\013hyperv" +
4958
- "isors\030\006 \003(\0132@.com.lansweeper.dp.outbound" +
4959
- ".v1.VmwareDatacenter.HypervisorsEntry\022b\n" +
4960
- "\022datastore_clusters\030\007 \003(\0132F.com.lansweep" +
4961
- "er.dp.outbound.v1.VmwareDatacenter.Datas" +
4962
- "toreClustersEntry\022S\n\ndatastores\030\010 \003(\0132?." +
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
- "center.DatastoresEntry\032[\n\rClustersEntry\022" +
4965
- "\013\n\003key\030\001 \001(\t\0229\n\005value\030\002 \001(\0132*.com.lanswe" +
4966
- "eper.dp.outbound.v1.EsxiCluster:\0028\001\0322\n\020H" +
4967
- "ypervisorsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 " +
4968
- "\001(\010:\0028\001\032o\n\026DatastoreClustersEntry\022\013\n\003key" +
4969
- "\030\001 \001(\t\022D\n\005value\030\002 \001(\01325.com.lansweeper.d" +
4970
- "p.outbound.v1.VmwareDatastoreCluster:\0028\001" +
4971
- "\032a\n\017DatastoresEntry\022\013\n\003key\030\001 \001(\t\022=\n\005valu" +
4972
- "e\030\002 \001(\0132..com.lansweeper.dp.outbound.v1." +
4973
- "VmwareDatastore:\0028\001B\007\n\005_name\"\364\005\n\013EsxiClu" +
4974
- "ster\022\014\n\004uuid\030\016 \001(\t\022\026\n\016datacenter_key\030\001 \001" +
4975
- "(\t\022\031\n\021vcenter_asset_key\030\002 \001(\t\022\021\n\004name\030\003 " +
4976
- "\001(\tH\000\210\001\001\022\035\n\020total_number_cpu\030\004 \001(\rH\001\210\001\001\022" +
4977
- "\037\n\022total_memory_bytes\030\005 \001(\004H\002\210\001\001\022\037\n\022tota" +
4978
- "l_number_cores\030\006 \001(\rH\003\210\001\001\022!\n\024total_numbe" +
4979
- "r_threads\030\007 \001(\rH\004\210\001\001\022\032\n\reffective_cpu\030\010 " +
4980
- "\001(\rH\005\210\001\001\022#\n\026effective_memory_bytes\030\t \001(\004" +
4981
- "H\006\210\001\001\022\030\n\013total_hosts\030\n \001(\rH\007\210\001\001\022\"\n\025total" +
4982
- "_effective_hosts\030\013 \001(\rH\010\210\001\001\022\023\n\006status\030\014 " +
4983
- "\001(\tH\t\210\001\001\022P\n\013hypervisors\030\r \003(\0132;.com.lans" +
4984
- "weeper.dp.outbound.v1.EsxiCluster.Hyperv" +
4985
- "isorsEntry\022\032\n\rparent_folder\030\017 \001(\tH\n\210\001\001\0322" +
4986
- "\n\020HypervisorsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value" +
4987
- "\030\002 \001(\010:\0028\001B\007\n\005_nameB\023\n\021_total_number_cpu" +
4988
- "B\025\n\023_total_memory_bytesB\025\n\023_total_number" +
4989
- "_coresB\027\n\025_total_number_threadsB\020\n\016_effe" +
4990
- "ctive_cpuB\031\n\027_effective_memory_bytesB\016\n\014" +
4991
- "_total_hostsB\030\n\026_total_effective_hostsB\t" +
4992
- "\n\007_statusB\020\n\016_parent_folder\"\267\005\n\026VmwareDa" +
4993
- "tastoreCluster\022\026\n\016datacenter_key\030\001 \001(\t\022\031" +
4994
- "\n\021vcenter_asset_key\030\002 \001(\t\022\031\n\014internal_ke" +
4995
- "y\030\003 \001(\tH\000\210\001\001\022\021\n\004name\030\004 \001(\tH\001\210\001\001\022\025\n\010capac" +
4996
- "ity\030\t \001(\003H\002\210\001\001\022\027\n\nfree_space\030\n \001(\003H\003\210\001\001\022" +
4997
- "Y\n\ndatastores\030\005 \003(\0132E.com.lansweeper.dp." +
4998
- "outbound.v1.VmwareDatastoreCluster.Datas" +
4999
- "toresEntry\022S\n\013storage_drs\030\006 \001(\01329.com.la" +
5000
- "nsweeper.dp.outbound.v1.DatastoreCluster" +
5001
- "StorageDrsH\004\210\001\001\022\\\n\023drs_pod_config_rule\030\007" +
5002
- " \003(\0132?.com.lansweeper.dp.outbound.v1.Dat" +
5003
- "astoreClusterDrsPodConfigRule\022U\n\017drs_vm_" +
5004
- "override\030\010 \003(\0132<.com.lansweeper.dp.outbo" +
5005
- "und.v1.DatastoreClusterDrsVmOverride\032a\n\017" +
5006
- "DatastoresEntry\022\013\n\003key\030\001 \001(\t\022=\n\005value\030\002 " +
5007
- "\001(\0132..com.lansweeper.dp.outbound.v1.Vmwa" +
5008
- "reDatastore:\0028\001B\017\n\r_internal_keyB\007\n\005_nam" +
5009
- "eB\013\n\t_capacityB\r\n\013_free_spaceB\016\n\014_storag" +
5010
- "e_drs\"\262\004\n\032DatastoreClusterStorageDrs\022\017\n\007" +
5011
- "enabled\030\001 \001(\010\022\037\n\027io_load_balance_enabled" +
5012
- "\030\002 \001(\010\022!\n\024default_vm_behaviour\030\003 \001(\tH\000\210\001" +
5013
- "\001\022\"\n\025load_balance_interval\030\004 \001(\005H\001\210\001\001\022&\n" +
5014
- "\031default_intra_vm_affinity\030\005 \001(\010H\002\210\001\001\022(\n" +
5015
- "\033space_utilization_threshold\030\006 \001(\005H\003\210\001\001\022" +
5016
- "-\n min_space_utilization_difference\030\007 \001(" +
5017
- "\005H\004\210\001\001\022!\n\024io_latency_threshold\030\010 \001(\005H\005\210\001" +
5018
- "\001\022(\n\033io_load_imbalance_threshold\030\t \001(\005H\006" +
5019
- "\210\001\001B\027\n\025_default_vm_behaviourB\030\n\026_load_ba" +
5020
- "lance_intervalB\034\n\032_default_intra_vm_affi" +
5021
- "nityB\036\n\034_space_utilization_thresholdB#\n!" +
5022
- "_min_space_utilization_differenceB\027\n\025_io" +
5023
- "_latency_thresholdB\036\n\034_io_load_imbalance" +
5024
- "_threshold\"|\n DatastoreClusterDrsPodConf" +
5025
- "igRule\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\024\n\007enabled\030\002 \001" +
5026
- "(\010H\001\210\001\001\022\021\n\004type\030\003 \001(\005H\002\210\001\001B\007\n\005_nameB\n\n\010_" +
5027
- "enabledB\007\n\005_type\"\335\001\n\035DatastoreClusterDrs" +
5028
- "VmOverride\022\024\n\007enabled\030\001 \001(\010H\000\210\001\001\022\026\n\tbeha" +
5029
- "viour\030\002 \001(\tH\001\210\001\001\022\036\n\021intra_vm_affinity\030\003 " +
5030
- "\001(\010H\002\210\001\001\022#\n\026intra_vm_anti_affinity\030\004 \001(\t" +
5031
- "H\003\210\001\001B\n\n\010_enabledB\014\n\n_behaviourB\024\n\022_intr" +
5032
- "a_vm_affinityB\031\n\027_intra_vm_anti_affinity" +
5033
- "\"\356\007\n\017VmwareDatastore\022\014\n\004uuid\030\001 \001(\t\022\031\n\014in" +
5034
- "ternal_key\030\002 \001(\tH\000\210\001\001\022\032\n\rdatacenter_id\030\003" +
5035
- " \001(\tH\001\210\001\001\022!\n\024datastore_cluster_id\030\004 \001(\tH" +
5036
- "\002\210\001\001\022\037\n\022esxi_hypervisor_id\030\021 \001(\tH\003\210\001\001\022H\n" +
5037
- "\005disks\030\005 \003(\01329.com.lansweeper.dp.outboun" +
5038
- "d.v1.VmwareDatastore.DisksEntry\022\030\n\013uncom" +
5039
- "mitted\030\006 \001(\004H\004\210\001\001\022\027\n\naccessible\030\007 \001(\010H\005\210" +
5040
- "\001\001\022!\n\024multiple_host_access\030\010 \001(\010H\006\210\001\001\022\021\n" +
5041
- "\004type\030\t \001(\tH\007\210\001\001\022\035\n\020maintenance_mode\030\n \001" +
5042
- "(\tH\010\210\001\001\022\'\n\032max_physical_rdm_file_size\030\013 " +
5043
- "\001(\004H\t\210\001\001\022&\n\031max_virtual_rdm_file_size\030\014 " +
5044
- "\001(\004H\n\210\001\001\022\032\n\rmax_file_size\030\r \001(\004H\013\210\001\001\022&\n\031" +
5045
- "max_virtual_disk_capacity\030\016 \001(\004H\014\210\001\001\022!\n\024" +
5046
- "max_memory_file_size\030\017 \001(\004H\r\210\001\001\0222\n\ttimes" +
5047
- "tamp\030\020 \001(\0132\032.google.protobuf.TimestampH\016" +
5048
- "\210\001\001\032W\n\nDisksEntry\022\013\n\003key\030\001 \001(\t\0228\n\005value\030" +
5049
- "\002 \001(\0132).com.lansweeper.dp.outbound.v1.Vm" +
5050
- "wareDisk:\0028\001B\017\n\r_internal_keyB\020\n\016_datace" +
5051
- "nter_idB\027\n\025_datastore_cluster_idB\025\n\023_esx" +
5052
- "i_hypervisor_idB\016\n\014_uncommittedB\r\n\013_acce" +
5053
- "ssibleB\027\n\025_multiple_host_accessB\007\n\005_type" +
5054
- "B\023\n\021_maintenance_modeB\035\n\033_max_physical_r" +
5055
- "dm_file_sizeB\034\n\032_max_virtual_rdm_file_si" +
5056
- "zeB\020\n\016_max_file_sizeB\034\n\032_max_virtual_dis" +
5057
- "k_capacityB\027\n\025_max_memory_file_sizeB\014\n\n_" +
5058
- "timestamp\"\206\001\n\nVmwareDisk\022\014\n\004name\030\001 \001(\t\022\020" +
5059
- "\n\003url\030\002 \001(\tH\000\210\001\001\022\030\n\013total_space\030\003 \001(\004H\001\210" +
5060
- "\001\001\022\027\n\nfree_space\030\004 \001(\004H\002\210\001\001B\006\n\004_urlB\016\n\014_" +
5061
- "total_spaceB\r\n\013_free_space\"s\n\016VmwareSnap" +
5062
- "shot\022\024\n\014internal_key\030\001 \001(\t\022\021\n\004name\030\002 \001(\t" +
5063
- "H\000\210\001\001\022/\n\013create_time\030\003 \001(\0132\032.google.prot" +
5064
- "obuf.TimestampB\007\n\005_name\"\337\001\n\006Citrix\022@\n\013ci" +
5065
- "trix_pool\030\001 \001(\0132).com.lansweeper.dp.outb" +
5066
- "ound.v1.CitrixPoolH\000\022@\n\013citrix_host\030\002 \001(" +
5067
- "\0132).com.lansweeper.dp.outbound.v1.Citrix" +
5068
- "HostH\000\022B\n\014citrix_guest\030\003 \001(\0132*.com.lansw" +
5069
- "eeper.dp.outbound.v1.CitrixGuestH\000B\r\n\013ci" +
5070
- "trix_data\"\247\r\n\nCitrixPool\022\021\n\004name\030\001 \001(\tH\000" +
5071
- "\210\001\001\022\030\n\013description\030\002 \001(\tH\001\210\001\001\022\025\n\010redo_lo" +
5072
- "g\030\003 \001(\010H\002\210\001\001\022\021\n\004tags\030\004 \001(\tH\003\210\001\001\022 \n\023v_swi" +
5073
- "tch_controller\030\005 \001(\tH\004\210\001\001\022\036\n\021high_availa" +
5074
- "bility\030\006 \001(\010H\005\210\001\001\022/\n\"high_availability_a" +
5075
- "llow_overcommit\030\007 \001(\010H\006\210\001\001\022,\n\037high_avail" +
5076
- "ability_overcommitted\030\010 \001(\010H\007\210\001\001\0228\n+high" +
5077
- "_availability_host_failures_to_tolerate\030" +
5078
- "\t \001(\003H\010\210\001\001\022.\n!high_availability_plan_exi" +
5079
- "sts_for\030\n \001(\003H\t\210\001\001\022\037\n\022workload_balancing" +
5080
- "\030\013 \001(\010H\n\210\001\001\022#\n\026workload_balancing_url\030\014 " +
5081
- "\001(\tH\013\210\001\001\022(\n\033workload_balancing_username\030" +
5082
- "\r \001(\tH\014\210\001\001\022+\n\036workload_balancing_verify_" +
5083
- "cert\030\016 \001(\010H\r\210\001\001\022\035\n\020master_host_uuid\030\017 \001(" +
5084
- "\tH\016\210\001\001\022#\n\026crash_dump_storage_ref\030\020 \001(\tH\017" +
5085
- "\210\001\001\022&\n\031suspend_image_storage_ref\030\021 \001(\tH\020" +
5086
- "\210\001\001\022B\n\nappliances\030\022 \003(\0132..com.lansweeper" +
5087
- ".dp.outbound.v1.CitrixAppliance\022B\n\010netwo" +
5088
- "rks\030\023 \003(\01320.com.lansweeper.dp.outbound.v" +
5089
- "1.NetworkInterfaces\022Y\n\024other_configurati" +
5090
- "ons\030\024 \003(\0132;.com.lansweeper.dp.outbound.v" +
5091
- "1.CitrixPoolOtherConfiguration\022?\n\007patche" +
5092
- "s\030\025 \003(\0132..com.lansweeper.dp.outbound.v1." +
5093
- "CitrixPoolPatch\022J\n\014restrictions\030\026 \003(\01324." +
5094
- "com.lansweeper.dp.outbound.v1.CitrixPool" +
5095
- "Restriction\022\025\n\rtemplate_name\030\027 \003(\t\022S\n\023ph" +
5096
- "ysical_interfaces\030\030 \003(\01326.com.lansweeper" +
5097
- ".dp.outbound.v1.CitrixPhysicalInterface\022" +
5098
- "Q\n\022virtual_interfaces\030\031 \003(\01325.com.lanswe" +
5099
- "eper.dp.outbound.v1.CitrixVirtualInterfa" +
5100
- "ce\022>\n\013citrix_user\030\032 \003(\0132).com.lansweeper" +
5101
- ".dp.outbound.v1.CitrixUserB\007\n\005_nameB\016\n\014_" +
5102
- "descriptionB\013\n\t_redo_logB\007\n\005_tagsB\026\n\024_v_" +
5103
- "switch_controllerB\024\n\022_high_availabilityB" +
5104
- "%\n#_high_availability_allow_overcommitB\"" +
5105
- "\n _high_availability_overcommittedB.\n,_h" +
5106
- "igh_availability_host_failures_to_tolera" +
5107
- "teB$\n\"_high_availability_plan_exists_for" +
5108
- "B\025\n\023_workload_balancingB\031\n\027_workload_bal" +
5109
- "ancing_urlB\036\n\034_workload_balancing_userna" +
5110
- "meB!\n\037_workload_balancing_verify_certB\023\n" +
5111
- "\021_master_host_uuidB\031\n\027_crash_dump_storag" +
5112
- "e_refB\034\n\032_suspend_image_storage_ref\"P\n\nC" +
5113
- "itrixUser\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\027\n\nshort_na" +
5114
- "me\030\002 \001(\tH\001\210\001\001B\007\n\005_nameB\r\n\013_short_name\"W\n" +
5115
- "\017CitrixAppliance\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\030\n\013d" +
5116
- "escription\030\002 \001(\tH\001\210\001\001B\007\n\005_nameB\016\n\014_descr" +
5117
- "iption\"\210\001\n\034CitrixPoolOtherConfiguration\022" +
5118
- "\020\n\003key\030\001 \001(\tH\000\210\001\001\022\022\n\005value\030\002 \001(\tH\001\210\001\001\022\034\n" +
5119
- "\017is_custom_field\030\003 \001(\010H\002\210\001\001B\006\n\004_keyB\010\n\006_" +
5120
- "valueB\022\n\020_is_custom_field\"O\n\025CitrixPoolR" +
5121
- "estriction\022\020\n\003key\030\001 \001(\tH\000\210\001\001\022\022\n\005value\030\002 " +
5122
- "\001(\tH\001\210\001\001B\006\n\004_keyB\010\n\006_value\"\363\001\n\017CitrixPoo" +
5123
- "lPatch\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\030\n\013description" +
5124
- "\030\002 \001(\tH\001\210\001\001\022\021\n\004size\030\003 \001(\003H\002\210\001\001\022\024\n\007versio" +
5125
- "n\030\004 \001(\tH\003\210\001\001\022!\n\024after_apply_guidance\030\005 \001" +
5126
- "(\tH\004\210\001\001\022\024\n\007applied\030\006 \001(\010H\005\210\001\001B\007\n\005_nameB\016" +
5127
- "\n\014_descriptionB\007\n\005_sizeB\n\n\010_versionB\027\n\025_" +
5128
- "after_apply_guidanceB\n\n\010_applied\"\305\014\n\nCit" +
5129
- "rixHost\022\025\n\010hostname\030\001 \001(\tH\000\210\001\001\022\021\n\004name\030\002" +
5130
- " \001(\tH\001\210\001\001\022\030\n\013description\030\003 \001(\tH\002\210\001\001\022\026\n\ti" +
5131
- "s_master\030\004 \001(\010H\003\210\001\001\022\024\n\007address\030\005 \001(\tH\004\210\001" +
5132
- "\001\022\024\n\007edition\030\006 \001(\tH\005\210\001\001\022\024\n\007enabled\030\007 \001(\010" +
5133
- "H\006\210\001\001\0221\n$external_authentication_service" +
5134
- "_name\030\010 \001(\tH\007\210\001\001\022)\n\034external_authenticat" +
5135
- "ion_type\030\t \001(\tH\010\210\001\001\022\034\n\017memory_overhead\030\n" +
5136
- " \001(\003H\t\210\001\001\022\032\n\rpower_on_mode\030\013 \001(\tH\n\210\001\001\022\035\n" +
5137
- "\020scheduler_policy\030\014 \001(\tH\013\210\001\001\022\021\n\004tags\030\r \001" +
5138
- "(\tH\014\210\001\001\022\024\n\007display\030\016 \001(\tH\r\210\001\001\0225\n\014last_up" +
5139
- "dated\030\017 \001(\0132\032.google.protobuf.TimestampH" +
5140
- "\016\210\001\001\022\021\n\004live\030\020 \001(\010H\017\210\001\001\022\030\n\013memory_free\030\021" +
5141
- " \001(\003H\020\210\001\001\022\031\n\014memory_total\030\022 \001(\003H\021\210\001\001\022\026\n\t" +
5142
- "host_uuid\030\023 \001(\tH\022\210\001\001\022#\n\026crash_dump_stora" +
5143
- "ge_ref\030\024 \001(\tH\023\210\001\001\022$\n\027local_cache_storage" +
5144
- "_ref\030\025 \001(\tH\024\210\001\001\022&\n\031suspend_image_storage" +
5145
- "_ref\030\026 \001(\tH\025\210\001\001\022>\n\010storages\030\027 \003(\0132,.com." +
5146
- "lansweeper.dp.outbound.v1.CitrixStorage\022" +
5147
- "S\n\023physical_interfaces\030\030 \003(\01326.com.lansw" +
5148
- "eeper.dp.outbound.v1.CitrixPhysicalInter" +
5149
- "face\0226\n\004pcis\030\031 \003(\0132(.com.lansweeper.dp.o" +
5150
- "utbound.v1.CitrixPci\022G\n\013extra_infos\030\032 \003(" +
5151
- "\01322.com.lansweeper.dp.outbound.v1.Citrix" +
5152
- "HostExtraInfo\022?\n\007patches\030\033 \003(\0132..com.lan" +
5153
- "sweeper.dp.outbound.v1.CitrixHostPatch\022K" +
5154
- "\n\rphysical_cpus\030\034 \003(\01324.com.lansweeper.d" +
5155
- "p.outbound.v1.CitrixHostPhysicalCpu\022G\n\013c" +
5156
- "rash_dumps\030\035 \003(\01322.com.lansweeper.dp.out" +
5157
- "bound.v1.CitrixHostCrashDump\022\030\n\020citrix_p" +
5158
- "ool_uuid\030\036 \001(\t\022\030\n\020guest_asset_refs\030\037 \003(\t" +
5159
- "B\013\n\t_hostnameB\007\n\005_nameB\016\n\014_descriptionB\014" +
5160
- "\n\n_is_masterB\n\n\010_addressB\n\n\010_editionB\n\n\010" +
5161
- "_enabledB\'\n%_external_authentication_ser" +
5162
- "vice_nameB\037\n\035_external_authentication_ty" +
5163
- "peB\022\n\020_memory_overheadB\020\n\016_power_on_mode" +
5164
- "B\023\n\021_scheduler_policyB\007\n\005_tagsB\n\n\010_displ" +
5165
- "ayB\017\n\r_last_updatedB\007\n\005_liveB\016\n\014_memory_" +
5166
- "freeB\017\n\r_memory_totalB\014\n\n_host_uuidB\031\n\027_" +
5167
- "crash_dump_storage_refB\032\n\030_local_cache_s" +
5168
- "torage_refB\034\n\032_suspend_image_storage_ref" +
5169
- "\"s\n\023CitrixHostCrashDump\022\021\n\004size\030\001 \001(\003H\000\210" +
5170
- "\001\001\0222\n\ttimestamp\030\002 \001(\0132\032.google.protobuf." +
5171
- "TimestampH\001\210\001\001B\007\n\005_sizeB\014\n\n_timestamp\"\321\002" +
5172
- "\n\025CitrixHostPhysicalCpu\022\023\n\006family\030\001 \001(\003H" +
5173
- "\000\210\001\001\022\025\n\010features\030\002 \001(\tH\001\210\001\001\022\022\n\005flags\030\003 \001" +
5174
- "(\tH\002\210\001\001\022\022\n\005model\030\004 \001(\003H\003\210\001\001\022\027\n\nmodel_nam" +
5175
- "e\030\005 \001(\tH\004\210\001\001\022\033\n\016number_of_cpus\030\006 \001(\003H\005\210\001" +
5176
- "\001\022\022\n\005speed\030\007 \001(\003H\006\210\001\001\022\025\n\010stepping\030\010 \001(\tH" +
5177
- "\007\210\001\001\022\023\n\006vendor\030\t \001(\tH\010\210\001\001B\t\n\007_familyB\013\n\t" +
5178
- "_featuresB\010\n\006_flagsB\010\n\006_modelB\r\n\013_model_" +
5179
- "nameB\021\n\017_number_of_cpusB\010\n\006_speedB\013\n\t_st" +
5180
- "eppingB\t\n\007_vendor\"\323\001\n\017CitrixHostPatch\022\021\n" +
5181
- "\004name\030\001 \001(\tH\000\210\001\001\022\030\n\013description\030\002 \001(\tH\001\210" +
5182
- "\001\001\022\021\n\004size\030\003 \001(\003H\002\210\001\001\0220\n\007applied\030\004 \001(\0132\032" +
5183
- ".google.protobuf.TimestampH\003\210\001\001\022\024\n\007versi" +
5184
- "on\030\005 \001(\tH\004\210\001\001B\007\n\005_nameB\016\n\014_descriptionB\007" +
5185
- "\n\005_sizeB\n\n\010_appliedB\n\n\010_version\"\353\005\n\rCitr" +
5186
- "ixStorage\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\030\n\013descript" +
5187
- "ion\030\002 \001(\tH\001\210\001\001\022\032\n\rphysical_size\030\003 \001(\003H\002\210" +
5188
- "\001\001\022!\n\024physical_utilization\030\004 \001(\003H\003\210\001\001\022\021\n" +
5189
- "\004type\030\005 \001(\tH\004\210\001\001\022\031\n\014content_type\030\006 \001(\tH\005" +
5190
- "\210\001\001\022\026\n\tclustered\030\007 \001(\010H\006\210\001\001\022\035\n\020is_tools_" +
5191
- "storage\030\010 \001(\010H\007\210\001\001\022\030\n\013local_cache\030\t \001(\010H" +
5192
- "\010\210\001\001\022\023\n\006shared\030\n \001(\010H\t\210\001\001\022\021\n\004tags\030\013 \001(\tH" +
5193
- "\n\210\001\001\022\037\n\022virtual_allocation\030\014 \001(\003H\013\210\001\001\022\022\n" +
5194
- "\nhost_uuids\030\r \003(\t\022\030\n\013storage_ref\030\016 \001(\tH\014" +
5195
- "\210\001\001\022X\n\026physical_block_devices\030\017 \003(\01328.co" +
5196
- "m.lansweeper.dp.outbound.v1.CitrixPhysic" +
5197
- "alBlockDevice\022R\n\023virtual_disk_images\030\020 \003" +
5198
- "(\01325.com.lansweeper.dp.outbound.v1.Citri" +
5199
- "xVirtualDiskImageB\007\n\005_nameB\016\n\014_descripti" +
5200
- "onB\020\n\016_physical_sizeB\027\n\025_physical_utiliz" +
5201
- "ationB\007\n\005_typeB\017\n\r_content_typeB\014\n\n_clus",
5202
- "teredB\023\n\021_is_tools_storageB\016\n\014_local_cac" +
5203
- "heB\t\n\007_sharedB\007\n\005_tagsB\025\n\023_virtual_alloc" +
5204
- "ationB\016\n\014_storage_ref\"\331\001\n\031CitrixPhysical" +
5205
- "BlockDevice\022\037\n\022currently_attached\030\001 \001(\010H" +
5206
- "\000\210\001\001\022\025\n\010location\030\002 \001(\tH\001\210\001\001\022\025\n\010username\030" +
5207
- "\003 \001(\tH\002\210\001\001\022\021\n\004type\030\004 \001(\tH\003\210\001\001\022\024\n\007version" +
5208
- "\030\005 \001(\tH\004\210\001\001B\025\n\023_currently_attachedB\013\n\t_l" +
5209
- "ocationB\013\n\t_usernameB\007\n\005_typeB\n\n\010_versio" +
5210
- "n\"\326\005\n\026CitrixVirtualDiskImage\022\021\n\004name\030\001 \001" +
5211
- "(\tH\000\210\001\001\022\030\n\013description\030\002 \001(\tH\001\210\001\001\022\032\n\rall" +
5212
- "ow_caching\030\003 \001(\010H\002\210\001\001\022\032\n\ris_a_snapshot\030\004" +
5213
- " \001(\010H\003\210\001\001\022\025\n\010location\030\005 \001(\tH\004\210\001\001\022\024\n\007mana" +
5214
- "ged\030\006 \001(\010H\005\210\001\001\022\034\n\017metadata_latest\030\007 \001(\010H" +
5215
- "\006\210\001\001\022\024\n\007missing\030\010 \001(\010H\007\210\001\001\022\024\n\007on_boot\030\t " +
5216
- "\001(\tH\010\210\001\001\022!\n\024physical_utilisation\030\n \001(\003H\t" +
5217
- "\210\001\001\022\026\n\tread_only\030\013 \001(\010H\n\210\001\001\022\025\n\010sharable\030" +
5218
- "\014 \001(\010H\013\210\001\001\022\031\n\014storage_lock\030\r \001(\010H\014\210\001\001\022\021\n" +
5219
- "\004tags\030\016 \001(\tH\r\210\001\001\022\021\n\004type\030\017 \001(\tH\016\210\001\001\022\031\n\014v" +
5220
- "irtual_size\030\020 \001(\003H\017\210\001\001\022\026\n\thost_uuid\030\021 \001(" +
5221
- "\tH\020\210\001\001\022\"\n\032virtual_block_device_uuids\030\022 \003" +
5222
- "(\tB\007\n\005_nameB\016\n\014_descriptionB\020\n\016_allow_ca" +
5223
- "chingB\020\n\016_is_a_snapshotB\013\n\t_locationB\n\n\010" +
5224
- "_managedB\022\n\020_metadata_latestB\n\n\010_missing" +
5225
- "B\n\n\010_on_bootB\027\n\025_physical_utilisationB\014\n" +
5226
- "\n_read_onlyB\013\n\t_sharableB\017\n\r_storage_loc" +
5227
- "kB\007\n\005_tagsB\007\n\005_typeB\017\n\r_virtual_sizeB\014\n\n" +
5228
- "_host_uuid\"\203\002\n\tCitrixPci\022\027\n\nclass_name\030\001" +
5229
- " \001(\tH\000\210\001\001\022\030\n\013device_name\030\002 \001(\tH\001\210\001\001\022\"\n\025s" +
5230
- "ubsystem_device_name\030\003 \001(\tH\002\210\001\001\022\"\n\025subsy" +
5231
- "stem_vendor_name\030\004 \001(\tH\003\210\001\001\022\030\n\013vendor_na" +
5232
- "me\030\005 \001(\tH\004\210\001\001B\r\n\013_class_nameB\016\n\014_device_" +
5233
- "nameB\030\n\026_subsystem_device_nameB\030\n\026_subsy" +
5234
- "stem_vendor_nameB\016\n\014_vendor_name\"y\n\023Citr" +
5235
- "ixHostExtraInfo\022\031\n\014info_type_id\030\001 \001(\005H\000\210" +
5236
- "\001\001\022\020\n\003key\030\002 \001(\tH\001\210\001\001\022\022\n\005value\030\003 \001(\tH\002\210\001\001" +
5237
- "B\017\n\r_info_type_idB\006\n\004_keyB\010\n\006_value\"\344\021\n\013" +
5238
- "CitrixGuest\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\030\n\013descri" +
5239
- "ption\030\002 \001(\tH\001\210\001\001\022\023\n\006memory\030\003 \001(\003H\002\210\001\001\022\026\n" +
5240
- "\tcpu_count\030\004 \001(\003H\003\210\001\001\022\022\n\005state\030\005 \001(\tH\004\210\001" +
5241
- "\001\022\021\n\004live\030\006 \001(\010H\005\210\001\001\0225\n\014last_updated\030\007 \001" +
5242
- "(\0132\032.google.protobuf.TimestampH\006\210\001\001\022\034\n\017h" +
5243
- "vm_boot_policy\030\010 \001(\tH\007\210\001\001\022\"\n\025hvm_shadow_" +
5244
- "multiplier\030\t \001(\001H\010\210\001\001\022\024\n\007pci_bus\030\n \001(\tH\t" +
5245
- "\210\001\001\022\031\n\014pv_arguments\030\013 \001(\tH\n\210\001\001\022\032\n\rpv_boo" +
5246
- "tloader\030\014 \001(\tH\013\210\001\001\022$\n\027pv_bootloader_argu" +
5247
- "ments\030\r \001(\tH\014\210\001\001\022\026\n\tpv_kernel\030\016 \001(\tH\r\210\001\001" +
5248
- "\022 \n\023pv_legacy_arguments\030\017 \001(\tH\016\210\001\001\022\027\n\npv" +
5249
- "_ramdisk\030\020 \001(\tH\017\210\001\001\022 \n\023actions_after_cra" +
5250
- "sh\030\021 \001(\tH\020\210\001\001\022!\n\024actions_after_reboot\030\022 " +
5251
- "\001(\tH\021\210\001\001\022#\n\026actions_after_shutdown\030\023 \001(\t" +
5252
- "H\022\210\001\001\022\032\n\rha_always_run\030\024 \001(\010H\023\210\001\001\022 \n\023ha_" +
5253
- "restart_priority\030\025 \001(\tH\024\210\001\001\022&\n\031hardware_" +
5254
- "platform_version\030\026 \001(\003H\025\210\001\001\022\037\n\022last_boot" +
5255
- "ed_record\030\027 \001(\tH\026\210\001\001\022\037\n\022memory_dynamic_m" +
5256
- "ax\030\030 \001(\003H\027\210\001\001\022\037\n\022memory_dynamic_min\030\031 \001(" +
5257
- "\003H\030\210\001\001\022\034\n\017memory_overhead\030\032 \001(\003H\031\210\001\001\022\036\n\021" +
5258
- "memory_static_max\030\033 \001(\003H\032\210\001\001\022\036\n\021memory_s" +
5259
- "tatic_min\030\034 \001(\003H\033\210\001\001\022\032\n\rmemory_target\030\035 " +
5260
- "\001(\003H\034\210\001\001\022\022\n\005order\030\036 \001(\003H\035\210\001\001\022\030\n\013power_st" +
5261
- "ate\030\037 \001(\tH\036\210\001\001\022\033\n\016shutdown_delay\030 \001(\003H\037" +
5262
- "\210\001\001\022\030\n\013start_delay\030! \001(\003H \210\001\001\022\021\n\004tags\030\" " +
5263
- "\001(\tH!\210\001\001\022\031\n\014user_version\030# \001(\003H\"\210\001\001\022\024\n\007v" +
5264
- "ersion\030$ \001(\003H#\210\001\001\0225\n\014install_time\030% \001(\0132" +
5265
- "\032.google.protobuf.TimestampH$\210\001\001\0223\n\nstar" +
5266
- "t_time\030& \001(\0132\032.google.protobuf.Timestamp" +
5267
- "H%\210\001\001\022\026\n\thost_uuid\030\' \001(\tH&\210\001\001\022\027\n\nguest_u" +
5268
- "uid\030( \001(\tH\'\210\001\001\022Q\n\022virtual_interfaces\030) \003" +
5269
- "(\01325.com.lansweeper.dp.outbound.v1.Citri" +
5270
- "xVirtualInterface\022H\n\013extra_infos\030* \003(\01323" +
5271
- ".com.lansweeper.dp.outbound.v1.CitrixGue" +
5272
- "stExtraInfo\022V\n\025virtual_block_devices\030+ \003" +
5273
- "(\01327.com.lansweeper.dp.outbound.v1.Citri" +
5274
- "xVirtualBlockDevice\022\030\n\020citrix_host_uuid\030" +
5275
- ", \001(\t\022\030\n\020citrix_pool_uuid\030- \001(\t\022\031\n\014appli" +
5276
- "ance_id\030. \001(\tH(\210\001\001B\007\n\005_nameB\016\n\014_descript" +
5277
- "ionB\t\n\007_memoryB\014\n\n_cpu_countB\010\n\006_stateB\007" +
5278
- "\n\005_liveB\017\n\r_last_updatedB\022\n\020_hvm_boot_po" +
5279
- "licyB\030\n\026_hvm_shadow_multiplierB\n\n\010_pci_b" +
5280
- "usB\017\n\r_pv_argumentsB\020\n\016_pv_bootloaderB\032\n" +
5281
- "\030_pv_bootloader_argumentsB\014\n\n_pv_kernelB" +
5282
- "\026\n\024_pv_legacy_argumentsB\r\n\013_pv_ramdiskB\026" +
5283
- "\n\024_actions_after_crashB\027\n\025_actions_after" +
5284
- "_rebootB\031\n\027_actions_after_shutdownB\020\n\016_h" +
5285
- "a_always_runB\026\n\024_ha_restart_priorityB\034\n\032" +
5286
- "_hardware_platform_versionB\025\n\023_last_boot" +
5287
- "ed_recordB\025\n\023_memory_dynamic_maxB\025\n\023_mem" +
5288
- "ory_dynamic_minB\022\n\020_memory_overheadB\024\n\022_" +
5289
- "memory_static_maxB\024\n\022_memory_static_minB" +
5290
- "\020\n\016_memory_targetB\010\n\006_orderB\016\n\014_power_st" +
5291
- "ateB\021\n\017_shutdown_delayB\016\n\014_start_delayB\007" +
5292
- "\n\005_tagsB\017\n\r_user_versionB\n\n\010_versionB\017\n\r" +
5293
- "_install_timeB\r\n\013_start_timeB\014\n\n_host_uu" +
5294
- "idB\r\n\013_guest_uuidB\017\n\r_appliance_id\"z\n\024Ci" +
5295
- "trixGuestExtraInfo\022\031\n\014info_type_id\030\001 \001(\005" +
5296
- "H\000\210\001\001\022\020\n\003key\030\002 \001(\tH\001\210\001\001\022\022\n\005value\030\003 \001(\tH\002" +
5297
- "\210\001\001B\017\n\r_info_type_idB\006\n\004_keyB\010\n\006_value\"\204" +
5298
- "\006\n\030CitrixVirtualBlockDevice\022\025\n\010bootable\030" +
5299
- "\001 \001(\010H\000\210\001\001\022\037\n\022currently_attached\030\002 \001(\010H\001" +
5300
- "\210\001\001\022\023\n\006device\030\003 \001(\tH\002\210\001\001\022\022\n\005empty\030\004 \001(\010H" +
5301
- "\003\210\001\001\022\021\n\004mode\030\005 \001(\tH\004\210\001\001\022%\n\030qos_algorithm" +
5302
- "_parameters\030\006 \001(\tH\005\210\001\001\022\037\n\022qos_algorithm_" +
5303
- "type\030\007 \001(\tH\006\210\001\001\022%\n\030qos_supported_algorit" +
5304
- "hms\030\010 \001(\tH\007\210\001\001\022\037\n\022runtime_properties\030\t \001" +
5305
- "(\tH\010\210\001\001\022\030\n\013status_code\030\n \001(\003H\t\210\001\001\022\033\n\016sta" +
5306
- "tus_details\030\013 \001(\tH\n\210\001\001\022\031\n\014storage_lock\030\014" +
5307
- " \001(\010H\013\210\001\001\022\021\n\004type\030\r \001(\tH\014\210\001\001\022\030\n\013unplugga" +
5308
- "ble\030\016 \001(\010H\r\210\001\001\022\030\n\013user_device\030\017 \001(\tH\016\210\001\001" +
5309
- "\022&\n\031virtual_block_device_uuid\030\020 \001(\tH\017\210\001\001" +
5310
- "B\013\n\t_bootableB\025\n\023_currently_attachedB\t\n\007" +
5311
- "_deviceB\010\n\006_emptyB\007\n\005_modeB\033\n\031_qos_algor" +
5312
- "ithm_parametersB\025\n\023_qos_algorithm_typeB\033" +
5313
- "\n\031_qos_supported_algorithmsB\025\n\023_runtime_" +
5314
- "propertiesB\016\n\014_status_codeB\021\n\017_status_de" +
5315
- "tailsB\017\n\r_storage_lockB\007\n\005_typeB\016\n\014_unpl" +
5316
- "uggableB\016\n\014_user_deviceB\034\n\032_virtual_bloc" +
5317
- "k_device_uuid\"\257\t\n\027CitrixPhysicalInterfac" +
5318
- "e\022\030\n\013device_name\030\001 \001(\tH\000\210\001\001\022\020\n\003mac\030\002 \001(\t" +
5319
- "H\001\210\001\001\022\020\n\003mtu\030\003 \001(\003H\002\210\001\001\022\020\n\003dns\030\004 \001(\tH\003\210\001" +
5320
- "\001\022\017\n\002ip\030\005 \001(\tH\004\210\001\001\022\024\n\007netmask\030\006 \001(\tH\005\210\001\001" +
5321
- "\022\024\n\007gateway\030\007 \001(\tH\006\210\001\001\022\023\n\006vendor\030\010 \001(\tH\007" +
5322
- "\210\001\001\022\022\n\005speed\030\t \001(\003H\010\210\001\001\0225\n\014last_updated\030" +
5323
- "\n \001(\0132\032.google.protobuf.TimestampH\t\210\001\001\022\037" +
5324
- "\n\022currently_attached\030\013 \001(\010H\n\210\001\001\022\034\n\017disal" +
5325
- "low_unplug\030\014 \001(\010H\013\210\001\001\022\022\n\005ip_v6\030\r \001(\tH\014\210\001" +
5326
- "\001\022\023\n\006device\030\016 \001(\tH\r\210\001\001\022\"\n\025ip_configurati" +
5327
- "on_mode\030\017 \001(\tH\016\210\001\001\022%\n\030ip_v6_configuratio" +
5328
- "n_mode\030\020 \001(\tH\017\210\001\001\022\032\n\rip_v6_gateway\030\021 \001(\t" +
5329
- "H\020\210\001\001\022\024\n\007managed\030\022 \001(\010H\021\210\001\001\022\027\n\nmanagemen" +
5330
- "t\030\023 \001(\010H\022\210\001\001\022\025\n\010physical\030\024 \001(\010H\023\210\001\001\022!\n\024p" +
5331
- "rimary_address_type\030\025 \001(\tH\024\210\001\001\022\024\n\007carrie" +
5332
- "r\030\026 \001(\010H\025\210\001\001\022\023\n\006duplex\030\027 \001(\010H\026\210\001\001\022\026\n\tdev" +
5333
- "ice_id\030\030 \001(\tH\027\210\001\001\022\031\n\014pci_bus_path\030\031 \001(\tH" +
5334
- "\030\210\001\001\022\026\n\tvendor_id\030\032 \001(\tH\031\210\001\001\022\030\n\013vendor_n" +
5335
- "ame\030\033 \001(\tH\032\210\001\001\022\026\n\thost_uuid\030\034 \001(\tH\033\210\001\001\022\033" +
5336
- "\n\016interface_uuid\030\035 \001(\tH\034\210\001\001B\016\n\014_device_n" +
5337
- "ameB\006\n\004_macB\006\n\004_mtuB\006\n\004_dnsB\005\n\003_ipB\n\n\010_n" +
5338
- "etmaskB\n\n\010_gatewayB\t\n\007_vendorB\010\n\006_speedB" +
5339
- "\017\n\r_last_updatedB\025\n\023_currently_attachedB" +
5340
- "\022\n\020_disallow_unplugB\010\n\006_ip_v6B\t\n\007_device" +
5341
- "B\030\n\026_ip_configuration_modeB\033\n\031_ip_v6_con" +
5342
- "figuration_modeB\020\n\016_ip_v6_gatewayB\n\n\010_ma" +
5343
- "nagedB\r\n\013_managementB\013\n\t_physicalB\027\n\025_pr" +
5344
- "imary_address_typeB\n\n\010_carrierB\t\n\007_duple" +
5345
- "xB\014\n\n_device_idB\017\n\r_pci_bus_pathB\014\n\n_ven" +
5346
- "dor_idB\016\n\014_vendor_nameB\014\n\n_host_uuidB\021\n\017" +
5347
- "_interface_uuid\"_\n\035CitrixVirtualInterfac" +
5348
- "eAddress\022\027\n\nip_version\030\001 \001(\rH\000\210\001\001\022\017\n\002ip\030" +
5349
- "\002 \001(\tH\001\210\001\001B\r\n\013_ip_versionB\005\n\003_ip\"\221\005\n\026Cit" +
5350
- "rixVirtualInterface\022\023\n\006device\030\001 \001(\tH\000\210\001\001" +
5351
- "\022\020\n\003mac\030\002 \001(\tH\001\210\001\001\022\037\n\022mac_auto_generated" +
5352
- "\030\003 \001(\010H\002\210\001\001\022\020\n\003mtu\030\004 \001(\003H\003\210\001\001\022\030\n\013status_" +
5353
- "code\030\005 \001(\003H\004\210\001\001\022\033\n\016status_details\030\006 \001(\tH" +
5354
- "\005\210\001\001\022\037\n\022currently_attached\030\007 \001(\010H\006\210\001\001\022\037\n" +
5355
- "\022qos_algorithm_type\030\010 \001(\tH\007\210\001\001\022\033\n\016qos_al" +
5356
- "gorithms\030\t \001(\tH\010\210\001\001\022\031\n\014locking_mode\030\n \001(" +
5357
- "\tH\t\210\001\001\022\026\n\thost_uuid\030\013 \001(\tH\n\210\001\001\022\023\n\006vm_ref" +
5358
- "\030\014 \001(\tH\013\210\001\001\022\033\n\016interface_uuid\030\r \001(\tH\014\210\001\001" +
5359
- "\022O\n\taddresses\030\016 \003(\0132<.com.lansweeper.dp." +
5360
- "outbound.v1.CitrixVirtualInterfaceAddres" +
5361
- "sB\t\n\007_deviceB\006\n\004_macB\025\n\023_mac_auto_genera" +
5362
- "tedB\006\n\004_mtuB\016\n\014_status_codeB\021\n\017_status_d" +
5363
- "etailsB\025\n\023_currently_attachedB\025\n\023_qos_al" +
5364
- "gorithm_typeB\021\n\017_qos_algorithmsB\017\n\r_lock" +
5365
- "ing_modeB\014\n\n_host_uuidB\t\n\007_vm_refB\021\n\017_in" +
5366
- "terface_uuid\"\200\003\n\020IpLocationConfig\022\014\n\004nam" +
5367
- "e\030\001 \001(\t\022\032\n\rlocal_ip_cidr\030\002 \001(\tH\000\210\001\001\022\033\n\016l" +
5368
- "ocal_ip_start\030\003 \001(\tH\001\210\001\001\022\031\n\014local_ip_end" +
5369
- "\030\004 \001(\tH\002\210\001\001\022\026\n\tsource_id\030\005 \001(\tH\003\210\001\001\022\035\n\020i" +
5370
- "nternet_ip_cidr\030\006 \001(\tH\004\210\001\001\022\"\n\025internet_c" +
5371
- "ountry_code\030\007 \001(\tH\005\210\001\001\022\"\n\025internet_count" +
5372
- "ry_city\030\010 \001(\tH\006\210\001\001B\020\n\016_local_ip_cidrB\021\n\017" +
5373
- "_local_ip_startB\017\n\r_local_ip_endB\014\n\n_sou" +
5374
- "rce_idB\023\n\021_internet_ip_cidrB\030\n\026_internet" +
5375
- "_country_codeB\030\n\026_internet_country_city\"" +
5376
- "\032\n\007SiteKey\022\017\n\007site_id\030\001 \001(\t\"M\n\014ReconRule" +
5377
- "Set\022=\n\013recon_rules\030\001 \003(\0132(.com.lansweepe" +
5378
- "r.dp.outbound.v1.ReconRule\"\211\001\n\tReconRule" +
5379
- "\0226\n\002id\030\001 \001(\0162*.com.lansweeper.dp.outboun" +
5380
- "d.v1.ReconRuleId\022\014\n\004name\030\002 \001(\t\022\023\n\013descri" +
5381
- "ption\030\003 \001(\t\022\020\n\010priority\030\004 \001(\005\022\017\n\007enabled" +
5382
- "\030\005 \001(\010\"\246\010\n\025Office365Organization\022\021\n\ttena" +
5383
- "nt_id\030\001 \001(\t\022\030\n\013displayname\030\002 \001(\tH\000\210\001\001\022\024\n" +
5384
- "\007country\030\003 \001(\tH\001\210\001\001\022\021\n\004city\030\004 \001(\tH\002\210\001\001\022\031" +
5385
- "\n\014country_name\030\005 \001(\tH\003\210\001\001\022\030\n\013postal_code" +
5386
- "\030\006 \001(\tH\004\210\001\001\022\022\n\005state\030\007 \001(\tH\005\210\001\001\022\023\n\006stree" +
5387
- "t\030\010 \001(\tH\006\210\001\001\022\035\n\020telephone_number\030\t \001(\tH\007" +
5388
- "\210\001\001\022C\n\032company_last_dir_sync_time\030\n \001(\0132" +
5389
- "\032.google.protobuf.TimestampH\010\210\001\001\022\035\n\020dir_" +
5390
- "sync_enabled\030\013 \001(\010H\t\210\001\001\022?\n\007domains\030\014 \003(\013" +
5391
- "2..com.lansweeper.dp.outbound.v1.Office3" +
5392
- "65Domain\022A\n\010licenses\030\017 \003(\0132/.com.lanswee" +
5393
- "per.dp.outbound.v1.Office365License\022c\n\016a" +
5394
- "ssigned_plans\030\020 \003(\0132G.com.lansweeper.dp." +
5395
- "outbound.v1.Office365Organization.Assign" +
5396
- "edPlansEntryB\002\030\001\022A\n\010contacts\030\021 \003(\0132/.com" +
5397
- ".lansweeper.dp.outbound.v1.Office365Cont" +
5398
- "act\022B\n\tmailboxes\030\022 \003(\0132/.com.lansweeper." +
5399
- "dp.outbound.v1.Office365Mailbox\022V\n\021assig" +
5400
- "ned_licenses\030\023 \003(\01327.com.lansweeper.dp.o" +
5401
- "utbound.v1.Office365AssignedLicenseB\002\030\001\032" +
5402
- "j\n\022AssignedPlansEntry\022\013\n\003key\030\001 \001(\t\022C\n\005va" +
5403
- "lue\030\002 \001(\01324.com.lansweeper.dp.outbound.v" +
5404
- "1.Office365AssignedPlan:\0028\001B\016\n\014_displayn" +
5405
- "ameB\n\n\010_countryB\007\n\005_cityB\017\n\r_country_nam" +
5406
- "eB\016\n\014_postal_codeB\010\n\006_stateB\t\n\007_streetB\023" +
5407
- "\n\021_telephone_numberB\035\n\033_company_last_dir" +
5408
- "_sync_timeB\023\n\021_dir_sync_enabled\"\274\002\n\020Offi" +
5409
- "ce365Mailbox\022\027\n\017o365_mailbox_id\030\001 \001(\t\022\034\n" +
5410
- "\024o365_organization_id\030\002 \001(\t\022\024\n\014display_n" +
5411
- "ame\030\003 \001(\t\022\025\n\rprimary_email\030\004 \001(\t\022\025\n\remai" +
5412
- "l_address\030\005 \001(\t\022\r\n\005alias\030\006 \001(\t\022\026\n\016recipi" +
5413
- "ent_type\030\007 \001(\t\022\036\n\026recipient_type_details" +
5414
- "\030\010 \001(\t\022\033\n\023user_principal_name\030\t \001(\t\022\020\n\010i" +
5415
- "dentity\030\n \001(\t\022\030\n\020o365_mailbox_key\030\013 \001(\t\022" +
5416
- "\035\n\025o365_organization_key\030\014 \001(\t\"\236\003\n\025Offic" +
5417
- "e365AssignedPlan\022\027\n\017service_plan_id\030\001 \001(" +
5418
- "\t\022\024\n\007service\030\002 \001(\tH\000\210\001\001\022\036\n\021capability_st" +
5419
- "atus\030\003 \001(\tH\001\210\001\001\022<\n\023assigned_time_stamp\030\004" +
5420
- " \001(\0132\032.google.protobuf.TimestampH\002\210\001\001\022W\n" +
5421
- "\nusers_keys\030\005 \003(\0132C.com.lansweeper.dp.ou" +
5422
- "tbound.v1.Office365AssignedPlan.UsersKey" +
5423
- "sEntry\022\035\n\025o365_assigned_plan_id\030\006 \001(\t\022\024\n" +
5424
- "\014o365_user_id\030\010 \001(\t\0320\n\016UsersKeysEntry\022\013\n" +
5425
- "\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001B\n\n\010_servic" +
5426
- "eB\024\n\022_capability_statusB\026\n\024_assigned_tim" +
5427
- "e_stamp\"\250\001\n\030Office365AssignedLicense\022 \n\030" +
5428
- "o365_assigned_license_id\030\001 \001(\t\022\027\n\017o365_l" +
5429
- "icense_id\030\002 \001(\t\022\024\n\014o365_user_id\030\003 \001(\t\022!\n" +
5430
- "\031o365_assigned_license_key\030\004 \001(\t\022\030\n\020o365" +
5431
- "_license_key\030\005 \001(\t\"Z\n\020Office365Contact\022\031" +
5432
- "\n\014display_name\030\001 \001(\tH\000\210\001\001\022\021\n\004mail\030\002 \001(\tH" +
5433
- "\001\210\001\001B\017\n\r_display_nameB\007\n\005_mail\"\223\004\n\017Offic" +
5434
- "e365Domain\022\n\n\002id\030\001 \001(\005\022\034\n\017organization_i" +
5435
- "d\030\002 \001(\005H\000\210\001\001\022\030\n\013domain_name\030\003 \001(\tH\001\210\001\001\022 " +
5436
- "\n\023authentication_type\030\004 \001(\tH\002\210\001\001\022\035\n\020is_a" +
5437
- "dmin_managed\030\005 \001(\010H\003\210\001\001\022\027\n\nis_default\030\006 " +
5438
- "\001(\010H\004\210\001\001\022\027\n\nis_initial\030\007 \001(\010H\005\210\001\001\022\024\n\007is_" +
5439
- "root\030\010 \001(\010H\006\210\001\001\022\030\n\013is_verified\030\t \001(\010H\007\210\001" +
5440
- "\001\022\037\n\022supported_services\030\n \001(\tH\010\210\001\001\022\022\n\005st" +
5441
- "ate\030\013 \001(\tH\t\210\001\001\022 \n\023availability_status\030\014 " +
5442
- "\001(\tH\n\210\001\001B\022\n\020_organization_idB\016\n\014_domain_" +
5443
- "nameB\026\n\024_authentication_typeB\023\n\021_is_admi" +
5444
- "n_managedB\r\n\013_is_defaultB\r\n\013_is_initialB" +
5445
- "\n\n\010_is_rootB\016\n\014_is_verifiedB\025\n\023_supporte" +
5446
- "d_servicesB\010\n\006_stateB\026\n\024_availability_st" +
5447
- "atus\"\263\003\n\016Office365Group\022\021\n\tobject_id\030\001 \001" +
5448
- "(\t\022\031\n\014display_name\030\002 \001(\tH\000\210\001\001\022\030\n\013descrip" +
5449
- "tion\030\003 \001(\tH\001\210\001\001\022\031\n\014mail_enabled\030\004 \001(\010H\002\210" +
5450
- "\001\001\022\035\n\020security_enabled\030\005 \001(\010H\003\210\001\001\022\021\n\004mai" +
5451
- "l\030\006 \001(\tH\004\210\001\001\022\032\n\rmail_nickname\030\007 \001(\tH\005\210\001\001" +
5452
- "\022\034\n\017proxy_addresses\030\010 \001(\tH\006\210\001\001\022$\n\027organi" +
5453
- "zation_entity_key\030\t \001(\tH\007\210\001\001\022\021\n\004type\030\n \001" +
5454
- "(\tH\010\210\001\001B\017\n\r_display_nameB\016\n\014_description" +
5455
- "B\017\n\r_mail_enabledB\023\n\021_security_enabledB\007" +
5456
- "\n\005_mailB\020\n\016_mail_nicknameB\022\n\020_proxy_addr" +
5457
- "essesB\032\n\030_organization_entity_keyB\007\n\005_ty" +
5458
- "pe\"\216\005\n\020Office365License\022\016\n\006sku_id\030\001 \001(\t\022" +
5459
- "\033\n\016consumed_units\030\002 \001(\005H\000\210\001\001\022\"\n\025prepaid_" +
5460
- "units_enabled\030\003 \001(\005H\001\210\001\001\022$\n\027prepaid_unit" +
5461
- "s_suspended\030\004 \001(\005H\002\210\001\001\022\"\n\025prepaid_units_" +
5462
- "warning\030\005 \001(\005H\003\210\001\001\022\034\n\017sku_part_number\030\006 " +
5463
- "\001(\tH\004\210\001\001\022\027\n\napplies_to\030\007 \001(\tH\005\210\001\001\022\036\n\021cap" +
5464
- "ability_status\030\010 \001(\tH\006\210\001\001\022R\n\nusers_keys\030" +
5465
- "\t \003(\0132>.com.lansweeper.dp.outbound.v1.Of" +
5466
- "fice365License.UsersKeysEntry\022J\n\rservice" +
5467
- "_plans\030\n \003(\01323.com.lansweeper.dp.outboun" +
5468
- "d.v1.Office365ServicePlan\022\021\n\004name\030\013 \001(\tH" +
5469
- "\007\210\001\001\0320\n\016UsersKeysEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005v" +
5470
- "alue\030\002 \001(\010:\0028\001B\021\n\017_consumed_unitsB\030\n\026_pr" +
5471
- "epaid_units_enabledB\032\n\030_prepaid_units_su" +
5472
- "spendedB\030\n\026_prepaid_units_warningB\022\n\020_sk" +
5473
- "u_part_numberB\r\n\013_applies_toB\024\n\022_capabil" +
5474
- "ity_statusB\007\n\005_name\"\340\001\n\024Office365Service" +
5475
- "Plan\022\034\n\017service_plan_id\030\001 \001(\tH\000\210\001\001\022\036\n\021se" +
5476
- "rvice_plan_name\030\002 \001(\tH\001\210\001\001\022 \n\023provisioni" +
5477
- "ng_status\030\003 \001(\tH\002\210\001\001\022\027\n\napplies_to\030\004 \001(\t" +
5478
- "H\003\210\001\001B\022\n\020_service_plan_idB\024\n\022_service_pl" +
5479
- "an_nameB\026\n\024_provisioning_statusB\r\n\013_appl" +
5480
- "ies_to\"\222\023\n\rOffice365User\022\021\n\tobject_id\030\001 " +
5481
- "\001(\t\022 \n\023user_principal_name\030\002 \001(\tH\000\210\001\001\022\031\n" +
5482
- "\014display_name\030\003 \001(\tH\001\210\001\001\022\021\n\004mail\030\004 \001(\tH\002" +
5483
- "\210\001\001\022\034\n\017account_enabled\030\005 \001(\010H\003\210\001\001\022\026\n\tage" +
5484
- "_group\030\006 \001(\tH\004\210\001\001\022\021\n\004city\030\007 \001(\tH\005\210\001\001\022\024\n\007" +
5485
- "company\030\010 \001(\tH\006\210\001\001\022\'\n\032consent_provided_f" +
5486
- "or_minor\030\t \001(\tH\007\210\001\001\022\032\n\rcreation_type\030\n \001" +
5487
- "(\tH\010\210\001\001\022\027\n\ndepartment\030\013 \001(\tH\t\210\001\001\022\035\n\020dir_" +
5488
- "sync_enabled\030\014 \001(\010H\n\210\001\001\022\'\n\032facsimile_tel" +
5489
- "ephone_number\030\r \001(\tH\013\210\001\001\022\027\n\ngiven_name\030\016" +
5490
- " \001(\tH\014\210\001\001\022\031\n\014immutable_id\030\017 \001(\tH\r\210\001\001\022$\n\027" +
5491
- "is_global_administrator\030\020 \001(\010H\016\210\001\001\022\030\n\013is" +
5492
- "_licensed\030\021 \001(\010H\017\210\001\001\022\026\n\tjob_title\030\022 \001(\tH" +
5493
- "\020\210\001\001\022;\n\022last_dir_sync_time\030\023 \001(\0132\032.googl" +
5494
- "e.protobuf.TimestampH\021\210\001\001\022+\n\036legal_age_g" +
5495
- "roup_classification\030\024 \001(\tH\022\210\001\001\022\033\n\016mail_n" +
5496
- "ick_name\030\025 \001(\tH\023\210\001\001\022\023\n\006mobile\030\026 \001(\tH\024\210\001\001" +
5497
- "\022,\n\037on_premises_security_identifier\030\027 \001(" +
5498
- "\tH\025\210\001\001\022\030\n\013other_mails\030\030 \001(\tH\026\210\001\001\022\036\n\021pass" +
5499
- "word_policies\030\031 \001(\tH\027\210\001\001\022\035\n\020password_pro" +
5500
- "file\030\032 \001(\tH\030\210\001\001\022*\n\035physical_delivery_off" +
5501
- "ice_name\030\033 \001(\tH\031\210\001\001\022\030\n\013postal_code\030\034 \001(\t" +
5502
- "H\032\210\001\001\022\037\n\022preferred_language\030\036 \001(\tH\033\210\001\001\022L" +
5503
- "\n#refresh_tokens_valid_from_date_time\030\037 " +
5504
- "\001(\0132\032.google.protobuf.TimestampH\034\210\001\001\022\022\n\005" +
5505
- "state\030 \001(\tH\035\210\001\001\022\023\n\006street\030! \001(\tH\036\210\001\001\022\035\n" +
5506
- "\020telephone_number\030\" \001(\tH\037\210\001\001\022\033\n\016usage_lo" +
5507
- "cation\030# \001(\tH \210\001\001\022\026\n\tuser_type\030$ \001(\tH!\210\001" +
5508
- "\001\022\030\n\013manager_upn\030% \001(\tH\"\210\001\001\022\037\n\022distingui" +
5509
- "shed_name\030& \001(\tH#\210\001\001\022)\n\034reset_password_o" +
5510
- "n_next_logon\030\' \001(\010H$\210\001\001\022\021\n\004name\030( \001(\tH%\210" +
5511
- "\001\001\022$\n\027organization_entity_key\030) \001(\tH&\210\001\001" +
5512
- "\022O\n\ngroup_keys\030* \003(\0132;.com.lansweeper.dp" +
5513
- ".outbound.v1.Office365User.GroupKeysEntr" +
5514
- "y\022\021\n\004type\030+ \001(\tH\'\210\001\001\022\023\n\006domain\030, \001(\tH(\210\001" +
5515
- "\001\022W\n\016assigned_plans\030- \003(\0132?.com.lansweep" +
5516
- "er.dp.outbound.v1.Office365User.Assigned" +
5517
- "PlansEntry\0320\n\016GroupKeysEntry\022\013\n\003key\030\001 \001(" +
5518
- "\t\022\r\n\005value\030\002 \001(\010:\0028\001\032j\n\022AssignedPlansEnt" +
5519
- "ry\022\013\n\003key\030\001 \001(\t\022C\n\005value\030\002 \001(\01324.com.lan" +
5520
- "sweeper.dp.outbound.v1.Office365Assigned" +
5521
- "Plan:\0028\001B\026\n\024_user_principal_nameB\017\n\r_dis" +
5522
- "play_nameB\007\n\005_mailB\022\n\020_account_enabledB\014" +
5523
- "\n\n_age_groupB\007\n\005_cityB\n\n\010_companyB\035\n\033_co" +
5524
- "nsent_provided_for_minorB\020\n\016_creation_ty" +
5525
- "peB\r\n\013_departmentB\023\n\021_dir_sync_enabledB\035" +
5526
- "\n\033_facsimile_telephone_numberB\r\n\013_given_" +
5527
- "nameB\017\n\r_immutable_idB\032\n\030_is_global_admi" +
5528
- "nistratorB\016\n\014_is_licensedB\014\n\n_job_titleB" +
5529
- "\025\n\023_last_dir_sync_timeB!\n\037_legal_age_gro" +
5530
- "up_classificationB\021\n\017_mail_nick_nameB\t\n\007" +
5531
- "_mobileB\"\n _on_premises_security_identif" +
5532
- "ierB\016\n\014_other_mailsB\024\n\022_password_policie" +
5533
- "sB\023\n\021_password_profileB \n\036_physical_deli" +
5534
- "very_office_nameB\016\n\014_postal_codeB\025\n\023_pre" +
5535
- "ferred_languageB&\n$_refresh_tokens_valid" +
5536
- "_from_date_timeB\010\n\006_stateB\t\n\007_streetB\023\n\021" +
5537
- "_telephone_numberB\021\n\017_usage_locationB\014\n\n" +
5538
- "_user_typeB\016\n\014_manager_upnB\025\n\023_distingui" +
5539
- "shed_nameB\037\n\035_reset_password_on_next_log" +
5540
- "onB\007\n\005_nameB\032\n\030_organization_entity_keyB" +
5541
- "\007\n\005_typeB\t\n\007_domain*a\n\013ReconRuleId\022\024\n\020RE" +
5542
- "CONCILE_BY_MAC\020\000\022\"\n\036RECONCILE_BY_MAKE_MO" +
5543
- "DEL_SERIAL\020\001\022\030\n\024RECONCILE_BY_NETBIOS\020\0022\244" +
5544
- "\005\n\027DataCoreOutboundService\022p\n\tGetEntity\022" +
5545
- "/.com.lansweeper.dp.outbound.v1.GetEntit" +
5546
- "yRequest\0320.com.lansweeper.dp.outbound.v1" +
5547
- ".GetEntityResponse\"\000\022w\n\014ListEntities\0220.c" +
5548
- "om.lansweeper.dp.outbound.v1.ListEntityR" +
5549
- "equest\0321.com.lansweeper.dp.outbound.v1.L" +
5550
- "istEntityResponse\"\0000\001\022|\n\rCatalogLookup\0223" +
5551
- ".com.lansweeper.dp.outbound.v1.CatalogLo" +
5552
- "okupRequest\0324.com.lansweeper.dp.outbound" +
5553
- ".v1.CatalogLookupResponse\"\000\022\216\001\n\023GetIpLoc" +
5554
- "ationConfig\0229.com.lansweeper.dp.outbound" +
5555
- ".v1.GetIpLocationConfigRequest\032:.com.lan" +
5556
- "sweeper.dp.outbound.v1.GetIpLocationConf" +
5557
- "igResponse\"\000\022\216\001\n\023SetIpLocationConfig\0229.c" +
5558
- "om.lansweeper.dp.outbound.v1.SetIpLocati" +
5559
- "onConfigRequest\032:.com.lansweeper.dp.outb" +
5560
- "ound.v1.SetIpLocationConfigResponse\"\0002\331\t" +
5561
- "\n\031DataCoreBackofficeService\022\\\n\014CreateEnt" +
5562
- "ity\022%.com.lansweeper.dp.outbound.v1.Enti" +
5563
- "ty\032%.com.lansweeper.dp.outbound.v1.Entit" +
5564
- "y\022\\\n\010GetAsset\022).com.lansweeper.dp.outbou" +
5565
- "nd.v1.EntityPath\032%.com.lansweeper.dp.out" +
5566
- "bound.v1.Entity\022[\n\013UpdateAsset\022%.com.lan" +
5567
- "sweeper.dp.outbound.v1.Entity\032%.com.lans" +
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\022Y\n\nDeleteSite\022&.com.lansweeper" +
5581
- ".dp.outbound.v1.SiteKey\032#.com.lansweeper" +
5582
- ".dp.outbound.v1.Site\022v\n\017EntityDeconcile\022" +
5583
- "/.com.lansweeper.dp.outbound.v1.Deconcil" +
5584
- "eRequest\0320.com.lansweeper.dp.outbound.v1" +
5585
- ".DeconcileResponse\"\000\022\237\001\n\033CorrelationInde" +
5586
- "xRealignment\022<.com.lansweeper.dp.outboun" +
5587
- "d.v1.CorrelationRealignmentRequest\032B.com" +
5588
- ".lansweeper.dp.outbound.v1.CorrelationIn" +
5589
- "dexRealignmentResponse\022a\n\022RefreshEntityC" +
5590
- "ount\022&.com.lansweeper.dp.outbound.v1.Sit" +
5591
- "eKey\032#.com.lansweeper.dp.outbound.v1.Sit" +
5592
- "eB\022P\001Z\016./generated-gob\006proto3"
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
- internal_static_com_lansweeper_dp_outbound_v1_RawSoftware_descriptor =
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(221);
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(222);
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(223);
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(224);
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(225);
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(226);
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(227);
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(228);
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(229);
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(230);
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(231);
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(232);
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(233);
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(234);
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(235);
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(236);
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(237);
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(238);
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(239);
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(240);
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(241);
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(242);
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(243);
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(244);
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(245);
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(246);
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(247);
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(248);
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(249);
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(250);
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(251);
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(252);
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(253);
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(254);
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(255);
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(256);
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(257);
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(258);
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(259);
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(260);
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(261);
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(262);
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(263);
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(264);
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(265);
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(266);
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(267);
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(268);
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(269);
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(270);
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(271);
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(272);
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(273);
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(274);
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(275);
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(276);
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(277);
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(278);
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(279);
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(280);
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(281);
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(282);
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(283);
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(284);
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(285);
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(286);
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(287);
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(288);
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(289);
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(290);
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(291);
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,