@lansweeper/data-platform-outbound-grpc 0.3.20 → 0.3.21

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 (50) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +33 -8
  4. package/gen-proto/outbound_pb.js +225 -35
  5. package/generated-go/outbound.pb.go +375 -328
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +7 -3
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/EsxiCluster$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/EsxiCluster$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/EsxiCluster$HypervisorsDefaultEntryHolder.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/EsxiCluster.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/EsxiClusterOrBuilder.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareDatastoreCluster$1.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareDatastoreCluster$Builder$DatastoresConverter.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareDatastoreCluster$Builder.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareDatastoreCluster$DatastoresDefaultEntryHolder.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareDatastoreCluster.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareDatastoreClusterOrBuilder.class +0 -0
  21. package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiGuestVm$1.class +0 -0
  22. package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiGuestVm$Builder$EsxiGuestSnapshotsConverter.class +0 -0
  23. package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiGuestVm$Builder.class +0 -0
  24. package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiGuestVm.class +0 -0
  25. package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiGuestVmOrBuilder.class +0 -0
  26. package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisor$1.class +0 -0
  27. package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisor$Builder$EsxiHypervisorDatastoresConverter.class +0 -0
  28. package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisor$Builder.class +0 -0
  29. package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisor.class +0 -0
  30. package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisorOrBuilder.class +0 -0
  31. package/model/target/classes/outbound.proto +7 -3
  32. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/EsxiCluster.java +200 -7
  33. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/EsxiClusterOrBuilder.java +31 -2
  34. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +368 -364
  35. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/VmwareDatastoreCluster.java +104 -306
  36. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/VmwareDatastoreClusterOrBuilder.java +8 -25
  37. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/VmwareEsxiGuestVm.java +114 -0
  38. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/VmwareEsxiGuestVmOrBuilder.java +19 -0
  39. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisor.java +334 -109
  40. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisorOrBuilder.java +51 -13
  41. package/model/target/maven-archiver/pom.properties +2 -2
  42. package/model/target/{outbound-model-0.3.19-sources.jar → outbound-model-0.3.20-sources.jar} +0 -0
  43. package/model/target/{outbound-model-0.3.19.jar → outbound-model-0.3.20.jar} +0 -0
  44. package/package.json +2 -2
  45. package/pom.xml +1 -1
  46. package/proto/outbound.proto +7 -3
  47. package/service/pom.xml +1 -1
  48. package/service/target/maven-archiver/pom.properties +2 -2
  49. package/service/target/{outbound-service-0.3.19-sources.jar → outbound-service-0.3.20-sources.jar} +0 -0
  50. package/service/target/{outbound-service-0.3.19.jar → outbound-service-0.3.20.jar} +0 -0
@@ -1150,7 +1150,7 @@ public final class Outbound {
1150
1150
  static final
1151
1151
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
1152
1152
  internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiHypervisor_EsxiHypervisorDatastoresEntry_fieldAccessorTable;
1153
- static final com.google.protobuf.Descriptors.Descriptor
1153
+ static com.google.protobuf.Descriptors.Descriptor
1154
1154
  internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiHypervisor_EsxiGuestVmKeyEntry_descriptor;
1155
1155
  static
1156
1156
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
@@ -4206,7 +4206,7 @@ public final class Outbound {
4206
4206
  "VcenterDatacentersEntry\022\013\n\003key\030\001 \001(\t\022>\n\005" +
4207
4207
  "value\030\002 \001(\0132/.com.lansweeper.dp.outbound" +
4208
4208
  ".v1.VmwareDatacenter:\0028\001B\017\n\r_product_inf" +
4209
- "o\"\222\013\n\024VmwareEsxiHypervisor\022K\n\014product_in" +
4209
+ "o\"\336\013\n\024VmwareEsxiHypervisor\022K\n\014product_in" +
4210
4210
  "fo\030\001 \001(\01320.com.lansweeper.dp.outbound.v1" +
4211
4211
  ".VmwareProductInfoH\000\210\001\001\022\036\n\021vcenter_asset" +
4212
4212
  "_key\030\002 \001(\tH\001\210\001\001\022u\n\032esxi_hypervisor_datas" +
@@ -4218,7 +4218,7 @@ public final class Outbound {
4218
4218
  "_time\030\005 \001(\004H\002\210\001\001\0222\n\tboot_time\030\021 \001(\0132\032.go" +
4219
4219
  "ogle.protobuf.TimestampH\003\210\001\001\022+\n\036host_max" +
4220
4220
  "_virtual_disk_capacity\030\006 \001(\004H\004\210\001\001\022\035\n\020num" +
4221
- "_cpu_packages\030\007 \001(\tH\005\210\001\001\022!\n\031cpu_packages" +
4221
+ "_cpu_packages\030\007 \001(\rH\005\210\001\001\022!\n\031cpu_packages" +
4222
4222
  "_descriptions\030\010 \003(\t\022\025\n\010num_nics\030\t \001(\rH\006\210" +
4223
4223
  "\001\001\022\025\n\010num_hbas\030\n \001(\rH\007\210\001\001\022\021\n\004uuid\030\013 \001(\tH" +
4224
4224
  "\010\210\001\001\022\035\n\020connection_state\030\014 \001(\tH\t\210\001\001\022\030\n\013p" +
@@ -4228,366 +4228,370 @@ public final class Outbound {
4228
4228
  "\022 \001(\tH\016\210\001\001\022\021\n\004port\030\023 \001(\rH\017\210\001\001\022\033\n\016ssl_thu" +
4229
4229
  "mbprint\030\024 \001(\tH\020\210\001\001\022!\n\024management_server_" +
4230
4230
  "ip\030\025 \001(\tH\021\210\001\001\022\024\n\007num_cpu\030\026 \001(\rH\022\210\001\001\022!\n\024n" +
4231
- "um_cores_per_socket\030\027 \001(\rH\023\210\001\001\032o\n\035EsxiHy" +
4232
- "pervisorDatastoresEntry\022\013\n\003key\030\001 \001(\t\022=\n\005" +
4233
- "value\030\002 \001(\0132..com.lansweeper.dp.outbound" +
4234
- ".v1.VmwareDatastore:\0028\001\0325\n\023EsxiGuestVmKe" +
4235
- "yEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001B\017" +
4236
- "\n\r_product_infoB\024\n\022_vcenter_asset_keyB\n\n" +
4237
- "\010_up_timeB\014\n\n_boot_timeB!\n\037_host_max_vir" +
4238
- "tual_disk_capacityB\023\n\021_num_cpu_packagesB" +
4239
- "\013\n\t_num_nicsB\013\n\t_num_hbasB\007\n\005_uuidB\023\n\021_c" +
4240
- "onnection_stateB\016\n\014_power_stateB\020\n\016_data" +
4241
- "center_idB\017\n\r_internal_keyB\021\n\017_admin_dis" +
4242
- "abledB\r\n\013_ip_addressB\007\n\005_portB\021\n\017_ssl_th" +
4243
- "umbprintB\027\n\025_management_server_ipB\n\n\010_nu" +
4244
- "m_cpuB\027\n\025_num_cores_per_socket\"\272\010\n\021Vmwar" +
4245
- "eEsxiGuestVm\022!\n\031esxi_hypervisor_asset_ke" +
4246
- "y\030\001 \001(\t\022\024\n\014internal_key\030\024 \001(\t\022f\n\024esxi_gu" +
4247
- "est_snapshots\030\002 \003(\0132H.com.lansweeper.dp." +
4248
- "outbound.v1.VmwareEsxiGuestVm.EsxiGuestS" +
4249
- "napshotsEntry\022\025\n\010guest_id\030\003 \001(\tH\000\210\001\001\022\034\n\017" +
4250
- "guest_full_name\030\004 \001(\tH\001\210\001\001\022\024\n\007version\030\005 " +
4251
- "\001(\tH\002\210\001\001\022\021\n\004uuid\030\006 \001(\tH\003\210\001\001\022\032\n\rinstance_" +
4252
- "uuid\030\007 \001(\tH\004\210\001\001\022\035\n\020unshared_storage\030\010 \001(" +
4253
- "\004H\005\210\001\001\022\032\n\rrunning_state\030\t \001(\tH\006\210\001\001\022\032\n\rto" +
4254
- "ols_version\030\n \001(\tH\007\210\001\001\022\031\n\014tools_status\030\013" +
4255
- " \001(\tH\010\210\001\001\022!\n\024tools_running_status\030\014 \001(\tH" +
4256
- "\t\210\001\001\022!\n\024tools_version_status\030\r \001(\tH\n\210\001\001\022" +
4257
- "\024\n\007num_cpu\030\016 \001(\rH\013\210\001\001\022\037\n\022num_ethernet_ca" +
4258
- "rds\030\017 \001(\rH\014\210\001\001\022\036\n\021num_virtual_disks\030\020 \001(" +
4259
- "\rH\r\210\001\001\0222\n\tboot_time\030\021 \001(\0132\032.google.proto" +
4260
- "buf.TimestampH\016\210\001\001\022\030\n\013domain_name\030\022 \001(\tH" +
4261
- "\017\210\001\001\022\030\n\013config_name\030\023 \001(\tH\020\210\001\001\032h\n\027EsxiGu" +
4262
- "estSnapshotsEntry\022\013\n\003key\030\001 \001(\t\022<\n\005value\030" +
4263
- "\002 \001(\0132-.com.lansweeper.dp.outbound.v1.Vm" +
4264
- "wareSnapshot:\0028\001B\013\n\t_guest_idB\022\n\020_guest_" +
4265
- "full_nameB\n\n\010_versionB\007\n\005_uuidB\020\n\016_insta" +
4266
- "nce_uuidB\023\n\021_unshared_storageB\020\n\016_runnin" +
4267
- "g_stateB\020\n\016_tools_versionB\017\n\r_tools_stat" +
4268
- "usB\027\n\025_tools_running_statusB\027\n\025_tools_ve" +
4269
- "rsion_statusB\n\n\010_num_cpuB\025\n\023_num_etherne" +
4270
- "t_cardsB\024\n\022_num_virtual_disksB\014\n\n_boot_t" +
4271
- "imeB\016\n\014_domain_nameB\016\n\014_config_name\"\363\005\n\021" +
4272
- "VmwareProductInfo\022\024\n\014internal_key\030\001 \001(\t\022" +
4273
- "\021\n\004uuid\030\002 \001(\tH\000\210\001\001\022\032\n\rparent_folder\030\003 \001(" +
4274
- "\tH\001\210\001\001\022\"\n\025num_host_bus_adapters\030\004 \001(\rH\002\210" +
4275
- "\001\001\022(\n\033num_network_interface_cards\030\005 \001(\rH" +
4276
- "\003\210\001\001\022\021\n\004name\030\006 \001(\tH\004\210\001\001\022\025\n\010api_type\030\007 \001(" +
4277
- "\tH\005\210\001\001\022\030\n\013api_version\030\010 \001(\tH\006\210\001\001\022\022\n\005buil" +
4278
- "d\030\t \001(\tH\007\210\001\001\022!\n\024license_product_name\030\n \001" +
4279
- "(\tH\010\210\001\001\022$\n\027license_product_version\030\013 \001(\t" +
4280
- "H\t\210\001\001\022\031\n\014locale_build\030\014 \001(\tH\n\210\001\001\022\033\n\016loca" +
4281
- "le_version\030\r \001(\tH\013\210\001\001\022\024\n\007os_type\030\016 \001(\tH\014" +
4282
- "\210\001\001\022\034\n\017product_line_id\030\017 \001(\tH\r\210\001\001\022\023\n\006ven" +
4283
- "dor\030\020 \001(\tH\016\210\001\001\022\024\n\007version\030\021 \001(\tH\017\210\001\001B\007\n\005" +
4284
- "_uuidB\020\n\016_parent_folderB\030\n\026_num_host_bus" +
4285
- "_adaptersB\036\n\034_num_network_interface_card" +
4286
- "sB\007\n\005_nameB\013\n\t_api_typeB\016\n\014_api_versionB" +
4287
- "\010\n\006_buildB\027\n\025_license_product_nameB\032\n\030_l" +
4288
- "icense_product_versionB\017\n\r_locale_buildB" +
4289
- "\021\n\017_locale_versionB\n\n\010_os_typeB\022\n\020_produ" +
4290
- "ct_line_idB\t\n\007_vendorB\n\n\010_version\"\263\006\n\020Vm" +
4291
- "wareDatacenter\022\014\n\004uuid\030\001 \001(\t\022\031\n\021vcenter_" +
4292
- "asset_key\030\002 \001(\t\022\024\n\014internal_key\030\003 \001(\t\022\021\n" +
4293
- "\004name\030\004 \001(\tH\000\210\001\001\022O\n\010clusters\030\005 \003(\0132=.com" +
4294
- ".lansweeper.dp.outbound.v1.VmwareDatacen" +
4295
- "ter.ClustersEntry\022U\n\013hypervisors\030\006 \003(\0132@" +
4231
+ "um_cores_per_socket\030\027 \001(\rH\023\210\001\001\022\024\n\007versio" +
4232
+ "n\030\030 \001(\tH\024\210\001\001\022\030\n\013memory_size\030\031 \001(\004H\025\210\001\001\032o" +
4233
+ "\n\035EsxiHypervisorDatastoresEntry\022\013\n\003key\030\001" +
4234
+ " \001(\t\022=\n\005value\030\002 \001(\0132..com.lansweeper.dp." +
4235
+ "outbound.v1.VmwareDatastore:\0028\001\0325\n\023EsxiG" +
4236
+ "uestVmKeyEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001" +
4237
+ "(\010:\0028\001B\017\n\r_product_infoB\024\n\022_vcenter_asse" +
4238
+ "t_keyB\n\n\010_up_timeB\014\n\n_boot_timeB!\n\037_host" +
4239
+ "_max_virtual_disk_capacityB\023\n\021_num_cpu_p" +
4240
+ "ackagesB\013\n\t_num_nicsB\013\n\t_num_hbasB\007\n\005_uu" +
4241
+ "idB\023\n\021_connection_stateB\016\n\014_power_stateB" +
4242
+ "\020\n\016_datacenter_idB\017\n\r_internal_keyB\021\n\017_a" +
4243
+ "dmin_disabledB\r\n\013_ip_addressB\007\n\005_portB\021\n" +
4244
+ "\017_ssl_thumbprintB\027\n\025_management_server_i" +
4245
+ "pB\n\n\010_num_cpuB\027\n\025_num_cores_per_socketB\n" +
4246
+ "\n\010_versionB\016\n\014_memory_size\"\352\010\n\021VmwareEsx" +
4247
+ "iGuestVm\022!\n\031esxi_hypervisor_asset_key\030\001 " +
4248
+ "\001(\t\022\024\n\014internal_key\030\024 \001(\t\022f\n\024esxi_guest_" +
4249
+ "snapshots\030\002 \003(\0132H.com.lansweeper.dp.outb" +
4250
+ "ound.v1.VmwareEsxiGuestVm.EsxiGuestSnaps" +
4251
+ "hotsEntry\022\025\n\010guest_id\030\003 \001(\tH\000\210\001\001\022\034\n\017gues" +
4252
+ "t_full_name\030\004 \001(\tH\001\210\001\001\022\024\n\007version\030\005 \001(\tH" +
4253
+ "\002\210\001\001\022\021\n\004uuid\030\006 \001(\tH\003\210\001\001\022\032\n\rinstance_uuid" +
4254
+ "\030\007 \001(\tH\004\210\001\001\022\035\n\020unshared_storage\030\010 \001(\004H\005\210" +
4255
+ "\001\001\022\032\n\rrunning_state\030\t \001(\tH\006\210\001\001\022\032\n\rtools_" +
4256
+ "version\030\n \001(\tH\007\210\001\001\022\031\n\014tools_status\030\013 \001(\t" +
4257
+ "H\010\210\001\001\022!\n\024tools_running_status\030\014 \001(\tH\t\210\001\001" +
4258
+ "\022!\n\024tools_version_status\030\r \001(\tH\n\210\001\001\022\024\n\007n" +
4259
+ "um_cpu\030\016 \001(\rH\013\210\001\001\022\037\n\022num_ethernet_cards\030" +
4260
+ "\017 \001(\rH\014\210\001\001\022\036\n\021num_virtual_disks\030\020 \001(\rH\r\210" +
4261
+ "\001\001\0222\n\tboot_time\030\021 \001(\0132\032.google.protobuf." +
4262
+ "TimestampH\016\210\001\001\022\030\n\013domain_name\030\022 \001(\tH\017\210\001\001" +
4263
+ "\022\030\n\013config_name\030\023 \001(\tH\020\210\001\001\022\033\n\016memory_siz" +
4264
+ "e_mb\030\025 \001(\001H\021\210\001\001\032h\n\027EsxiGuestSnapshotsEnt" +
4265
+ "ry\022\013\n\003key\030\001 \001(\t\022<\n\005value\030\002 \001(\0132-.com.lan" +
4266
+ "sweeper.dp.outbound.v1.VmwareSnapshot:\0028" +
4267
+ "\001B\013\n\t_guest_idB\022\n\020_guest_full_nameB\n\n\010_v" +
4268
+ "ersionB\007\n\005_uuidB\020\n\016_instance_uuidB\023\n\021_un" +
4269
+ "shared_storageB\020\n\016_running_stateB\020\n\016_too" +
4270
+ "ls_versionB\017\n\r_tools_statusB\027\n\025_tools_ru" +
4271
+ "nning_statusB\027\n\025_tools_version_statusB\n\n" +
4272
+ "\010_num_cpuB\025\n\023_num_ethernet_cardsB\024\n\022_num" +
4273
+ "_virtual_disksB\014\n\n_boot_timeB\016\n\014_domain_" +
4274
+ "nameB\016\n\014_config_nameB\021\n\017_memory_size_mb\"" +
4275
+ "\363\005\n\021VmwareProductInfo\022\024\n\014internal_key\030\001 " +
4276
+ "\001(\t\022\021\n\004uuid\030\002 \001(\tH\000\210\001\001\022\032\n\rparent_folder\030" +
4277
+ "\003 \001(\tH\001\210\001\001\022\"\n\025num_host_bus_adapters\030\004 \001(" +
4278
+ "\rH\002\210\001\001\022(\n\033num_network_interface_cards\030\005 " +
4279
+ "\001(\rH\003\210\001\001\022\021\n\004name\030\006 \001(\tH\004\210\001\001\022\025\n\010api_type\030" +
4280
+ "\007 \001(\tH\005\210\001\001\022\030\n\013api_version\030\010 \001(\tH\006\210\001\001\022\022\n\005" +
4281
+ "build\030\t \001(\tH\007\210\001\001\022!\n\024license_product_name" +
4282
+ "\030\n \001(\tH\010\210\001\001\022$\n\027license_product_version\030\013" +
4283
+ " \001(\tH\t\210\001\001\022\031\n\014locale_build\030\014 \001(\tH\n\210\001\001\022\033\n\016" +
4284
+ "locale_version\030\r \001(\tH\013\210\001\001\022\024\n\007os_type\030\016 \001" +
4285
+ "(\tH\014\210\001\001\022\034\n\017product_line_id\030\017 \001(\tH\r\210\001\001\022\023\n" +
4286
+ "\006vendor\030\020 \001(\tH\016\210\001\001\022\024\n\007version\030\021 \001(\tH\017\210\001\001" +
4287
+ "B\007\n\005_uuidB\020\n\016_parent_folderB\030\n\026_num_host" +
4288
+ "_bus_adaptersB\036\n\034_num_network_interface_" +
4289
+ "cardsB\007\n\005_nameB\013\n\t_api_typeB\016\n\014_api_vers" +
4290
+ "ionB\010\n\006_buildB\027\n\025_license_product_nameB\032" +
4291
+ "\n\030_license_product_versionB\017\n\r_locale_bu" +
4292
+ "ildB\021\n\017_locale_versionB\n\n\010_os_typeB\022\n\020_p" +
4293
+ "roduct_line_idB\t\n\007_vendorB\n\n\010_version\"\263\006" +
4294
+ "\n\020VmwareDatacenter\022\014\n\004uuid\030\001 \001(\t\022\031\n\021vcen" +
4295
+ "ter_asset_key\030\002 \001(\t\022\024\n\014internal_key\030\003 \001(" +
4296
+ "\t\022\021\n\004name\030\004 \001(\tH\000\210\001\001\022O\n\010clusters\030\005 \003(\0132=" +
4297
+ ".com.lansweeper.dp.outbound.v1.VmwareDat" +
4298
+ "acenter.ClustersEntry\022U\n\013hypervisors\030\006 \003" +
4299
+ "(\0132@.com.lansweeper.dp.outbound.v1.Vmwar" +
4300
+ "eDatacenter.HypervisorsEntry\022b\n\022datastor" +
4301
+ "e_clusters\030\007 \003(\0132F.com.lansweeper.dp.out" +
4302
+ "bound.v1.VmwareDatacenter.DatastoreClust" +
4303
+ "ersEntry\022S\n\ndatastores\030\010 \003(\0132?.com.lansw" +
4304
+ "eeper.dp.outbound.v1.VmwareDatacenter.Da" +
4305
+ "tastoresEntry\032[\n\rClustersEntry\022\013\n\003key\030\001 " +
4306
+ "\001(\t\0229\n\005value\030\002 \001(\0132*.com.lansweeper.dp.o" +
4307
+ "utbound.v1.EsxiCluster:\0028\001\0322\n\020Hypervisor" +
4308
+ "sEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001\032o" +
4309
+ "\n\026DatastoreClustersEntry\022\013\n\003key\030\001 \001(\t\022D\n" +
4310
+ "\005value\030\002 \001(\01325.com.lansweeper.dp.outboun" +
4311
+ "d.v1.VmwareDatastoreCluster:\0028\001\032a\n\017Datas" +
4312
+ "toresEntry\022\013\n\003key\030\001 \001(\t\022=\n\005value\030\002 \001(\0132." +
4296
4313
  ".com.lansweeper.dp.outbound.v1.VmwareDat" +
4297
- "acenter.HypervisorsEntry\022b\n\022datastore_cl" +
4298
- "usters\030\007 \003(\0132F.com.lansweeper.dp.outboun" +
4299
- "d.v1.VmwareDatacenter.DatastoreClustersE" +
4300
- "ntry\022S\n\ndatastores\030\010 \003(\0132?.com.lansweepe" +
4301
- "r.dp.outbound.v1.VmwareDatacenter.Datast" +
4302
- "oresEntry\032[\n\rClustersEntry\022\013\n\003key\030\001 \001(\t\022" +
4303
- "9\n\005value\030\002 \001(\0132*.com.lansweeper.dp.outbo" +
4304
- "und.v1.EsxiCluster:\0028\001\0322\n\020HypervisorsEnt" +
4305
- "ry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001\032o\n\026Da" +
4306
- "tastoreClustersEntry\022\013\n\003key\030\001 \001(\t\022D\n\005val" +
4307
- "ue\030\002 \001(\01325.com.lansweeper.dp.outbound.v1" +
4308
- ".VmwareDatastoreCluster:\0028\001\032a\n\017Datastore" +
4309
- "sEntry\022\013\n\003key\030\001 \001(\t\022=\n\005value\030\002 \001(\0132..com" +
4310
- ".lansweeper.dp.outbound.v1.VmwareDatasto" +
4311
- "re:\0028\001B\007\n\005_name\"\306\005\n\013EsxiCluster\022\014\n\004uuid\030" +
4312
- "\016 \001(\t\022\026\n\016datacenter_key\030\001 \001(\t\022\031\n\021vcenter" +
4313
- "_asset_key\030\002 \001(\t\022\021\n\004name\030\003 \001(\tH\000\210\001\001\022\035\n\020t" +
4314
- "otal_number_cpu\030\004 \001(\rH\001\210\001\001\022\037\n\022total_memo" +
4315
- "ry_bytes\030\005 \001(\004H\002\210\001\001\022\037\n\022total_number_core" +
4316
- "s\030\006 \001(\rH\003\210\001\001\022!\n\024total_number_threads\030\007 \001" +
4317
- "(\rH\004\210\001\001\022\032\n\reffective_cpu\030\010 \001(\rH\005\210\001\001\022#\n\026e" +
4318
- "ffective_memory_bytes\030\t \001(\004H\006\210\001\001\022\030\n\013tota" +
4319
- "l_hosts\030\n \001(\rH\007\210\001\001\022\"\n\025total_effective_ho" +
4320
- "sts\030\013 \001(\rH\010\210\001\001\022\023\n\006status\030\014 \001(\tH\t\210\001\001\022P\n\013h" +
4321
- "ypervisors\030\r \003(\0132;.com.lansweeper.dp.out" +
4322
- "bound.v1.EsxiCluster.HypervisorsEntry\0322\n" +
4323
- "\020HypervisorsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030" +
4324
- "\002 \001(\010:\0028\001B\007\n\005_nameB\023\n\021_total_number_cpuB" +
4325
- "\025\n\023_total_memory_bytesB\025\n\023_total_number_" +
4326
- "coresB\027\n\025_total_number_threadsB\020\n\016_effec" +
4327
- "tive_cpuB\031\n\027_effective_memory_bytesB\016\n\014_" +
4328
- "total_hostsB\030\n\026_total_effective_hostsB\t\n" +
4329
- "\007_status\"\326\004\n\026VmwareDatastoreCluster\022\026\n\016d" +
4330
- "atacenter_key\030\001 \001(\t\022\031\n\021vcenter_asset_key" +
4331
- "\030\002 \001(\t\022\031\n\014internal_key\030\003 \001(\tH\000\210\001\001\022\021\n\004nam" +
4332
- "e\030\004 \001(\tH\001\210\001\001\022Y\n\ndatastores\030\005 \003(\0132E.com.l" +
4333
- "answeeper.dp.outbound.v1.VmwareDatastore" +
4334
- "Cluster.DatastoresEntry\022N\n\013storage_drs\030\006" +
4335
- " \003(\01329.com.lansweeper.dp.outbound.v1.Dat" +
4336
- "astoreClusterStorageDrs\022\\\n\023drs_pod_confi" +
4337
- "g_rule\030\007 \003(\0132?.com.lansweeper.dp.outboun" +
4338
- "d.v1.DatastoreClusterDrsPodConfigRule\022U\n" +
4339
- "\017drs_vm_override\030\010 \003(\0132<.com.lansweeper." +
4340
- "dp.outbound.v1.DatastoreClusterDrsVmOver" +
4341
- "ride\032a\n\017DatastoresEntry\022\013\n\003key\030\001 \001(\t\022=\n\005" +
4342
- "value\030\002 \001(\0132..com.lansweeper.dp.outbound" +
4343
- ".v1.VmwareDatastore:\0028\001B\017\n\r_internal_key" +
4344
- "B\007\n\005_name\"\262\004\n\032DatastoreClusterStorageDrs" +
4345
- "\022\017\n\007enabled\030\001 \001(\010\022\037\n\027io_load_balance_ena" +
4346
- "bled\030\002 \001(\010\022!\n\024default_vm_behaviour\030\003 \001(\t" +
4347
- "H\000\210\001\001\022\"\n\025load_balance_interval\030\004 \001(\005H\001\210\001" +
4348
- "\001\022&\n\031default_intra_vm_affinity\030\005 \001(\010H\002\210\001" +
4349
- "\001\022(\n\033space_utilization_threshold\030\006 \001(\005H\003" +
4350
- "\210\001\001\022-\n min_space_utilization_difference\030" +
4351
- "\007 \001(\005H\004\210\001\001\022!\n\024io_latency_threshold\030\010 \001(\005" +
4352
- "H\005\210\001\001\022(\n\033io_load_imbalance_threshold\030\t \001" +
4353
- "(\005H\006\210\001\001B\027\n\025_default_vm_behaviourB\030\n\026_loa" +
4354
- "d_balance_intervalB\034\n\032_default_intra_vm_" +
4355
- "affinityB\036\n\034_space_utilization_threshold" +
4356
- "B#\n!_min_space_utilization_differenceB\027\n" +
4357
- "\025_io_latency_thresholdB\036\n\034_io_load_imbal" +
4358
- "ance_threshold\"|\n DatastoreClusterDrsPod" +
4359
- "ConfigRule\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\024\n\007enabled" +
4360
- "\030\002 \001(\010H\001\210\001\001\022\021\n\004type\030\003 \001(\005H\002\210\001\001B\007\n\005_nameB" +
4361
- "\n\n\010_enabledB\007\n\005_type\"\335\001\n\035DatastoreCluste" +
4362
- "rDrsVmOverride\022\024\n\007enabled\030\001 \001(\010H\000\210\001\001\022\026\n\t" +
4363
- "behaviour\030\002 \001(\tH\001\210\001\001\022\036\n\021intra_vm_affinit" +
4364
- "y\030\003 \001(\010H\002\210\001\001\022#\n\026intra_vm_anti_affinity\030\004" +
4365
- " \001(\tH\003\210\001\001B\n\n\010_enabledB\014\n\n_behaviourB\024\n\022_" +
4366
- "intra_vm_affinityB\031\n\027_intra_vm_anti_affi" +
4367
- "nity\"\356\007\n\017VmwareDatastore\022\014\n\004uuid\030\001 \001(\t\022\031" +
4368
- "\n\014internal_key\030\002 \001(\tH\000\210\001\001\022\032\n\rdatacenter_" +
4369
- "id\030\003 \001(\tH\001\210\001\001\022!\n\024datastore_cluster_id\030\004 " +
4370
- "\001(\tH\002\210\001\001\022\037\n\022esxi_hypervisor_id\030\021 \001(\tH\003\210\001" +
4371
- "\001\022H\n\005disks\030\005 \003(\01329.com.lansweeper.dp.out" +
4372
- "bound.v1.VmwareDatastore.DisksEntry\022\030\n\013u" +
4373
- "ncommitted\030\006 \001(\004H\004\210\001\001\022\027\n\naccessible\030\007 \001(" +
4374
- "\010H\005\210\001\001\022!\n\024multiple_host_access\030\010 \001(\010H\006\210\001" +
4375
- "\001\022\021\n\004type\030\t \001(\tH\007\210\001\001\022\035\n\020maintenance_mode" +
4376
- "\030\n \001(\tH\010\210\001\001\022\'\n\032max_physical_rdm_file_siz" +
4377
- "e\030\013 \001(\004H\t\210\001\001\022&\n\031max_virtual_rdm_file_siz" +
4378
- "e\030\014 \001(\004H\n\210\001\001\022\032\n\rmax_file_size\030\r \001(\004H\013\210\001\001" +
4379
- "\022&\n\031max_virtual_disk_capacity\030\016 \001(\004H\014\210\001\001" +
4380
- "\022!\n\024max_memory_file_size\030\017 \001(\004H\r\210\001\001\0222\n\tt" +
4381
- "imestamp\030\020 \001(\0132\032.google.protobuf.Timesta" +
4382
- "mpH\016\210\001\001\032W\n\nDisksEntry\022\013\n\003key\030\001 \001(\t\0228\n\005va" +
4383
- "lue\030\002 \001(\0132).com.lansweeper.dp.outbound.v" +
4384
- "1.VmwareDisk:\0028\001B\017\n\r_internal_keyB\020\n\016_da" +
4385
- "tacenter_idB\027\n\025_datastore_cluster_idB\025\n\023" +
4386
- "_esxi_hypervisor_idB\016\n\014_uncommittedB\r\n\013_" +
4387
- "accessibleB\027\n\025_multiple_host_accessB\007\n\005_" +
4388
- "typeB\023\n\021_maintenance_modeB\035\n\033_max_physic" +
4389
- "al_rdm_file_sizeB\034\n\032_max_virtual_rdm_fil" +
4390
- "e_sizeB\020\n\016_max_file_sizeB\034\n\032_max_virtual" +
4391
- "_disk_capacityB\027\n\025_max_memory_file_sizeB" +
4392
- "\014\n\n_timestamp\"\206\001\n\nVmwareDisk\022\014\n\004name\030\001 \001" +
4393
- "(\t\022\020\n\003url\030\002 \001(\tH\000\210\001\001\022\030\n\013total_space\030\003 \001(" +
4394
- "\004H\001\210\001\001\022\027\n\nfree_space\030\004 \001(\004H\002\210\001\001B\006\n\004_urlB" +
4395
- "\016\n\014_total_spaceB\r\n\013_free_space\"s\n\016Vmware" +
4396
- "Snapshot\022\024\n\014internal_key\030\001 \001(\t\022\021\n\004name\030\002" +
4397
- " \001(\tH\000\210\001\001\022/\n\013create_time\030\003 \001(\0132\032.google." +
4398
- "protobuf.TimestampB\007\n\005_name\"\200\003\n\020IpLocati" +
4399
- "onConfig\022\014\n\004name\030\001 \001(\t\022\032\n\rlocal_ip_cidr\030" +
4400
- "\002 \001(\tH\000\210\001\001\022\033\n\016local_ip_start\030\003 \001(\tH\001\210\001\001\022" +
4401
- "\031\n\014local_ip_end\030\004 \001(\tH\002\210\001\001\022\026\n\tsource_id\030" +
4402
- "\005 \001(\tH\003\210\001\001\022\035\n\020internet_ip_cidr\030\006 \001(\tH\004\210\001" +
4403
- "\001\022\"\n\025internet_country_code\030\007 \001(\tH\005\210\001\001\022\"\n" +
4404
- "\025internet_country_city\030\010 \001(\tH\006\210\001\001B\020\n\016_lo" +
4405
- "cal_ip_cidrB\021\n\017_local_ip_startB\017\n\r_local" +
4406
- "_ip_endB\014\n\n_source_idB\023\n\021_internet_ip_ci" +
4407
- "drB\030\n\026_internet_country_codeB\030\n\026_interne" +
4408
- "t_country_city\"\032\n\007SiteKey\022\017\n\007site_id\030\001 \001" +
4409
- "(\t\"M\n\014ReconRuleSet\022=\n\013recon_rules\030\001 \003(\0132" +
4410
- "(.com.lansweeper.dp.outbound.v1.ReconRul" +
4411
- "e\"\211\001\n\tReconRule\0226\n\002id\030\001 \001(\0162*.com.lanswe" +
4412
- "eper.dp.outbound.v1.ReconRuleId\022\014\n\004name\030" +
4413
- "\002 \001(\t\022\023\n\013description\030\003 \001(\t\022\020\n\010priority\030\004" +
4414
- " \001(\005\022\017\n\007enabled\030\005 \001(\010\"\206\007\n\025Office365Organ" +
4415
- "ization\022\021\n\ttenant_id\030\001 \001(\t\022\030\n\013displaynam" +
4416
- "e\030\002 \001(\tH\000\210\001\001\022\024\n\007country\030\003 \001(\tH\001\210\001\001\022\021\n\004ci" +
4417
- "ty\030\004 \001(\tH\002\210\001\001\022\031\n\014country_name\030\005 \001(\tH\003\210\001\001" +
4418
- "\022\030\n\013postal_code\030\006 \001(\tH\004\210\001\001\022\022\n\005state\030\007 \001(" +
4419
- "\tH\005\210\001\001\022\023\n\006street\030\010 \001(\tH\006\210\001\001\022\035\n\020telephone" +
4420
- "_number\030\t \001(\tH\007\210\001\001\022C\n\032company_last_dir_s" +
4421
- "ync_time\030\n \001(\0132\032.google.protobuf.Timesta" +
4422
- "mpH\010\210\001\001\022\035\n\020dir_sync_enabled\030\013 \001(\010H\t\210\001\001\022?" +
4423
- "\n\007domains\030\014 \003(\0132..com.lansweeper.dp.outb" +
4424
- "ound.v1.Office365Domain\022A\n\010licenses\030\017 \003(" +
4425
- "\0132/.com.lansweeper.dp.outbound.v1.Office" +
4426
- "365License\022_\n\016assigned_plans\030\020 \003(\0132G.com" +
4427
- ".lansweeper.dp.outbound.v1.Office365Orga" +
4428
- "nization.AssignedPlansEntry\022A\n\010contacts\030" +
4429
- "\021 \003(\0132/.com.lansweeper.dp.outbound.v1.Of" +
4430
- "fice365Contact\032j\n\022AssignedPlansEntry\022\013\n\003" +
4431
- "key\030\001 \001(\t\022C\n\005value\030\002 \001(\01324.com.lansweepe" +
4432
- "r.dp.outbound.v1.Office365AssignedPlan:\002" +
4433
- "8\001B\016\n\014_displaynameB\n\n\010_countryB\007\n\005_cityB" +
4434
- "\017\n\r_country_nameB\016\n\014_postal_codeB\010\n\006_sta" +
4435
- "teB\t\n\007_streetB\023\n\021_telephone_numberB\035\n\033_c" +
4436
- "ompany_last_dir_sync_timeB\023\n\021_dir_sync_e" +
4437
- "nabled\"\351\002\n\025Office365AssignedPlan\022\027\n\017serv" +
4438
- "ice_plan_id\030\001 \001(\t\022\024\n\007service\030\002 \001(\tH\000\210\001\001\022" +
4439
- "\036\n\021capability_status\030\003 \001(\tH\001\210\001\001\022<\n\023assig" +
4440
- "ned_time_stamp\030\004 \001(\0132\032.google.protobuf.T" +
4441
- "imestampH\002\210\001\001\022W\n\nusers_keys\030\005 \003(\0132C.com." +
4442
- "lansweeper.dp.outbound.v1.Office365Assig" +
4443
- "nedPlan.UsersKeysEntry\0320\n\016UsersKeysEntry" +
4444
- "\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001B\n\n\010_ser" +
4445
- "viceB\024\n\022_capability_statusB\026\n\024_assigned_" +
4446
- "time_stamp\"Z\n\020Office365Contact\022\031\n\014displa" +
4447
- "y_name\030\001 \001(\tH\000\210\001\001\022\021\n\004mail\030\002 \001(\tH\001\210\001\001B\017\n\r" +
4448
- "_display_nameB\007\n\005_mail\"\223\004\n\017Office365Doma" +
4449
- "in\022\n\n\002id\030\001 \001(\005\022\034\n\017organization_id\030\002 \001(\005H" +
4450
- "\000\210\001\001\022\030\n\013domain_name\030\003 \001(\tH\001\210\001\001\022 \n\023authen" +
4451
- "tication_type\030\004 \001(\tH\002\210\001\001\022\035\n\020is_admin_man" +
4452
- "aged\030\005 \001(\010H\003\210\001\001\022\027\n\nis_default\030\006 \001(\010H\004\210\001\001" +
4453
- "\022\027\n\nis_initial\030\007 \001(\010H\005\210\001\001\022\024\n\007is_root\030\010 \001" +
4454
- "(\010H\006\210\001\001\022\030\n\013is_verified\030\t \001(\010H\007\210\001\001\022\037\n\022sup" +
4455
- "ported_services\030\n \001(\tH\010\210\001\001\022\022\n\005state\030\013 \001(" +
4456
- "\tH\t\210\001\001\022 \n\023availability_status\030\014 \001(\tH\n\210\001\001" +
4457
- "B\022\n\020_organization_idB\016\n\014_domain_nameB\026\n\024" +
4458
- "_authentication_typeB\023\n\021_is_admin_manage" +
4459
- "dB\r\n\013_is_defaultB\r\n\013_is_initialB\n\n\010_is_r" +
4460
- "ootB\016\n\014_is_verifiedB\025\n\023_supported_servic" +
4461
- "esB\010\n\006_stateB\026\n\024_availability_status\"\227\003\n" +
4462
- "\016Office365Group\022\021\n\tobject_id\030\001 \001(\t\022\031\n\014di" +
4463
- "splay_name\030\002 \001(\tH\000\210\001\001\022\030\n\013description\030\003 \001" +
4464
- "(\tH\001\210\001\001\022\031\n\014mail_enabled\030\004 \001(\010H\002\210\001\001\022\035\n\020se" +
4465
- "curity_enabled\030\005 \001(\010H\003\210\001\001\022\021\n\004mail\030\006 \001(\tH" +
4466
- "\004\210\001\001\022\032\n\rmail_nickname\030\007 \001(\tH\005\210\001\001\022\034\n\017prox" +
4467
- "y_addresses\030\010 \001(\tH\006\210\001\001\022$\n\027organization_e" +
4468
- "ntity_key\030\t \001(\tH\007\210\001\001B\017\n\r_display_nameB\016\n" +
4469
- "\014_descriptionB\017\n\r_mail_enabledB\023\n\021_secur" +
4470
- "ity_enabledB\007\n\005_mailB\020\n\016_mail_nicknameB\022" +
4471
- "\n\020_proxy_addressesB\032\n\030_organization_enti" +
4472
- "ty_key\"\362\004\n\020Office365License\022\016\n\006sku_id\030\001 " +
4473
- "\001(\t\022\033\n\016consumed_units\030\002 \001(\005H\000\210\001\001\022\"\n\025prep" +
4474
- "aid_units_enabled\030\003 \001(\005H\001\210\001\001\022$\n\027prepaid_" +
4475
- "units_suspended\030\004 \001(\005H\002\210\001\001\022\"\n\025prepaid_un" +
4476
- "its_warning\030\005 \001(\005H\003\210\001\001\022\034\n\017sku_part_numbe" +
4477
- "r\030\006 \001(\tH\004\210\001\001\022\027\n\napplies_to\030\007 \001(\tH\005\210\001\001\022\036\n" +
4478
- "\021capability_status\030\010 \001(\tH\006\210\001\001\022R\n\nusers_k" +
4479
- "eys\030\t \003(\0132>.com.lansweeper.dp.outbound.v" +
4480
- "1.Office365License.UsersKeysEntry\022J\n\rser" +
4481
- "vice_plans\030\n \003(\01323.com.lansweeper.dp.out" +
4482
- "bound.v1.Office365ServicePlan\0320\n\016UsersKe" +
4483
- "ysEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001B" +
4484
- "\021\n\017_consumed_unitsB\030\n\026_prepaid_units_ena" +
4485
- "bledB\032\n\030_prepaid_units_suspendedB\030\n\026_pre" +
4486
- "paid_units_warningB\022\n\020_sku_part_numberB\r" +
4487
- "\n\013_applies_toB\024\n\022_capability_status\"\340\001\n\024" +
4488
- "Office365ServicePlan\022\034\n\017service_plan_id\030" +
4489
- "\001 \001(\tH\000\210\001\001\022\036\n\021service_plan_name\030\002 \001(\tH\001\210" +
4490
- "\001\001\022 \n\023provisioning_status\030\003 \001(\tH\002\210\001\001\022\027\n\n" +
4491
- "applies_to\030\004 \001(\tH\003\210\001\001B\022\n\020_service_plan_i" +
4492
- "dB\024\n\022_service_plan_nameB\026\n\024_provisioning" +
4493
- "_statusB\r\n\013_applies_to\"\221\021\n\rOffice365User" +
4494
- "\022\021\n\tobject_id\030\001 \001(\t\022 \n\023user_principal_na" +
4495
- "me\030\002 \001(\tH\000\210\001\001\022\031\n\014display_name\030\003 \001(\tH\001\210\001\001" +
4496
- "\022\021\n\004mail\030\004 \001(\tH\002\210\001\001\022\034\n\017account_enabled\030\005" +
4497
- " \001(\010H\003\210\001\001\022\026\n\tage_group\030\006 \001(\tH\004\210\001\001\022\021\n\004cit" +
4498
- "y\030\007 \001(\tH\005\210\001\001\022\024\n\007company\030\010 \001(\tH\006\210\001\001\022\'\n\032co" +
4499
- "nsent_provided_for_minor\030\t \001(\tH\007\210\001\001\022\032\n\rc" +
4500
- "reation_type\030\n \001(\tH\010\210\001\001\022\027\n\ndepartment\030\013 " +
4501
- "\001(\tH\t\210\001\001\022\035\n\020dir_sync_enabled\030\014 \001(\010H\n\210\001\001\022" +
4502
- "\'\n\032facsimile_telephone_number\030\r \001(\tH\013\210\001\001" +
4503
- "\022\027\n\ngiven_name\030\016 \001(\tH\014\210\001\001\022\031\n\014immutable_i" +
4504
- "d\030\017 \001(\tH\r\210\001\001\022$\n\027is_global_administrator\030" +
4505
- "\020 \001(\010H\016\210\001\001\022\030\n\013is_licensed\030\021 \001(\010H\017\210\001\001\022\026\n\t" +
4506
- "job_title\030\022 \001(\tH\020\210\001\001\022;\n\022last_dir_sync_ti" +
4507
- "me\030\023 \001(\0132\032.google.protobuf.TimestampH\021\210\001" +
4508
- "\001\022+\n\036legal_age_group_classification\030\024 \001(" +
4509
- "\tH\022\210\001\001\022\033\n\016mail_nick_name\030\025 \001(\tH\023\210\001\001\022\023\n\006m" +
4510
- "obile\030\026 \001(\tH\024\210\001\001\022,\n\037on_premises_security" +
4511
- "_identifier\030\027 \001(\tH\025\210\001\001\022\030\n\013other_mails\030\030 " +
4512
- "\001(\tH\026\210\001\001\022\036\n\021password_policies\030\031 \001(\tH\027\210\001\001" +
4513
- "\022\035\n\020password_profile\030\032 \001(\tH\030\210\001\001\022*\n\035physi" +
4514
- "cal_delivery_office_name\030\033 \001(\tH\031\210\001\001\022\030\n\013p" +
4515
- "ostal_code\030\034 \001(\tH\032\210\001\001\022\037\n\022preferred_langu" +
4516
- "age\030\036 \001(\tH\033\210\001\001\022L\n#refresh_tokens_valid_f" +
4517
- "rom_date_time\030\037 \001(\0132\032.google.protobuf.Ti" +
4518
- "mestampH\034\210\001\001\022\022\n\005state\030 \001(\tH\035\210\001\001\022\023\n\006stre" +
4519
- "et\030! \001(\tH\036\210\001\001\022\035\n\020telephone_number\030\" \001(\tH" +
4520
- "\037\210\001\001\022\033\n\016usage_location\030# \001(\tH \210\001\001\022\026\n\tuse" +
4521
- "r_type\030$ \001(\tH!\210\001\001\022\030\n\013manager_upn\030% \001(\tH\"" +
4522
- "\210\001\001\022\037\n\022distinguished_name\030& \001(\tH#\210\001\001\022)\n\034" +
4523
- "reset_password_on_next_logon\030\' \001(\010H$\210\001\001\022" +
4524
- "\021\n\004name\030( \001(\tH%\210\001\001\022$\n\027organization_entit" +
4525
- "y_key\030) \001(\tH&\210\001\001\022O\n\ngroup_keys\030* \003(\0132;.c" +
4526
- "om.lansweeper.dp.outbound.v1.Office365Us" +
4527
- "er.GroupKeysEntry\0320\n\016GroupKeysEntry\022\013\n\003k" +
4528
- "ey\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001B\026\n\024_user_pri" +
4529
- "ncipal_nameB\017\n\r_display_nameB\007\n\005_mailB\022\n" +
4530
- "\020_account_enabledB\014\n\n_age_groupB\007\n\005_city" +
4531
- "B\n\n\010_companyB\035\n\033_consent_provided_for_mi" +
4532
- "norB\020\n\016_creation_typeB\r\n\013_departmentB\023\n\021" +
4533
- "_dir_sync_enabledB\035\n\033_facsimile_telephon" +
4534
- "e_numberB\r\n\013_given_nameB\017\n\r_immutable_id" +
4535
- "B\032\n\030_is_global_administratorB\016\n\014_is_lice" +
4536
- "nsedB\014\n\n_job_titleB\025\n\023_last_dir_sync_tim" +
4537
- "eB!\n\037_legal_age_group_classificationB\021\n\017" +
4538
- "_mail_nick_nameB\t\n\007_mobileB\"\n _on_premis" +
4539
- "es_security_identifierB\016\n\014_other_mailsB\024" +
4540
- "\n\022_password_policiesB\023\n\021_password_profil" +
4541
- "eB \n\036_physical_delivery_office_nameB\016\n\014_",
4542
- "postal_codeB\025\n\023_preferred_languageB&\n$_r" +
4543
- "efresh_tokens_valid_from_date_timeB\010\n\006_s" +
4544
- "tateB\t\n\007_streetB\023\n\021_telephone_numberB\021\n\017" +
4545
- "_usage_locationB\014\n\n_user_typeB\016\n\014_manage" +
4546
- "r_upnB\025\n\023_distinguished_nameB\037\n\035_reset_p" +
4547
- "assword_on_next_logonB\007\n\005_nameB\032\n\030_organ" +
4548
- "ization_entity_key*a\n\013ReconRuleId\022\024\n\020REC" +
4549
- "ONCILE_BY_MAC\020\000\022\"\n\036RECONCILE_BY_MAKE_MOD" +
4550
- "EL_SERIAL\020\001\022\030\n\024RECONCILE_BY_NETBIOS\020\0022\244\005" +
4551
- "\n\027DataCoreOutboundService\022p\n\tGetEntity\022/" +
4314
+ "astore:\0028\001B\007\n\005_name\"\364\005\n\013EsxiCluster\022\014\n\004u" +
4315
+ "uid\030\016 \001(\t\022\026\n\016datacenter_key\030\001 \001(\t\022\031\n\021vce" +
4316
+ "nter_asset_key\030\002 \001(\t\022\021\n\004name\030\003 \001(\tH\000\210\001\001\022" +
4317
+ "\035\n\020total_number_cpu\030\004 \001(\rH\001\210\001\001\022\037\n\022total_" +
4318
+ "memory_bytes\030\005 \001(\004H\002\210\001\001\022\037\n\022total_number_" +
4319
+ "cores\030\006 \001(\rH\003\210\001\001\022!\n\024total_number_threads" +
4320
+ "\030\007 \001(\rH\004\210\001\001\022\032\n\reffective_cpu\030\010 \001(\rH\005\210\001\001\022" +
4321
+ "#\n\026effective_memory_bytes\030\t \001(\004H\006\210\001\001\022\030\n\013" +
4322
+ "total_hosts\030\n \001(\rH\007\210\001\001\022\"\n\025total_effectiv" +
4323
+ "e_hosts\030\013 \001(\rH\010\210\001\001\022\023\n\006status\030\014 \001(\tH\t\210\001\001\022" +
4324
+ "P\n\013hypervisors\030\r \003(\0132;.com.lansweeper.dp" +
4325
+ ".outbound.v1.EsxiCluster.HypervisorsEntr" +
4326
+ "y\022\032\n\rparent_folder\030\017 \001(\tH\n\210\001\001\0322\n\020Hypervi" +
4327
+ "sorsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028" +
4328
+ "\001B\007\n\005_nameB\023\n\021_total_number_cpuB\025\n\023_tota" +
4329
+ "l_memory_bytesB\025\n\023_total_number_coresB\027\n" +
4330
+ "\025_total_number_threadsB\020\n\016_effective_cpu" +
4331
+ "B\031\n\027_effective_memory_bytesB\016\n\014_total_ho" +
4332
+ "stsB\030\n\026_total_effective_hostsB\t\n\007_status" +
4333
+ "B\020\n\016_parent_folder\"\353\004\n\026VmwareDatastoreCl" +
4334
+ "uster\022\026\n\016datacenter_key\030\001 \001(\t\022\031\n\021vcenter" +
4335
+ "_asset_key\030\002 \001(\t\022\031\n\014internal_key\030\003 \001(\tH\000" +
4336
+ "\210\001\001\022\021\n\004name\030\004 \001(\tH\001\210\001\001\022Y\n\ndatastores\030\005 \003" +
4337
+ "(\0132E.com.lansweeper.dp.outbound.v1.Vmwar" +
4338
+ "eDatastoreCluster.DatastoresEntry\022S\n\013sto" +
4339
+ "rage_drs\030\006 \001(\01329.com.lansweeper.dp.outbo" +
4340
+ "und.v1.DatastoreClusterStorageDrsH\002\210\001\001\022\\" +
4341
+ "\n\023drs_pod_config_rule\030\007 \003(\0132?.com.lanswe" +
4342
+ "eper.dp.outbound.v1.DatastoreClusterDrsP" +
4343
+ "odConfigRule\022U\n\017drs_vm_override\030\010 \003(\0132<." +
4344
+ "com.lansweeper.dp.outbound.v1.DatastoreC" +
4345
+ "lusterDrsVmOverride\032a\n\017DatastoresEntry\022\013" +
4346
+ "\n\003key\030\001 \001(\t\022=\n\005value\030\002 \001(\0132..com.lanswee" +
4347
+ "per.dp.outbound.v1.VmwareDatastore:\0028\001B\017" +
4348
+ "\n\r_internal_keyB\007\n\005_nameB\016\n\014_storage_drs" +
4349
+ "\"\262\004\n\032DatastoreClusterStorageDrs\022\017\n\007enabl" +
4350
+ "ed\030\001 \001(\010\022\037\n\027io_load_balance_enabled\030\002 \001(" +
4351
+ "\010\022!\n\024default_vm_behaviour\030\003 \001(\tH\000\210\001\001\022\"\n\025" +
4352
+ "load_balance_interval\030\004 \001(\005H\001\210\001\001\022&\n\031defa" +
4353
+ "ult_intra_vm_affinity\030\005 \001(\010H\002\210\001\001\022(\n\033spac" +
4354
+ "e_utilization_threshold\030\006 \001(\005H\003\210\001\001\022-\n mi" +
4355
+ "n_space_utilization_difference\030\007 \001(\005H\004\210\001" +
4356
+ "\001\022!\n\024io_latency_threshold\030\010 \001(\005H\005\210\001\001\022(\n\033" +
4357
+ "io_load_imbalance_threshold\030\t \001(\005H\006\210\001\001B\027" +
4358
+ "\n\025_default_vm_behaviourB\030\n\026_load_balance" +
4359
+ "_intervalB\034\n\032_default_intra_vm_affinityB" +
4360
+ "\036\n\034_space_utilization_thresholdB#\n!_min_" +
4361
+ "space_utilization_differenceB\027\n\025_io_late" +
4362
+ "ncy_thresholdB\036\n\034_io_load_imbalance_thre" +
4363
+ "shold\"|\n DatastoreClusterDrsPodConfigRul" +
4364
+ "e\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\024\n\007enabled\030\002 \001(\010H\001\210" +
4365
+ "\001\001\022\021\n\004type\030\003 \001(\005H\002\210\001\001B\007\n\005_nameB\n\n\010_enabl" +
4366
+ "edB\007\n\005_type\"\335\001\n\035DatastoreClusterDrsVmOve" +
4367
+ "rride\022\024\n\007enabled\030\001 \001(\010H\000\210\001\001\022\026\n\tbehaviour" +
4368
+ "\030\002 \001(\tH\001\210\001\001\022\036\n\021intra_vm_affinity\030\003 \001(\010H\002" +
4369
+ "\210\001\001\022#\n\026intra_vm_anti_affinity\030\004 \001(\tH\003\210\001\001" +
4370
+ "B\n\n\010_enabledB\014\n\n_behaviourB\024\n\022_intra_vm_" +
4371
+ "affinityB\031\n\027_intra_vm_anti_affinity\"\356\007\n\017" +
4372
+ "VmwareDatastore\022\014\n\004uuid\030\001 \001(\t\022\031\n\014interna" +
4373
+ "l_key\030\002 \001(\tH\000\210\001\001\022\032\n\rdatacenter_id\030\003 \001(\tH" +
4374
+ "\001\210\001\001\022!\n\024datastore_cluster_id\030\004 \001(\tH\002\210\001\001\022" +
4375
+ "\037\n\022esxi_hypervisor_id\030\021 \001(\tH\003\210\001\001\022H\n\005disk" +
4376
+ "s\030\005 \003(\01329.com.lansweeper.dp.outbound.v1." +
4377
+ "VmwareDatastore.DisksEntry\022\030\n\013uncommitte" +
4378
+ "d\030\006 \001(\004H\004\210\001\001\022\027\n\naccessible\030\007 \001(\010H\005\210\001\001\022!\n" +
4379
+ "\024multiple_host_access\030\010 \001(\010H\006\210\001\001\022\021\n\004type" +
4380
+ "\030\t \001(\tH\007\210\001\001\022\035\n\020maintenance_mode\030\n \001(\tH\010\210" +
4381
+ "\001\001\022\'\n\032max_physical_rdm_file_size\030\013 \001(\004H\t" +
4382
+ "\210\001\001\022&\n\031max_virtual_rdm_file_size\030\014 \001(\004H\n" +
4383
+ "\210\001\001\022\032\n\rmax_file_size\030\r \001(\004H\013\210\001\001\022&\n\031max_v" +
4384
+ "irtual_disk_capacity\030\016 \001(\004H\014\210\001\001\022!\n\024max_m" +
4385
+ "emory_file_size\030\017 \001(\004H\r\210\001\001\0222\n\ttimestamp\030" +
4386
+ "\020 \001(\0132\032.google.protobuf.TimestampH\016\210\001\001\032W" +
4387
+ "\n\nDisksEntry\022\013\n\003key\030\001 \001(\t\0228\n\005value\030\002 \001(\013" +
4388
+ "2).com.lansweeper.dp.outbound.v1.VmwareD" +
4389
+ "isk:\0028\001B\017\n\r_internal_keyB\020\n\016_datacenter_" +
4390
+ "idB\027\n\025_datastore_cluster_idB\025\n\023_esxi_hyp" +
4391
+ "ervisor_idB\016\n\014_uncommittedB\r\n\013_accessibl" +
4392
+ "eB\027\n\025_multiple_host_accessB\007\n\005_typeB\023\n\021_" +
4393
+ "maintenance_modeB\035\n\033_max_physical_rdm_fi" +
4394
+ "le_sizeB\034\n\032_max_virtual_rdm_file_sizeB\020\n" +
4395
+ "\016_max_file_sizeB\034\n\032_max_virtual_disk_cap" +
4396
+ "acityB\027\n\025_max_memory_file_sizeB\014\n\n_times" +
4397
+ "tamp\"\206\001\n\nVmwareDisk\022\014\n\004name\030\001 \001(\t\022\020\n\003url" +
4398
+ "\030\002 \001(\tH\000\210\001\001\022\030\n\013total_space\030\003 \001(\004H\001\210\001\001\022\027\n" +
4399
+ "\nfree_space\030\004 \001(\004H\002\210\001\001B\006\n\004_urlB\016\n\014_total" +
4400
+ "_spaceB\r\n\013_free_space\"s\n\016VmwareSnapshot\022" +
4401
+ "\024\n\014internal_key\030\001 \001(\t\022\021\n\004name\030\002 \001(\tH\000\210\001\001" +
4402
+ "\022/\n\013create_time\030\003 \001(\0132\032.google.protobuf." +
4403
+ "TimestampB\007\n\005_name\"\200\003\n\020IpLocationConfig\022" +
4404
+ "\014\n\004name\030\001 \001(\t\022\032\n\rlocal_ip_cidr\030\002 \001(\tH\000\210\001" +
4405
+ "\001\022\033\n\016local_ip_start\030\003 \001(\tH\001\210\001\001\022\031\n\014local_" +
4406
+ "ip_end\030\004 \001(\tH\002\210\001\001\022\026\n\tsource_id\030\005 \001(\tH\003\210\001" +
4407
+ "\001\022\035\n\020internet_ip_cidr\030\006 \001(\tH\004\210\001\001\022\"\n\025inte" +
4408
+ "rnet_country_code\030\007 \001(\tH\005\210\001\001\022\"\n\025internet" +
4409
+ "_country_city\030\010 \001(\tH\006\210\001\001B\020\n\016_local_ip_ci" +
4410
+ "drB\021\n\017_local_ip_startB\017\n\r_local_ip_endB\014" +
4411
+ "\n\n_source_idB\023\n\021_internet_ip_cidrB\030\n\026_in" +
4412
+ "ternet_country_codeB\030\n\026_internet_country" +
4413
+ "_city\"\032\n\007SiteKey\022\017\n\007site_id\030\001 \001(\t\"M\n\014Rec" +
4414
+ "onRuleSet\022=\n\013recon_rules\030\001 \003(\0132(.com.lan" +
4415
+ "sweeper.dp.outbound.v1.ReconRule\"\211\001\n\tRec" +
4416
+ "onRule\0226\n\002id\030\001 \001(\0162*.com.lansweeper.dp.o" +
4417
+ "utbound.v1.ReconRuleId\022\014\n\004name\030\002 \001(\t\022\023\n\013" +
4418
+ "description\030\003 \001(\t\022\020\n\010priority\030\004 \001(\005\022\017\n\007e" +
4419
+ "nabled\030\005 \001(\010\"\206\007\n\025Office365Organization\022\021" +
4420
+ "\n\ttenant_id\030\001 \001(\t\022\030\n\013displayname\030\002 \001(\tH\000" +
4421
+ "\210\001\001\022\024\n\007country\030\003 \001(\tH\001\210\001\001\022\021\n\004city\030\004 \001(\tH" +
4422
+ "\002\210\001\001\022\031\n\014country_name\030\005 \001(\tH\003\210\001\001\022\030\n\013posta" +
4423
+ "l_code\030\006 \001(\tH\004\210\001\001\022\022\n\005state\030\007 \001(\tH\005\210\001\001\022\023\n" +
4424
+ "\006street\030\010 \001(\tH\006\210\001\001\022\035\n\020telephone_number\030\t" +
4425
+ " \001(\tH\007\210\001\001\022C\n\032company_last_dir_sync_time\030" +
4426
+ "\n \001(\0132\032.google.protobuf.TimestampH\010\210\001\001\022\035" +
4427
+ "\n\020dir_sync_enabled\030\013 \001(\010H\t\210\001\001\022?\n\007domains" +
4428
+ "\030\014 \003(\0132..com.lansweeper.dp.outbound.v1.O" +
4429
+ "ffice365Domain\022A\n\010licenses\030\017 \003(\0132/.com.l" +
4430
+ "answeeper.dp.outbound.v1.Office365Licens" +
4431
+ "e\022_\n\016assigned_plans\030\020 \003(\0132G.com.lansweep" +
4432
+ "er.dp.outbound.v1.Office365Organization." +
4433
+ "AssignedPlansEntry\022A\n\010contacts\030\021 \003(\0132/.c" +
4434
+ "om.lansweeper.dp.outbound.v1.Office365Co" +
4435
+ "ntact\032j\n\022AssignedPlansEntry\022\013\n\003key\030\001 \001(\t" +
4436
+ "\022C\n\005value\030\002 \001(\01324.com.lansweeper.dp.outb" +
4437
+ "ound.v1.Office365AssignedPlan:\0028\001B\016\n\014_di" +
4438
+ "splaynameB\n\n\010_countryB\007\n\005_cityB\017\n\r_count" +
4439
+ "ry_nameB\016\n\014_postal_codeB\010\n\006_stateB\t\n\007_st" +
4440
+ "reetB\023\n\021_telephone_numberB\035\n\033_company_la" +
4441
+ "st_dir_sync_timeB\023\n\021_dir_sync_enabled\"\351\002" +
4442
+ "\n\025Office365AssignedPlan\022\027\n\017service_plan_" +
4443
+ "id\030\001 \001(\t\022\024\n\007service\030\002 \001(\tH\000\210\001\001\022\036\n\021capabi" +
4444
+ "lity_status\030\003 \001(\tH\001\210\001\001\022<\n\023assigned_time_" +
4445
+ "stamp\030\004 \001(\0132\032.google.protobuf.TimestampH" +
4446
+ "\002\210\001\001\022W\n\nusers_keys\030\005 \003(\0132C.com.lansweepe" +
4447
+ "r.dp.outbound.v1.Office365AssignedPlan.U" +
4448
+ "sersKeysEntry\0320\n\016UsersKeysEntry\022\013\n\003key\030\001" +
4449
+ " \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001B\n\n\010_serviceB\024\n\022_" +
4450
+ "capability_statusB\026\n\024_assigned_time_stam" +
4451
+ "p\"Z\n\020Office365Contact\022\031\n\014display_name\030\001 " +
4452
+ "\001(\tH\000\210\001\001\022\021\n\004mail\030\002 \001(\tH\001\210\001\001B\017\n\r_display_" +
4453
+ "nameB\007\n\005_mail\"\223\004\n\017Office365Domain\022\n\n\002id\030" +
4454
+ "\001 \001(\005\022\034\n\017organization_id\030\002 \001(\005H\000\210\001\001\022\030\n\013d" +
4455
+ "omain_name\030\003 \001(\tH\001\210\001\001\022 \n\023authentication_" +
4456
+ "type\030\004 \001(\tH\002\210\001\001\022\035\n\020is_admin_managed\030\005 \001(" +
4457
+ "\010H\003\210\001\001\022\027\n\nis_default\030\006 \001(\010H\004\210\001\001\022\027\n\nis_in" +
4458
+ "itial\030\007 \001(\010H\005\210\001\001\022\024\n\007is_root\030\010 \001(\010H\006\210\001\001\022\030" +
4459
+ "\n\013is_verified\030\t \001(\010H\007\210\001\001\022\037\n\022supported_se" +
4460
+ "rvices\030\n \001(\tH\010\210\001\001\022\022\n\005state\030\013 \001(\tH\t\210\001\001\022 \n" +
4461
+ "\023availability_status\030\014 \001(\tH\n\210\001\001B\022\n\020_orga" +
4462
+ "nization_idB\016\n\014_domain_nameB\026\n\024_authenti" +
4463
+ "cation_typeB\023\n\021_is_admin_managedB\r\n\013_is_" +
4464
+ "defaultB\r\n\013_is_initialB\n\n\010_is_rootB\016\n\014_i" +
4465
+ "s_verifiedB\025\n\023_supported_servicesB\010\n\006_st" +
4466
+ "ateB\026\n\024_availability_status\"\227\003\n\016Office36" +
4467
+ "5Group\022\021\n\tobject_id\030\001 \001(\t\022\031\n\014display_nam" +
4468
+ "e\030\002 \001(\tH\000\210\001\001\022\030\n\013description\030\003 \001(\tH\001\210\001\001\022\031" +
4469
+ "\n\014mail_enabled\030\004 \001(\010H\002\210\001\001\022\035\n\020security_en" +
4470
+ "abled\030\005 \001(\010H\003\210\001\001\022\021\n\004mail\030\006 \001(\tH\004\210\001\001\022\032\n\rm" +
4471
+ "ail_nickname\030\007 \001(\tH\005\210\001\001\022\034\n\017proxy_address" +
4472
+ "es\030\010 \001(\tH\006\210\001\001\022$\n\027organization_entity_key" +
4473
+ "\030\t \001(\tH\007\210\001\001B\017\n\r_display_nameB\016\n\014_descrip" +
4474
+ "tionB\017\n\r_mail_enabledB\023\n\021_security_enabl" +
4475
+ "edB\007\n\005_mailB\020\n\016_mail_nicknameB\022\n\020_proxy_" +
4476
+ "addressesB\032\n\030_organization_entity_key\"\362\004" +
4477
+ "\n\020Office365License\022\016\n\006sku_id\030\001 \001(\t\022\033\n\016co" +
4478
+ "nsumed_units\030\002 \001(\005H\000\210\001\001\022\"\n\025prepaid_units" +
4479
+ "_enabled\030\003 \001(\005H\001\210\001\001\022$\n\027prepaid_units_sus" +
4480
+ "pended\030\004 \001(\005H\002\210\001\001\022\"\n\025prepaid_units_warni" +
4481
+ "ng\030\005 \001(\005H\003\210\001\001\022\034\n\017sku_part_number\030\006 \001(\tH\004" +
4482
+ "\210\001\001\022\027\n\napplies_to\030\007 \001(\tH\005\210\001\001\022\036\n\021capabili" +
4483
+ "ty_status\030\010 \001(\tH\006\210\001\001\022R\n\nusers_keys\030\t \003(\013" +
4484
+ "2>.com.lansweeper.dp.outbound.v1.Office3" +
4485
+ "65License.UsersKeysEntry\022J\n\rservice_plan" +
4486
+ "s\030\n \003(\01323.com.lansweeper.dp.outbound.v1." +
4487
+ "Office365ServicePlan\0320\n\016UsersKeysEntry\022\013" +
4488
+ "\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001B\021\n\017_consu" +
4489
+ "med_unitsB\030\n\026_prepaid_units_enabledB\032\n\030_" +
4490
+ "prepaid_units_suspendedB\030\n\026_prepaid_unit" +
4491
+ "s_warningB\022\n\020_sku_part_numberB\r\n\013_applie" +
4492
+ "s_toB\024\n\022_capability_status\"\340\001\n\024Office365" +
4493
+ "ServicePlan\022\034\n\017service_plan_id\030\001 \001(\tH\000\210\001" +
4494
+ "\001\022\036\n\021service_plan_name\030\002 \001(\tH\001\210\001\001\022 \n\023pro" +
4495
+ "visioning_status\030\003 \001(\tH\002\210\001\001\022\027\n\napplies_t" +
4496
+ "o\030\004 \001(\tH\003\210\001\001B\022\n\020_service_plan_idB\024\n\022_ser" +
4497
+ "vice_plan_nameB\026\n\024_provisioning_statusB\r" +
4498
+ "\n\013_applies_to\"\221\021\n\rOffice365User\022\021\n\tobjec" +
4499
+ "t_id\030\001 \001(\t\022 \n\023user_principal_name\030\002 \001(\tH" +
4500
+ "\000\210\001\001\022\031\n\014display_name\030\003 \001(\tH\001\210\001\001\022\021\n\004mail\030" +
4501
+ "\004 \001(\tH\002\210\001\001\022\034\n\017account_enabled\030\005 \001(\010H\003\210\001\001" +
4502
+ "\022\026\n\tage_group\030\006 \001(\tH\004\210\001\001\022\021\n\004city\030\007 \001(\tH\005" +
4503
+ "\210\001\001\022\024\n\007company\030\010 \001(\tH\006\210\001\001\022\'\n\032consent_pro" +
4504
+ "vided_for_minor\030\t \001(\tH\007\210\001\001\022\032\n\rcreation_t" +
4505
+ "ype\030\n \001(\tH\010\210\001\001\022\027\n\ndepartment\030\013 \001(\tH\t\210\001\001\022" +
4506
+ "\035\n\020dir_sync_enabled\030\014 \001(\010H\n\210\001\001\022\'\n\032facsim" +
4507
+ "ile_telephone_number\030\r \001(\tH\013\210\001\001\022\027\n\ngiven" +
4508
+ "_name\030\016 \001(\tH\014\210\001\001\022\031\n\014immutable_id\030\017 \001(\tH\r" +
4509
+ "\210\001\001\022$\n\027is_global_administrator\030\020 \001(\010H\016\210\001" +
4510
+ "\001\022\030\n\013is_licensed\030\021 \001(\010H\017\210\001\001\022\026\n\tjob_title" +
4511
+ "\030\022 \001(\tH\020\210\001\001\022;\n\022last_dir_sync_time\030\023 \001(\0132" +
4512
+ "\032.google.protobuf.TimestampH\021\210\001\001\022+\n\036lega" +
4513
+ "l_age_group_classification\030\024 \001(\tH\022\210\001\001\022\033\n" +
4514
+ "\016mail_nick_name\030\025 \001(\tH\023\210\001\001\022\023\n\006mobile\030\026 \001" +
4515
+ "(\tH\024\210\001\001\022,\n\037on_premises_security_identifi" +
4516
+ "er\030\027 \001(\tH\025\210\001\001\022\030\n\013other_mails\030\030 \001(\tH\026\210\001\001\022" +
4517
+ "\036\n\021password_policies\030\031 \001(\tH\027\210\001\001\022\035\n\020passw" +
4518
+ "ord_profile\030\032 \001(\tH\030\210\001\001\022*\n\035physical_deliv" +
4519
+ "ery_office_name\030\033 \001(\tH\031\210\001\001\022\030\n\013postal_cod" +
4520
+ "e\030\034 \001(\tH\032\210\001\001\022\037\n\022preferred_language\030\036 \001(\t" +
4521
+ "H\033\210\001\001\022L\n#refresh_tokens_valid_from_date_" +
4522
+ "time\030\037 \001(\0132\032.google.protobuf.TimestampH\034" +
4523
+ "\210\001\001\022\022\n\005state\030 \001(\tH\035\210\001\001\022\023\n\006street\030! \001(\tH" +
4524
+ "\036\210\001\001\022\035\n\020telephone_number\030\" \001(\tH\037\210\001\001\022\033\n\016u" +
4525
+ "sage_location\030# \001(\tH \210\001\001\022\026\n\tuser_type\030$ " +
4526
+ "\001(\tH!\210\001\001\022\030\n\013manager_upn\030% \001(\tH\"\210\001\001\022\037\n\022di" +
4527
+ "stinguished_name\030& \001(\tH#\210\001\001\022)\n\034reset_pas" +
4528
+ "sword_on_next_logon\030\' \001(\010H$\210\001\001\022\021\n\004name\030(" +
4529
+ " \001(\tH%\210\001\001\022$\n\027organization_entity_key\030) \001" +
4530
+ "(\tH&\210\001\001\022O\n\ngroup_keys\030* \003(\0132;.com.lanswe" +
4531
+ "eper.dp.outbound.v1.Office365User.GroupK" +
4532
+ "eysEntry\0320\n\016GroupKeysEntry\022\013\n\003key\030\001 \001(\t\022" +
4533
+ "\r\n\005value\030\002 \001(\010:\0028\001B\026\n\024_user_principal_na" +
4534
+ "meB\017\n\r_display_nameB\007\n\005_mailB\022\n\020_account" +
4535
+ "_enabledB\014\n\n_age_groupB\007\n\005_cityB\n\n\010_comp" +
4536
+ "anyB\035\n\033_consent_provided_for_minorB\020\n\016_c" +
4537
+ "reation_typeB\r\n\013_departmentB\023\n\021_dir_sync" +
4538
+ "_enabledB\035\n\033_facsimile_telephone_numberB" +
4539
+ "\r\n\013_given_nameB\017\n\r_immutable_idB\032\n\030_is_g" +
4540
+ "lobal_administratorB\016\n\014_is_licensedB\014\n\n_" +
4541
+ "job_titleB\025\n\023_last_dir_sync_timeB!\n\037_leg",
4542
+ "al_age_group_classificationB\021\n\017_mail_nic" +
4543
+ "k_nameB\t\n\007_mobileB\"\n _on_premises_securi" +
4544
+ "ty_identifierB\016\n\014_other_mailsB\024\n\022_passwo" +
4545
+ "rd_policiesB\023\n\021_password_profileB \n\036_phy" +
4546
+ "sical_delivery_office_nameB\016\n\014_postal_co" +
4547
+ "deB\025\n\023_preferred_languageB&\n$_refresh_to" +
4548
+ "kens_valid_from_date_timeB\010\n\006_stateB\t\n\007_" +
4549
+ "streetB\023\n\021_telephone_numberB\021\n\017_usage_lo" +
4550
+ "cationB\014\n\n_user_typeB\016\n\014_manager_upnB\025\n\023" +
4551
+ "_distinguished_nameB\037\n\035_reset_password_o" +
4552
+ "n_next_logonB\007\n\005_nameB\032\n\030_organization_e" +
4553
+ "ntity_key*a\n\013ReconRuleId\022\024\n\020RECONCILE_BY" +
4554
+ "_MAC\020\000\022\"\n\036RECONCILE_BY_MAKE_MODEL_SERIAL" +
4555
+ "\020\001\022\030\n\024RECONCILE_BY_NETBIOS\020\0022\244\005\n\027DataCor" +
4556
+ "eOutboundService\022p\n\tGetEntity\022/.com.lans" +
4557
+ "weeper.dp.outbound.v1.GetEntityRequest\0320" +
4552
4558
  ".com.lansweeper.dp.outbound.v1.GetEntity" +
4553
- "Request\0320.com.lansweeper.dp.outbound.v1." +
4554
- "GetEntityResponse\"\000\022w\n\014ListEntities\0220.co" +
4555
- "m.lansweeper.dp.outbound.v1.ListEntityRe" +
4556
- "quest\0321.com.lansweeper.dp.outbound.v1.Li" +
4557
- "stEntityResponse\"\0000\001\022|\n\rCatalogLookup\0223." +
4558
- "com.lansweeper.dp.outbound.v1.CatalogLoo" +
4559
- "kupRequest\0324.com.lansweeper.dp.outbound." +
4560
- "v1.CatalogLookupResponse\"\000\022\216\001\n\023GetIpLoca" +
4561
- "tionConfig\0229.com.lansweeper.dp.outbound." +
4562
- "v1.GetIpLocationConfigRequest\032:.com.lans" +
4563
- "weeper.dp.outbound.v1.GetIpLocationConfi" +
4564
- "gResponse\"\000\022\216\001\n\023SetIpLocationConfig\0229.co" +
4565
- "m.lansweeper.dp.outbound.v1.SetIpLocatio" +
4566
- "nConfigRequest\032:.com.lansweeper.dp.outbo" +
4567
- "und.v1.SetIpLocationConfigResponse\"\0002\334\006\n" +
4568
- "\031DataCoreBackofficeService\022\\\n\014CreateEnti" +
4569
- "ty\022%.com.lansweeper.dp.outbound.v1.Entit" +
4570
- "y\032%.com.lansweeper.dp.outbound.v1.Entity" +
4571
- "\022\\\n\010GetAsset\022).com.lansweeper.dp.outboun" +
4572
- "d.v1.EntityPath\032%.com.lansweeper.dp.outb" +
4573
- "ound.v1.Entity\022[\n\013UpdateAsset\022%.com.lans" +
4574
- "weeper.dp.outbound.v1.Entity\032%.com.lansw" +
4575
- "eeper.dp.outbound.v1.Entity\022_\n\013DeleteAss" +
4576
- "et\022).com.lansweeper.dp.outbound.v1.Entit" +
4577
- "yPath\032%.com.lansweeper.dp.outbound.v1.En" +
4578
- "tity\022b\n\nListAssets\022+.com.lansweeper.dp.o" +
4579
- "utbound.v1.EntityFilter\032%.com.lansweeper" +
4580
- ".dp.outbound.v1.Entity0\001\022V\n\nCreateSite\022#" +
4581
- ".com.lansweeper.dp.outbound.v1.Site\032#.co" +
4582
- "m.lansweeper.dp.outbound.v1.Site\022V\n\007GetS" +
4583
- "ite\022&.com.lansweeper.dp.outbound.v1.Site" +
4584
- "Key\032#.com.lansweeper.dp.outbound.v1.Site" +
4585
- "\022V\n\nUpdateSite\022#.com.lansweeper.dp.outbo" +
4586
- "und.v1.Site\032#.com.lansweeper.dp.outbound" +
4587
- ".v1.Site\022Y\n\nDeleteSite\022&.com.lansweeper." +
4588
- "dp.outbound.v1.SiteKey\032#.com.lansweeper." +
4589
- "dp.outbound.v1.SiteB\022P\001Z\016./generated-gob" +
4590
- "\006proto3"
4559
+ "Response\"\000\022w\n\014ListEntities\0220.com.lanswee" +
4560
+ "per.dp.outbound.v1.ListEntityRequest\0321.c" +
4561
+ "om.lansweeper.dp.outbound.v1.ListEntityR" +
4562
+ "esponse\"\0000\001\022|\n\rCatalogLookup\0223.com.lansw" +
4563
+ "eeper.dp.outbound.v1.CatalogLookupReques" +
4564
+ "t\0324.com.lansweeper.dp.outbound.v1.Catalo" +
4565
+ "gLookupResponse\"\000\022\216\001\n\023GetIpLocationConfi" +
4566
+ "g\0229.com.lansweeper.dp.outbound.v1.GetIpL" +
4567
+ "ocationConfigRequest\032:.com.lansweeper.dp" +
4568
+ ".outbound.v1.GetIpLocationConfigResponse" +
4569
+ "\"\000\022\216\001\n\023SetIpLocationConfig\0229.com.lanswee" +
4570
+ "per.dp.outbound.v1.SetIpLocationConfigRe" +
4571
+ "quest\032:.com.lansweeper.dp.outbound.v1.Se" +
4572
+ "tIpLocationConfigResponse\"\0002\334\006\n\031DataCore" +
4573
+ "BackofficeService\022\\\n\014CreateEntity\022%.com." +
4574
+ "lansweeper.dp.outbound.v1.Entity\032%.com.l" +
4575
+ "answeeper.dp.outbound.v1.Entity\022\\\n\010GetAs" +
4576
+ "set\022).com.lansweeper.dp.outbound.v1.Enti" +
4577
+ "tyPath\032%.com.lansweeper.dp.outbound.v1.E" +
4578
+ "ntity\022[\n\013UpdateAsset\022%.com.lansweeper.dp" +
4579
+ ".outbound.v1.Entity\032%.com.lansweeper.dp." +
4580
+ "outbound.v1.Entity\022_\n\013DeleteAsset\022).com." +
4581
+ "lansweeper.dp.outbound.v1.EntityPath\032%.c" +
4582
+ "om.lansweeper.dp.outbound.v1.Entity\022b\n\nL" +
4583
+ "istAssets\022+.com.lansweeper.dp.outbound.v" +
4584
+ "1.EntityFilter\032%.com.lansweeper.dp.outbo" +
4585
+ "und.v1.Entity0\001\022V\n\nCreateSite\022#.com.lans" +
4586
+ "weeper.dp.outbound.v1.Site\032#.com.lanswee" +
4587
+ "per.dp.outbound.v1.Site\022V\n\007GetSite\022&.com" +
4588
+ ".lansweeper.dp.outbound.v1.SiteKey\032#.com" +
4589
+ ".lansweeper.dp.outbound.v1.Site\022V\n\nUpdat" +
4590
+ "eSite\022#.com.lansweeper.dp.outbound.v1.Si" +
4591
+ "te\032#.com.lansweeper.dp.outbound.v1.Site\022" +
4592
+ "Y\n\nDeleteSite\022&.com.lansweeper.dp.outbou" +
4593
+ "nd.v1.SiteKey\032#.com.lansweeper.dp.outbou" +
4594
+ "nd.v1.SiteB\022P\001Z\016./generated-gob\006proto3"
4591
4595
  };
4592
4596
  descriptor = com.google.protobuf.Descriptors.FileDescriptor
4593
4597
  .internalBuildGeneratedFileFrom(descriptorData,
@@ -5950,7 +5954,7 @@ public final class Outbound {
5950
5954
  internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiHypervisor_fieldAccessorTable = new
5951
5955
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
5952
5956
  internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiHypervisor_descriptor,
5953
- new java.lang.String[] { "ProductInfo", "VcenterAssetKey", "EsxiHypervisorDatastores", "EsxiGuestVmKey", "UpTime", "BootTime", "HostMaxVirtualDiskCapacity", "NumCpuPackages", "CpuPackagesDescriptions", "NumNics", "NumHbas", "Uuid", "ConnectionState", "PowerState", "DatacenterId", "InternalKey", "AdminDisabled", "IpAddress", "Port", "SslThumbprint", "ManagementServerIp", "NumCpu", "NumCoresPerSocket", });
5957
+ new java.lang.String[] { "ProductInfo", "VcenterAssetKey", "EsxiHypervisorDatastores", "EsxiGuestVmKey", "UpTime", "BootTime", "HostMaxVirtualDiskCapacity", "NumCpuPackages", "CpuPackagesDescriptions", "NumNics", "NumHbas", "Uuid", "ConnectionState", "PowerState", "DatacenterId", "InternalKey", "AdminDisabled", "IpAddress", "Port", "SslThumbprint", "ManagementServerIp", "NumCpu", "NumCoresPerSocket", "Version", "MemorySize", });
5954
5958
  internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiHypervisor_EsxiHypervisorDatastoresEntry_descriptor =
5955
5959
  internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiHypervisor_descriptor.getNestedTypes().get(0);
5956
5960
  internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiHypervisor_EsxiHypervisorDatastoresEntry_fieldAccessorTable = new
@@ -5968,7 +5972,7 @@ public final class Outbound {
5968
5972
  internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiGuestVm_fieldAccessorTable = new
5969
5973
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
5970
5974
  internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiGuestVm_descriptor,
5971
- new java.lang.String[] { "EsxiHypervisorAssetKey", "InternalKey", "EsxiGuestSnapshots", "GuestId", "GuestFullName", "Version", "Uuid", "InstanceUuid", "UnsharedStorage", "RunningState", "ToolsVersion", "ToolsStatus", "ToolsRunningStatus", "ToolsVersionStatus", "NumCpu", "NumEthernetCards", "NumVirtualDisks", "BootTime", "DomainName", "ConfigName", });
5975
+ new java.lang.String[] { "EsxiHypervisorAssetKey", "InternalKey", "EsxiGuestSnapshots", "GuestId", "GuestFullName", "Version", "Uuid", "InstanceUuid", "UnsharedStorage", "RunningState", "ToolsVersion", "ToolsStatus", "ToolsRunningStatus", "ToolsVersionStatus", "NumCpu", "NumEthernetCards", "NumVirtualDisks", "BootTime", "DomainName", "ConfigName", "MemorySizeMb", });
5972
5976
  internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiGuestVm_EsxiGuestSnapshotsEntry_descriptor =
5973
5977
  internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiGuestVm_descriptor.getNestedTypes().get(0);
5974
5978
  internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiGuestVm_EsxiGuestSnapshotsEntry_fieldAccessorTable = new
@@ -6016,7 +6020,7 @@ public final class Outbound {
6016
6020
  internal_static_com_lansweeper_dp_outbound_v1_EsxiCluster_fieldAccessorTable = new
6017
6021
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
6018
6022
  internal_static_com_lansweeper_dp_outbound_v1_EsxiCluster_descriptor,
6019
- new java.lang.String[] { "Uuid", "DatacenterKey", "VcenterAssetKey", "Name", "TotalNumberCpu", "TotalMemoryBytes", "TotalNumberCores", "TotalNumberThreads", "EffectiveCpu", "EffectiveMemoryBytes", "TotalHosts", "TotalEffectiveHosts", "Status", "Hypervisors", });
6023
+ new java.lang.String[] { "Uuid", "DatacenterKey", "VcenterAssetKey", "Name", "TotalNumberCpu", "TotalMemoryBytes", "TotalNumberCores", "TotalNumberThreads", "EffectiveCpu", "EffectiveMemoryBytes", "TotalHosts", "TotalEffectiveHosts", "Status", "Hypervisors", "ParentFolder", });
6020
6024
  internal_static_com_lansweeper_dp_outbound_v1_EsxiCluster_HypervisorsEntry_descriptor =
6021
6025
  internal_static_com_lansweeper_dp_outbound_v1_EsxiCluster_descriptor.getNestedTypes().get(0);
6022
6026
  internal_static_com_lansweeper_dp_outbound_v1_EsxiCluster_HypervisorsEntry_fieldAccessorTable = new