@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.
- package/CHANGELOG.md +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +33 -8
- package/gen-proto/outbound_pb.js +225 -35
- package/generated-go/outbound.pb.go +375 -328
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +7 -3
- package/model/target/classes/com/lansweeper/dp/outbound/v1/EsxiCluster$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/EsxiCluster$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/EsxiCluster$HypervisorsDefaultEntryHolder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/EsxiCluster.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/EsxiClusterOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareDatastoreCluster$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareDatastoreCluster$Builder$DatastoresConverter.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareDatastoreCluster$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareDatastoreCluster$DatastoresDefaultEntryHolder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareDatastoreCluster.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareDatastoreClusterOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiGuestVm$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiGuestVm$Builder$EsxiGuestSnapshotsConverter.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiGuestVm$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiGuestVm.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiGuestVmOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisor$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisor$Builder$EsxiHypervisorDatastoresConverter.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisor$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisor.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisorOrBuilder.class +0 -0
- package/model/target/classes/outbound.proto +7 -3
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/EsxiCluster.java +200 -7
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/EsxiClusterOrBuilder.java +31 -2
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +368 -364
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/VmwareDatastoreCluster.java +104 -306
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/VmwareDatastoreClusterOrBuilder.java +8 -25
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/VmwareEsxiGuestVm.java +114 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/VmwareEsxiGuestVmOrBuilder.java +19 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisor.java +334 -109
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisorOrBuilder.java +51 -13
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/{outbound-model-0.3.19-sources.jar → outbound-model-0.3.20-sources.jar} +0 -0
- package/model/target/{outbound-model-0.3.19.jar → outbound-model-0.3.20.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +7 -3
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.3.19-sources.jar → outbound-service-0.3.20-sources.jar} +0 -0
- package/service/target/{outbound-service-0.3.19.jar → outbound-service-0.3.20.jar} +0 -0
package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java
CHANGED
|
@@ -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
|
|
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\"\
|
|
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(\
|
|
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\
|
|
4232
|
-
"
|
|
4233
|
-
"
|
|
4234
|
-
"
|
|
4235
|
-
"
|
|
4236
|
-
"\n\
|
|
4237
|
-
"\
|
|
4238
|
-
"
|
|
4239
|
-
"\
|
|
4240
|
-
"
|
|
4241
|
-
"
|
|
4242
|
-
"
|
|
4243
|
-
"
|
|
4244
|
-
"
|
|
4245
|
-
"
|
|
4246
|
-
"
|
|
4247
|
-
"
|
|
4248
|
-
"
|
|
4249
|
-
"
|
|
4250
|
-
"
|
|
4251
|
-
"\
|
|
4252
|
-
"
|
|
4253
|
-
"\
|
|
4254
|
-
"
|
|
4255
|
-
" \001(\tH\
|
|
4256
|
-
"\
|
|
4257
|
-
"\
|
|
4258
|
-
"
|
|
4259
|
-
"\rH\
|
|
4260
|
-
"
|
|
4261
|
-
"\
|
|
4262
|
-
"
|
|
4263
|
-
"\
|
|
4264
|
-
"
|
|
4265
|
-
"
|
|
4266
|
-
"
|
|
4267
|
-
"
|
|
4268
|
-
"
|
|
4269
|
-
"
|
|
4270
|
-
"
|
|
4271
|
-
"
|
|
4272
|
-
"
|
|
4273
|
-
"\
|
|
4274
|
-
"\
|
|
4275
|
-
"\
|
|
4276
|
-
"\
|
|
4277
|
-
"\tH\
|
|
4278
|
-
"
|
|
4279
|
-
"(\
|
|
4280
|
-
"
|
|
4281
|
-
"
|
|
4282
|
-
"\
|
|
4283
|
-
"
|
|
4284
|
-
"
|
|
4285
|
-
"
|
|
4286
|
-
"
|
|
4287
|
-
"\
|
|
4288
|
-
"
|
|
4289
|
-
"\
|
|
4290
|
-
"
|
|
4291
|
-
"
|
|
4292
|
-
"
|
|
4293
|
-
"\
|
|
4294
|
-
"
|
|
4295
|
-
"
|
|
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
|
-
"
|
|
4298
|
-
"
|
|
4299
|
-
"
|
|
4300
|
-
"
|
|
4301
|
-
"
|
|
4302
|
-
"
|
|
4303
|
-
"
|
|
4304
|
-
"
|
|
4305
|
-
"
|
|
4306
|
-
"
|
|
4307
|
-
"
|
|
4308
|
-
".
|
|
4309
|
-
"
|
|
4310
|
-
"
|
|
4311
|
-
"
|
|
4312
|
-
"\
|
|
4313
|
-
"
|
|
4314
|
-
"
|
|
4315
|
-
"
|
|
4316
|
-
"
|
|
4317
|
-
"
|
|
4318
|
-
"
|
|
4319
|
-
"
|
|
4320
|
-
"
|
|
4321
|
-
"
|
|
4322
|
-
"
|
|
4323
|
-
"\
|
|
4324
|
-
"\
|
|
4325
|
-
"
|
|
4326
|
-
"
|
|
4327
|
-
"
|
|
4328
|
-
"
|
|
4329
|
-
"\
|
|
4330
|
-
"
|
|
4331
|
-
"\
|
|
4332
|
-
"
|
|
4333
|
-
"
|
|
4334
|
-
"
|
|
4335
|
-
" \
|
|
4336
|
-
"
|
|
4337
|
-
"
|
|
4338
|
-
"
|
|
4339
|
-
"\
|
|
4340
|
-
"
|
|
4341
|
-
"
|
|
4342
|
-
"
|
|
4343
|
-
"
|
|
4344
|
-
"
|
|
4345
|
-
"\
|
|
4346
|
-
"
|
|
4347
|
-
"
|
|
4348
|
-
"\001\022
|
|
4349
|
-
"\
|
|
4350
|
-
"\210\001\001\022
|
|
4351
|
-
"\
|
|
4352
|
-
"
|
|
4353
|
-
"
|
|
4354
|
-
"
|
|
4355
|
-
"
|
|
4356
|
-
"
|
|
4357
|
-
"\
|
|
4358
|
-
"
|
|
4359
|
-
"
|
|
4360
|
-
"\
|
|
4361
|
-
"\
|
|
4362
|
-
"
|
|
4363
|
-
"
|
|
4364
|
-
"
|
|
4365
|
-
"
|
|
4366
|
-
"
|
|
4367
|
-
"
|
|
4368
|
-
"\
|
|
4369
|
-
"
|
|
4370
|
-
"\
|
|
4371
|
-
"
|
|
4372
|
-
"
|
|
4373
|
-
"
|
|
4374
|
-
"\
|
|
4375
|
-
"\
|
|
4376
|
-
"\
|
|
4377
|
-
"
|
|
4378
|
-
"
|
|
4379
|
-
"\
|
|
4380
|
-
"\022
|
|
4381
|
-
"
|
|
4382
|
-
"
|
|
4383
|
-
"
|
|
4384
|
-
"
|
|
4385
|
-
"
|
|
4386
|
-
"
|
|
4387
|
-
"
|
|
4388
|
-
"
|
|
4389
|
-
"
|
|
4390
|
-
"
|
|
4391
|
-
"
|
|
4392
|
-
"\
|
|
4393
|
-
"
|
|
4394
|
-
"\
|
|
4395
|
-
"\
|
|
4396
|
-
"
|
|
4397
|
-
"
|
|
4398
|
-
"
|
|
4399
|
-
"
|
|
4400
|
-
"\
|
|
4401
|
-
"\
|
|
4402
|
-
"\005 \001(\
|
|
4403
|
-
"\001\022\
|
|
4404
|
-
"\
|
|
4405
|
-
"
|
|
4406
|
-
"
|
|
4407
|
-
"
|
|
4408
|
-
"
|
|
4409
|
-
"
|
|
4410
|
-
"(
|
|
4411
|
-
"
|
|
4412
|
-
"
|
|
4413
|
-
"
|
|
4414
|
-
"
|
|
4415
|
-
"
|
|
4416
|
-
"
|
|
4417
|
-
"
|
|
4418
|
-
"\
|
|
4419
|
-
"\
|
|
4420
|
-
"
|
|
4421
|
-
"
|
|
4422
|
-
"
|
|
4423
|
-
"\n\
|
|
4424
|
-
"
|
|
4425
|
-
"\
|
|
4426
|
-
"
|
|
4427
|
-
"
|
|
4428
|
-
"
|
|
4429
|
-
"\
|
|
4430
|
-
"
|
|
4431
|
-
"
|
|
4432
|
-
"r
|
|
4433
|
-
"
|
|
4434
|
-
"\
|
|
4435
|
-
"
|
|
4436
|
-
"
|
|
4437
|
-
"
|
|
4438
|
-
"
|
|
4439
|
-
"\
|
|
4440
|
-
"
|
|
4441
|
-
"
|
|
4442
|
-
"
|
|
4443
|
-
"
|
|
4444
|
-
"\
|
|
4445
|
-
"
|
|
4446
|
-
"
|
|
4447
|
-
"
|
|
4448
|
-
"
|
|
4449
|
-
"
|
|
4450
|
-
"\
|
|
4451
|
-
"
|
|
4452
|
-
"
|
|
4453
|
-
"\
|
|
4454
|
-
"
|
|
4455
|
-
"
|
|
4456
|
-
"\
|
|
4457
|
-
"
|
|
4458
|
-
"
|
|
4459
|
-
"
|
|
4460
|
-
"
|
|
4461
|
-
"
|
|
4462
|
-
"\
|
|
4463
|
-
"
|
|
4464
|
-
"
|
|
4465
|
-
"
|
|
4466
|
-
"\
|
|
4467
|
-
"
|
|
4468
|
-
"
|
|
4469
|
-
"\
|
|
4470
|
-
"
|
|
4471
|
-
"\n\
|
|
4472
|
-
"
|
|
4473
|
-
"\
|
|
4474
|
-
"
|
|
4475
|
-
"
|
|
4476
|
-
"
|
|
4477
|
-
"
|
|
4478
|
-
"\
|
|
4479
|
-
"
|
|
4480
|
-
"
|
|
4481
|
-
"
|
|
4482
|
-
"
|
|
4483
|
-
"
|
|
4484
|
-
"\
|
|
4485
|
-
"
|
|
4486
|
-
"
|
|
4487
|
-
"\
|
|
4488
|
-
"
|
|
4489
|
-
"\
|
|
4490
|
-
"\
|
|
4491
|
-
"
|
|
4492
|
-
"
|
|
4493
|
-
"
|
|
4494
|
-
"\022\
|
|
4495
|
-
"
|
|
4496
|
-
"\
|
|
4497
|
-
" \001(\
|
|
4498
|
-
"
|
|
4499
|
-
"
|
|
4500
|
-
"
|
|
4501
|
-
"\
|
|
4502
|
-
"\
|
|
4503
|
-
"\
|
|
4504
|
-
"
|
|
4505
|
-
"\
|
|
4506
|
-
"
|
|
4507
|
-
"
|
|
4508
|
-
"\001\022
|
|
4509
|
-
"\tH
|
|
4510
|
-
"
|
|
4511
|
-
"
|
|
4512
|
-
"\001(\tH
|
|
4513
|
-
"\
|
|
4514
|
-
"
|
|
4515
|
-
"
|
|
4516
|
-
"
|
|
4517
|
-
"
|
|
4518
|
-
"
|
|
4519
|
-
"
|
|
4520
|
-
"\
|
|
4521
|
-
"
|
|
4522
|
-
"\
|
|
4523
|
-
"
|
|
4524
|
-
"\
|
|
4525
|
-
"
|
|
4526
|
-
"
|
|
4527
|
-
"
|
|
4528
|
-
"
|
|
4529
|
-
"
|
|
4530
|
-
"\
|
|
4531
|
-
"
|
|
4532
|
-
"
|
|
4533
|
-
"
|
|
4534
|
-
"
|
|
4535
|
-
"
|
|
4536
|
-
"
|
|
4537
|
-
"
|
|
4538
|
-
"
|
|
4539
|
-
"
|
|
4540
|
-
"\
|
|
4541
|
-
"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
|
-
"
|
|
4554
|
-
"
|
|
4555
|
-
"
|
|
4556
|
-
"
|
|
4557
|
-
"
|
|
4558
|
-
"com.lansweeper.dp.outbound.v1.
|
|
4559
|
-
"
|
|
4560
|
-
"v1.
|
|
4561
|
-
"
|
|
4562
|
-
"v1.
|
|
4563
|
-
"
|
|
4564
|
-
"
|
|
4565
|
-
"
|
|
4566
|
-
"
|
|
4567
|
-
"
|
|
4568
|
-
"\
|
|
4569
|
-
"
|
|
4570
|
-
"
|
|
4571
|
-
"\
|
|
4572
|
-
"
|
|
4573
|
-
"
|
|
4574
|
-
"
|
|
4575
|
-
"
|
|
4576
|
-
"
|
|
4577
|
-
"
|
|
4578
|
-
"
|
|
4579
|
-
"
|
|
4580
|
-
".dp.outbound.v1.
|
|
4581
|
-
".
|
|
4582
|
-
"
|
|
4583
|
-
"
|
|
4584
|
-
"
|
|
4585
|
-
"\
|
|
4586
|
-
"
|
|
4587
|
-
".v1.
|
|
4588
|
-
"
|
|
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
|