@lansweeper/data-platform-outbound-grpc 0.8.12 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +327 -0
- package/gen-proto/outbound_pb.js +2677 -91
- package/generated-go/outbound.pb.go +5673 -4930
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +87 -4
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPoints$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPoints$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPoints.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPointsOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor$2.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorData$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorData$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorData.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorDataOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPoints$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPoints$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPoints.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPointsOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Software$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Software$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Software.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SoftwareOrBuilder.class +0 -0
- package/model/target/classes/outbound.proto +87 -4
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPoints.java +1270 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPointsOrBuilder.java +153 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Monitor.java +208 -23
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MonitorData.java +4621 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MonitorDataOrBuilder.java +488 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MonitorOrBuilder.java +15 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +1530 -1436
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPoints.java +939 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPointsOrBuilder.java +95 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Software.java +370 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SoftwareOrBuilder.java +30 -0
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +12 -0
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +6 -0
- package/model/target/{outbound-model-0.8.11-sources.jar → outbound-model-0.8.13-sources.jar} +0 -0
- package/model/target/{outbound-model-0.8.11.jar → outbound-model-0.8.13.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +87 -4
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.8.11-sources.jar → outbound-service-0.8.13-sources.jar} +0 -0
- package/service/target/{outbound-service-0.8.11.jar → outbound-service-0.8.13.jar} +0 -0
package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java
CHANGED
|
@@ -1095,6 +1095,11 @@ public final class Outbound {
|
|
|
1095
1095
|
static final
|
|
1096
1096
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
1097
1097
|
internal_static_com_lansweeper_dp_outbound_v1_Monitor_fieldAccessorTable;
|
|
1098
|
+
static final com.google.protobuf.Descriptors.Descriptor
|
|
1099
|
+
internal_static_com_lansweeper_dp_outbound_v1_MonitorData_descriptor;
|
|
1100
|
+
static final
|
|
1101
|
+
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
1102
|
+
internal_static_com_lansweeper_dp_outbound_v1_MonitorData_fieldAccessorTable;
|
|
1098
1103
|
static final com.google.protobuf.Descriptors.Descriptor
|
|
1099
1104
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsMonitorInfo_descriptor;
|
|
1100
1105
|
static final
|
|
@@ -1145,6 +1150,16 @@ public final class Outbound {
|
|
|
1145
1150
|
static final
|
|
1146
1151
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
1147
1152
|
internal_static_com_lansweeper_dp_outbound_v1_Software_fieldAccessorTable;
|
|
1153
|
+
static final com.google.protobuf.Descriptors.Descriptor
|
|
1154
|
+
internal_static_com_lansweeper_dp_outbound_v1_RhelBasedSoftwareDataPoints_descriptor;
|
|
1155
|
+
static final
|
|
1156
|
+
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
1157
|
+
internal_static_com_lansweeper_dp_outbound_v1_RhelBasedSoftwareDataPoints_fieldAccessorTable;
|
|
1158
|
+
static final com.google.protobuf.Descriptors.Descriptor
|
|
1159
|
+
internal_static_com_lansweeper_dp_outbound_v1_DebianBasedSoftwareDataPoints_descriptor;
|
|
1160
|
+
static final
|
|
1161
|
+
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
1162
|
+
internal_static_com_lansweeper_dp_outbound_v1_DebianBasedSoftwareDataPoints_fieldAccessorTable;
|
|
1148
1163
|
static final com.google.protobuf.Descriptors.Descriptor
|
|
1149
1164
|
internal_static_com_lansweeper_dp_outbound_v1_RawSoftware_descriptor;
|
|
1150
1165
|
static final
|
|
@@ -1170,14 +1185,14 @@ public final class Outbound {
|
|
|
1170
1185
|
static final
|
|
1171
1186
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
1172
1187
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogModel_fieldAccessorTable;
|
|
1173
|
-
static
|
|
1188
|
+
static com.google.protobuf.Descriptors.Descriptor
|
|
1174
1189
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogOs_descriptor;
|
|
1175
|
-
static
|
|
1190
|
+
static
|
|
1176
1191
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
1177
1192
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogOs_fieldAccessorTable;
|
|
1178
|
-
static
|
|
1193
|
+
static com.google.protobuf.Descriptors.Descriptor
|
|
1179
1194
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogSoftware_descriptor;
|
|
1180
|
-
static
|
|
1195
|
+
static
|
|
1181
1196
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
1182
1197
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogSoftware_fieldAccessorTable;
|
|
1183
1198
|
static com.google.protobuf.Descriptors.Descriptor
|
|
@@ -4183,7 +4198,7 @@ public final class Outbound {
|
|
|
4183
4198
|
"\t\022\021\n\004name\030\002 \001(\tH\000\210\001\001B\007\n\005_name\"z\n\020Monitor" +
|
|
4184
4199
|
"Inventory\022-\n\ttimestamp\030\001 \001(\0132\032.google.pr" +
|
|
4185
4200
|
"otobuf.Timestamp\0227\n\007monitor\030\002 \003(\0132&.com." +
|
|
4186
|
-
"lansweeper.dp.outbound.v1.Monitor\"\
|
|
4201
|
+
"lansweeper.dp.outbound.v1.Monitor\"\337\004\n\007Mo" +
|
|
4187
4202
|
"nitor\022\017\n\002id\030\001 \001(\003H\001\210\001\001\022\024\n\007make_id\030\002 \001(\003H" +
|
|
4188
4203
|
"\002\210\001\001\022\021\n\tmake_name\030\003 \001(\t\022\022\n\nmodel_name\030\004 " +
|
|
4189
4204
|
"\001(\t\022\032\n\rserial_number\030\005 \001(\tH\003\210\001\001\0225\n\021manuf" +
|
|
@@ -4191,1356 +4206,1417 @@ public final class Outbound {
|
|
|
4191
4206
|
"estamp\022D\n\007windows\030\024 \001(\01321.com.lansweeper" +
|
|
4192
4207
|
".dp.outbound.v1.WindowsMonitorInfoH\000\022<\n\003" +
|
|
4193
4208
|
"mac\030\025 \001(\0132-.com.lansweeper.dp.outbound.v" +
|
|
4194
|
-
"1.MacMonitorInfoH\000\
|
|
4195
|
-
"
|
|
4196
|
-
"
|
|
4197
|
-
"
|
|
4198
|
-
"
|
|
4199
|
-
"
|
|
4200
|
-
"
|
|
4201
|
-
"
|
|
4202
|
-
"\
|
|
4203
|
-
"\
|
|
4204
|
-
"\
|
|
4205
|
-
"
|
|
4206
|
-
"
|
|
4207
|
-
"\
|
|
4208
|
-
"
|
|
4209
|
-
"
|
|
4210
|
-
"
|
|
4211
|
-
"
|
|
4212
|
-
"
|
|
4213
|
-
"\
|
|
4214
|
-
"\
|
|
4215
|
-
"\
|
|
4216
|
-
"
|
|
4217
|
-
"\
|
|
4218
|
-
"
|
|
4219
|
-
"
|
|
4220
|
-
"\
|
|
4221
|
-
"
|
|
4222
|
-
"
|
|
4223
|
-
"
|
|
4224
|
-
"\
|
|
4225
|
-
"\
|
|
4226
|
-
"
|
|
4227
|
-
"
|
|
4228
|
-
"
|
|
4229
|
-
"\
|
|
4230
|
-
"
|
|
4231
|
-
"
|
|
4232
|
-
"
|
|
4233
|
-
"
|
|
4234
|
-
"\
|
|
4235
|
-
"
|
|
4236
|
-
"n\
|
|
4237
|
-
"\n\
|
|
4238
|
-
"
|
|
4239
|
-
"
|
|
4240
|
-
"\
|
|
4241
|
-
"
|
|
4242
|
-
"\
|
|
4243
|
-
"
|
|
4244
|
-
"\
|
|
4245
|
-
"\022\
|
|
4246
|
-
"\001\
|
|
4247
|
-
"
|
|
4248
|
-
"
|
|
4249
|
-
"er
|
|
4250
|
-
"\
|
|
4251
|
-
"
|
|
4252
|
-
"
|
|
4253
|
-
"\
|
|
4254
|
-
"
|
|
4255
|
-
"
|
|
4256
|
-
"
|
|
4257
|
-
"\n\
|
|
4258
|
-
"
|
|
4259
|
-
"\030\
|
|
4260
|
-
"\210\001\001\022\
|
|
4261
|
-
"
|
|
4262
|
-
"
|
|
4263
|
-
"
|
|
4264
|
-
"
|
|
4265
|
-
"\
|
|
4266
|
-
"
|
|
4267
|
-
"
|
|
4268
|
-
"
|
|
4269
|
-
"
|
|
4270
|
-
"\
|
|
4271
|
-
"
|
|
4272
|
-
"
|
|
4273
|
-
"
|
|
4274
|
-
"
|
|
4275
|
-
"
|
|
4276
|
-
"
|
|
4277
|
-
"
|
|
4278
|
-
"
|
|
4279
|
-
"
|
|
4280
|
-
"
|
|
4281
|
-
"
|
|
4282
|
-
"
|
|
4283
|
-
"\
|
|
4284
|
-
"
|
|
4285
|
-
"
|
|
4286
|
-
"
|
|
4287
|
-
"
|
|
4288
|
-
"\
|
|
4289
|
-
"
|
|
4290
|
-
"\
|
|
4291
|
-
"\030\
|
|
4292
|
-
"\
|
|
4293
|
-
"
|
|
4294
|
-
"
|
|
4295
|
-
"
|
|
4296
|
-
"\
|
|
4297
|
-
"
|
|
4298
|
-
"\n\
|
|
4299
|
-
"\
|
|
4300
|
-
"\
|
|
4301
|
-
"\
|
|
4302
|
-
"
|
|
4303
|
-
"\
|
|
4304
|
-
"\
|
|
4305
|
-
"
|
|
4306
|
-
"\
|
|
4307
|
-
"\030\
|
|
4308
|
-
"\001(\tH\
|
|
4309
|
-
"
|
|
4310
|
-
"\
|
|
4311
|
-
"
|
|
4312
|
-
"
|
|
4313
|
-
"
|
|
4314
|
-
"
|
|
4315
|
-
"
|
|
4316
|
-
"
|
|
4317
|
-
"
|
|
4318
|
-
"
|
|
4319
|
-
"
|
|
4320
|
-
"
|
|
4321
|
-
"
|
|
4322
|
-
"
|
|
4323
|
-
"
|
|
4324
|
-
"
|
|
4325
|
-
"\tH\000\210\001\001\022\
|
|
4326
|
-
"(\
|
|
4327
|
-
"
|
|
4328
|
-
".
|
|
4329
|
-
"\
|
|
4330
|
-
"
|
|
4331
|
-
"
|
|
4332
|
-
"
|
|
4333
|
-
"\
|
|
4334
|
-
"
|
|
4335
|
-
"
|
|
4336
|
-
"
|
|
4337
|
-
"
|
|
4338
|
-
"
|
|
4339
|
-
"
|
|
4340
|
-
"
|
|
4341
|
-
"
|
|
4342
|
-
"
|
|
4343
|
-
"
|
|
4344
|
-
"
|
|
4345
|
-
"
|
|
4346
|
-
"\210\001\001\022\
|
|
4347
|
-
"
|
|
4348
|
-
"
|
|
4349
|
-
"
|
|
4350
|
-
"
|
|
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
|
-
"
|
|
4381
|
-
"
|
|
4382
|
-
"
|
|
4383
|
-
"
|
|
4384
|
-
"\
|
|
4385
|
-
"\
|
|
4386
|
-
"
|
|
4387
|
-
"\
|
|
4388
|
-
"\
|
|
4389
|
-
"
|
|
4390
|
-
"
|
|
4391
|
-
"
|
|
4392
|
-
"
|
|
4393
|
-
"
|
|
4394
|
-
"\
|
|
4395
|
-
"
|
|
4396
|
-
"
|
|
4397
|
-
"\
|
|
4398
|
-
"
|
|
4399
|
-
"\
|
|
4400
|
-
"
|
|
4401
|
-
"\
|
|
4402
|
-
"\210\001\001\
|
|
4403
|
-
"\
|
|
4404
|
-
"
|
|
4405
|
-
"
|
|
4406
|
-
"
|
|
4407
|
-
"\
|
|
4408
|
-
"
|
|
4409
|
-
"\
|
|
4410
|
-
"
|
|
4411
|
-
"
|
|
4412
|
-
"
|
|
4413
|
-
"
|
|
4414
|
-
"
|
|
4415
|
-
"
|
|
4416
|
-
"
|
|
4417
|
-
"\
|
|
4418
|
-
"
|
|
4419
|
-
"\
|
|
4420
|
-
"
|
|
4421
|
-
"\001\
|
|
4422
|
-
"
|
|
4423
|
-
"
|
|
4424
|
-
"(\
|
|
4425
|
-
"
|
|
4426
|
-
"
|
|
4427
|
-
" \001(\
|
|
4428
|
-
"
|
|
4429
|
-
"
|
|
4430
|
-
"\
|
|
4431
|
-
"
|
|
4432
|
-
"\
|
|
4433
|
-
"
|
|
4434
|
-
"
|
|
4435
|
-
"\
|
|
4436
|
-
"
|
|
4437
|
-
"
|
|
4438
|
-
"\
|
|
4439
|
-
"
|
|
4440
|
-
"
|
|
4441
|
-
"
|
|
4442
|
-
"
|
|
4443
|
-
"
|
|
4444
|
-
"
|
|
4445
|
-
"
|
|
4446
|
-
"\
|
|
4447
|
-
"
|
|
4448
|
-
"\
|
|
4449
|
-
"\
|
|
4450
|
-
"\
|
|
4451
|
-
"
|
|
4452
|
-
"\
|
|
4453
|
-
"
|
|
4454
|
-
"
|
|
4455
|
-
"\030\
|
|
4456
|
-
"
|
|
4457
|
-
"
|
|
4458
|
-
"
|
|
4459
|
-
"
|
|
4460
|
-
"\030\
|
|
4461
|
-
"
|
|
4462
|
-
"
|
|
4463
|
-
"
|
|
4464
|
-
"
|
|
4465
|
-
"
|
|
4466
|
-
"\
|
|
4467
|
-
"
|
|
4468
|
-
"\n\
|
|
4469
|
-
"
|
|
4470
|
-
"
|
|
4471
|
-
"
|
|
4472
|
-
"\
|
|
4473
|
-
"
|
|
4474
|
-
"
|
|
4475
|
-
"\
|
|
4476
|
-
"
|
|
4477
|
-
"\tH\
|
|
4478
|
-
"\
|
|
4479
|
-
"\
|
|
4480
|
-
"
|
|
4481
|
-
"\
|
|
4482
|
-
"\
|
|
4483
|
-
"
|
|
4484
|
-
"
|
|
4485
|
-
"\
|
|
4486
|
-
"\
|
|
4487
|
-
"
|
|
4488
|
-
"
|
|
4489
|
-
"\
|
|
4490
|
-
"
|
|
4491
|
-
"
|
|
4492
|
-
"\
|
|
4493
|
-
"\022\
|
|
4494
|
-
"
|
|
4495
|
-
"
|
|
4496
|
-
"
|
|
4497
|
-
"\
|
|
4498
|
-
"
|
|
4499
|
-
"
|
|
4500
|
-
"
|
|
4501
|
-
"
|
|
4502
|
-
"\n\
|
|
4503
|
-
"\
|
|
4504
|
-
"
|
|
4505
|
-
"
|
|
4506
|
-
"\n\
|
|
4507
|
-
"
|
|
4508
|
-
"
|
|
4509
|
-
"
|
|
4510
|
-
"
|
|
4511
|
-
"\
|
|
4512
|
-
"
|
|
4513
|
-
"\
|
|
4514
|
-
"\
|
|
4515
|
-
"
|
|
4516
|
-
"
|
|
4517
|
-
"
|
|
4518
|
-
"
|
|
4519
|
-
"
|
|
4520
|
-
"
|
|
4521
|
-
"
|
|
4522
|
-
"
|
|
4523
|
-
"
|
|
4524
|
-
"
|
|
4525
|
-
"
|
|
4526
|
-
"
|
|
4527
|
-
"
|
|
4528
|
-
"
|
|
4529
|
-
"
|
|
4530
|
-
"
|
|
4531
|
-
"
|
|
4532
|
-
"
|
|
4533
|
-
"
|
|
4534
|
-
"\
|
|
4535
|
-
"
|
|
4536
|
-
"
|
|
4537
|
-
"
|
|
4538
|
-
"
|
|
4539
|
-
"\022\n\
|
|
4540
|
-
"
|
|
4541
|
-
"
|
|
4542
|
-
"
|
|
4543
|
-
"\
|
|
4544
|
-
"\
|
|
4545
|
-
"
|
|
4546
|
-
"\
|
|
4547
|
-
"
|
|
4548
|
-
"
|
|
4549
|
-
" \001(\
|
|
4550
|
-
"
|
|
4551
|
-
"
|
|
4552
|
-
"\
|
|
4553
|
-
"
|
|
4554
|
-
"
|
|
4555
|
-
"
|
|
4556
|
-
"
|
|
4557
|
-
"
|
|
4558
|
-
"
|
|
4559
|
-
"
|
|
4560
|
-
"\
|
|
4561
|
-
"
|
|
4562
|
-
"\
|
|
4563
|
-
"
|
|
4564
|
-
"
|
|
4565
|
-
"
|
|
4566
|
-
"
|
|
4567
|
-
"
|
|
4568
|
-
"
|
|
4569
|
-
"\
|
|
4570
|
-
"
|
|
4571
|
-
"\
|
|
4572
|
-
"
|
|
4573
|
-
"
|
|
4574
|
-
"\
|
|
4575
|
-
"
|
|
4576
|
-
"
|
|
4577
|
-
"
|
|
4578
|
-
"
|
|
4579
|
-
"
|
|
4580
|
-
"
|
|
4581
|
-
"
|
|
4582
|
-
"
|
|
4583
|
-
"
|
|
4584
|
-
"
|
|
4585
|
-
"
|
|
4586
|
-
"
|
|
4587
|
-
"
|
|
4588
|
-
"\n\
|
|
4589
|
-
"\
|
|
4590
|
-
"
|
|
4591
|
-
"\
|
|
4592
|
-
"
|
|
4593
|
-
"
|
|
4594
|
-
"\
|
|
4595
|
-
"
|
|
4596
|
-
"
|
|
4597
|
-
"\
|
|
4598
|
-
"
|
|
4599
|
-
"
|
|
4600
|
-
"
|
|
4601
|
-
"
|
|
4602
|
-
"
|
|
4603
|
-
"
|
|
4604
|
-
"
|
|
4605
|
-
"
|
|
4606
|
-
"
|
|
4607
|
-
"
|
|
4608
|
-
"
|
|
4609
|
-
"
|
|
4610
|
-
"
|
|
4611
|
-
"
|
|
4612
|
-
"
|
|
4613
|
-
"
|
|
4614
|
-
"
|
|
4615
|
-
"
|
|
4616
|
-
"\
|
|
4617
|
-
"
|
|
4618
|
-
"\
|
|
4619
|
-
"
|
|
4620
|
-
"
|
|
4621
|
-
"
|
|
4622
|
-
"\0132
|
|
4623
|
-
"
|
|
4624
|
-
"
|
|
4625
|
-
"
|
|
4626
|
-
"
|
|
4627
|
-
"
|
|
4628
|
-
"
|
|
4629
|
-
"
|
|
4630
|
-
"
|
|
4631
|
-
"
|
|
4632
|
-
"
|
|
4633
|
-
"
|
|
4634
|
-
"
|
|
4635
|
-
"\
|
|
4636
|
-
"
|
|
4637
|
-
"
|
|
4638
|
-
"
|
|
4209
|
+
"1.MacMonitorInfoH\000\022=\n\004data\030\026 \001(\0132*.com.l" +
|
|
4210
|
+
"answeeper.dp.outbound.v1.MonitorDataH\004\210\001" +
|
|
4211
|
+
"\001\022G\n\rcatalog_brand\0302 \001(\0132+.com.lansweepe" +
|
|
4212
|
+
"r.dp.outbound.v1.CatalogBrandH\005\210\001\001\022K\n\017ca" +
|
|
4213
|
+
"talog_monitor\0303 \001(\0132-.com.lansweeper.dp." +
|
|
4214
|
+
"outbound.v1.CatalogMonitorH\006\210\001\001B\006\n\004specB" +
|
|
4215
|
+
"\005\n\003_idB\n\n\010_make_idB\020\n\016_serial_numberB\007\n\005" +
|
|
4216
|
+
"_dataB\020\n\016_catalog_brandB\022\n\020_catalog_moni" +
|
|
4217
|
+
"tor\"\251\r\n\013MonitorData\022\031\n\014size_in_inch\030\001 \001(" +
|
|
4218
|
+
"\001H\000\210\001\001\022\033\n\016max_resolution\030\002 \001(\tH\001\210\001\001\022\031\n\014a" +
|
|
4219
|
+
"spect_ratio\030\003 \001(\tH\002\210\001\001\022 \n\023response_time_" +
|
|
4220
|
+
"in_ms\030\004 \001(\001H\003\210\001\001\022\024\n\007hd_type\030\005 \001(\tH\004\210\001\001\022\031" +
|
|
4221
|
+
"\n\014display_tech\030\006 \001(\tH\005\210\001\001\022\031\n\014refresh_rat" +
|
|
4222
|
+
"e\030\007 \001(\001H\006\210\001\001\022\022\n\005panel\030\010 \001(\tH\007\210\001\001\022\031\n\014heig" +
|
|
4223
|
+
"ht_in_cm\030\t \001(\001H\010\210\001\001\022\030\n\013width_in_cm\030\n \001(\001" +
|
|
4224
|
+
"H\t\210\001\001\022\033\n\016diagonal_in_cm\030\013 \001(\001H\n\210\001\001\022\031\n\014ha" +
|
|
4225
|
+
"s_speakers\030\014 \001(\010H\013\210\001\001\022\027\n\nhas_camera\030\r \001(" +
|
|
4226
|
+
"\010H\014\210\001\001\022\030\n\013has_usb_hub\030\016 \001(\010H\r\210\001\001\022\031\n\014usb_" +
|
|
4227
|
+
"upstream\030\017 \001(\tH\016\210\001\001\022\037\n\022nr_of_usb_upstrea" +
|
|
4228
|
+
"m\030\020 \001(\003H\017\210\001\001\022\"\n\025usb_type_a_downstream\030\021 " +
|
|
4229
|
+
"\001(\003H\020\210\001\001\022\026\n\tnr_of_vga\030\022 \001(\003H\021\210\001\001\022\026\n\tnr_o" +
|
|
4230
|
+
"f_dvi\030\023 \001(\003H\022\210\001\001\022\027\n\nnr_of_hdmi\030\024 \001(\003H\023\210\001" +
|
|
4231
|
+
"\001\022\031\n\014hdmi_version\030\025 \001(\tH\024\210\001\001\022$\n\027number_o" +
|
|
4232
|
+
"f_display_ports\030\026 \001(\003H\025\210\001\001\022!\n\024display_po" +
|
|
4233
|
+
"rt_version\030\027 \001(\tH\026\210\001\001\022\031\n\014energy_class\030\030 " +
|
|
4234
|
+
"\001(\tH\027\210\001\001\022\033\n\016sdr_per_1000_u\030\031 \001(\001H\030\210\001\001\022\037\n" +
|
|
4235
|
+
"\022average_watt_usage\030\032 \001(\001H\031\210\001\001\022\037\n\022standb" +
|
|
4236
|
+
"y_watt_usage\030\033 \001(\001H\032\210\001\001\022\033\n\016max_watt_usag" +
|
|
4237
|
+
"e\030\034 \001(\001H\033\210\001\001\022 \n\023watt_usage_when_off\030\035 \001(" +
|
|
4238
|
+
"\001H\034\210\001\001\022\034\n\017watt_power_save\030\036 \001(\001H\035\210\001\001\022\027\n\n" +
|
|
4239
|
+
"ac_voltage\030\037 \001(\tH\036\210\001\001\022\032\n\rac_freq_in_hz\030 " +
|
|
4240
|
+
" \001(\tH\037\210\001\001\022\031\n\014current_in_a\030! \001(\001H \210\001\001\022\031\n\014" +
|
|
4241
|
+
"manufacturer\030\" \001(\tH!\210\001\001\022\022\n\005model\030# \001(\tH\"" +
|
|
4242
|
+
"\210\001\001\0226\n\rcreation_date\030$ \001(\0132\032.google.prot" +
|
|
4243
|
+
"obuf.TimestampH#\210\001\001B\017\n\r_size_in_inchB\021\n\017" +
|
|
4244
|
+
"_max_resolutionB\017\n\r_aspect_ratioB\026\n\024_res" +
|
|
4245
|
+
"ponse_time_in_msB\n\n\010_hd_typeB\017\n\r_display" +
|
|
4246
|
+
"_techB\017\n\r_refresh_rateB\010\n\006_panelB\017\n\r_hei" +
|
|
4247
|
+
"ght_in_cmB\016\n\014_width_in_cmB\021\n\017_diagonal_i" +
|
|
4248
|
+
"n_cmB\017\n\r_has_speakersB\r\n\013_has_cameraB\016\n\014" +
|
|
4249
|
+
"_has_usb_hubB\017\n\r_usb_upstreamB\025\n\023_nr_of_" +
|
|
4250
|
+
"usb_upstreamB\030\n\026_usb_type_a_downstreamB\014" +
|
|
4251
|
+
"\n\n_nr_of_vgaB\014\n\n_nr_of_dviB\r\n\013_nr_of_hdm" +
|
|
4252
|
+
"iB\017\n\r_hdmi_versionB\032\n\030_number_of_display" +
|
|
4253
|
+
"_portsB\027\n\025_display_port_versionB\017\n\r_ener" +
|
|
4254
|
+
"gy_classB\021\n\017_sdr_per_1000_uB\025\n\023_average_" +
|
|
4255
|
+
"watt_usageB\025\n\023_standby_watt_usageB\021\n\017_ma" +
|
|
4256
|
+
"x_watt_usageB\026\n\024_watt_usage_when_offB\022\n\020" +
|
|
4257
|
+
"_watt_power_saveB\r\n\013_ac_voltageB\020\n\016_ac_f" +
|
|
4258
|
+
"req_in_hzB\017\n\r_current_in_aB\017\n\r_manufactu" +
|
|
4259
|
+
"rerB\010\n\006_modelB\020\n\016_creation_date\"\211\003\n\022Wind" +
|
|
4260
|
+
"owsMonitorInfo\022\r\n\005model\030\001 \001(\t\022\032\n\rpnp_dev" +
|
|
4261
|
+
"ice_id\030\002 \001(\tH\000\210\001\001\022\032\n\rserial_number\030\003 \001(\t" +
|
|
4262
|
+
"H\001\210\001\001\022\027\n\nserial_hex\030\004 \001(\tH\002\210\001\001\022\036\n\021vesa_m" +
|
|
4263
|
+
"anufacturer\030\005 \001(\tH\003\210\001\001\022\035\n\020key_manufactur" +
|
|
4264
|
+
"er\030\006 \001(\tH\004\210\001\001\022:\n\021manufacturer_date\030\007 \001(\013" +
|
|
4265
|
+
"2\032.google.protobuf.TimestampH\005\210\001\001\022\026\n\tdev" +
|
|
4266
|
+
"ice_id\030\010 \001(\tH\006\210\001\001B\020\n\016_pnp_device_idB\020\n\016_" +
|
|
4267
|
+
"serial_numberB\r\n\013_serial_hexB\024\n\022_vesa_ma" +
|
|
4268
|
+
"nufacturerB\023\n\021_key_manufacturerB\024\n\022_manu" +
|
|
4269
|
+
"facturer_dateB\014\n\n_device_id\"\266\006\n\016MacMonit" +
|
|
4270
|
+
"orInfo\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\027\n\nproduct_id\030" +
|
|
4271
|
+
"\002 \001(\tH\001\210\001\001\022\032\n\rserial_number\030\003 \001(\tH\002\210\001\001\022\026" +
|
|
4272
|
+
"\n\tvendor_id\030\004 \001(\tH\003\210\001\001\022\021\n\004week\030\005 \001(\tH\004\210\001" +
|
|
4273
|
+
"\001\022\021\n\004year\030\006 \001(\tH\005\210\001\001\022\017\n\002id\030\007 \001(\tH\006\210\001\001\022\023\n" +
|
|
4274
|
+
"\006pixels\030\010 \001(\tH\007\210\001\001\022\027\n\nresolution\030\t \001(\tH\010" +
|
|
4275
|
+
"\210\001\001\022\037\n\022ambient_brightness\030\n \001(\tH\t\210\001\001\022\034\n\017" +
|
|
4276
|
+
"connection_type\030\013 \001(\tH\n\210\001\001\022\031\n\014display_ty" +
|
|
4277
|
+
"pe\030\014 \001(\tH\013\210\001\001\022\024\n\007is_main\030\r \001(\tH\014\210\001\001\022\023\n\006m" +
|
|
4278
|
+
"irror\030\016 \001(\tH\r\210\001\001\022\026\n\tis_online\030\017 \001(\tH\016\210\001\001" +
|
|
4279
|
+
"\022\035\n\020pixel_resolution\030\020 \001(\tH\017\210\001\001\022\027\n\ncore_" +
|
|
4280
|
+
"image\030\021 \001(\tH\020\210\001\001\022\022\n\005depth\030\022 \001(\tH\021\210\001\001\022\033\n\016" +
|
|
4281
|
+
"quartz_extreme\030\023 \001(\tH\022\210\001\001\022\030\n\013device_type" +
|
|
4282
|
+
"\030\024 \001(\tH\023\210\001\001\022\025\n\010built_in\030\025 \001(\tH\024\210\001\001B\007\n\005_n" +
|
|
4283
|
+
"ameB\r\n\013_product_idB\020\n\016_serial_numberB\014\n\n" +
|
|
4284
|
+
"_vendor_idB\007\n\005_weekB\007\n\005_yearB\005\n\003_idB\t\n\007_" +
|
|
4285
|
+
"pixelsB\r\n\013_resolutionB\025\n\023_ambient_bright" +
|
|
4286
|
+
"nessB\022\n\020_connection_typeB\017\n\r_display_typ" +
|
|
4287
|
+
"eB\n\n\010_is_mainB\t\n\007_mirrorB\014\n\n_is_onlineB\023" +
|
|
4288
|
+
"\n\021_pixel_resolutionB\r\n\013_core_imageB\010\n\006_d" +
|
|
4289
|
+
"epthB\021\n\017_quartz_extremeB\016\n\014_device_typeB" +
|
|
4290
|
+
"\013\n\t_built_in\"\316\001\n\031ComputerMacWifiControll" +
|
|
4291
|
+
"er\022H\n\022airport_interfaces\030\001 \003(\0132,.com.lan" +
|
|
4292
|
+
"sweeper.dp.outbound.v1.WiFiInterface\022N\n\024" +
|
|
4293
|
+
"software_information\030\002 \001(\0132+.com.lanswee" +
|
|
4294
|
+
"per.dp.outbound.v1.WiFiSoftwareH\000\210\001\001B\027\n\025" +
|
|
4295
|
+
"_software_information\"\237\006\n\rWiFiInterface\022" +
|
|
4296
|
+
"\021\n\004name\030\001 \001(\tH\000\210\001\001\022\034\n\017airdrop_channel\030\002 " +
|
|
4297
|
+
"\001(\tH\001\210\001\001\022\036\n\021airdrop_supported\030\003 \001(\010H\002\210\001\001" +
|
|
4298
|
+
"\022\"\n\025auto_unlock_supported\030\004 \001(\010H\003\210\001\001\022\026\n\t" +
|
|
4299
|
+
"card_type\030\005 \001(\tH\004\210\001\001\022\031\n\014country_code\030\006 \001" +
|
|
4300
|
+
"(\tH\005\210\001\001\022\035\n\020firmware_version\030\007 \001(\tH\006\210\001\001\022\023" +
|
|
4301
|
+
"\n\006locale\030\010 \001(\tH\007\210\001\001\022\030\n\013mac_address\030\t \001(\t" +
|
|
4302
|
+
"H\010\210\001\001\022\037\n\022status_information\030\n \001(\tH\t\210\001\001\022\032" +
|
|
4303
|
+
"\n\022supported_channels\030\013 \003(\t\022 \n\023supported_" +
|
|
4304
|
+
"phy_modes\030\014 \001(\tH\n\210\001\001\022\'\n\032wake_on_wireless" +
|
|
4305
|
+
"_supported\030\r \001(\010H\013\210\001\001\022H\n\017current_network" +
|
|
4306
|
+
"\030\016 \001(\0132*.com.lansweeper.dp.outbound.v1.W" +
|
|
4307
|
+
"iFiNetworkH\014\210\001\001\022H\n\024other_local_networks\030" +
|
|
4308
|
+
"\017 \003(\0132*.com.lansweeper.dp.outbound.v1.Wi" +
|
|
4309
|
+
"FiNetworkB\007\n\005_nameB\022\n\020_airdrop_channelB\024" +
|
|
4310
|
+
"\n\022_airdrop_supportedB\030\n\026_auto_unlock_sup" +
|
|
4311
|
+
"portedB\014\n\n_card_typeB\017\n\r_country_codeB\023\n" +
|
|
4312
|
+
"\021_firmware_versionB\t\n\007_localeB\016\n\014_mac_ad" +
|
|
4313
|
+
"dressB\025\n\023_status_informationB\026\n\024_support" +
|
|
4314
|
+
"ed_phy_modesB\035\n\033_wake_on_wireless_suppor" +
|
|
4315
|
+
"tedB\022\n\020_current_network\"\363\003\n\013WiFiNetwork\022" +
|
|
4316
|
+
"\021\n\004name\030\001 \001(\tH\000\210\001\001\022\032\n\rnetwork_bssid\030\002 \001(" +
|
|
4317
|
+
"\tH\001\210\001\001\022\034\n\017network_channel\030\003 \001(\tH\002\210\001\001\022!\n\024" +
|
|
4318
|
+
"network_country_code\030\004 \001(\tH\003\210\001\001\022\036\n\021netwo" +
|
|
4319
|
+
"rk_mcs_index\030\005 \001(\tH\004\210\001\001\022\035\n\020network_phy_m" +
|
|
4320
|
+
"ode\030\006 \001(\tH\005\210\001\001\022\"\n\025network_transmit_rate\030" +
|
|
4321
|
+
"\007 \001(\tH\006\210\001\001\022\031\n\014network_type\030\010 \001(\tH\007\210\001\001\022\032\n" +
|
|
4322
|
+
"\rsecurity_mode\030\t \001(\tH\010\210\001\001\022\031\n\014signal_nois" +
|
|
4323
|
+
"e\030\n \001(\tH\t\210\001\001B\007\n\005_nameB\020\n\016_network_bssidB" +
|
|
4324
|
+
"\022\n\020_network_channelB\027\n\025_network_country_" +
|
|
4325
|
+
"codeB\024\n\022_network_mcs_indexB\023\n\021_network_p" +
|
|
4326
|
+
"hy_modeB\030\n\026_network_transmit_rateB\017\n\r_ne" +
|
|
4327
|
+
"twork_typeB\020\n\016_security_modeB\017\n\r_signal_" +
|
|
4328
|
+
"noise\"\276\003\n\014WiFiSoftware\022$\n\027airport_utilit" +
|
|
4329
|
+
"y_version\030\001 \001(\tH\000\210\001\001\022\036\n\021core_wlan_versio" +
|
|
4330
|
+
"n\030\002 \001(\tH\001\210\001\001\022\"\n\025core_wlan_kit_version\030\003 " +
|
|
4331
|
+
"\001(\tH\002\210\001\001\022 \n\023diagnostics_version\030\004 \001(\tH\003\210" +
|
|
4332
|
+
"\001\001\022#\n\026io80211_family_version\030\005 \001(\tH\004\210\001\001\022" +
|
|
4333
|
+
"\037\n\022menu_extra_version\030\006 \001(\tH\005\210\001\001\022\'\n\032syst" +
|
|
4334
|
+
"em_information_version\030\007 \001(\tH\006\210\001\001B\032\n\030_ai" +
|
|
4335
|
+
"rport_utility_versionB\024\n\022_core_wlan_vers" +
|
|
4336
|
+
"ionB\030\n\026_core_wlan_kit_versionB\026\n\024_diagno" +
|
|
4337
|
+
"stics_versionB\031\n\027_io80211_family_version" +
|
|
4338
|
+
"B\025\n\023_menu_extra_versionB\035\n\033_system_infor" +
|
|
4339
|
+
"mation_version\"\342\001\n\021AntivirusSoftware\022\021\n\004" +
|
|
4340
|
+
"name\030\002 \001(\tH\000\210\001\001\022\021\n\004guid\030\003 \001(\tH\001\210\001\001\022\024\n\007en" +
|
|
4341
|
+
"abled\030\004 \001(\010H\002\210\001\001\022\027\n\nup_to_date\030\005 \001(\010H\003\210\001" +
|
|
4342
|
+
"\001\022>\n\010software\030\006 \001(\0132\'.com.lansweeper.dp." +
|
|
4343
|
+
"outbound.v1.SoftwareH\004\210\001\001B\007\n\005_nameB\007\n\005_g" +
|
|
4344
|
+
"uidB\n\n\010_enabledB\r\n\013_up_to_dateB\013\n\t_softw" +
|
|
4345
|
+
"are\"\331\002\n\006IpInfo\022\017\n\007address\030\001 \001(\t\022\025\n\010hostn" +
|
|
4346
|
+
"ame\030\002 \001(\tH\000\210\001\001\022\025\n\010timezone\030\003 \001(\tH\001\210\001\001\022\033\n" +
|
|
4347
|
+
"\016continent_code\030\004 \001(\tH\002\210\001\001\022\031\n\014country_co" +
|
|
4348
|
+
"de\030\005 \001(\tH\003\210\001\001\022\030\n\013region_code\030\006 \001(\tH\004\210\001\001\022" +
|
|
4349
|
+
"\031\n\014country_city\030\007 \001(\tH\005\210\001\001\022\020\n\003isp\030\010 \001(\tH" +
|
|
4350
|
+
"\006\210\001\001\022\031\n\014organization\030\t \001(\tH\007\210\001\001B\013\n\t_host" +
|
|
4351
|
+
"nameB\013\n\t_timezoneB\021\n\017_continent_codeB\017\n\r" +
|
|
4352
|
+
"_country_codeB\016\n\014_region_codeB\017\n\r_countr" +
|
|
4353
|
+
"y_cityB\006\n\004_ispB\017\n\r_organization\"\203\001\n\021Soft" +
|
|
4354
|
+
"wareInventory\022-\n\ttimestamp\030\001 \001(\0132\032.googl" +
|
|
4355
|
+
"e.protobuf.Timestamp\0229\n\010software\030\002 \003(\0132\'" +
|
|
4356
|
+
".com.lansweeper.dp.outbound.v1.SoftwareJ" +
|
|
4357
|
+
"\004\010\003\020\004\"\225\n\n\010Software\022\021\n\004rank\030\001 \001(\005H\000\210\001\001\022\024\n" +
|
|
4358
|
+
"\007type_id\030\002 \001(\003H\001\210\001\001\022\023\n\006cat_id\030\003 \001(\003H\002\210\001\001" +
|
|
4359
|
+
"\022\024\n\007make_id\030\004 \001(\003H\003\210\001\001\022\022\n\005sw_id\030\005 \001(\003H\004\210" +
|
|
4360
|
+
"\001\001\022\026\n\tparent_id\030\006 \001(\003H\005\210\001\001\022\026\n\ttype_name\030" +
|
|
4361
|
+
"\007 \001(\tH\006\210\001\001\022\025\n\010cat_name\030\010 \001(\tH\007\210\001\001\022\026\n\tmak" +
|
|
4362
|
+
"e_name\030\t \001(\tH\010\210\001\001\022\021\n\004name\030\n \001(\tH\t\210\001\001\022\024\n\007" +
|
|
4363
|
+
"version\030\013 \001(\tH\n\210\001\001\022\027\n\nmarket_ver\030\014 \001(\tH\013" +
|
|
4364
|
+
"\210\001\001\022\024\n\007edition\030\r \001(\tH\014\210\001\001\022\022\n\005build\030\016 \001(\t" +
|
|
4365
|
+
"H\r\210\001\001\022\021\n\004arch\030\024 \001(\tH\016\210\001\001\022\021\n\004lang\030\025 \001(\tH\017" +
|
|
4366
|
+
"\210\001\001\022\032\n\robtained_from\030\026 \001(\tH\020\210\001\001\022\021\n\tsigne" +
|
|
4367
|
+
"d_by\030\027 \003(\t\022\020\n\003cpe\030\017 \001(\tH\021\210\001\001\0227\n\003raw\030\021 \001(" +
|
|
4368
|
+
"\0132*.com.lansweeper.dp.outbound.v1.RawSof" +
|
|
4369
|
+
"tware\022\025\n\010raw_hash\030\022 \001(\tH\022\210\001\001\022\025\n\010nre_hash" +
|
|
4370
|
+
"\030\023 \001(\tH\023\210\001\001\022G\n\rcatalog_brand\0302 \001(\0132+.com" +
|
|
4371
|
+
".lansweeper.dp.outbound.v1.CatalogBrandH" +
|
|
4372
|
+
"\024\210\001\001\022M\n\020catalog_software\0303 \001(\0132..com.lan" +
|
|
4373
|
+
"sweeper.dp.outbound.v1.CatalogSoftwareH\025" +
|
|
4374
|
+
"\210\001\001\022K\n\016catalog_parent\0304 \001(\0132..com.lanswe" +
|
|
4375
|
+
"eper.dp.outbound.v1.CatalogSoftwareH\026\210\001\001" +
|
|
4376
|
+
"\022_\n\026rhel_based_data_points\0305 \001(\0132:.com.l" +
|
|
4377
|
+
"answeeper.dp.outbound.v1.RhelBasedSoftwa" +
|
|
4378
|
+
"reDataPointsH\027\210\001\001\022c\n\030debian_based_data_p" +
|
|
4379
|
+
"oints\0306 \001(\0132<.com.lansweeper.dp.outbound" +
|
|
4380
|
+
".v1.DebianBasedSoftwareDataPointsH\030\210\001\001B\007" +
|
|
4381
|
+
"\n\005_rankB\n\n\010_type_idB\t\n\007_cat_idB\n\n\010_make_" +
|
|
4382
|
+
"idB\010\n\006_sw_idB\014\n\n_parent_idB\014\n\n_type_name" +
|
|
4383
|
+
"B\013\n\t_cat_nameB\014\n\n_make_nameB\007\n\005_nameB\n\n\010" +
|
|
4384
|
+
"_versionB\r\n\013_market_verB\n\n\010_editionB\010\n\006_" +
|
|
4385
|
+
"buildB\007\n\005_archB\007\n\005_langB\020\n\016_obtained_fro" +
|
|
4386
|
+
"mB\006\n\004_cpeB\013\n\t_raw_hashB\013\n\t_nre_hashB\020\n\016_" +
|
|
4387
|
+
"catalog_brandB\023\n\021_catalog_softwareB\021\n\017_c" +
|
|
4388
|
+
"atalog_parentB\031\n\027_rhel_based_data_points" +
|
|
4389
|
+
"B\033\n\031_debian_based_data_points\"\217\001\n\033RhelBa" +
|
|
4390
|
+
"sedSoftwareDataPoints\022\027\n\nsource_rpm\030\001 \001(" +
|
|
4391
|
+
"\tH\000\210\001\001\022\022\n\005epoch\030\002 \001(\rH\001\210\001\001\022\031\n\014ui_from_re" +
|
|
4392
|
+
"po\030\003 \001(\tH\002\210\001\001B\r\n\013_source_rpmB\010\n\006_epochB\017" +
|
|
4393
|
+
"\n\r_ui_from_repo\"\373\001\n\035DebianBasedSoftwareD" +
|
|
4394
|
+
"ataPoints\022\037\n\022dpkg_status_abbrev\030\001 \001(\tH\000\210" +
|
|
4395
|
+
"\001\001\022 \n\023binary_package_name\030\002 \001(\tH\001\210\001\001\022 \n\023" +
|
|
4396
|
+
"source_package_name\030\003 \001(\tH\002\210\001\001\022\033\n\016source" +
|
|
4397
|
+
"_version\030\004 \001(\tH\003\210\001\001B\025\n\023_dpkg_status_abbr" +
|
|
4398
|
+
"evB\026\n\024_binary_package_nameB\026\n\024_source_pa" +
|
|
4399
|
+
"ckage_nameB\021\n\017_source_version\"\373\002\n\013RawSof" +
|
|
4400
|
+
"tware\022\014\n\004name\030\001 \001(\t\022\023\n\006vendor\030\002 \001(\tH\000\210\001\001" +
|
|
4401
|
+
"\022\024\n\007version\030\003 \001(\tH\001\210\001\001\022\021\n\004info\030\004 \001(\tH\002\210\001" +
|
|
4402
|
+
"\001\022\025\n\010exe_path\030\005 \001(\tH\003\210\001\001\022\021\n\004arch\030\006 \001(\tH\004" +
|
|
4403
|
+
"\210\001\001\0225\n\014install_date\030\007 \001(\0132\032.google.proto" +
|
|
4404
|
+
"buf.TimestampH\005\210\001\001\022\030\n\013source_type\030\010 \001(\tH" +
|
|
4405
|
+
"\006\210\001\001\022\022\n\005sw_id\030\t \001(\tH\007\210\001\001\022\034\n\017is_current_u" +
|
|
4406
|
+
"ser\030\n \001(\010H\010\210\001\001B\t\n\007_vendorB\n\n\010_versionB\007\n" +
|
|
4407
|
+
"\005_infoB\013\n\t_exe_pathB\007\n\005_archB\017\n\r_install" +
|
|
4408
|
+
"_dateB\016\n\014_source_typeB\010\n\006_sw_idB\022\n\020_is_c" +
|
|
4409
|
+
"urrent_user\"\217\003\n\023SoftwareChangeEvent\022P\n\ne" +
|
|
4410
|
+
"vent_type\030\001 \001(\0162<.com.lansweeper.dp.outb" +
|
|
4411
|
+
"ound.v1.SoftwareChangeEvent.EventType\022)\n",
|
|
4412
|
+
"\005start\030\002 \001(\0132\032.google.protobuf.Timestamp" +
|
|
4413
|
+
"\022,\n\003end\030\003 \001(\0132\032.google.protobuf.Timestam" +
|
|
4414
|
+
"pH\000\210\001\001\0229\n\010software\030\004 \001(\0132\'.com.lansweepe" +
|
|
4415
|
+
"r.dp.outbound.v1.Software\022C\n\rprev_softwa" +
|
|
4416
|
+
"re\030\005 \001(\0132\'.com.lansweeper.dp.outbound.v1" +
|
|
4417
|
+
".SoftwareH\001\210\001\001\"3\n\tEventType\022\013\n\007INSTALL\020\000" +
|
|
4418
|
+
"\022\r\n\tUNINSTALL\020\001\022\n\n\006UPDATE\020\002B\006\n\004_endB\020\n\016_" +
|
|
4419
|
+
"prev_software\"\341\001\n\031ComputerMacInstallHist" +
|
|
4420
|
+
"ory\022\021\n\004name\030\001 \001(\tH\000\210\001\001\0225\n\014install_date\030\002" +
|
|
4421
|
+
" \001(\0132\032.google.protobuf.TimestampH\001\210\001\001\022\034\n" +
|
|
4422
|
+
"\017install_version\030\003 \001(\tH\002\210\001\001\022\033\n\016package_s" +
|
|
4423
|
+
"ource\030\004 \001(\tH\003\210\001\001B\007\n\005_nameB\017\n\r_install_da" +
|
|
4424
|
+
"teB\022\n\020_install_versionB\021\n\017_package_sourc" +
|
|
4425
|
+
"e\"\355\n\n\014CatalogBrand\022\n\n\002id\030\001 \001(\003\022\021\n\tmake_n" +
|
|
4426
|
+
"ame\030\003 \001(\t\022\026\n\tparent_id\030\022 \001(\003H\000\210\001\001\0229\n\020las" +
|
|
4427
|
+
"t_update_time\030\005 \001(\0132\032.google.protobuf.Ti" +
|
|
4428
|
+
"mestampH\001\210\001\001\022\031\n\014country_code\030\006 \001(\tH\002\210\001\001\022" +
|
|
4429
|
+
"\033\n\016logo_image_url\030\007 \001(\tH\003\210\001\001\022\035\n\020banner_i" +
|
|
4430
|
+
"mage_url\030\010 \001(\tH\004\210\001\001\022\031\n\014wikipedia_id\030\t \001(" +
|
|
4431
|
+
"\tH\005\210\001\001\022 \n\023wikipedia_lang_code\030\n \001(\tH\006\210\001\001" +
|
|
4432
|
+
"\022\030\n\013website_url\030\013 \001(\tH\007\210\001\001\022\030\n\013support_ur" +
|
|
4433
|
+
"l\030\014 \001(\tH\010\210\001\001\022\032\n\rsupport_phone\030\r \001(\tH\t\210\001\001" +
|
|
4434
|
+
"\022\035\n\020facebook_account\030\016 \001(\tH\n\210\001\001\022\034\n\017twitt" +
|
|
4435
|
+
"er_account\030\017 \001(\tH\013\210\001\001\022\031\n\014warranty_url\030\020 " +
|
|
4436
|
+
"\001(\tH\014\210\001\001\022 \n\023warranty_direct_url\030\021 \001(\tH\r\210" +
|
|
4437
|
+
"\001\001\022\032\n\rcommunity_url\030\024 \001(\tH\016\210\001\001\022\035\n\020linked" +
|
|
4438
|
+
"in_account\030\025 \001(\tH\017\210\001\001\022\036\n\021instagram_accou" +
|
|
4439
|
+
"nt\030\026 \001(\tH\020\210\001\001\022\034\n\017youtube_account\030\027 \001(\tH\021" +
|
|
4440
|
+
"\210\001\001\022\036\n\021pinterest_account\030\030 \001(\tH\022\210\001\001\022\033\n\016t" +
|
|
4441
|
+
"iktok_account\030\037 \001(\tH\023\210\001\001\022\033\n\016class_hardwa" +
|
|
4442
|
+
"re\030\031 \001(\010H\024\210\001\001\022\033\n\016class_software\030\032 \001(\010H\025\210" +
|
|
4443
|
+
"\001\001\022\033\n\016class_consumer\030\033 \001(\010H\026\210\001\001\022\035\n\020class" +
|
|
4444
|
+
"_enterprise\030\034 \001(\010H\027\210\001\001\022\035\n\020class_industri" +
|
|
4445
|
+
"al\030\035 \001(\010H\030\210\001\001\022\035\n\020class_individual\030\036 \001(\010H" +
|
|
4446
|
+
"\031\210\001\001\022\030\n\013match_score\030\023 \001(\005H\032\210\001\001B\014\n\n_paren" +
|
|
4447
|
+
"t_idB\023\n\021_last_update_timeB\017\n\r_country_co" +
|
|
4448
|
+
"deB\021\n\017_logo_image_urlB\023\n\021_banner_image_u" +
|
|
4449
|
+
"rlB\017\n\r_wikipedia_idB\026\n\024_wikipedia_lang_c" +
|
|
4450
|
+
"odeB\016\n\014_website_urlB\016\n\014_support_urlB\020\n\016_" +
|
|
4451
|
+
"support_phoneB\023\n\021_facebook_accountB\022\n\020_t" +
|
|
4452
|
+
"witter_accountB\017\n\r_warranty_urlB\026\n\024_warr" +
|
|
4453
|
+
"anty_direct_urlB\020\n\016_community_urlB\023\n\021_li" +
|
|
4454
|
+
"nkedin_accountB\024\n\022_instagram_accountB\022\n\020" +
|
|
4455
|
+
"_youtube_accountB\024\n\022_pinterest_accountB\021" +
|
|
4456
|
+
"\n\017_tiktok_accountB\021\n\017_class_hardwareB\021\n\017" +
|
|
4457
|
+
"_class_softwareB\021\n\017_class_consumerB\023\n\021_c" +
|
|
4458
|
+
"lass_enterpriseB\023\n\021_class_industrialB\023\n\021" +
|
|
4459
|
+
"_class_individualB\016\n\014_match_score\"\317\t\n\014Ca" +
|
|
4460
|
+
"talogModel\022\n\n\002id\030\001 \001(\003\022\017\n\007make_id\030\003 \001(\003\022" +
|
|
4461
|
+
"\024\n\014device_model\030\004 \001(\t\022\033\n\016device_type_id\030" +
|
|
4462
|
+
"\005 \001(\003H\000\210\001\001\022\031\n\021device_model_code\030\006 \003(\t\022\026\n" +
|
|
4463
|
+
"\tfamily_id\030\n \001(\003H\001\210\001\001\022\026\n\tis_family\030\013 \001(\010" +
|
|
4464
|
+
"H\002\210\001\001\022\027\n\nmanual_url\030\014 \001(\tH\003\210\001\001\022\024\n\007faq_ur" +
|
|
4465
|
+
"l\030\r \001(\tH\004\210\001\001\0225\n\014release_date\030\016 \001(\0132\032.goo" +
|
|
4466
|
+
"gle.protobuf.TimestampH\005\210\001\001\0222\n\tdisc_date" +
|
|
4467
|
+
"\030\017 \001(\0132\032.google.protobuf.TimestampH\006\210\001\001\022" +
|
|
4468
|
+
"1\n\010eos_date\030\032 \001(\0132\032.google.protobuf.Time" +
|
|
4469
|
+
"stampH\007\210\001\001\022 \n\023lifecyle_confidence\030\035 \001(\tH" +
|
|
4470
|
+
"\010\210\001\001\022\030\n\013price_class\030\030 \001(\tH\t\210\001\001\022\032\n\rproduc" +
|
|
4471
|
+
"t_class\030\031 \001(\tH\n\210\001\001\022\032\n\rcfp_emissions\030\036 \001(" +
|
|
4472
|
+
"\005H\013\210\001\001\022\036\n\021cfp_emissions_std\030\037 \001(\005H\014\210\001\001\022\024" +
|
|
4473
|
+
"\n\007cfp_use\030 \001(\005H\r\210\001\001\022\034\n\017sh_ifttt_handle\030" +
|
|
4474
|
+
"\021 \001(\tH\016\210\001\001\022\033\n\023sh_google_ass_langs\030\022 \003(\t\022" +
|
|
4475
|
+
"\026\n\016sh_alexa_langs\030\023 \003(\t\022\033\n\016sh_hass_handl" +
|
|
4476
|
+
"e\030\024 \001(\tH\017\210\001\001\022\036\n\021sh_apple_home_kit\030\025 \001(\010H" +
|
|
4477
|
+
"\020\210\001\001\022\037\n\022sh_open_hab_handle\030\026 \001(\tH\021\210\001\001\022\025\n" +
|
|
4478
|
+
"\010nist_cpe\030\034 \001(\tH\022\210\001\001\022\027\n\npopularity\030\027 \001(\005" +
|
|
4479
|
+
"H\023\210\001\001\0229\n\020last_update_time\030\020 \001(\0132\032.google" +
|
|
4480
|
+
".protobuf.TimestampH\024\210\001\001\022\030\n\013match_score\030" +
|
|
4481
|
+
"\033 \001(\005H\025\210\001\001B\021\n\017_device_type_idB\014\n\n_family" +
|
|
4482
|
+
"_idB\014\n\n_is_familyB\r\n\013_manual_urlB\n\n\010_faq" +
|
|
4483
|
+
"_urlB\017\n\r_release_dateB\014\n\n_disc_dateB\013\n\t_" +
|
|
4484
|
+
"eos_dateB\026\n\024_lifecyle_confidenceB\016\n\014_pri" +
|
|
4485
|
+
"ce_classB\020\n\016_product_classB\020\n\016_cfp_emiss" +
|
|
4486
|
+
"ionsB\024\n\022_cfp_emissions_stdB\n\n\010_cfp_useB\022" +
|
|
4487
|
+
"\n\020_sh_ifttt_handleB\021\n\017_sh_hass_handleB\024\n" +
|
|
4488
|
+
"\022_sh_apple_home_kitB\025\n\023_sh_open_hab_hand" +
|
|
4489
|
+
"leB\013\n\t_nist_cpeB\r\n\013_popularityB\023\n\021_last_" +
|
|
4490
|
+
"update_timeB\016\n\014_match_score\"\254\t\n\tCatalogO" +
|
|
4491
|
+
"s\022\n\n\002id\030\001 \001(\003\022\017\n\007os_name\030\003 \001(\t\022\027\n\nos_ver" +
|
|
4492
|
+
"sion\030\004 \001(\tH\000\210\001\001\022\025\n\010os_build\030\014 \001(\tH\001\210\001\001\022\034" +
|
|
4493
|
+
"\n\017os_version_name\030\005 \001(\tH\002\210\001\001\022\030\n\013override" +
|
|
4494
|
+
"_id\030\006 \001(\003H\003\210\001\001\022\024\n\007make_id\030\007 \001(\003H\004\210\001\001\022\026\n\t" +
|
|
4495
|
+
"parent_id\030\010 \001(\003H\005\210\001\001\0225\n\014release_date\030\t \001" +
|
|
4496
|
+
"(\0132\032.google.protobuf.TimestampH\006\210\001\001\0221\n\010e" +
|
|
4497
|
+
"ol_date\030\n \001(\0132\032.google.protobuf.Timestam" +
|
|
4498
|
+
"pH\007\210\001\001\0221\n\010eos_date\030\026 \001(\0132\032.google.protob" +
|
|
4499
|
+
"uf.TimestampH\010\210\001\001\0222\n\teosx_date\030\031 \001(\0132\032.g" +
|
|
4500
|
+
"oogle.protobuf.TimestampH\t\210\001\001\022 \n\023lifecyl" +
|
|
4501
|
+
"e_confidence\030\032 \001(\tH\n\210\001\001\022\033\n\016logo_image_ur" +
|
|
4502
|
+
"l\030\r \001(\tH\013\210\001\001\022\035\n\020banner_image_url\030\016 \001(\tH\014" +
|
|
4503
|
+
"\210\001\001\022\031\n\014wikipedia_id\030\017 \001(\tH\r\210\001\001\022 \n\023wikipe" +
|
|
4504
|
+
"dia_lang_code\030\020 \001(\tH\016\210\001\001\022\030\n\013website_url\030" +
|
|
4505
|
+
"\021 \001(\tH\017\210\001\001\022\030\n\013support_url\030\022 \001(\tH\020\210\001\001\022\032\n\r" +
|
|
4506
|
+
"support_phone\030\023 \001(\tH\021\210\001\001\022\035\n\020facebook_acc" +
|
|
4507
|
+
"ount\030\024 \001(\tH\022\210\001\001\022\034\n\017twitter_account\030\025 \001(\t" +
|
|
4508
|
+
"H\023\210\001\001\022\025\n\010nist_cpe\030\027 \001(\tH\024\210\001\001\0229\n\020last_upd" +
|
|
4509
|
+
"ate_time\030\013 \001(\0132\032.google.protobuf.Timesta" +
|
|
4510
|
+
"mpH\025\210\001\001\022\030\n\013match_score\030\030 \001(\005H\026\210\001\001B\r\n\013_os" +
|
|
4511
|
+
"_versionB\013\n\t_os_buildB\022\n\020_os_version_nam" +
|
|
4512
|
+
"eB\016\n\014_override_idB\n\n\010_make_idB\014\n\n_parent" +
|
|
4513
|
+
"_idB\017\n\r_release_dateB\013\n\t_eol_dateB\013\n\t_eo" +
|
|
4514
|
+
"s_dateB\014\n\n_eosx_dateB\026\n\024_lifecyle_confid" +
|
|
4515
|
+
"enceB\021\n\017_logo_image_urlB\023\n\021_banner_image" +
|
|
4516
|
+
"_urlB\017\n\r_wikipedia_idB\026\n\024_wikipedia_lang" +
|
|
4517
|
+
"_codeB\016\n\014_website_urlB\016\n\014_support_urlB\020\n" +
|
|
4518
|
+
"\016_support_phoneB\023\n\021_facebook_accountB\022\n\020" +
|
|
4519
|
+
"_twitter_accountB\013\n\t_nist_cpeB\023\n\021_last_u" +
|
|
4520
|
+
"pdate_timeB\016\n\014_match_score\"\370\007\n\017CatalogSo" +
|
|
4521
|
+
"ftware\022\n\n\002id\030\001 \001(\003\022\017\n\007sw_name\030\002 \001(\t\022\027\n\ns" +
|
|
4522
|
+
"w_version\030\003 \001(\tH\000\210\001\001\022\032\n\rsw_market_ver\030\004 " +
|
|
4523
|
+
"\001(\tH\001\210\001\001\022\027\n\nsw_edition\030\005 \001(\tH\002\210\001\001\022\024\n\007sw_" +
|
|
4524
|
+
"lang\030\006 \001(\tH\003\210\001\001\022\025\n\010sw_build\030\007 \001(\tH\004\210\001\001\022\024" +
|
|
4525
|
+
"\n\007make_id\030\010 \001(\003H\005\210\001\001\022\026\n\tparent_id\030\t \001(\003H" +
|
|
4526
|
+
"\006\210\001\001\022\026\n\tlatest_id\030\n \001(\003H\007\210\001\001\022\024\n\007sw_type\030" +
|
|
4527
|
+
"\013 \001(\tH\010\210\001\001\022\030\n\013sw_category\030\014 \001(\tH\t\210\001\001\0225\n\014" +
|
|
4528
|
+
"release_date\030\r \001(\0132\032.google.protobuf.Tim" +
|
|
4529
|
+
"estampH\n\210\001\001\0221\n\010eol_date\030\016 \001(\0132\032.google.p" +
|
|
4530
|
+
"rotobuf.TimestampH\013\210\001\001\0221\n\010eos_date\030\017 \001(\013" +
|
|
4531
|
+
"2\032.google.protobuf.TimestampH\014\210\001\001\0222\n\teos" +
|
|
4532
|
+
"x_date\030\020 \001(\0132\032.google.protobuf.Timestamp" +
|
|
4533
|
+
"H\r\210\001\001\022 \n\023lifecyle_confidence\030\021 \001(\tH\016\210\001\001\022" +
|
|
4534
|
+
"\030\n\013flag_latest\030\022 \001(\010H\017\210\001\001\022\034\n\017flag_widesp" +
|
|
4535
|
+
"read\030\023 \001(\010H\020\210\001\001\022\034\n\017flag_deprecated\030\024 \001(\010" +
|
|
4536
|
+
"H\021\210\001\001\0229\n\020last_update_time\030\025 \001(\0132\032.google" +
|
|
4537
|
+
".protobuf.TimestampH\022\210\001\001\022\030\n\013match_score\030" +
|
|
4538
|
+
"d \001(\005H\023\210\001\001B\r\n\013_sw_versionB\020\n\016_sw_market_" +
|
|
4539
|
+
"verB\r\n\013_sw_editionB\n\n\010_sw_langB\013\n\t_sw_bu" +
|
|
4540
|
+
"ildB\n\n\010_make_idB\014\n\n_parent_idB\014\n\n_latest" +
|
|
4541
|
+
"_idB\n\n\010_sw_typeB\016\n\014_sw_categoryB\017\n\r_rele" +
|
|
4542
|
+
"ase_dateB\013\n\t_eol_dateB\013\n\t_eos_dateB\014\n\n_e" +
|
|
4543
|
+
"osx_dateB\026\n\024_lifecyle_confidenceB\016\n\014_fla" +
|
|
4544
|
+
"g_latestB\022\n\020_flag_widespreadB\022\n\020_flag_de" +
|
|
4545
|
+
"precatedB\023\n\021_last_update_timeB\016\n\014_match_" +
|
|
4546
|
+
"score\"\341\017\n\016CatalogMonitor\022\n\n\002id\030\001 \001(\003\022\r\n\005" +
|
|
4547
|
+
"model\030\003 \001(\t\022\026\n\tvendor_id\030\004 \001(\tH\000\210\001\001\022\024\n\007m" +
|
|
4548
|
+
"ake_id\030\005 \001(\003H\001\210\001\001\022\026\n\tfamily_id\030\006 \001(\003H\002\210\001" +
|
|
4549
|
+
"\001\022\026\n\tis_family\030\007 \001(\010H\003\210\001\001\022\032\n\rofficial_pa" +
|
|
4550
|
+
"ge\030\010 \001(\tH\004\210\001\001\022\031\n\014support_page\030\t \001(\tH\005\210\001\001" +
|
|
4551
|
+
"\022\026\n\tsize_inch\030\n \001(\001H\006\210\001\001\022\033\n\016max_resoluti" +
|
|
4552
|
+
"on\030\013 \001(\tH\007\210\001\001\022\031\n\014aspect_ratio\030\014 \001(\tH\010\210\001\001" +
|
|
4553
|
+
"\022\035\n\020response_time_ms\030\r \001(\001H\t\210\001\001\022\024\n\007hd_ty" +
|
|
4554
|
+
"pe\030\016 \001(\tH\n\210\001\001\022\031\n\014display_tech\030\017 \001(\tH\013\210\001\001" +
|
|
4555
|
+
"\022\031\n\014refresh_rate\030\020 \001(\005H\014\210\001\001\022\022\n\005panel\030\021 \001" +
|
|
4556
|
+
"(\tH\r\210\001\001\022\026\n\theight_cm\030\022 \001(\001H\016\210\001\001\022\025\n\010width" +
|
|
4557
|
+
"_cm\030\023 \001(\001H\017\210\001\001\022\030\n\013diagonal_cm\030\024 \001(\001H\020\210\001\001" +
|
|
4558
|
+
"\022\031\n\014usb_upstream\030\025 \001(\tH\021\210\001\001\022\034\n\017nr_usb_up" +
|
|
4559
|
+
"stream\030\026 \001(\005H\022\210\001\001\022%\n\030nr_usb_type_a_downs" +
|
|
4560
|
+
"tream\030\027 \001(\005H\023\210\001\001\022\024\n\007nr_hdmi\030\030 \001(\005H\024\210\001\001\022\023" +
|
|
4561
|
+
"\n\006nr_vga\030\031 \001(\005H\025\210\001\001\022\023\n\006nr_dvi\030\032 \001(\005H\026\210\001\001" +
|
|
4562
|
+
"\022\031\n\014hdmi_version\030\033 \001(\001H\027\210\001\001\022\035\n\020nr_displa" +
|
|
4563
|
+
"y_ports\030\034 \001(\005H\030\210\001\001\022!\n\024display_port_versi" +
|
|
4564
|
+
"on\030\035 \001(\001H\031\210\001\001\022\031\n\014energy_class\030\036 \001(\tH\032\210\001\001" +
|
|
4565
|
+
"\022\033\n\016sdr_per_1000_u\030\037 \001(\005H\033\210\001\001\022\037\n\022average" +
|
|
4566
|
+
"_watt_usage\030 \001(\001H\034\210\001\001\022\033\n\016max_watt_usage" +
|
|
4567
|
+
"\030! \001(\001H\035\210\001\001\022\037\n\022watt_usage_standby\030\" \001(\001H" +
|
|
4568
|
+
"\036\210\001\001\022\034\n\017watt_power_save\030# \001(\001H\037\210\001\001\022\027\n\nac" +
|
|
4569
|
+
"_voltage\030$ \001(\tH \210\001\001\022\027\n\nac_freq_hz\030% \001(\tH" +
|
|
4570
|
+
"!\210\001\001\022\026\n\tcurrent_a\030& \001(\001H\"\210\001\001\022\030\n\013feature_" +
|
|
4571
|
+
"aio\030\' \001(\010H#\210\001\001\022\033\n\016feature_camera\030( \001(\010H$" +
|
|
4572
|
+
"\210\001\001\022\035\n\020feature_speakers\030) \001(\010H%\210\001\001\022\031\n\014fe" +
|
|
4573
|
+
"ature_hdmi\030* \001(\010H&\210\001\001\022\030\n\013feature_eth\030+ \001" +
|
|
4574
|
+
"(\010H\'\210\001\001\022\035\n\020feature_portrait\030, \001(\010H(\210\001\001\022\033" +
|
|
4575
|
+
"\n\016feature_curved\030- \001(\010H)\210\001\001\0229\n\020last_upda" +
|
|
4576
|
+
"te_time\030. \001(\0132\032.google.protobuf.Timestam" +
|
|
4577
|
+
"pH*\210\001\001\022\030\n\013match_score\030d \001(\005H+\210\001\001B\014\n\n_ven" +
|
|
4578
|
+
"dor_idB\n\n\010_make_idB\014\n\n_family_idB\014\n\n_is_" +
|
|
4579
|
+
"familyB\020\n\016_official_pageB\017\n\r_support_pag" +
|
|
4580
|
+
"eB\014\n\n_size_inchB\021\n\017_max_resolutionB\017\n\r_a" +
|
|
4581
|
+
"spect_ratioB\023\n\021_response_time_msB\n\n\010_hd_" +
|
|
4582
|
+
"typeB\017\n\r_display_techB\017\n\r_refresh_rateB\010" +
|
|
4583
|
+
"\n\006_panelB\014\n\n_height_cmB\013\n\t_width_cmB\016\n\014_" +
|
|
4584
|
+
"diagonal_cmB\017\n\r_usb_upstreamB\022\n\020_nr_usb_" +
|
|
4585
|
+
"upstreamB\033\n\031_nr_usb_type_a_downstreamB\n\n" +
|
|
4586
|
+
"\010_nr_hdmiB\t\n\007_nr_vgaB\t\n\007_nr_dviB\017\n\r_hdmi" +
|
|
4587
|
+
"_versionB\023\n\021_nr_display_portsB\027\n\025_displa" +
|
|
4588
|
+
"y_port_versionB\017\n\r_energy_classB\021\n\017_sdr_" +
|
|
4589
|
+
"per_1000_uB\025\n\023_average_watt_usageB\021\n\017_ma" +
|
|
4590
|
+
"x_watt_usageB\025\n\023_watt_usage_standbyB\022\n\020_" +
|
|
4591
|
+
"watt_power_saveB\r\n\013_ac_voltageB\r\n\013_ac_fr" +
|
|
4592
|
+
"eq_hzB\014\n\n_current_aB\016\n\014_feature_aioB\021\n\017_" +
|
|
4593
|
+
"feature_cameraB\023\n\021_feature_speakersB\017\n\r_" +
|
|
4594
|
+
"feature_hdmiB\016\n\014_feature_ethB\023\n\021_feature" +
|
|
4595
|
+
"_portraitB\021\n\017_feature_curvedB\023\n\021_last_up" +
|
|
4596
|
+
"date_timeB\016\n\014_match_score\"\363\002\n\007Printer\022\031\n" +
|
|
4597
|
+
"\014printer_name\030\001 \001(\tH\000\210\001\001\022\032\n\rprinted_page" +
|
|
4598
|
+
"s\030\002 \001(\003H\001\210\001\001\022 \n\023printed_color_pages\030\003 \001(" +
|
|
4599
|
+
"\003H\002\210\001\001\022\037\n\022printed_mono_pages\030\004 \001(\003H\003\210\001\001\022" +
|
|
4600
|
+
"\033\n\016printer_status\030\005 \001(\tH\004\210\001\001\022\032\n\rserial_n" +
|
|
4601
|
+
"umber\030\006 \001(\tH\005\210\001\001\022>\n\005toner\030\007 \003(\0132/.com.la" +
|
|
4602
|
+
"nsweeper.dp.outbound.v1.PrinterTonerInfo" +
|
|
4603
|
+
"B\017\n\r_printer_nameB\020\n\016_printed_pagesB\026\n\024_" +
|
|
4604
|
+
"printed_color_pagesB\025\n\023_printed_mono_pag" +
|
|
4605
|
+
"esB\021\n\017_printer_statusB\020\n\016_serial_number\"" +
|
|
4606
|
+
"\274\002\n\020PrinterTonerInfo\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022" +
|
|
4607
|
+
"\022\n\005color\030\002 \001(\tH\001\210\001\001\022E\n\014color_number\030\003 \001(" +
|
|
4608
|
+
"\0132*.com.lansweeper.dp.outbound.v1.Mapped" +
|
|
4609
|
+
"ValueH\002\210\001\001\022 \n\023maximum_toner_level\030\004 \001(\003H" +
|
|
4610
|
+
"\003\210\001\001\022\023\n\006number\030\005 \001(\003H\004\210\001\001\022\"\n\025remaining_t" +
|
|
4611
|
+
"oner_level\030\006 \001(\003H\005\210\001\001B\007\n\005_nameB\010\n\006_color" +
|
|
4612
|
+
"B\017\n\r_color_numberB\026\n\024_maximum_toner_leve" +
|
|
4613
|
+
"lB\t\n\007_numberB\030\n\026_remaining_toner_level\"\343" +
|
|
4614
|
+
"\005\n\003Ups\022\031\n\014manufacturer\030\001 \001(\tH\000\210\001\001\022\022\n\005mod" +
|
|
4615
|
+
"el\030\002 \001(\tH\001\210\001\001\022!\n\024ups_software_version\030\003 " +
|
|
4616
|
+
"\001(\tH\002\210\001\001\022#\n\026agent_software_version\030\004 \001(\t" +
|
|
4617
|
+
"H\003\210\001\001\022\021\n\004name\030\005 \001(\tH\004\210\001\001\022\035\n\020attached_dev" +
|
|
4618
|
+
"ices\030\006 \001(\tH\005\210\001\001\022\033\n\016battery_status\030\007 \001(\003H" +
|
|
4619
|
+
"\006\210\001\001\022\037\n\022seconds_on_battery\030\010 \001(\003H\007\210\001\001\022(\n" +
|
|
4620
|
+
"\033estimated_minutes_remaining\030\t \001(\003H\010\210\001\001\022" +
|
|
4621
|
+
"\'\n\032estimated_charge_remaining\030\n \001(\003H\t\210\001\001" +
|
|
4622
|
+
"\022\034\n\017battery_voltage\030\013 \001(\003H\n\210\001\001\022\034\n\017batter" +
|
|
4623
|
+
"y_current\030\014 \001(\003H\013\210\001\001\022 \n\023battery_temperat" +
|
|
4624
|
+
"ure\030\r \001(\003H\014\210\001\001\022\033\n\016alarms_present\030\016 \001(\003H\r" +
|
|
4625
|
+
"\210\001\001B\017\n\r_manufacturerB\010\n\006_modelB\027\n\025_ups_s" +
|
|
4626
|
+
"oftware_versionB\031\n\027_agent_software_versi" +
|
|
4627
|
+
"onB\007\n\005_nameB\023\n\021_attached_devicesB\021\n\017_bat" +
|
|
4628
|
+
"tery_statusB\025\n\023_seconds_on_batteryB\036\n\034_e" +
|
|
4629
|
+
"stimated_minutes_remainingB\035\n\033_estimated" +
|
|
4630
|
+
"_charge_remainingB\022\n\020_battery_voltageB\022\n" +
|
|
4631
|
+
"\020_battery_currentB\026\n\024_battery_temperatur" +
|
|
4632
|
+
"eB\021\n\017_alarms_present\"\273\n\n\004User\0225\n\002id\030\001 \001(" +
|
|
4633
|
+
"\0132).com.lansweeper.dp.outbound.v1.Entity" +
|
|
4634
|
+
"Path\022/\n\013last_synced\030\002 \001(\0132\032.google.proto" +
|
|
4635
|
+
"buf.Timestamp\022.\n\nfirst_seen\030\003 \001(\0132\032.goog" +
|
|
4636
|
+
"le.protobuf.Timestamp\0220\n\014last_updated\030\004 " +
|
|
4637
|
+
"\001(\0132\032.google.protobuf.Timestamp\0221\n\rlast_" +
|
|
4638
|
+
"enriched\030\005 \001(\0132\032.google.protobuf.Timesta" +
|
|
4639
|
+
"mp\022%\n\030last_synced_source_agent\030\006 \001(\tH\000\210\001" +
|
|
4640
|
+
"\001\022$\n\027last_synced_source_name\030\007 \001(\tH\001\210\001\001\022" +
|
|
4641
|
+
">\n\013source_info\030\010 \003(\0132).com.lansweeper.dp" +
|
|
4642
|
+
".outbound.v1.SourceInfo\022G\n\024unlinked_sour" +
|
|
4643
|
+
"ce_info\030\t \003(\0132).com.lansweeper.dp.outbou" +
|
|
4644
|
+
"nd.v1.SourceInfo\022D\n\016data_processor\030\027 \003(\013" +
|
|
4645
|
+
"2,.com.lansweeper.dp.outbound.v1.DataPro" +
|
|
4646
|
+
"cessor\022\027\n\nunique_key\030\n \001(\tH\002\210\001\001\022<\n\nscan_" +
|
|
4647
|
+
"error\030\013 \003(\0132(.com.lansweeper.dp.outbound" +
|
|
4648
|
+
".v1.ScanError\022?\n\013internet_ip\030\014 \001(\0132%.com" +
|
|
4649
|
+
".lansweeper.dp.outbound.v1.IpInfoH\003\210\001\001\022/" +
|
|
4650
|
+
"\n\003tag\030\r \003(\0132\".com.lansweeper.dp.outbound" +
|
|
4651
|
+
".v1.Tag\0229\n\010relation\030\016 \003(\0132\'.com.lansweep" +
|
|
4652
|
+
"er.dp.outbound.v1.Relation\022Q\n\022correlatio" +
|
|
4653
|
+
"n_fields\030\017 \001(\01320.com.lansweeper.dp.outbo" +
|
|
4654
|
+
"und.v1.CorrelationFieldsH\004\210\001\001\022N\n\016reconci" +
|
|
4655
|
+
"liation\030\020 \001(\01321.com.lansweeper.dp.outbou" +
|
|
4656
|
+
"nd.v1.ReconciliationInfoH\005\210\001\001\022;\n\004core\030\024 " +
|
|
4657
|
+
"\001(\0132-.com.lansweeper.dp.outbound.v1.User" +
|
|
4658
|
+
"CoreFields\022H\n\007ad_user\030\025 \001(\01322.com.lanswe" +
|
|
4659
|
+
"eper.dp.outbound.v1.ActiveDirectoryUserH" +
|
|
4660
|
+
"\006\210\001\001\022J\n\017office_365_user\030\026 \001(\0132,.com.lans" +
|
|
4661
|
+
"weeper.dp.outbound.v1.Office365UserH\007\210\001\001" +
|
|
4662
|
+
"B\033\n\031_last_synced_source_agentB\032\n\030_last_s" +
|
|
4663
|
+
"ynced_source_nameB\r\n\013_unique_keyB\016\n\014_int" +
|
|
4664
|
+
"ernet_ipB\025\n\023_correlation_fieldsB\021\n\017_reco" +
|
|
4665
|
+
"nciliationB\n\n\010_ad_userB\022\n\020_office_365_us" +
|
|
4666
|
+
"er\"\210\001\n\016UserCoreFields\022\026\n\tuser_name\030\001 \001(\t" +
|
|
4667
|
+
"H\000\210\001\001\022\020\n\003upn\030\002 \001(\tH\001\210\001\001\022\020\n\003sid\030\003 \001(\tH\002\210\001" +
|
|
4668
|
+
"\001\022\022\n\005email\030\004 \001(\tH\003\210\001\001B\014\n\n_user_nameB\006\n\004_" +
|
|
4669
|
+
"upnB\006\n\004_sidB\010\n\006_email\"\303\n\n\005Group\0225\n\002id\030\001 " +
|
|
4670
|
+
"\001(\0132).com.lansweeper.dp.outbound.v1.Enti" +
|
|
4671
|
+
"tyPath\022/\n\013last_synced\030\002 \001(\0132\032.google.pro" +
|
|
4672
|
+
"tobuf.Timestamp\022.\n\nfirst_seen\030\003 \001(\0132\032.go" +
|
|
4673
|
+
"ogle.protobuf.Timestamp\0220\n\014last_updated\030" +
|
|
4674
|
+
"\004 \001(\0132\032.google.protobuf.Timestamp\0221\n\rlas" +
|
|
4675
|
+
"t_enriched\030\005 \001(\0132\032.google.protobuf.Times" +
|
|
4676
|
+
"tamp\022%\n\030last_synced_source_agent\030\006 \001(\tH\000" +
|
|
4677
|
+
"\210\001\001\022$\n\027last_synced_source_name\030\007 \001(\tH\001\210\001" +
|
|
4678
|
+
"\001\022>\n\013source_info\030\010 \003(\0132).com.lansweeper." +
|
|
4679
|
+
"dp.outbound.v1.SourceInfo\022G\n\024unlinked_so" +
|
|
4680
|
+
"urce_info\030\t \003(\0132).com.lansweeper.dp.outb" +
|
|
4681
|
+
"ound.v1.SourceInfo\022D\n\016data_processor\030\026 \003" +
|
|
4682
|
+
"(\0132,.com.lansweeper.dp.outbound.v1.DataP" +
|
|
4683
|
+
"rocessor\022\027\n\nunique_key\030\n \001(\tH\002\210\001\001\022<\n\nsca" +
|
|
4684
|
+
"n_error\030\013 \003(\0132(.com.lansweeper.dp.outbou" +
|
|
4685
|
+
"nd.v1.ScanError\022?\n\013internet_ip\030\014 \001(\0132%.c" +
|
|
4686
|
+
"om.lansweeper.dp.outbound.v1.IpInfoH\003\210\001\001" +
|
|
4687
|
+
"\022/\n\003tag\030\r \003(\0132\".com.lansweeper.dp.outbou" +
|
|
4688
|
+
"nd.v1.Tag\0229\n\010relation\030\016 \003(\0132\'.com.lanswe" +
|
|
4689
|
+
"eper.dp.outbound.v1.Relation\022Q\n\022correlat" +
|
|
4690
|
+
"ion_fields\030\017 \001(\01320.com.lansweeper.dp.out" +
|
|
4691
|
+
"bound.v1.CorrelationFieldsH\004\210\001\001\022N\n\016recon" +
|
|
4692
|
+
"ciliation\030\020 \001(\01321.com.lansweeper.dp.outb" +
|
|
4693
|
+
"ound.v1.ReconciliationInfoH\005\210\001\001\022<\n\004core\030" +
|
|
4694
|
+
"\024 \001(\0132..com.lansweeper.dp.outbound.v1.Gr" +
|
|
4695
|
+
"oupCoreFields\022J\n\010ad_group\030\025 \001(\01323.com.la" +
|
|
4696
|
+
"nsweeper.dp.outbound.v1.ActiveDirectoryG" +
|
|
4697
|
+
"roupH\006\210\001\001\022L\n\020office_365_group\030\027 \001(\0132-.co" +
|
|
4698
|
+
"m.lansweeper.dp.outbound.v1.Office365Gro" +
|
|
4699
|
+
"upH\007\210\001\001B\033\n\031_last_synced_source_agentB\032\n\030" +
|
|
4700
|
+
"_last_synced_source_nameB\r\n\013_unique_keyB" +
|
|
4701
|
+
"\016\n\014_internet_ipB\025\n\023_correlation_fieldsB\021" +
|
|
4702
|
+
"\n\017_reconciliationB\013\n\t_ad_groupB\023\n\021_offic" +
|
|
4703
|
+
"e_365_group\"G\n\017GroupCoreFields\022\020\n\003sid\030\001 " +
|
|
4704
|
+
"\001(\tH\000\210\001\001\022\021\n\004name\030\002 \001(\tH\001\210\001\001B\006\n\004_sidB\007\n\005_" +
|
|
4705
|
+
"name\"\343\002\n\025ActiveDirectoryObject\022\022\n\ndomain" +
|
|
4706
|
+
"_oid\030\001 \001(\t\022\013\n\003oid\030\002 \001(\t\022\013\n\003sid\030\003 \001(\t\022\032\n\022" +
|
|
4707
|
+
"distinguished_name\030\004 \001(\t\022\027\n\ndomain_dns\030\005" +
|
|
4708
|
+
" \001(\tH\000\210\001\001\022\021\n\004name\030\006 \001(\tH\001\210\001\001\022\031\n\014object_c" +
|
|
4709
|
+
"lass\030\007 \001(\tH\002\210\001\001\0226\n\rcreation_time\030\010 \001(\0132\032" +
|
|
4710
|
+
".google.protobuf.TimestampH\003\210\001\001\0225\n\014last_" +
|
|
4711
|
+
"changed\030\t \001(\0132\032.google.protobuf.Timestam" +
|
|
4712
|
+
"pH\004\210\001\001B\r\n\013_domain_dnsB\007\n\005_nameB\017\n\r_objec" +
|
|
4713
|
+
"t_classB\020\n\016_creation_timeB\017\n\r_last_chang" +
|
|
4714
|
+
"ed\"\256\006\n\027ActiveDirectoryComputer\022G\n\tad_obj" +
|
|
4715
|
+
"ect\030\001 \001(\01324.com.lansweeper.dp.outbound.v" +
|
|
4716
|
+
"1.ActiveDirectoryObject\022L\n\tad_domain\030\020 \001" +
|
|
4717
|
+
"(\01324.com.lansweeper.dp.outbound.v1.Activ" +
|
|
4718
|
+
"eDirectoryDomainH\000\210\001\001\022\035\n\020sam_account_nam" +
|
|
4719
|
+
"e\030\002 \001(\tH\001\210\001\001\022\017\n\002cn\030\003 \001(\tH\002\210\001\001\022\017\n\002ou\030\004 \001(" +
|
|
4720
|
+
"\tH\003\210\001\001\022\030\n\013description\030\005 \001(\tH\004\210\001\001\022\024\n\007comm" +
|
|
4721
|
+
"ent\030\006 \001(\tH\005\210\001\001\022\024\n\007company\030\007 \001(\tH\006\210\001\001\022\025\n\010" +
|
|
4722
|
+
"location\030\010 \001(\tH\007\210\001\001\022\027\n\nip_address\030\t \001(\tH" +
|
|
4723
|
+
"\010\210\001\001\022\024\n\007enabled\030\n \001(\010H\t\210\001\001\022$\n\027bitlocker_" +
|
|
4724
|
+
"recovery_info\030\013 \001(\tH\n\210\001\001\022\035\n\020operating_sy" +
|
|
4725
|
+
"stem\030\014 \001(\tH\013\210\001\001\022%\n\030operating_system_vers" +
|
|
4726
|
+
"ion\030\r \001(\tH\014\210\001\001\022 \n\023managed_by_user_oid\030\016 " +
|
|
4727
|
+
"\001(\tH\r\210\001\001\022!\n\024managed_by_group_oid\030\017 \001(\tH\016" +
|
|
4728
|
+
"\210\001\001B\014\n\n_ad_domainB\023\n\021_sam_account_nameB\005" +
|
|
4729
|
+
"\n\003_cnB\005\n\003_ouB\016\n\014_descriptionB\n\n\010_comment" +
|
|
4730
|
+
"B\n\n\010_companyB\013\n\t_locationB\r\n\013_ip_address" +
|
|
4731
|
+
"B\n\n\010_enabledB\032\n\030_bitlocker_recovery_info" +
|
|
4732
|
+
"B\023\n\021_operating_systemB\033\n\031_operating_syst" +
|
|
4733
|
+
"em_versionB\026\n\024_managed_by_user_oidB\027\n\025_m" +
|
|
4734
|
+
"anaged_by_group_oid\"\364\016\n\026ActiveDirectoryP" +
|
|
4735
|
+
"rinter\022\030\n\013description\030\001 \001(\tH\000\210\001\001\022\017\n\002cn\030\002" +
|
|
4736
|
+
" \001(\tH\001\210\001\001\022\033\n\016driver_version\030\003 \001(\rH\002\210\001\001\022\030" +
|
|
4737
|
+
"\n\013server_name\030\004 \001(\tH\003\210\001\001\022%\n\030d_score_prop" +
|
|
4738
|
+
"agation_data\030\005 \001(\tH\004\210\001\001\022#\n\026nt_security_d" +
|
|
4739
|
+
"escriptor\030\006 \001(\tH\005\210\001\001\022\035\n\020print_start_time" +
|
|
4740
|
+
"\030\007 \001(\rH\006\210\001\001\022\027\n\017print_bin_names\030\010 \003(\t\022\030\n\013" +
|
|
4741
|
+
"print_color\030\t \001(\010H\007\210\001\001\022$\n\027print_keep_pri" +
|
|
4742
|
+
"nted_jobs\030\n \001(\010H\010\210\001\001\022\033\n\016print_spooling\030\013" +
|
|
4743
|
+
" \001(\tH\t\210\001\001\022#\n\026print_duplex_supported\030\014 \001(" +
|
|
4744
|
+
"\010H\n\210\001\001\022\037\n\022print_min_y_extent\030\r \001(\rH\013\210\001\001\022" +
|
|
4745
|
+
"\037\n\022print_max_y_extent\030\016 \001(\rH\014\210\001\001\022\037\n\022prin" +
|
|
4746
|
+
"t_min_x_extent\030\017 \001(\rH\r\210\001\001\022\037\n\022print_max_x" +
|
|
4747
|
+
"_extent\030\020 \001(\rH\016\210\001\001\022+\n\036print_max_resoluti" +
|
|
4748
|
+
"on_supported\030\021 \001(\rH\017\210\001\001\022#\n\026print_pages_p" +
|
|
4749
|
+
"er_minute\030\022 \001(\rH\020\210\001\001\022%\n\030print_stapling_s" +
|
|
4750
|
+
"upported\030\023 \001(\010H\021\210\001\001\022\032\n\rinstance_type\030\024 \001" +
|
|
4751
|
+
"(\rH\022\210\001\001\022\032\n\rprint_collate\030\025 \001(\010H\023\210\001\001\022\027\n\np" +
|
|
4752
|
+
"rint_rate\030& \001(\rH\024\210\001\001\022\034\n\017print_rate_unit\030" +
|
|
4753
|
+
"\026 \001(\tH\025\210\001\001\022\033\n\016print_end_time\030\027 \001(\rH\026\210\001\001\022" +
|
|
4754
|
+
"\026\n\tport_name\030\030 \001(\tH\027\210\001\001\022\025\n\010priority\030\031 \001(" +
|
|
4755
|
+
"\tH\030\210\001\001\022\033\n\016version_number\030\032 \001(\tH\031\210\001\001\022\031\n\014p" +
|
|
4756
|
+
"rinter_name\030\033 \001(\tH\032\210\001\001\022\036\n\021short_server_n" +
|
|
4757
|
+
"ame\030\034 \001(\tH\033\210\001\001\022\036\n\021print_media_ready\030\035 \001(" +
|
|
4758
|
+
"\tH\034\210\001\001\022\035\n\025print_media_supported\030\036 \003(\t\022\025\n" +
|
|
4759
|
+
"\010unc_name\030\037 \001(\tH\035\210\001\001\022\030\n\013usn_changed\030 \001(" +
|
|
4760
|
+
"\tH\036\210\001\001\022\030\n\013usn_created\030! \001(\tH\037\210\001\001\022\025\n\010cate" +
|
|
4761
|
+
"gory\030\" \001(\tH \210\001\001\022\030\n\013driver_name\030# \001(\tH!\210\001" +
|
|
4762
|
+
"\001\022$\n\034print_orientations_supported\030$ \003(\t\022" +
|
|
4763
|
+
"\035\n\020print_share_name\030% \001(\tH\"\210\001\001\022\027\n\nip_add" +
|
|
4764
|
+
"ress\030\' \001(\tH#\210\001\001B\016\n\014_descriptionB\005\n\003_cnB\021" +
|
|
4765
|
+
"\n\017_driver_versionB\016\n\014_server_nameB\033\n\031_d_" +
|
|
4766
|
+
"score_propagation_dataB\031\n\027_nt_security_d" +
|
|
4767
|
+
"escriptorB\023\n\021_print_start_timeB\016\n\014_print" +
|
|
4768
|
+
"_colorB\032\n\030_print_keep_printed_jobsB\021\n\017_p" +
|
|
4769
|
+
"rint_spoolingB\031\n\027_print_duplex_supported" +
|
|
4770
|
+
"B\025\n\023_print_min_y_extentB\025\n\023_print_max_y_" +
|
|
4771
|
+
"extentB\025\n\023_print_min_x_extentB\025\n\023_print_" +
|
|
4772
|
+
"max_x_extentB!\n\037_print_max_resolution_su" +
|
|
4773
|
+
"pportedB\031\n\027_print_pages_per_minuteB\033\n\031_p" +
|
|
4774
|
+
"rint_stapling_supportedB\020\n\016_instance_typ" +
|
|
4775
|
+
"eB\020\n\016_print_collateB\r\n\013_print_rateB\022\n\020_p" +
|
|
4776
|
+
"rint_rate_unitB\021\n\017_print_end_timeB\014\n\n_po" +
|
|
4777
|
+
"rt_nameB\013\n\t_priorityB\021\n\017_version_numberB" +
|
|
4778
|
+
"\017\n\r_printer_nameB\024\n\022_short_server_nameB\024" +
|
|
4779
|
+
"\n\022_print_media_readyB\013\n\t_unc_nameB\016\n\014_us" +
|
|
4780
|
+
"n_changedB\016\n\014_usn_createdB\013\n\t_categoryB\016" +
|
|
4781
|
+
"\n\014_driver_nameB\023\n\021_print_share_nameB\r\n\013_" +
|
|
4782
|
+
"ip_address\"\330\001\n\025ActiveDirectoryDomain\022G\n\t" +
|
|
4639
4783
|
"ad_object\030\001 \001(\01324.com.lansweeper.dp.outb" +
|
|
4640
|
-
"ound.v1.ActiveDirectoryObject\
|
|
4641
|
-
"
|
|
4642
|
-
"
|
|
4643
|
-
"
|
|
4644
|
-
"
|
|
4645
|
-
"
|
|
4646
|
-
"\
|
|
4647
|
-
"
|
|
4648
|
-
"
|
|
4649
|
-
"
|
|
4650
|
-
"
|
|
4651
|
-
"
|
|
4652
|
-
" \001(\
|
|
4653
|
-
"
|
|
4654
|
-
"
|
|
4655
|
-
"
|
|
4656
|
-
"
|
|
4657
|
-
"
|
|
4658
|
-
"
|
|
4659
|
-
"
|
|
4660
|
-
"\
|
|
4661
|
-
"\
|
|
4662
|
-
"
|
|
4663
|
-
"
|
|
4664
|
-
"
|
|
4665
|
-
"
|
|
4666
|
-
"
|
|
4667
|
-
"
|
|
4668
|
-
"
|
|
4669
|
-
"
|
|
4670
|
-
"\n\
|
|
4671
|
-
"
|
|
4672
|
-
"
|
|
4673
|
-
"
|
|
4674
|
-
"
|
|
4675
|
-
"
|
|
4676
|
-
"\001\022\
|
|
4677
|
-
"
|
|
4678
|
-
"
|
|
4679
|
-
"
|
|
4680
|
-
"\001\022\
|
|
4681
|
-
"
|
|
4682
|
-
"
|
|
4683
|
-
"\
|
|
4684
|
-
"
|
|
4685
|
-
"\
|
|
4686
|
-
"(\
|
|
4687
|
-
"
|
|
4688
|
-
"
|
|
4689
|
-
"\
|
|
4690
|
-
"\
|
|
4691
|
-
"
|
|
4692
|
-
"
|
|
4693
|
-
"
|
|
4694
|
-
"
|
|
4695
|
-
"
|
|
4696
|
-
"
|
|
4697
|
-
"
|
|
4698
|
-
"
|
|
4699
|
-
"
|
|
4700
|
-
"
|
|
4701
|
-
"\
|
|
4702
|
-
"
|
|
4703
|
-
"
|
|
4704
|
-
"\
|
|
4705
|
-
"
|
|
4706
|
-
"
|
|
4707
|
-
"
|
|
4708
|
-
"
|
|
4709
|
-
"
|
|
4710
|
-
"
|
|
4711
|
-
"
|
|
4712
|
-
"
|
|
4713
|
-
"
|
|
4714
|
-
"
|
|
4715
|
-
"
|
|
4716
|
-
"
|
|
4717
|
-
"\
|
|
4718
|
-
"
|
|
4719
|
-
"
|
|
4720
|
-
"\
|
|
4721
|
-
"\
|
|
4722
|
-
"
|
|
4723
|
-
"\
|
|
4724
|
-
"
|
|
4725
|
-
"
|
|
4726
|
-
"
|
|
4727
|
-
"
|
|
4728
|
-
"\
|
|
4729
|
-
"
|
|
4730
|
-
"
|
|
4731
|
-
"
|
|
4732
|
-
"\
|
|
4733
|
-
"\n\
|
|
4734
|
-
"
|
|
4735
|
-
"
|
|
4736
|
-
"\
|
|
4737
|
-
"
|
|
4738
|
-
"
|
|
4739
|
-
"\
|
|
4740
|
-
"\
|
|
4741
|
-
"\
|
|
4742
|
-
"
|
|
4743
|
-
"
|
|
4744
|
-
"
|
|
4745
|
-
"\
|
|
4746
|
-
"\
|
|
4747
|
-
"\
|
|
4748
|
-
"ager\030) \001(\tH)\210\001\001\022\025\n\010ip_phone\030* \001(\tH*\210\001\001\022\026" +
|
|
4749
|
-
"\n\thome_page\030+ \001(\tH+\210\001\001\022\034\n\017post_office_bo" +
|
|
4750
|
-
"x\030, \001(\tH,\210\001\001\022\022\n\005state\030- \001(\tH-\210\001\001\022\031\n\014prof" +
|
|
4751
|
-
"ile_path\030. \001(\tH.\210\001\001\022\030\n\013script_path\030/ \001(\t" +
|
|
4752
|
-
"H/\210\001\001\022\033\n\016home_directory\0300 \001(\tH0\210\001\001\022\034\n\017th" +
|
|
4753
|
-
"umbnail_photo\0301 \001(\014H1\210\001\001\022\030\n\013employee_id\030" +
|
|
4754
|
-
"2 \001(\tH2\210\001\001\022\034\n\017employee_number\0303 \001(\tH3\210\001\001" +
|
|
4755
|
-
"\022\032\n\remployee_type\0304 \001(\tH4\210\001\001\022\025\n\010initials" +
|
|
4756
|
-
"\0305 \001(\tH5\210\001\001\022\030\n\013middle_name\0306 \001(\tH6\210\001\001\022\036\n" +
|
|
4757
|
-
"\021primary_group_oid\0307 \001(\tH7\210\001\001\022\030\n\013manager" +
|
|
4758
|
-
"_oid\0308 \001(\tH8\210\001\001\022\025\n\rmember_of_oid\0309 \003(\t\022C" +
|
|
4759
|
-
"\n\016direct_reports\030< \003(\0132+.com.lansweeper." +
|
|
4760
|
-
"dp.outbound.v1.DirectReportB\014\n\n_ad_domai" +
|
|
4761
|
-
"nB\023\n\021_sam_account_nameB\005\n\003_cnB\005\n\003_ouB\t\n\007" +
|
|
4762
|
-
"_domainB\016\n\014_descriptionB\n\n\010_commentB\n\n\010_" +
|
|
4763
|
-
"companyB\023\n\021_primary_group_idB\n\n\010_enabled" +
|
|
4764
|
-
"B\027\n\025_user_account_controlB\022\n\020_account_ex" +
|
|
4765
|
-
"piresB\017\n\r_lockout_timeB\024\n\022_password_last" +
|
|
4766
|
-
"_setB\r\n\013_last_logonB\017\n\r_lockout_dateB\033\n\031" +
|
|
4767
|
-
"_can_user_change_passwordB\033\n\031_password_e" +
|
|
4768
|
-
"xpiration_dateB\031\n\027_password_never_expire" +
|
|
4769
|
-
"sB\024\n\022_password_requiredB\033\n\031_password_cha" +
|
|
4770
|
-
"ngeable_dateB\010\n\006_emailB\017\n\r_display_nameB" +
|
|
4771
|
-
"\r\n\013_given_nameB\n\n\010_surnameB\014\n\n_telephone" +
|
|
4772
|
-
"B\r\n\013_fac_simileB\t\n\007_mobileB\021\n\017_street_ad" +
|
|
4773
|
-
"dressB\007\n\005_cityB\n\n\010_countryB\r\n\013_departmen" +
|
|
4774
|
-
"tB\027\n\025_delivery_office_nameB\027\n\025_country_a" +
|
|
4775
|
-
"bbreviationB\016\n\014_postal_codeB\017\n\r_country_" +
|
|
4776
|
-
"codeB\021\n\017_principal_nameB\010\n\006_titleB\013\n\t_di" +
|
|
4777
|
-
"visionB\007\n\005_infoB\r\n\013_home_phoneB\010\n\006_pager" +
|
|
4778
|
-
"B\013\n\t_ip_phoneB\014\n\n_home_pageB\022\n\020_post_off" +
|
|
4779
|
-
"ice_boxB\010\n\006_stateB\017\n\r_profile_pathB\016\n\014_s" +
|
|
4780
|
-
"cript_pathB\021\n\017_home_directoryB\022\n\020_thumbn" +
|
|
4781
|
-
"ail_photoB\016\n\014_employee_idB\022\n\020_employee_n" +
|
|
4782
|
-
"umberB\020\n\016_employee_typeB\013\n\t_initialsB\016\n\014" +
|
|
4783
|
-
"_middle_nameB\024\n\022_primary_group_oidB\016\n\014_m" +
|
|
4784
|
-
"anager_oid\"9\n\014DirectReport\022\023\n\013ad_user_ke" +
|
|
4785
|
-
"y\030\001 \001(\t\022\024\n\014display_name\030\002 \001(\t\"\344\004\n\024Active" +
|
|
4786
|
-
"DirectoryGroup\022G\n\tad_object\030\001 \001(\01324.com." +
|
|
4787
|
-
"lansweeper.dp.outbound.v1.ActiveDirector" +
|
|
4788
|
-
"yObject\022L\n\tad_domain\030\r \001(\01324.com.lanswee" +
|
|
4789
|
-
"per.dp.outbound.v1.ActiveDirectoryDomain" +
|
|
4790
|
-
"H\000\210\001\001\022\035\n\020sam_account_name\030\002 \001(\tH\001\210\001\001\022\017\n\002" +
|
|
4791
|
-
"cn\030\003 \001(\tH\002\210\001\001\022\017\n\002ou\030\004 \001(\tH\003\210\001\001\022\030\n\013descri" +
|
|
4792
|
-
"ption\030\005 \001(\tH\004\210\001\001\022\024\n\007comment\030\006 \001(\tH\005\210\001\001\022=" +
|
|
4793
|
-
"\n\004type\030\014 \001(\0132*.com.lansweeper.dp.outboun" +
|
|
4794
|
-
"d.v1.MappedValueH\006\210\001\001\022\022\n\005email\030\010 \001(\tH\007\210\001" +
|
|
4795
|
-
"\001\022 \n\023managed_by_user_oid\030\t \001(\tH\010\210\001\001\022!\n\024m" +
|
|
4796
|
-
"anaged_by_group_oid\030\n \001(\tH\t\210\001\001\022\025\n\rmember",
|
|
4797
|
-
"_of_oid\030\013 \003(\tB\014\n\n_ad_domainB\023\n\021_sam_acco" +
|
|
4798
|
-
"unt_nameB\005\n\003_cnB\005\n\003_ouB\016\n\014_descriptionB\n" +
|
|
4799
|
-
"\n\010_commentB\007\n\005_typeB\010\n\006_emailB\026\n\024_manage" +
|
|
4800
|
-
"d_by_user_oidB\027\n\025_managed_by_group_oidJ\004" +
|
|
4801
|
-
"\010\007\020\010\"\370\001\n\006Vmware\022C\n\004esxi\030\002 \001(\01323.com.lans" +
|
|
4802
|
-
"weeper.dp.outbound.v1.VmwareEsxiHypervis" +
|
|
4803
|
-
"orH\000\022D\n\010guest_vm\030\003 \001(\01320.com.lansweeper." +
|
|
4804
|
-
"dp.outbound.v1.VmwareEsxiGuestVmH\000\022B\n\007vc" +
|
|
4805
|
-
"enter\030\004 \001(\0132,.com.lansweeper.dp.outbound" +
|
|
4806
|
-
".v1.VmwareVCenterH\001\210\001\001B\r\n\013vmware_dataB\n\n" +
|
|
4807
|
-
"\010_vcenterJ\004\010\001\020\002\"\274\002\n\rVmwareVCenter\022K\n\014pro" +
|
|
4784
|
+
"ound.v1.ActiveDirectoryObject\022!\n\024minimum" +
|
|
4785
|
+
"_password_age\030\002 \001(\005H\000\210\001\001\022!\n\024maximum_pass" +
|
|
4786
|
+
"word_age\030\003 \001(\005H\001\210\001\001B\027\n\025_minimum_password" +
|
|
4787
|
+
"_ageB\027\n\025_maximum_password_age\"\314\026\n\023Active" +
|
|
4788
|
+
"DirectoryUser\022G\n\tad_object\030\001 \001(\01324.com.l" +
|
|
4789
|
+
"answeeper.dp.outbound.v1.ActiveDirectory" +
|
|
4790
|
+
"Object\022L\n\tad_domain\030; \001(\01324.com.lansweep" +
|
|
4791
|
+
"er.dp.outbound.v1.ActiveDirectoryDomainH" +
|
|
4792
|
+
"\000\210\001\001\022\035\n\020sam_account_name\030\002 \001(\tH\001\210\001\001\022\017\n\002c" +
|
|
4793
|
+
"n\030\003 \001(\tH\002\210\001\001\022\017\n\002ou\030\004 \001(\tH\003\210\001\001\022\023\n\006domain\030" +
|
|
4794
|
+
": \001(\tH\004\210\001\001\022\030\n\013description\030\005 \001(\tH\005\210\001\001\022\024\n\007" +
|
|
4795
|
+
"comment\030\006 \001(\tH\006\210\001\001\022\024\n\007company\030\007 \001(\tH\007\210\001\001" +
|
|
4796
|
+
"\022\035\n\020primary_group_id\030\010 \001(\005H\010\210\001\001\022\024\n\007enabl" +
|
|
4797
|
+
"ed\030\t \001(\010H\t\210\001\001\022!\n\024user_account_control\030\n " +
|
|
4798
|
+
"\001(\005H\n\210\001\001\0228\n\017account_expires\030\013 \001(\0132\032.goog" +
|
|
4799
|
+
"le.protobuf.TimestampH\013\210\001\001\0225\n\014lockout_ti" +
|
|
4800
|
+
"me\030\014 \001(\0132\032.google.protobuf.TimestampH\014\210\001" +
|
|
4801
|
+
"\001\022:\n\021password_last_set\030\r \001(\0132\032.google.pr" +
|
|
4802
|
+
"otobuf.TimestampH\r\210\001\001\0223\n\nlast_logon\030\016 \001(" +
|
|
4803
|
+
"\0132\032.google.protobuf.TimestampH\016\210\001\001\0225\n\014lo" +
|
|
4804
|
+
"ckout_date\030\017 \001(\0132\032.google.protobuf.Times" +
|
|
4805
|
+
"tampH\017\210\001\001\022%\n\030can_user_change_password\030\020 " +
|
|
4806
|
+
"\001(\010H\020\210\001\001\022A\n\030password_expiration_date\030\021 \001" +
|
|
4807
|
+
"(\0132\032.google.protobuf.TimestampH\021\210\001\001\022#\n\026p" +
|
|
4808
|
+
"assword_never_expires\030\022 \001(\010H\022\210\001\001\022\036\n\021pass" +
|
|
4809
|
+
"word_required\030\023 \001(\010H\023\210\001\001\022A\n\030password_cha" +
|
|
4810
|
+
"ngeable_date\030\024 \001(\0132\032.google.protobuf.Tim" +
|
|
4811
|
+
"estampH\024\210\001\001\022\022\n\005email\030\025 \001(\tH\025\210\001\001\022\031\n\014displ",
|
|
4812
|
+
"ay_name\030\026 \001(\tH\026\210\001\001\022\027\n\ngiven_name\030\027 \001(\tH\027" +
|
|
4813
|
+
"\210\001\001\022\024\n\007surname\030\030 \001(\tH\030\210\001\001\022\026\n\ttelephone\030\031" +
|
|
4814
|
+
" \001(\tH\031\210\001\001\022\027\n\nfac_simile\030\032 \001(\tH\032\210\001\001\022\023\n\006mo" +
|
|
4815
|
+
"bile\030\033 \001(\tH\033\210\001\001\022\033\n\016street_address\030\034 \001(\tH" +
|
|
4816
|
+
"\034\210\001\001\022\021\n\004city\030\035 \001(\tH\035\210\001\001\022\024\n\007country\030\036 \001(\t" +
|
|
4817
|
+
"H\036\210\001\001\022\027\n\ndepartment\030\037 \001(\tH\037\210\001\001\022!\n\024delive" +
|
|
4818
|
+
"ry_office_name\030 \001(\tH \210\001\001\022!\n\024country_abb" +
|
|
4819
|
+
"reviation\030! \001(\tH!\210\001\001\022\030\n\013postal_code\030\" \001(" +
|
|
4820
|
+
"\tH\"\210\001\001\022\031\n\014country_code\030# \001(\tH#\210\001\001\022\033\n\016pri" +
|
|
4821
|
+
"ncipal_name\030$ \001(\tH$\210\001\001\022\022\n\005title\030% \001(\tH%\210" +
|
|
4822
|
+
"\001\001\022\025\n\010division\030& \001(\tH&\210\001\001\022\021\n\004info\030\' \001(\tH" +
|
|
4823
|
+
"\'\210\001\001\022\027\n\nhome_phone\030( \001(\tH(\210\001\001\022\022\n\005pager\030)" +
|
|
4824
|
+
" \001(\tH)\210\001\001\022\025\n\010ip_phone\030* \001(\tH*\210\001\001\022\026\n\thome" +
|
|
4825
|
+
"_page\030+ \001(\tH+\210\001\001\022\034\n\017post_office_box\030, \001(" +
|
|
4826
|
+
"\tH,\210\001\001\022\022\n\005state\030- \001(\tH-\210\001\001\022\031\n\014profile_pa" +
|
|
4827
|
+
"th\030. \001(\tH.\210\001\001\022\030\n\013script_path\030/ \001(\tH/\210\001\001\022" +
|
|
4828
|
+
"\033\n\016home_directory\0300 \001(\tH0\210\001\001\022\034\n\017thumbnai" +
|
|
4829
|
+
"l_photo\0301 \001(\014H1\210\001\001\022\030\n\013employee_id\0302 \001(\tH" +
|
|
4830
|
+
"2\210\001\001\022\034\n\017employee_number\0303 \001(\tH3\210\001\001\022\032\n\rem" +
|
|
4831
|
+
"ployee_type\0304 \001(\tH4\210\001\001\022\025\n\010initials\0305 \001(\t" +
|
|
4832
|
+
"H5\210\001\001\022\030\n\013middle_name\0306 \001(\tH6\210\001\001\022\036\n\021prima" +
|
|
4833
|
+
"ry_group_oid\0307 \001(\tH7\210\001\001\022\030\n\013manager_oid\0308" +
|
|
4834
|
+
" \001(\tH8\210\001\001\022\025\n\rmember_of_oid\0309 \003(\t\022C\n\016dire" +
|
|
4835
|
+
"ct_reports\030< \003(\0132+.com.lansweeper.dp.out" +
|
|
4836
|
+
"bound.v1.DirectReportB\014\n\n_ad_domainB\023\n\021_" +
|
|
4837
|
+
"sam_account_nameB\005\n\003_cnB\005\n\003_ouB\t\n\007_domai" +
|
|
4838
|
+
"nB\016\n\014_descriptionB\n\n\010_commentB\n\n\010_compan" +
|
|
4839
|
+
"yB\023\n\021_primary_group_idB\n\n\010_enabledB\027\n\025_u" +
|
|
4840
|
+
"ser_account_controlB\022\n\020_account_expiresB" +
|
|
4841
|
+
"\017\n\r_lockout_timeB\024\n\022_password_last_setB\r" +
|
|
4842
|
+
"\n\013_last_logonB\017\n\r_lockout_dateB\033\n\031_can_u" +
|
|
4843
|
+
"ser_change_passwordB\033\n\031_password_expirat" +
|
|
4844
|
+
"ion_dateB\031\n\027_password_never_expiresB\024\n\022_" +
|
|
4845
|
+
"password_requiredB\033\n\031_password_changeabl" +
|
|
4846
|
+
"e_dateB\010\n\006_emailB\017\n\r_display_nameB\r\n\013_gi" +
|
|
4847
|
+
"ven_nameB\n\n\010_surnameB\014\n\n_telephoneB\r\n\013_f" +
|
|
4848
|
+
"ac_simileB\t\n\007_mobileB\021\n\017_street_addressB" +
|
|
4849
|
+
"\007\n\005_cityB\n\n\010_countryB\r\n\013_departmentB\027\n\025_" +
|
|
4850
|
+
"delivery_office_nameB\027\n\025_country_abbrevi" +
|
|
4851
|
+
"ationB\016\n\014_postal_codeB\017\n\r_country_codeB\021" +
|
|
4852
|
+
"\n\017_principal_nameB\010\n\006_titleB\013\n\t_division" +
|
|
4853
|
+
"B\007\n\005_infoB\r\n\013_home_phoneB\010\n\006_pagerB\013\n\t_i" +
|
|
4854
|
+
"p_phoneB\014\n\n_home_pageB\022\n\020_post_office_bo" +
|
|
4855
|
+
"xB\010\n\006_stateB\017\n\r_profile_pathB\016\n\014_script_" +
|
|
4856
|
+
"pathB\021\n\017_home_directoryB\022\n\020_thumbnail_ph" +
|
|
4857
|
+
"otoB\016\n\014_employee_idB\022\n\020_employee_numberB" +
|
|
4858
|
+
"\020\n\016_employee_typeB\013\n\t_initialsB\016\n\014_middl" +
|
|
4859
|
+
"e_nameB\024\n\022_primary_group_oidB\016\n\014_manager" +
|
|
4860
|
+
"_oid\"9\n\014DirectReport\022\023\n\013ad_user_key\030\001 \001(" +
|
|
4861
|
+
"\t\022\024\n\014display_name\030\002 \001(\t\"\344\004\n\024ActiveDirect" +
|
|
4862
|
+
"oryGroup\022G\n\tad_object\030\001 \001(\01324.com.lanswe" +
|
|
4863
|
+
"eper.dp.outbound.v1.ActiveDirectoryObjec" +
|
|
4864
|
+
"t\022L\n\tad_domain\030\r \001(\01324.com.lansweeper.dp" +
|
|
4865
|
+
".outbound.v1.ActiveDirectoryDomainH\000\210\001\001\022" +
|
|
4866
|
+
"\035\n\020sam_account_name\030\002 \001(\tH\001\210\001\001\022\017\n\002cn\030\003 \001" +
|
|
4867
|
+
"(\tH\002\210\001\001\022\017\n\002ou\030\004 \001(\tH\003\210\001\001\022\030\n\013description\030" +
|
|
4868
|
+
"\005 \001(\tH\004\210\001\001\022\024\n\007comment\030\006 \001(\tH\005\210\001\001\022=\n\004type" +
|
|
4869
|
+
"\030\014 \001(\0132*.com.lansweeper.dp.outbound.v1.M" +
|
|
4870
|
+
"appedValueH\006\210\001\001\022\022\n\005email\030\010 \001(\tH\007\210\001\001\022 \n\023m" +
|
|
4871
|
+
"anaged_by_user_oid\030\t \001(\tH\010\210\001\001\022!\n\024managed" +
|
|
4872
|
+
"_by_group_oid\030\n \001(\tH\t\210\001\001\022\025\n\rmember_of_oi" +
|
|
4873
|
+
"d\030\013 \003(\tB\014\n\n_ad_domainB\023\n\021_sam_account_na" +
|
|
4874
|
+
"meB\005\n\003_cnB\005\n\003_ouB\016\n\014_descriptionB\n\n\010_com" +
|
|
4875
|
+
"mentB\007\n\005_typeB\010\n\006_emailB\026\n\024_managed_by_u" +
|
|
4876
|
+
"ser_oidB\027\n\025_managed_by_group_oidJ\004\010\007\020\010\"\370" +
|
|
4877
|
+
"\001\n\006Vmware\022C\n\004esxi\030\002 \001(\01323.com.lansweeper" +
|
|
4878
|
+
".dp.outbound.v1.VmwareEsxiHypervisorH\000\022D" +
|
|
4879
|
+
"\n\010guest_vm\030\003 \001(\01320.com.lansweeper.dp.out" +
|
|
4880
|
+
"bound.v1.VmwareEsxiGuestVmH\000\022B\n\007vcenter\030" +
|
|
4881
|
+
"\004 \001(\0132,.com.lansweeper.dp.outbound.v1.Vm" +
|
|
4882
|
+
"wareVCenterH\001\210\001\001B\r\n\013vmware_dataB\n\n\010_vcen" +
|
|
4883
|
+
"terJ\004\010\001\020\002\"\274\002\n\rVmwareVCenter\022K\n\014product_i" +
|
|
4884
|
+
"nfo\030\001 \001(\01320.com.lansweeper.dp.outbound.v" +
|
|
4885
|
+
"1.VmwareProductInfoH\000\210\001\001\022a\n\023vcenter_data" +
|
|
4886
|
+
"centers\030\002 \003(\0132D.com.lansweeper.dp.outbou" +
|
|
4887
|
+
"nd.v1.VmwareVCenter.VcenterDatacentersEn" +
|
|
4888
|
+
"try\032j\n\027VcenterDatacentersEntry\022\013\n\003key\030\001 " +
|
|
4889
|
+
"\001(\t\022>\n\005value\030\002 \001(\0132/.com.lansweeper.dp.o" +
|
|
4890
|
+
"utbound.v1.VmwareDatacenter:\0028\001B\017\n\r_prod" +
|
|
4891
|
+
"uct_info\"\236\014\n\024VmwareEsxiHypervisor\022K\n\014pro" +
|
|
4808
4892
|
"duct_info\030\001 \001(\01320.com.lansweeper.dp.outb" +
|
|
4809
|
-
"ound.v1.VmwareProductInfoH\000\210\001\001\
|
|
4810
|
-
"
|
|
4811
|
-
"
|
|
4812
|
-
"
|
|
4813
|
-
"
|
|
4814
|
-
"
|
|
4815
|
-
"\
|
|
4816
|
-
"
|
|
4817
|
-
"
|
|
4818
|
-
"
|
|
4819
|
-
"
|
|
4820
|
-
"
|
|
4821
|
-
"
|
|
4822
|
-
"
|
|
4823
|
-
"
|
|
4824
|
-
"
|
|
4825
|
-
"
|
|
4826
|
-
"\
|
|
4827
|
-
"\n\
|
|
4828
|
-
"\
|
|
4829
|
-
"
|
|
4830
|
-
"
|
|
4831
|
-
"
|
|
4832
|
-
"
|
|
4833
|
-
"enter_id\030\016 \001(\tH\014\210\001\001\022\031\n\014internal_key\030\017 \001(" +
|
|
4834
|
-
"\tH\r\210\001\001\022\033\n\016admin_disabled\030\020 \001(\010H\016\210\001\001\022\027\n\ni" +
|
|
4835
|
-
"p_address\030\022 \001(\tH\017\210\001\001\022\021\n\004port\030\023 \001(\rH\020\210\001\001\022" +
|
|
4836
|
-
"\033\n\016ssl_thumbprint\030\024 \001(\tH\021\210\001\001\022!\n\024manageme" +
|
|
4837
|
-
"nt_server_ip\030\025 \001(\tH\022\210\001\001\022\024\n\007num_cpu\030\026 \001(\r" +
|
|
4838
|
-
"H\023\210\001\001\022!\n\024num_cores_per_socket\030\027 \001(\rH\024\210\001\001" +
|
|
4839
|
-
"\022\024\n\007version\030\030 \001(\tH\025\210\001\001\022\030\n\013memory_size\030\031 " +
|
|
4840
|
-
"\001(\004H\026\210\001\001\032o\n\035EsxiHypervisorDatastoresEntr" +
|
|
4841
|
-
"y\022\013\n\003key\030\001 \001(\t\022=\n\005value\030\002 \001(\0132..com.lans" +
|
|
4842
|
-
"weeper.dp.outbound.v1.VmwareDatastore:\0028" +
|
|
4843
|
-
"\001\0325\n\023EsxiGuestVmKeyEntry\022\013\n\003key\030\001 \001(\t\022\r\n" +
|
|
4844
|
-
"\005value\030\002 \001(\010:\0028\001B\017\n\r_product_infoB\024\n\022_vc" +
|
|
4845
|
-
"enter_asset_keyB\031\n\027_vmware_esxi_cluster_" +
|
|
4846
|
-
"idB\n\n\010_up_timeB\014\n\n_boot_timeB!\n\037_host_ma" +
|
|
4847
|
-
"x_virtual_disk_capacityB\023\n\021_num_cpu_pack" +
|
|
4848
|
-
"agesB\013\n\t_num_nicsB\013\n\t_num_hbasB\007\n\005_uuidB" +
|
|
4849
|
-
"\023\n\021_connection_stateB\016\n\014_power_stateB\020\n\016" +
|
|
4850
|
-
"_datacenter_idB\017\n\r_internal_keyB\021\n\017_admi" +
|
|
4851
|
-
"n_disabledB\r\n\013_ip_addressB\007\n\005_portB\021\n\017_s" +
|
|
4852
|
-
"sl_thumbprintB\027\n\025_management_server_ipB\n" +
|
|
4853
|
-
"\n\010_num_cpuB\027\n\025_num_cores_per_socketB\n\n\010_" +
|
|
4854
|
-
"versionB\016\n\014_memory_size\"\262\t\n\021VmwareEsxiGu" +
|
|
4855
|
-
"estVm\022!\n\031esxi_hypervisor_asset_key\030\001 \001(\t" +
|
|
4856
|
-
"\022\024\n\014internal_key\030\024 \001(\t\022f\n\024esxi_guest_sna" +
|
|
4857
|
-
"pshots\030\002 \003(\0132H.com.lansweeper.dp.outboun" +
|
|
4858
|
-
"d.v1.VmwareEsxiGuestVm.EsxiGuestSnapshot" +
|
|
4859
|
-
"sEntry\022\025\n\010guest_id\030\003 \001(\tH\000\210\001\001\022\034\n\017guest_f" +
|
|
4860
|
-
"ull_name\030\004 \001(\tH\001\210\001\001\022\024\n\007version\030\005 \001(\tH\002\210\001" +
|
|
4861
|
-
"\001\022\021\n\004uuid\030\006 \001(\tH\003\210\001\001\022\032\n\rinstance_uuid\030\007 " +
|
|
4862
|
-
"\001(\tH\004\210\001\001\022\035\n\020unshared_storage\030\010 \001(\004H\005\210\001\001\022" +
|
|
4863
|
-
"\032\n\rrunning_state\030\t \001(\tH\006\210\001\001\022\032\n\rtools_ver" +
|
|
4864
|
-
"sion\030\n \001(\tH\007\210\001\001\022\031\n\014tools_status\030\013 \001(\tH\010\210" +
|
|
4865
|
-
"\001\001\022!\n\024tools_running_status\030\014 \001(\tH\t\210\001\001\022!\n" +
|
|
4866
|
-
"\024tools_version_status\030\r \001(\tH\n\210\001\001\022\024\n\007num_" +
|
|
4867
|
-
"cpu\030\016 \001(\rH\013\210\001\001\022\037\n\022num_ethernet_cards\030\017 \001" +
|
|
4868
|
-
"(\rH\014\210\001\001\022\036\n\021num_virtual_disks\030\020 \001(\rH\r\210\001\001\022" +
|
|
4869
|
-
"2\n\tboot_time\030\021 \001(\0132\032.google.protobuf.Tim" +
|
|
4870
|
-
"estampH\016\210\001\001\022\030\n\013domain_name\030\022 \001(\tH\017\210\001\001\022\030\n" +
|
|
4871
|
-
"\013config_name\030\023 \001(\tH\020\210\001\001\022\033\n\016memory_size_m" +
|
|
4872
|
-
"b\030\025 \001(\001H\021\210\001\001\022\'\n\032vcenter_instance_referen" +
|
|
4873
|
-
"ce\030\026 \001(\tH\022\210\001\001\032h\n\027EsxiGuestSnapshotsEntry" +
|
|
4874
|
-
"\022\013\n\003key\030\001 \001(\t\022<\n\005value\030\002 \001(\0132-.com.lansw" +
|
|
4875
|
-
"eeper.dp.outbound.v1.VmwareSnapshot:\0028\001B" +
|
|
4876
|
-
"\013\n\t_guest_idB\022\n\020_guest_full_nameB\n\n\010_ver" +
|
|
4877
|
-
"sionB\007\n\005_uuidB\020\n\016_instance_uuidB\023\n\021_unsh" +
|
|
4878
|
-
"ared_storageB\020\n\016_running_stateB\020\n\016_tools" +
|
|
4879
|
-
"_versionB\017\n\r_tools_statusB\027\n\025_tools_runn" +
|
|
4880
|
-
"ing_statusB\027\n\025_tools_version_statusB\n\n\010_" +
|
|
4881
|
-
"num_cpuB\025\n\023_num_ethernet_cardsB\024\n\022_num_v" +
|
|
4882
|
-
"irtual_disksB\014\n\n_boot_timeB\016\n\014_domain_na" +
|
|
4883
|
-
"meB\016\n\014_config_nameB\021\n\017_memory_size_mbB\035\n" +
|
|
4884
|
-
"\033_vcenter_instance_reference\"\363\005\n\021VmwareP" +
|
|
4885
|
-
"roductInfo\022\024\n\014internal_key\030\001 \001(\t\022\021\n\004uuid" +
|
|
4886
|
-
"\030\002 \001(\tH\000\210\001\001\022\032\n\rparent_folder\030\003 \001(\tH\001\210\001\001\022" +
|
|
4887
|
-
"\"\n\025num_host_bus_adapters\030\004 \001(\rH\002\210\001\001\022(\n\033n" +
|
|
4888
|
-
"um_network_interface_cards\030\005 \001(\rH\003\210\001\001\022\021\n" +
|
|
4889
|
-
"\004name\030\006 \001(\tH\004\210\001\001\022\025\n\010api_type\030\007 \001(\tH\005\210\001\001\022" +
|
|
4890
|
-
"\030\n\013api_version\030\010 \001(\tH\006\210\001\001\022\022\n\005build\030\t \001(\t" +
|
|
4891
|
-
"H\007\210\001\001\022!\n\024license_product_name\030\n \001(\tH\010\210\001\001" +
|
|
4892
|
-
"\022$\n\027license_product_version\030\013 \001(\tH\t\210\001\001\022\031" +
|
|
4893
|
-
"\n\014locale_build\030\014 \001(\tH\n\210\001\001\022\033\n\016locale_vers" +
|
|
4894
|
-
"ion\030\r \001(\tH\013\210\001\001\022\024\n\007os_type\030\016 \001(\tH\014\210\001\001\022\034\n\017" +
|
|
4895
|
-
"product_line_id\030\017 \001(\tH\r\210\001\001\022\023\n\006vendor\030\020 \001" +
|
|
4896
|
-
"(\tH\016\210\001\001\022\024\n\007version\030\021 \001(\tH\017\210\001\001B\007\n\005_uuidB\020" +
|
|
4897
|
-
"\n\016_parent_folderB\030\n\026_num_host_bus_adapte" +
|
|
4898
|
-
"rsB\036\n\034_num_network_interface_cardsB\007\n\005_n" +
|
|
4899
|
-
"ameB\013\n\t_api_typeB\016\n\014_api_versionB\010\n\006_bui" +
|
|
4900
|
-
"ldB\027\n\025_license_product_nameB\032\n\030_license_" +
|
|
4901
|
-
"product_versionB\017\n\r_locale_buildB\021\n\017_loc" +
|
|
4902
|
-
"ale_versionB\n\n\010_os_typeB\022\n\020_product_line" +
|
|
4903
|
-
"_idB\t\n\007_vendorB\n\n\010_version\"\263\006\n\020VmwareDat" +
|
|
4904
|
-
"acenter\022\014\n\004uuid\030\001 \001(\t\022\031\n\021vcenter_asset_k" +
|
|
4905
|
-
"ey\030\002 \001(\t\022\024\n\014internal_key\030\003 \001(\t\022\021\n\004name\030\004" +
|
|
4906
|
-
" \001(\tH\000\210\001\001\022O\n\010clusters\030\005 \003(\0132=.com.lanswe" +
|
|
4907
|
-
"eper.dp.outbound.v1.VmwareDatacenter.Clu" +
|
|
4908
|
-
"stersEntry\022U\n\013hypervisors\030\006 \003(\0132@.com.la" +
|
|
4909
|
-
"nsweeper.dp.outbound.v1.VmwareDatacenter" +
|
|
4910
|
-
".HypervisorsEntry\022b\n\022datastore_clusters\030" +
|
|
4911
|
-
"\007 \003(\0132F.com.lansweeper.dp.outbound.v1.Vm" +
|
|
4912
|
-
"wareDatacenter.DatastoreClustersEntry\022S\n" +
|
|
4913
|
-
"\ndatastores\030\010 \003(\0132?.com.lansweeper.dp.ou" +
|
|
4914
|
-
"tbound.v1.VmwareDatacenter.DatastoresEnt" +
|
|
4915
|
-
"ry\032[\n\rClustersEntry\022\013\n\003key\030\001 \001(\t\0229\n\005valu" +
|
|
4916
|
-
"e\030\002 \001(\0132*.com.lansweeper.dp.outbound.v1." +
|
|
4917
|
-
"EsxiCluster:\0028\001\0322\n\020HypervisorsEntry\022\013\n\003k" +
|
|
4918
|
-
"ey\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001\032o\n\026Datastore" +
|
|
4919
|
-
"ClustersEntry\022\013\n\003key\030\001 \001(\t\022D\n\005value\030\002 \001(" +
|
|
4920
|
-
"\01325.com.lansweeper.dp.outbound.v1.Vmware" +
|
|
4921
|
-
"DatastoreCluster:\0028\001\032a\n\017DatastoresEntry\022" +
|
|
4922
|
-
"\013\n\003key\030\001 \001(\t\022=\n\005value\030\002 \001(\0132..com.lanswe" +
|
|
4923
|
-
"eper.dp.outbound.v1.VmwareDatastore:\0028\001B" +
|
|
4924
|
-
"\007\n\005_name\"\364\005\n\013EsxiCluster\022\014\n\004uuid\030\016 \001(\t\022\026" +
|
|
4925
|
-
"\n\016datacenter_key\030\001 \001(\t\022\031\n\021vcenter_asset_" +
|
|
4926
|
-
"key\030\002 \001(\t\022\021\n\004name\030\003 \001(\tH\000\210\001\001\022\035\n\020total_nu" +
|
|
4927
|
-
"mber_cpu\030\004 \001(\rH\001\210\001\001\022\037\n\022total_memory_byte" +
|
|
4928
|
-
"s\030\005 \001(\004H\002\210\001\001\022\037\n\022total_number_cores\030\006 \001(\r" +
|
|
4929
|
-
"H\003\210\001\001\022!\n\024total_number_threads\030\007 \001(\rH\004\210\001\001" +
|
|
4930
|
-
"\022\032\n\reffective_cpu\030\010 \001(\rH\005\210\001\001\022#\n\026effectiv" +
|
|
4931
|
-
"e_memory_bytes\030\t \001(\004H\006\210\001\001\022\030\n\013total_hosts" +
|
|
4932
|
-
"\030\n \001(\rH\007\210\001\001\022\"\n\025total_effective_hosts\030\013 \001" +
|
|
4933
|
-
"(\rH\010\210\001\001\022\023\n\006status\030\014 \001(\tH\t\210\001\001\022P\n\013hypervis" +
|
|
4934
|
-
"ors\030\r \003(\0132;.com.lansweeper.dp.outbound.v" +
|
|
4935
|
-
"1.EsxiCluster.HypervisorsEntry\022\032\n\rparent" +
|
|
4936
|
-
"_folder\030\017 \001(\tH\n\210\001\001\0322\n\020HypervisorsEntry\022\013" +
|
|
4937
|
-
"\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001B\007\n\005_nameB" +
|
|
4938
|
-
"\023\n\021_total_number_cpuB\025\n\023_total_memory_by" +
|
|
4939
|
-
"tesB\025\n\023_total_number_coresB\027\n\025_total_num" +
|
|
4940
|
-
"ber_threadsB\020\n\016_effective_cpuB\031\n\027_effect" +
|
|
4941
|
-
"ive_memory_bytesB\016\n\014_total_hostsB\030\n\026_tot" +
|
|
4942
|
-
"al_effective_hostsB\t\n\007_statusB\020\n\016_parent" +
|
|
4943
|
-
"_folder\"\267\005\n\026VmwareDatastoreCluster\022\026\n\016da" +
|
|
4944
|
-
"tacenter_key\030\001 \001(\t\022\031\n\021vcenter_asset_key\030" +
|
|
4945
|
-
"\002 \001(\t\022\031\n\014internal_key\030\003 \001(\tH\000\210\001\001\022\021\n\004name" +
|
|
4946
|
-
"\030\004 \001(\tH\001\210\001\001\022\025\n\010capacity\030\t \001(\003H\002\210\001\001\022\027\n\nfr" +
|
|
4947
|
-
"ee_space\030\n \001(\003H\003\210\001\001\022Y\n\ndatastores\030\005 \003(\0132" +
|
|
4948
|
-
"E.com.lansweeper.dp.outbound.v1.VmwareDa" +
|
|
4949
|
-
"tastoreCluster.DatastoresEntry\022S\n\013storag" +
|
|
4950
|
-
"e_drs\030\006 \001(\01329.com.lansweeper.dp.outbound" +
|
|
4951
|
-
".v1.DatastoreClusterStorageDrsH\004\210\001\001\022\\\n\023d" +
|
|
4952
|
-
"rs_pod_config_rule\030\007 \003(\0132?.com.lansweepe" +
|
|
4953
|
-
"r.dp.outbound.v1.DatastoreClusterDrsPodC" +
|
|
4954
|
-
"onfigRule\022U\n\017drs_vm_override\030\010 \003(\0132<.com" +
|
|
4955
|
-
".lansweeper.dp.outbound.v1.DatastoreClus" +
|
|
4956
|
-
"terDrsVmOverride\032a\n\017DatastoresEntry\022\013\n\003k" +
|
|
4893
|
+
"ound.v1.VmwareProductInfoH\000\210\001\001\022\036\n\021vcente" +
|
|
4894
|
+
"r_asset_key\030\002 \001(\tH\001\210\001\001\022#\n\026vmware_esxi_cl" +
|
|
4895
|
+
"uster_id\030\032 \001(\tH\002\210\001\001\022u\n\032esxi_hypervisor_d" +
|
|
4896
|
+
"atastores\030\003 \003(\0132Q.com.lansweeper.dp.outb" +
|
|
4897
|
+
"ound.v1.VmwareEsxiHypervisor.EsxiHypervi" +
|
|
4898
|
+
"sorDatastoresEntry\022b\n\021esxi_guest_vm_key\030" +
|
|
4899
|
+
"\004 \003(\0132G.com.lansweeper.dp.outbound.v1.Vm" +
|
|
4900
|
+
"wareEsxiHypervisor.EsxiGuestVmKeyEntry\022\024" +
|
|
4901
|
+
"\n\007up_time\030\005 \001(\004H\003\210\001\001\0222\n\tboot_time\030\021 \001(\0132" +
|
|
4902
|
+
"\032.google.protobuf.TimestampH\004\210\001\001\022+\n\036host" +
|
|
4903
|
+
"_max_virtual_disk_capacity\030\006 \001(\004H\005\210\001\001\022\035\n" +
|
|
4904
|
+
"\020num_cpu_packages\030\007 \001(\rH\006\210\001\001\022!\n\031cpu_pack" +
|
|
4905
|
+
"ages_descriptions\030\010 \003(\t\022\025\n\010num_nics\030\t \001(" +
|
|
4906
|
+
"\rH\007\210\001\001\022\025\n\010num_hbas\030\n \001(\rH\010\210\001\001\022\021\n\004uuid\030\013 " +
|
|
4907
|
+
"\001(\tH\t\210\001\001\022\035\n\020connection_state\030\014 \001(\tH\n\210\001\001\022" +
|
|
4908
|
+
"\030\n\013power_state\030\r \001(\tH\013\210\001\001\022\032\n\rdatacenter_" +
|
|
4909
|
+
"id\030\016 \001(\tH\014\210\001\001\022\031\n\014internal_key\030\017 \001(\tH\r\210\001\001" +
|
|
4910
|
+
"\022\033\n\016admin_disabled\030\020 \001(\010H\016\210\001\001\022\027\n\nip_addr" +
|
|
4911
|
+
"ess\030\022 \001(\tH\017\210\001\001\022\021\n\004port\030\023 \001(\rH\020\210\001\001\022\033\n\016ssl" +
|
|
4912
|
+
"_thumbprint\030\024 \001(\tH\021\210\001\001\022!\n\024management_ser" +
|
|
4913
|
+
"ver_ip\030\025 \001(\tH\022\210\001\001\022\024\n\007num_cpu\030\026 \001(\rH\023\210\001\001\022" +
|
|
4914
|
+
"!\n\024num_cores_per_socket\030\027 \001(\rH\024\210\001\001\022\024\n\007ve" +
|
|
4915
|
+
"rsion\030\030 \001(\tH\025\210\001\001\022\030\n\013memory_size\030\031 \001(\004H\026\210" +
|
|
4916
|
+
"\001\001\032o\n\035EsxiHypervisorDatastoresEntry\022\013\n\003k" +
|
|
4957
4917
|
"ey\030\001 \001(\t\022=\n\005value\030\002 \001(\0132..com.lansweeper" +
|
|
4958
|
-
".dp.outbound.v1.VmwareDatastore:\0028\
|
|
4959
|
-
"
|
|
4960
|
-
"
|
|
4961
|
-
"
|
|
4962
|
-
"
|
|
4963
|
-
"
|
|
4964
|
-
"
|
|
4965
|
-
"
|
|
4966
|
-
"
|
|
4967
|
-
"
|
|
4968
|
-
"
|
|
4969
|
-
"
|
|
4970
|
-
"
|
|
4971
|
-
"
|
|
4972
|
-
"
|
|
4973
|
-
"
|
|
4974
|
-
"
|
|
4975
|
-
"
|
|
4976
|
-
"
|
|
4977
|
-
"\
|
|
4978
|
-
"\
|
|
4979
|
-
"
|
|
4980
|
-
"
|
|
4981
|
-
"
|
|
4982
|
-
"\
|
|
4983
|
-
"
|
|
4984
|
-
"\022\
|
|
4985
|
-
"\
|
|
4986
|
-
"
|
|
4987
|
-
"
|
|
4988
|
-
"
|
|
4989
|
-
"
|
|
4990
|
-
"\
|
|
4991
|
-
"
|
|
4992
|
-
"
|
|
4993
|
-
"
|
|
4994
|
-
"
|
|
4995
|
-
"
|
|
4996
|
-
"
|
|
4997
|
-
"\
|
|
4998
|
-
"
|
|
4999
|
-
"\
|
|
5000
|
-
"
|
|
5001
|
-
"
|
|
5002
|
-
"
|
|
5003
|
-
"
|
|
5004
|
-
"
|
|
5005
|
-
"
|
|
5006
|
-
"
|
|
5007
|
-
"
|
|
5008
|
-
"
|
|
5009
|
-
"
|
|
5010
|
-
"
|
|
5011
|
-
"(\
|
|
5012
|
-
"
|
|
5013
|
-
"\030\
|
|
5014
|
-
"\
|
|
5015
|
-
"
|
|
5016
|
-
"
|
|
5017
|
-
"\
|
|
5018
|
-
"
|
|
5019
|
-
"
|
|
5020
|
-
"
|
|
5021
|
-
"
|
|
5022
|
-
"
|
|
5023
|
-
"
|
|
5024
|
-
"
|
|
5025
|
-
"
|
|
5026
|
-
"\
|
|
5027
|
-
"
|
|
5028
|
-
"
|
|
5029
|
-
"
|
|
5030
|
-
"\
|
|
5031
|
-
"
|
|
5032
|
-
"
|
|
5033
|
-
"
|
|
5034
|
-
"
|
|
5035
|
-
"
|
|
5036
|
-
"
|
|
5037
|
-
"\
|
|
5038
|
-
"
|
|
5039
|
-
"
|
|
5040
|
-
"
|
|
5041
|
-
"
|
|
5042
|
-
"
|
|
5043
|
-
"
|
|
5044
|
-
"
|
|
5045
|
-
"
|
|
5046
|
-
"
|
|
5047
|
-
"\
|
|
5048
|
-
"
|
|
5049
|
-
"
|
|
5050
|
-
"
|
|
5051
|
-
"\
|
|
5052
|
-
"
|
|
5053
|
-
"
|
|
5054
|
-
"\
|
|
5055
|
-
"
|
|
5056
|
-
"
|
|
5057
|
-
"
|
|
5058
|
-
"
|
|
5059
|
-
"
|
|
5060
|
-
"
|
|
5061
|
-
"
|
|
5062
|
-
"\n\
|
|
5063
|
-
"
|
|
5064
|
-
"
|
|
5065
|
-
"
|
|
5066
|
-
"
|
|
5067
|
-
"\
|
|
5068
|
-
"
|
|
5069
|
-
"
|
|
5070
|
-
"
|
|
5071
|
-
"
|
|
5072
|
-
"\
|
|
5073
|
-
"
|
|
5074
|
-
"
|
|
5075
|
-
"\
|
|
5076
|
-
"
|
|
5077
|
-
"
|
|
5078
|
-
"
|
|
5079
|
-
"
|
|
5080
|
-
"\
|
|
5081
|
-
"
|
|
5082
|
-
"\
|
|
5083
|
-
"\
|
|
5084
|
-
"
|
|
5085
|
-
"
|
|
5086
|
-
"\
|
|
5087
|
-
"
|
|
5088
|
-
"
|
|
5089
|
-
"
|
|
5090
|
-
"
|
|
5091
|
-
"\
|
|
5092
|
-
"
|
|
5093
|
-
"\
|
|
5094
|
-
"\
|
|
5095
|
-
"
|
|
5096
|
-
"
|
|
5097
|
-
"
|
|
5098
|
-
"
|
|
5099
|
-
"
|
|
5100
|
-
"
|
|
5101
|
-
"\
|
|
5102
|
-
"
|
|
5103
|
-
"
|
|
5104
|
-
"v1.
|
|
5105
|
-
"\
|
|
5106
|
-
"
|
|
5107
|
-
"
|
|
5108
|
-
"
|
|
5109
|
-
"
|
|
5110
|
-
"
|
|
5111
|
-
"
|
|
5112
|
-
"
|
|
5113
|
-
"
|
|
5114
|
-
"
|
|
5115
|
-
"
|
|
5116
|
-
"\
|
|
5117
|
-
"
|
|
5118
|
-
"
|
|
5119
|
-
"
|
|
5120
|
-
"
|
|
5121
|
-
"\
|
|
5122
|
-
"
|
|
5123
|
-
"
|
|
5124
|
-
"
|
|
5125
|
-
"
|
|
5126
|
-
"
|
|
5127
|
-
"\
|
|
5128
|
-
"
|
|
5129
|
-
"\
|
|
5130
|
-
"
|
|
5131
|
-
"\n\
|
|
5132
|
-
"
|
|
5133
|
-
"\
|
|
5134
|
-
"
|
|
5135
|
-
"
|
|
5136
|
-
"\
|
|
5137
|
-
"\001(\tH\000\210\001\001\022\030\n\013description\030\002 \001(\tH\001
|
|
5138
|
-
"
|
|
5139
|
-
"
|
|
5140
|
-
"
|
|
5141
|
-
"
|
|
5142
|
-
"\n\
|
|
5143
|
-
"
|
|
5144
|
-
"
|
|
5145
|
-
"\
|
|
5146
|
-
"
|
|
5147
|
-
"
|
|
5148
|
-
"
|
|
5149
|
-
"
|
|
5150
|
-
"\
|
|
5151
|
-
"
|
|
5152
|
-
"
|
|
5153
|
-
"
|
|
5154
|
-
"
|
|
5155
|
-
"
|
|
5156
|
-
"
|
|
5157
|
-
"
|
|
5158
|
-
"
|
|
5159
|
-
"
|
|
5160
|
-
"
|
|
5161
|
-
"
|
|
5162
|
-
"
|
|
5163
|
-
"
|
|
5164
|
-
"
|
|
5165
|
-
"
|
|
5166
|
-
"\
|
|
5167
|
-
"
|
|
5168
|
-
"
|
|
5169
|
-
"
|
|
5170
|
-
"
|
|
5171
|
-
"\
|
|
5172
|
-
"
|
|
5173
|
-
"
|
|
5174
|
-
"
|
|
5175
|
-
"
|
|
5176
|
-
"
|
|
5177
|
-
"
|
|
5178
|
-
"\
|
|
5179
|
-
"
|
|
5180
|
-
"
|
|
5181
|
-
"\
|
|
5182
|
-
"(\tH\
|
|
5183
|
-
"
|
|
5184
|
-
"
|
|
5185
|
-
"
|
|
5186
|
-
"
|
|
5187
|
-
"\
|
|
5188
|
-
"\
|
|
5189
|
-
"\
|
|
5190
|
-
"
|
|
5191
|
-
"\001\
|
|
5192
|
-
"\
|
|
5193
|
-
"
|
|
5194
|
-
"
|
|
5195
|
-
"\
|
|
5196
|
-
"\
|
|
5197
|
-
"\n\
|
|
5198
|
-
"
|
|
5199
|
-
"
|
|
5200
|
-
"
|
|
5201
|
-
"
|
|
5202
|
-
"
|
|
5203
|
-
"
|
|
5204
|
-
"(\tH\
|
|
5205
|
-
"
|
|
5206
|
-
"\022\
|
|
5207
|
-
"
|
|
5208
|
-
"
|
|
5209
|
-
"\001(\
|
|
5210
|
-
"\
|
|
5211
|
-
"\
|
|
5212
|
-
"
|
|
5213
|
-
"
|
|
5214
|
-
"
|
|
5215
|
-
"\
|
|
5216
|
-
"
|
|
5217
|
-
"
|
|
5218
|
-
"
|
|
5219
|
-
"
|
|
5220
|
-
"
|
|
5221
|
-
"
|
|
5222
|
-
"
|
|
5223
|
-
"
|
|
5224
|
-
"
|
|
5225
|
-
"\030\
|
|
5226
|
-
"
|
|
5227
|
-
"\n\
|
|
5228
|
-
"
|
|
5229
|
-
"
|
|
5230
|
-
"
|
|
5231
|
-
"\
|
|
5232
|
-
"
|
|
5233
|
-
"
|
|
5234
|
-
"
|
|
5235
|
-
"
|
|
5236
|
-
"
|
|
5237
|
-
"
|
|
5238
|
-
"
|
|
5239
|
-
"
|
|
5240
|
-
"\
|
|
5241
|
-
"\
|
|
5242
|
-
"
|
|
5243
|
-
"
|
|
5244
|
-
"
|
|
5245
|
-
"\
|
|
5246
|
-
"\
|
|
5247
|
-
"\
|
|
5248
|
-
"
|
|
5249
|
-
"
|
|
5250
|
-
"
|
|
5251
|
-
"\
|
|
5252
|
-
"\
|
|
5253
|
-
"\001\001\022\
|
|
5254
|
-
"
|
|
5255
|
-
"
|
|
5256
|
-
"
|
|
5257
|
-
"\001\
|
|
5258
|
-
"\001(\
|
|
5259
|
-
"
|
|
5260
|
-
"
|
|
5261
|
-
"
|
|
5262
|
-
"\
|
|
5263
|
-
"
|
|
5264
|
-
"
|
|
5265
|
-
"
|
|
5266
|
-
"
|
|
5267
|
-
"
|
|
5268
|
-
"
|
|
5269
|
-
"
|
|
5270
|
-
"\
|
|
5271
|
-
"\
|
|
5272
|
-
"\
|
|
5273
|
-
"\210\001\001\
|
|
5274
|
-
"
|
|
5275
|
-
"\
|
|
5276
|
-
"\
|
|
5277
|
-
"\
|
|
5278
|
-
"\n\
|
|
5279
|
-
"\
|
|
5280
|
-
"
|
|
5281
|
-
"
|
|
5282
|
-
"\
|
|
5283
|
-
"
|
|
5284
|
-
"\
|
|
5285
|
-
"\001(\
|
|
5286
|
-
"
|
|
5287
|
-
"(\tH\
|
|
5288
|
-
"\
|
|
5289
|
-
"\
|
|
5290
|
-
"
|
|
5291
|
-
"\
|
|
5292
|
-
"
|
|
5293
|
-
"
|
|
5294
|
-
"
|
|
5295
|
-
"\n\
|
|
5296
|
-
"
|
|
5297
|
-
"
|
|
5298
|
-
"
|
|
5299
|
-
"
|
|
5300
|
-
"
|
|
5301
|
-
"\
|
|
5302
|
-
"\
|
|
5303
|
-
" \001(\
|
|
5304
|
-
"
|
|
5305
|
-
"
|
|
5306
|
-
"\
|
|
5307
|
-
"\
|
|
5308
|
-
"\
|
|
5309
|
-
"
|
|
5310
|
-
"
|
|
5311
|
-
"
|
|
5312
|
-
"
|
|
5313
|
-
"
|
|
5314
|
-
"
|
|
5315
|
-
"
|
|
5316
|
-
"
|
|
5317
|
-
"
|
|
5318
|
-
"
|
|
5319
|
-
"\
|
|
5320
|
-
"
|
|
5321
|
-
"\
|
|
5322
|
-
"\
|
|
5323
|
-
"\
|
|
5324
|
-
"
|
|
5325
|
-
"
|
|
5326
|
-
"
|
|
5327
|
-
"
|
|
5328
|
-
" \
|
|
5329
|
-
"
|
|
5330
|
-
"
|
|
5331
|
-
"
|
|
5332
|
-
"
|
|
5333
|
-
"
|
|
5334
|
-
"
|
|
5335
|
-
"\
|
|
5336
|
-
"
|
|
5337
|
-
"\030
|
|
5338
|
-
"
|
|
5339
|
-
"
|
|
5340
|
-
"
|
|
5341
|
-
"\
|
|
5342
|
-
".
|
|
5343
|
-
"\
|
|
5344
|
-
"
|
|
5345
|
-
"
|
|
5346
|
-
"
|
|
5347
|
-
"
|
|
5348
|
-
"
|
|
5349
|
-
"
|
|
5350
|
-
"
|
|
5351
|
-
"
|
|
5352
|
-
"
|
|
5353
|
-
"
|
|
5354
|
-
"
|
|
5355
|
-
"
|
|
5356
|
-
"
|
|
5357
|
-
"\
|
|
5358
|
-
"\
|
|
5359
|
-
"
|
|
5360
|
-
"
|
|
5361
|
-
"
|
|
5362
|
-
"
|
|
5363
|
-
"
|
|
5364
|
-
"
|
|
5365
|
-
"
|
|
5366
|
-
"
|
|
5367
|
-
"
|
|
5368
|
-
"
|
|
5369
|
-
"\
|
|
5370
|
-
"
|
|
5371
|
-
"
|
|
5372
|
-
"
|
|
5373
|
-
"
|
|
5374
|
-
"
|
|
5375
|
-
"
|
|
5376
|
-
"\
|
|
5377
|
-
"
|
|
5378
|
-
"
|
|
5379
|
-
"
|
|
5380
|
-
"
|
|
5381
|
-
"
|
|
5382
|
-
"\n\
|
|
5383
|
-
"
|
|
5384
|
-
"
|
|
5385
|
-
"
|
|
5386
|
-
"
|
|
5387
|
-
"
|
|
5388
|
-
"\210\001\001\022\
|
|
5389
|
-
"
|
|
5390
|
-
"
|
|
5391
|
-
"
|
|
5392
|
-
"
|
|
5393
|
-
"
|
|
5394
|
-
"
|
|
5395
|
-
"
|
|
5396
|
-
"
|
|
5397
|
-
"
|
|
5398
|
-
"
|
|
5399
|
-
"
|
|
5400
|
-
"
|
|
5401
|
-
"
|
|
5402
|
-
"
|
|
5403
|
-
"\
|
|
5404
|
-
"\
|
|
5405
|
-
"
|
|
5406
|
-
"\
|
|
5407
|
-
"
|
|
5408
|
-
"
|
|
5409
|
-
"
|
|
5410
|
-
"\
|
|
5411
|
-
"\
|
|
5412
|
-
"\
|
|
5413
|
-
"\n\
|
|
5414
|
-
"
|
|
5415
|
-
"
|
|
5416
|
-
"
|
|
5417
|
-
"
|
|
5418
|
-
"
|
|
5419
|
-
"
|
|
5420
|
-
"
|
|
5421
|
-
"
|
|
5422
|
-
"\
|
|
5423
|
-
"
|
|
5424
|
-
"
|
|
5425
|
-
"\
|
|
5426
|
-
"
|
|
5427
|
-
"\
|
|
5428
|
-
"\
|
|
5429
|
-
"
|
|
5430
|
-
"
|
|
5431
|
-
"
|
|
5432
|
-
"
|
|
5433
|
-
"\
|
|
5434
|
-
"
|
|
5435
|
-
"\
|
|
5436
|
-
"\n\
|
|
5437
|
-
"\
|
|
5438
|
-
"
|
|
5439
|
-
"\
|
|
5440
|
-
"\
|
|
5441
|
-
"
|
|
5442
|
-
"
|
|
5443
|
-
"\
|
|
5444
|
-
"
|
|
5445
|
-
"
|
|
5446
|
-
"\
|
|
5447
|
-
"\023\n\
|
|
5448
|
-
"
|
|
5449
|
-
"
|
|
5450
|
-
"\
|
|
5451
|
-
"
|
|
5452
|
-
"\030\n\013postal_code\030\
|
|
5453
|
-
"
|
|
5454
|
-
"
|
|
5455
|
-
"
|
|
5456
|
-
"
|
|
5457
|
-
"\
|
|
5458
|
-
"\
|
|
5459
|
-
"
|
|
5460
|
-
"\
|
|
5461
|
-
"
|
|
5462
|
-
"
|
|
5463
|
-
"
|
|
5464
|
-
"
|
|
5465
|
-
"
|
|
5466
|
-
"
|
|
5467
|
-
"
|
|
5468
|
-
"
|
|
5469
|
-
"\
|
|
5470
|
-
"
|
|
5471
|
-
"
|
|
5472
|
-
"
|
|
5473
|
-
"\n\
|
|
5474
|
-
"
|
|
5475
|
-
"
|
|
5476
|
-
"\
|
|
5477
|
-
"
|
|
5478
|
-
"
|
|
5479
|
-
"
|
|
5480
|
-
"
|
|
5481
|
-
"\
|
|
5482
|
-
"
|
|
5483
|
-
"\
|
|
5484
|
-
"
|
|
5485
|
-
"
|
|
5486
|
-
"
|
|
5487
|
-
"
|
|
5488
|
-
"
|
|
5489
|
-
"
|
|
5490
|
-
"
|
|
5491
|
-
"
|
|
5492
|
-
"
|
|
5493
|
-
"
|
|
5494
|
-
"
|
|
5495
|
-
"
|
|
5496
|
-
"
|
|
5497
|
-
"
|
|
5498
|
-
"\
|
|
5499
|
-
"
|
|
5500
|
-
"
|
|
5501
|
-
"\001\022
|
|
5502
|
-
"
|
|
5503
|
-
"
|
|
5504
|
-
"
|
|
5505
|
-
"
|
|
5506
|
-
"
|
|
5507
|
-
"
|
|
5508
|
-
"
|
|
5509
|
-
"
|
|
5510
|
-
"
|
|
5511
|
-
"
|
|
5512
|
-
"
|
|
5513
|
-
"
|
|
5514
|
-
"
|
|
5515
|
-
"
|
|
5516
|
-
"
|
|
5517
|
-
"
|
|
5518
|
-
"
|
|
5519
|
-
"
|
|
5520
|
-
"
|
|
5521
|
-
"
|
|
5522
|
-
"
|
|
5523
|
-
"
|
|
5524
|
-
"
|
|
5525
|
-
"
|
|
5526
|
-
"
|
|
5527
|
-
"
|
|
5528
|
-
"
|
|
5529
|
-
"
|
|
5530
|
-
"
|
|
5531
|
-
"
|
|
5532
|
-
"
|
|
5533
|
-
"\
|
|
5534
|
-
"outbound.v1.
|
|
5535
|
-
"
|
|
5536
|
-
"\022\
|
|
5537
|
-
"
|
|
5538
|
-
"
|
|
5539
|
-
"
|
|
5540
|
-
"
|
|
5541
|
-
"
|
|
5542
|
-
"
|
|
5543
|
-
"
|
|
4918
|
+
".dp.outbound.v1.VmwareDatastore:\0028\001\0325\n\023E" +
|
|
4919
|
+
"sxiGuestVmKeyEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value" +
|
|
4920
|
+
"\030\002 \001(\010:\0028\001B\017\n\r_product_infoB\024\n\022_vcenter_" +
|
|
4921
|
+
"asset_keyB\031\n\027_vmware_esxi_cluster_idB\n\n\010" +
|
|
4922
|
+
"_up_timeB\014\n\n_boot_timeB!\n\037_host_max_virt" +
|
|
4923
|
+
"ual_disk_capacityB\023\n\021_num_cpu_packagesB\013" +
|
|
4924
|
+
"\n\t_num_nicsB\013\n\t_num_hbasB\007\n\005_uuidB\023\n\021_co" +
|
|
4925
|
+
"nnection_stateB\016\n\014_power_stateB\020\n\016_datac" +
|
|
4926
|
+
"enter_idB\017\n\r_internal_keyB\021\n\017_admin_disa" +
|
|
4927
|
+
"bledB\r\n\013_ip_addressB\007\n\005_portB\021\n\017_ssl_thu" +
|
|
4928
|
+
"mbprintB\027\n\025_management_server_ipB\n\n\010_num" +
|
|
4929
|
+
"_cpuB\027\n\025_num_cores_per_socketB\n\n\010_versio" +
|
|
4930
|
+
"nB\016\n\014_memory_size\"\262\t\n\021VmwareEsxiGuestVm\022" +
|
|
4931
|
+
"!\n\031esxi_hypervisor_asset_key\030\001 \001(\t\022\024\n\014in" +
|
|
4932
|
+
"ternal_key\030\024 \001(\t\022f\n\024esxi_guest_snapshots" +
|
|
4933
|
+
"\030\002 \003(\0132H.com.lansweeper.dp.outbound.v1.V" +
|
|
4934
|
+
"mwareEsxiGuestVm.EsxiGuestSnapshotsEntry" +
|
|
4935
|
+
"\022\025\n\010guest_id\030\003 \001(\tH\000\210\001\001\022\034\n\017guest_full_na" +
|
|
4936
|
+
"me\030\004 \001(\tH\001\210\001\001\022\024\n\007version\030\005 \001(\tH\002\210\001\001\022\021\n\004u" +
|
|
4937
|
+
"uid\030\006 \001(\tH\003\210\001\001\022\032\n\rinstance_uuid\030\007 \001(\tH\004\210" +
|
|
4938
|
+
"\001\001\022\035\n\020unshared_storage\030\010 \001(\004H\005\210\001\001\022\032\n\rrun" +
|
|
4939
|
+
"ning_state\030\t \001(\tH\006\210\001\001\022\032\n\rtools_version\030\n" +
|
|
4940
|
+
" \001(\tH\007\210\001\001\022\031\n\014tools_status\030\013 \001(\tH\010\210\001\001\022!\n\024" +
|
|
4941
|
+
"tools_running_status\030\014 \001(\tH\t\210\001\001\022!\n\024tools" +
|
|
4942
|
+
"_version_status\030\r \001(\tH\n\210\001\001\022\024\n\007num_cpu\030\016 " +
|
|
4943
|
+
"\001(\rH\013\210\001\001\022\037\n\022num_ethernet_cards\030\017 \001(\rH\014\210\001" +
|
|
4944
|
+
"\001\022\036\n\021num_virtual_disks\030\020 \001(\rH\r\210\001\001\0222\n\tboo" +
|
|
4945
|
+
"t_time\030\021 \001(\0132\032.google.protobuf.Timestamp" +
|
|
4946
|
+
"H\016\210\001\001\022\030\n\013domain_name\030\022 \001(\tH\017\210\001\001\022\030\n\013confi" +
|
|
4947
|
+
"g_name\030\023 \001(\tH\020\210\001\001\022\033\n\016memory_size_mb\030\025 \001(" +
|
|
4948
|
+
"\001H\021\210\001\001\022\'\n\032vcenter_instance_reference\030\026 \001" +
|
|
4949
|
+
"(\tH\022\210\001\001\032h\n\027EsxiGuestSnapshotsEntry\022\013\n\003ke" +
|
|
4950
|
+
"y\030\001 \001(\t\022<\n\005value\030\002 \001(\0132-.com.lansweeper." +
|
|
4951
|
+
"dp.outbound.v1.VmwareSnapshot:\0028\001B\013\n\t_gu" +
|
|
4952
|
+
"est_idB\022\n\020_guest_full_nameB\n\n\010_versionB\007" +
|
|
4953
|
+
"\n\005_uuidB\020\n\016_instance_uuidB\023\n\021_unshared_s" +
|
|
4954
|
+
"torageB\020\n\016_running_stateB\020\n\016_tools_versi" +
|
|
4955
|
+
"onB\017\n\r_tools_statusB\027\n\025_tools_running_st" +
|
|
4956
|
+
"atusB\027\n\025_tools_version_statusB\n\n\010_num_cp" +
|
|
4957
|
+
"uB\025\n\023_num_ethernet_cardsB\024\n\022_num_virtual" +
|
|
4958
|
+
"_disksB\014\n\n_boot_timeB\016\n\014_domain_nameB\016\n\014" +
|
|
4959
|
+
"_config_nameB\021\n\017_memory_size_mbB\035\n\033_vcen" +
|
|
4960
|
+
"ter_instance_reference\"\363\005\n\021VmwareProduct" +
|
|
4961
|
+
"Info\022\024\n\014internal_key\030\001 \001(\t\022\021\n\004uuid\030\002 \001(\t" +
|
|
4962
|
+
"H\000\210\001\001\022\032\n\rparent_folder\030\003 \001(\tH\001\210\001\001\022\"\n\025num" +
|
|
4963
|
+
"_host_bus_adapters\030\004 \001(\rH\002\210\001\001\022(\n\033num_net" +
|
|
4964
|
+
"work_interface_cards\030\005 \001(\rH\003\210\001\001\022\021\n\004name\030" +
|
|
4965
|
+
"\006 \001(\tH\004\210\001\001\022\025\n\010api_type\030\007 \001(\tH\005\210\001\001\022\030\n\013api" +
|
|
4966
|
+
"_version\030\010 \001(\tH\006\210\001\001\022\022\n\005build\030\t \001(\tH\007\210\001\001\022" +
|
|
4967
|
+
"!\n\024license_product_name\030\n \001(\tH\010\210\001\001\022$\n\027li" +
|
|
4968
|
+
"cense_product_version\030\013 \001(\tH\t\210\001\001\022\031\n\014loca" +
|
|
4969
|
+
"le_build\030\014 \001(\tH\n\210\001\001\022\033\n\016locale_version\030\r " +
|
|
4970
|
+
"\001(\tH\013\210\001\001\022\024\n\007os_type\030\016 \001(\tH\014\210\001\001\022\034\n\017produc" +
|
|
4971
|
+
"t_line_id\030\017 \001(\tH\r\210\001\001\022\023\n\006vendor\030\020 \001(\tH\016\210\001" +
|
|
4972
|
+
"\001\022\024\n\007version\030\021 \001(\tH\017\210\001\001B\007\n\005_uuidB\020\n\016_par" +
|
|
4973
|
+
"ent_folderB\030\n\026_num_host_bus_adaptersB\036\n\034" +
|
|
4974
|
+
"_num_network_interface_cardsB\007\n\005_nameB\013\n" +
|
|
4975
|
+
"\t_api_typeB\016\n\014_api_versionB\010\n\006_buildB\027\n\025" +
|
|
4976
|
+
"_license_product_nameB\032\n\030_license_produc" +
|
|
4977
|
+
"t_versionB\017\n\r_locale_buildB\021\n\017_locale_ve" +
|
|
4978
|
+
"rsionB\n\n\010_os_typeB\022\n\020_product_line_idB\t\n" +
|
|
4979
|
+
"\007_vendorB\n\n\010_version\"\263\006\n\020VmwareDatacente" +
|
|
4980
|
+
"r\022\014\n\004uuid\030\001 \001(\t\022\031\n\021vcenter_asset_key\030\002 \001" +
|
|
4981
|
+
"(\t\022\024\n\014internal_key\030\003 \001(\t\022\021\n\004name\030\004 \001(\tH\000" +
|
|
4982
|
+
"\210\001\001\022O\n\010clusters\030\005 \003(\0132=.com.lansweeper.d" +
|
|
4983
|
+
"p.outbound.v1.VmwareDatacenter.ClustersE" +
|
|
4984
|
+
"ntry\022U\n\013hypervisors\030\006 \003(\0132@.com.lansweep" +
|
|
4985
|
+
"er.dp.outbound.v1.VmwareDatacenter.Hyper" +
|
|
4986
|
+
"visorsEntry\022b\n\022datastore_clusters\030\007 \003(\0132" +
|
|
4987
|
+
"F.com.lansweeper.dp.outbound.v1.VmwareDa" +
|
|
4988
|
+
"tacenter.DatastoreClustersEntry\022S\n\ndatas" +
|
|
4989
|
+
"tores\030\010 \003(\0132?.com.lansweeper.dp.outbound" +
|
|
4990
|
+
".v1.VmwareDatacenter.DatastoresEntry\032[\n\r" +
|
|
4991
|
+
"ClustersEntry\022\013\n\003key\030\001 \001(\t\0229\n\005value\030\002 \001(" +
|
|
4992
|
+
"\0132*.com.lansweeper.dp.outbound.v1.EsxiCl" +
|
|
4993
|
+
"uster:\0028\001\0322\n\020HypervisorsEntry\022\013\n\003key\030\001 \001" +
|
|
4994
|
+
"(\t\022\r\n\005value\030\002 \001(\010:\0028\001\032o\n\026DatastoreCluste" +
|
|
4995
|
+
"rsEntry\022\013\n\003key\030\001 \001(\t\022D\n\005value\030\002 \001(\01325.co" +
|
|
4996
|
+
"m.lansweeper.dp.outbound.v1.VmwareDatast" +
|
|
4997
|
+
"oreCluster:\0028\001\032a\n\017DatastoresEntry\022\013\n\003key" +
|
|
4998
|
+
"\030\001 \001(\t\022=\n\005value\030\002 \001(\0132..com.lansweeper.d" +
|
|
4999
|
+
"p.outbound.v1.VmwareDatastore:\0028\001B\007\n\005_na" +
|
|
5000
|
+
"me\"\364\005\n\013EsxiCluster\022\014\n\004uuid\030\016 \001(\t\022\026\n\016data" +
|
|
5001
|
+
"center_key\030\001 \001(\t\022\031\n\021vcenter_asset_key\030\002 " +
|
|
5002
|
+
"\001(\t\022\021\n\004name\030\003 \001(\tH\000\210\001\001\022\035\n\020total_number_c" +
|
|
5003
|
+
"pu\030\004 \001(\rH\001\210\001\001\022\037\n\022total_memory_bytes\030\005 \001(" +
|
|
5004
|
+
"\004H\002\210\001\001\022\037\n\022total_number_cores\030\006 \001(\rH\003\210\001\001\022" +
|
|
5005
|
+
"!\n\024total_number_threads\030\007 \001(\rH\004\210\001\001\022\032\n\ref" +
|
|
5006
|
+
"fective_cpu\030\010 \001(\rH\005\210\001\001\022#\n\026effective_memo" +
|
|
5007
|
+
"ry_bytes\030\t \001(\004H\006\210\001\001\022\030\n\013total_hosts\030\n \001(\r" +
|
|
5008
|
+
"H\007\210\001\001\022\"\n\025total_effective_hosts\030\013 \001(\rH\010\210\001" +
|
|
5009
|
+
"\001\022\023\n\006status\030\014 \001(\tH\t\210\001\001\022P\n\013hypervisors\030\r " +
|
|
5010
|
+
"\003(\0132;.com.lansweeper.dp.outbound.v1.Esxi" +
|
|
5011
|
+
"Cluster.HypervisorsEntry\022\032\n\rparent_folde" +
|
|
5012
|
+
"r\030\017 \001(\tH\n\210\001\001\0322\n\020HypervisorsEntry\022\013\n\003key\030" +
|
|
5013
|
+
"\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001B\007\n\005_nameB\023\n\021_to" +
|
|
5014
|
+
"tal_number_cpuB\025\n\023_total_memory_bytesB\025\n" +
|
|
5015
|
+
"\023_total_number_coresB\027\n\025_total_number_th" +
|
|
5016
|
+
"readsB\020\n\016_effective_cpuB\031\n\027_effective_me" +
|
|
5017
|
+
"mory_bytesB\016\n\014_total_hostsB\030\n\026_total_eff" +
|
|
5018
|
+
"ective_hostsB\t\n\007_statusB\020\n\016_parent_folde" +
|
|
5019
|
+
"r\"\267\005\n\026VmwareDatastoreCluster\022\026\n\016datacent" +
|
|
5020
|
+
"er_key\030\001 \001(\t\022\031\n\021vcenter_asset_key\030\002 \001(\t\022" +
|
|
5021
|
+
"\031\n\014internal_key\030\003 \001(\tH\000\210\001\001\022\021\n\004name\030\004 \001(\t" +
|
|
5022
|
+
"H\001\210\001\001\022\025\n\010capacity\030\t \001(\003H\002\210\001\001\022\027\n\nfree_spa" +
|
|
5023
|
+
"ce\030\n \001(\003H\003\210\001\001\022Y\n\ndatastores\030\005 \003(\0132E.com." +
|
|
5024
|
+
"lansweeper.dp.outbound.v1.VmwareDatastor" +
|
|
5025
|
+
"eCluster.DatastoresEntry\022S\n\013storage_drs\030" +
|
|
5026
|
+
"\006 \001(\01329.com.lansweeper.dp.outbound.v1.Da" +
|
|
5027
|
+
"tastoreClusterStorageDrsH\004\210\001\001\022\\\n\023drs_pod" +
|
|
5028
|
+
"_config_rule\030\007 \003(\0132?.com.lansweeper.dp.o" +
|
|
5029
|
+
"utbound.v1.DatastoreClusterDrsPodConfigR" +
|
|
5030
|
+
"ule\022U\n\017drs_vm_override\030\010 \003(\0132<.com.lansw" +
|
|
5031
|
+
"eeper.dp.outbound.v1.DatastoreClusterDrs" +
|
|
5032
|
+
"VmOverride\032a\n\017DatastoresEntry\022\013\n\003key\030\001 \001" +
|
|
5033
|
+
"(\t\022=\n\005value\030\002 \001(\0132..com.lansweeper.dp.ou" +
|
|
5034
|
+
"tbound.v1.VmwareDatastore:\0028\001B\017\n\r_intern" +
|
|
5035
|
+
"al_keyB\007\n\005_nameB\013\n\t_capacityB\r\n\013_free_sp" +
|
|
5036
|
+
"aceB\016\n\014_storage_drs\"\262\004\n\032DatastoreCluster" +
|
|
5037
|
+
"StorageDrs\022\017\n\007enabled\030\001 \001(\010\022\037\n\027io_load_b" +
|
|
5038
|
+
"alance_enabled\030\002 \001(\010\022!\n\024default_vm_behav" +
|
|
5039
|
+
"iour\030\003 \001(\tH\000\210\001\001\022\"\n\025load_balance_interval" +
|
|
5040
|
+
"\030\004 \001(\005H\001\210\001\001\022&\n\031default_intra_vm_affinity" +
|
|
5041
|
+
"\030\005 \001(\010H\002\210\001\001\022(\n\033space_utilization_thresho" +
|
|
5042
|
+
"ld\030\006 \001(\005H\003\210\001\001\022-\n min_space_utilization_d" +
|
|
5043
|
+
"ifference\030\007 \001(\005H\004\210\001\001\022!\n\024io_latency_thres" +
|
|
5044
|
+
"hold\030\010 \001(\005H\005\210\001\001\022(\n\033io_load_imbalance_thr" +
|
|
5045
|
+
"eshold\030\t \001(\005H\006\210\001\001B\027\n\025_default_vm_behavio" +
|
|
5046
|
+
"urB\030\n\026_load_balance_intervalB\034\n\032_default" +
|
|
5047
|
+
"_intra_vm_affinityB\036\n\034_space_utilization" +
|
|
5048
|
+
"_thresholdB#\n!_min_space_utilization_dif" +
|
|
5049
|
+
"ferenceB\027\n\025_io_latency_thresholdB\036\n\034_io_" +
|
|
5050
|
+
"load_imbalance_threshold\"|\n DatastoreClu" +
|
|
5051
|
+
"sterDrsPodConfigRule\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022" +
|
|
5052
|
+
"\024\n\007enabled\030\002 \001(\010H\001\210\001\001\022\021\n\004type\030\003 \001(\005H\002\210\001\001" +
|
|
5053
|
+
"B\007\n\005_nameB\n\n\010_enabledB\007\n\005_type\"\335\001\n\035Datas" +
|
|
5054
|
+
"toreClusterDrsVmOverride\022\024\n\007enabled\030\001 \001(" +
|
|
5055
|
+
"\010H\000\210\001\001\022\026\n\tbehaviour\030\002 \001(\tH\001\210\001\001\022\036\n\021intra_" +
|
|
5056
|
+
"vm_affinity\030\003 \001(\010H\002\210\001\001\022#\n\026intra_vm_anti_" +
|
|
5057
|
+
"affinity\030\004 \001(\tH\003\210\001\001B\n\n\010_enabledB\014\n\n_beha" +
|
|
5058
|
+
"viourB\024\n\022_intra_vm_affinityB\031\n\027_intra_vm" +
|
|
5059
|
+
"_anti_affinity\"\356\007\n\017VmwareDatastore\022\014\n\004uu" +
|
|
5060
|
+
"id\030\001 \001(\t\022\031\n\014internal_key\030\002 \001(\tH\000\210\001\001\022\032\n\rd" +
|
|
5061
|
+
"atacenter_id\030\003 \001(\tH\001\210\001\001\022!\n\024datastore_clu" +
|
|
5062
|
+
"ster_id\030\004 \001(\tH\002\210\001\001\022\037\n\022esxi_hypervisor_id" +
|
|
5063
|
+
"\030\021 \001(\tH\003\210\001\001\022H\n\005disks\030\005 \003(\01329.com.lanswee" +
|
|
5064
|
+
"per.dp.outbound.v1.VmwareDatastore.Disks" +
|
|
5065
|
+
"Entry\022\030\n\013uncommitted\030\006 \001(\004H\004\210\001\001\022\027\n\nacces" +
|
|
5066
|
+
"sible\030\007 \001(\010H\005\210\001\001\022!\n\024multiple_host_access" +
|
|
5067
|
+
"\030\010 \001(\010H\006\210\001\001\022\021\n\004type\030\t \001(\tH\007\210\001\001\022\035\n\020mainte" +
|
|
5068
|
+
"nance_mode\030\n \001(\tH\010\210\001\001\022\'\n\032max_physical_rd" +
|
|
5069
|
+
"m_file_size\030\013 \001(\004H\t\210\001\001\022&\n\031max_virtual_rd" +
|
|
5070
|
+
"m_file_size\030\014 \001(\004H\n\210\001\001\022\032\n\rmax_file_size\030" +
|
|
5071
|
+
"\r \001(\004H\013\210\001\001\022&\n\031max_virtual_disk_capacity\030" +
|
|
5072
|
+
"\016 \001(\004H\014\210\001\001\022!\n\024max_memory_file_size\030\017 \001(\004" +
|
|
5073
|
+
"H\r\210\001\001\0222\n\ttimestamp\030\020 \001(\0132\032.google.protob" +
|
|
5074
|
+
"uf.TimestampH\016\210\001\001\032W\n\nDisksEntry\022\013\n\003key\030\001" +
|
|
5075
|
+
" \001(\t\0228\n\005value\030\002 \001(\0132).com.lansweeper.dp." +
|
|
5076
|
+
"outbound.v1.VmwareDisk:\0028\001B\017\n\r_internal_" +
|
|
5077
|
+
"keyB\020\n\016_datacenter_idB\027\n\025_datastore_clus" +
|
|
5078
|
+
"ter_idB\025\n\023_esxi_hypervisor_idB\016\n\014_uncomm" +
|
|
5079
|
+
"ittedB\r\n\013_accessibleB\027\n\025_multiple_host_a" +
|
|
5080
|
+
"ccessB\007\n\005_typeB\023\n\021_maintenance_modeB\035\n\033_" +
|
|
5081
|
+
"max_physical_rdm_file_sizeB\034\n\032_max_virtu" +
|
|
5082
|
+
"al_rdm_file_sizeB\020\n\016_max_file_sizeB\034\n\032_m" +
|
|
5083
|
+
"ax_virtual_disk_capacityB\027\n\025_max_memory_" +
|
|
5084
|
+
"file_sizeB\014\n\n_timestamp\"\206\001\n\nVmwareDisk\022\014" +
|
|
5085
|
+
"\n\004name\030\001 \001(\t\022\020\n\003url\030\002 \001(\tH\000\210\001\001\022\030\n\013total_" +
|
|
5086
|
+
"space\030\003 \001(\004H\001\210\001\001\022\027\n\nfree_space\030\004 \001(\004H\002\210\001" +
|
|
5087
|
+
"\001B\006\n\004_urlB\016\n\014_total_spaceB\r\n\013_free_space" +
|
|
5088
|
+
"\"s\n\016VmwareSnapshot\022\024\n\014internal_key\030\001 \001(\t" +
|
|
5089
|
+
"\022\021\n\004name\030\002 \001(\tH\000\210\001\001\022/\n\013create_time\030\003 \001(\013" +
|
|
5090
|
+
"2\032.google.protobuf.TimestampB\007\n\005_name\"\337\001" +
|
|
5091
|
+
"\n\006Citrix\022@\n\013citrix_pool\030\001 \001(\0132).com.lans" +
|
|
5092
|
+
"weeper.dp.outbound.v1.CitrixPoolH\000\022@\n\013ci" +
|
|
5093
|
+
"trix_host\030\002 \001(\0132).com.lansweeper.dp.outb" +
|
|
5094
|
+
"ound.v1.CitrixHostH\000\022B\n\014citrix_guest\030\003 \001" +
|
|
5095
|
+
"(\0132*.com.lansweeper.dp.outbound.v1.Citri" +
|
|
5096
|
+
"xGuestH\000B\r\n\013citrix_data\"\247\r\n\nCitrixPool\022\021" +
|
|
5097
|
+
"\n\004name\030\001 \001(\tH\000\210\001\001\022\030\n\013description\030\002 \001(\tH\001" +
|
|
5098
|
+
"\210\001\001\022\025\n\010redo_log\030\003 \001(\010H\002\210\001\001\022\021\n\004tags\030\004 \001(\t" +
|
|
5099
|
+
"H\003\210\001\001\022 \n\023v_switch_controller\030\005 \001(\tH\004\210\001\001\022" +
|
|
5100
|
+
"\036\n\021high_availability\030\006 \001(\010H\005\210\001\001\022/\n\"high_" +
|
|
5101
|
+
"availability_allow_overcommit\030\007 \001(\010H\006\210\001\001" +
|
|
5102
|
+
"\022,\n\037high_availability_overcommitted\030\010 \001(" +
|
|
5103
|
+
"\010H\007\210\001\001\0228\n+high_availability_host_failure" +
|
|
5104
|
+
"s_to_tolerate\030\t \001(\003H\010\210\001\001\022.\n!high_availab" +
|
|
5105
|
+
"ility_plan_exists_for\030\n \001(\003H\t\210\001\001\022\037\n\022work" +
|
|
5106
|
+
"load_balancing\030\013 \001(\010H\n\210\001\001\022#\n\026workload_ba" +
|
|
5107
|
+
"lancing_url\030\014 \001(\tH\013\210\001\001\022(\n\033workload_balan" +
|
|
5108
|
+
"cing_username\030\r \001(\tH\014\210\001\001\022+\n\036workload_bal" +
|
|
5109
|
+
"ancing_verify_cert\030\016 \001(\010H\r\210\001\001\022\035\n\020master_" +
|
|
5110
|
+
"host_uuid\030\017 \001(\tH\016\210\001\001\022#\n\026crash_dump_stora" +
|
|
5111
|
+
"ge_ref\030\020 \001(\tH\017\210\001\001\022&\n\031suspend_image_stora" +
|
|
5112
|
+
"ge_ref\030\021 \001(\tH\020\210\001\001\022B\n\nappliances\030\022 \003(\0132.." +
|
|
5113
|
+
"com.lansweeper.dp.outbound.v1.CitrixAppl" +
|
|
5114
|
+
"iance\022B\n\010networks\030\023 \003(\01320.com.lansweeper" +
|
|
5115
|
+
".dp.outbound.v1.NetworkInterfaces\022Y\n\024oth" +
|
|
5116
|
+
"er_configurations\030\024 \003(\0132;.com.lansweeper" +
|
|
5117
|
+
".dp.outbound.v1.CitrixPoolOtherConfigura" +
|
|
5118
|
+
"tion\022?\n\007patches\030\025 \003(\0132..com.lansweeper.d" +
|
|
5119
|
+
"p.outbound.v1.CitrixPoolPatch\022J\n\014restric" +
|
|
5120
|
+
"tions\030\026 \003(\01324.com.lansweeper.dp.outbound" +
|
|
5121
|
+
".v1.CitrixPoolRestriction\022\025\n\rtemplate_na" +
|
|
5122
|
+
"me\030\027 \003(\t\022S\n\023physical_interfaces\030\030 \003(\01326." +
|
|
5123
|
+
"com.lansweeper.dp.outbound.v1.CitrixPhys" +
|
|
5124
|
+
"icalInterface\022Q\n\022virtual_interfaces\030\031 \003(" +
|
|
5125
|
+
"\01325.com.lansweeper.dp.outbound.v1.Citrix" +
|
|
5126
|
+
"VirtualInterface\022>\n\013citrix_user\030\032 \003(\0132)." +
|
|
5127
|
+
"com.lansweeper.dp.outbound.v1.CitrixUser" +
|
|
5128
|
+
"B\007\n\005_nameB\016\n\014_descriptionB\013\n\t_redo_logB\007" +
|
|
5129
|
+
"\n\005_tagsB\026\n\024_v_switch_controllerB\024\n\022_high" +
|
|
5130
|
+
"_availabilityB%\n#_high_availability_allo" +
|
|
5131
|
+
"w_overcommitB\"\n _high_availability_overc" +
|
|
5132
|
+
"ommittedB.\n,_high_availability_host_fail" +
|
|
5133
|
+
"ures_to_tolerateB$\n\"_high_availability_p" +
|
|
5134
|
+
"lan_exists_forB\025\n\023_workload_balancingB\031\n" +
|
|
5135
|
+
"\027_workload_balancing_urlB\036\n\034_workload_ba" +
|
|
5136
|
+
"lancing_usernameB!\n\037_workload_balancing_" +
|
|
5137
|
+
"verify_certB\023\n\021_master_host_uuidB\031\n\027_cra" +
|
|
5138
|
+
"sh_dump_storage_refB\034\n\032_suspend_image_st" +
|
|
5139
|
+
"orage_ref\"P\n\nCitrixUser\022\021\n\004name\030\001 \001(\tH\000\210" +
|
|
5140
|
+
"\001\001\022\027\n\nshort_name\030\002 \001(\tH\001\210\001\001B\007\n\005_nameB\r\n\013" +
|
|
5141
|
+
"_short_name\"W\n\017CitrixAppliance\022\021\n\004name\030\001" +
|
|
5142
|
+
" \001(\tH\000\210\001\001\022\030\n\013description\030\002 \001(\tH\001\210\001\001B\007\n\005_" +
|
|
5143
|
+
"nameB\016\n\014_description\"\210\001\n\034CitrixPoolOther" +
|
|
5144
|
+
"Configuration\022\020\n\003key\030\001 \001(\tH\000\210\001\001\022\022\n\005value" +
|
|
5145
|
+
"\030\002 \001(\tH\001\210\001\001\022\034\n\017is_custom_field\030\003 \001(\010H\002\210\001" +
|
|
5146
|
+
"\001B\006\n\004_keyB\010\n\006_valueB\022\n\020_is_custom_field\"" +
|
|
5147
|
+
"O\n\025CitrixPoolRestriction\022\020\n\003key\030\001 \001(\tH\000\210" +
|
|
5148
|
+
"\001\001\022\022\n\005value\030\002 \001(\tH\001\210\001\001B\006\n\004_keyB\010\n\006_value" +
|
|
5149
|
+
"\"\363\001\n\017CitrixPoolPatch\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022" +
|
|
5150
|
+
"\030\n\013description\030\002 \001(\tH\001\210\001\001\022\021\n\004size\030\003 \001(\003H" +
|
|
5151
|
+
"\002\210\001\001\022\024\n\007version\030\004 \001(\tH\003\210\001\001\022!\n\024after_appl" +
|
|
5152
|
+
"y_guidance\030\005 \001(\tH\004\210\001\001\022\024\n\007applied\030\006 \001(\010H\005" +
|
|
5153
|
+
"\210\001\001B\007\n\005_nameB\016\n\014_descriptionB\007\n\005_sizeB\n\n" +
|
|
5154
|
+
"\010_versionB\027\n\025_after_apply_guidanceB\n\n\010_a" +
|
|
5155
|
+
"pplied\"\305\014\n\nCitrixHost\022\025\n\010hostname\030\001 \001(\tH" +
|
|
5156
|
+
"\000\210\001\001\022\021\n\004name\030\002 \001(\tH\001\210\001\001\022\030\n\013description\030\003" +
|
|
5157
|
+
" \001(\tH\002\210\001\001\022\026\n\tis_master\030\004 \001(\010H\003\210\001\001\022\024\n\007add" +
|
|
5158
|
+
"ress\030\005 \001(\tH\004\210\001\001\022\024\n\007edition\030\006 \001(\tH\005\210\001\001\022\024\n" +
|
|
5159
|
+
"\007enabled\030\007 \001(\010H\006\210\001\001\0221\n$external_authenti" +
|
|
5160
|
+
"cation_service_name\030\010 \001(\tH\007\210\001\001\022)\n\034extern" +
|
|
5161
|
+
"al_authentication_type\030\t \001(\tH\010\210\001\001\022\034\n\017mem" +
|
|
5162
|
+
"ory_overhead\030\n \001(\003H\t\210\001\001\022\032\n\rpower_on_mode" +
|
|
5163
|
+
"\030\013 \001(\tH\n\210\001\001\022\035\n\020scheduler_policy\030\014 \001(\tH\013\210" +
|
|
5164
|
+
"\001\001\022\021\n\004tags\030\r \001(\tH\014\210\001\001\022\024\n\007display\030\016 \001(\tH\r" +
|
|
5165
|
+
"\210\001\001\0225\n\014last_updated\030\017 \001(\0132\032.google.proto" +
|
|
5166
|
+
"buf.TimestampH\016\210\001\001\022\021\n\004live\030\020 \001(\010H\017\210\001\001\022\030\n" +
|
|
5167
|
+
"\013memory_free\030\021 \001(\003H\020\210\001\001\022\031\n\014memory_total\030" +
|
|
5168
|
+
"\022 \001(\003H\021\210\001\001\022\026\n\thost_uuid\030\023 \001(\tH\022\210\001\001\022#\n\026cr" +
|
|
5169
|
+
"ash_dump_storage_ref\030\024 \001(\tH\023\210\001\001\022$\n\027local" +
|
|
5170
|
+
"_cache_storage_ref\030\025 \001(\tH\024\210\001\001\022&\n\031suspend" +
|
|
5171
|
+
"_image_storage_ref\030\026 \001(\tH\025\210\001\001\022>\n\010storage" +
|
|
5172
|
+
"s\030\027 \003(\0132,.com.lansweeper.dp.outbound.v1." +
|
|
5173
|
+
"CitrixStorage\022S\n\023physical_interfaces\030\030 \003" +
|
|
5174
|
+
"(\01326.com.lansweeper.dp.outbound.v1.Citri" +
|
|
5175
|
+
"xPhysicalInterface\0226\n\004pcis\030\031 \003(\0132(.com.l" +
|
|
5176
|
+
"answeeper.dp.outbound.v1.CitrixPci\022G\n\013ex" +
|
|
5177
|
+
"tra_infos\030\032 \003(\01322.com.lansweeper.dp.outb" +
|
|
5178
|
+
"ound.v1.CitrixHostExtraInfo\022?\n\007patches\030\033" +
|
|
5179
|
+
" \003(\0132..com.lansweeper.dp.outbound.v1.Cit" +
|
|
5180
|
+
"rixHostPatch\022K\n\rphysical_cpus\030\034 \003(\01324.co" +
|
|
5181
|
+
"m.lansweeper.dp.outbound.v1.CitrixHostPh" +
|
|
5182
|
+
"ysicalCpu\022G\n\013crash_dumps\030\035 \003(\01322.com.lan" +
|
|
5183
|
+
"sweeper.dp.outbound.v1.CitrixHostCrashDu" +
|
|
5184
|
+
"mp\022\030\n\020citrix_pool_uuid\030\036 \001(\t\022\030\n\020guest_as" +
|
|
5185
|
+
"set_refs\030\037 \003(\tB\013\n\t_hostnameB\007\n\005_nameB\016\n\014" +
|
|
5186
|
+
"_descriptionB\014\n\n_is_masterB\n\n\010_addressB\n" +
|
|
5187
|
+
"\n\010_editionB\n\n\010_enabledB\'\n%_external_auth" +
|
|
5188
|
+
"entication_service_nameB\037\n\035_external_aut" +
|
|
5189
|
+
"hentication_typeB\022\n\020_memory_overheadB\020\n\016" +
|
|
5190
|
+
"_power_on_modeB\023\n\021_scheduler_policyB\007\n\005_" +
|
|
5191
|
+
"tagsB\n\n\010_displayB\017\n\r_last_updatedB\007\n\005_li" +
|
|
5192
|
+
"veB\016\n\014_memory_freeB\017\n\r_memory_totalB\014\n\n_" +
|
|
5193
|
+
"host_uuidB\031\n\027_crash_dump_storage_refB\032\n\030" +
|
|
5194
|
+
"_local_cache_storage_refB\034\n\032_suspend_ima" +
|
|
5195
|
+
"ge_storage_ref\"s\n\023CitrixHostCrashDump\022\021\n" +
|
|
5196
|
+
"\004size\030\001 \001(\003H\000\210\001\001\0222\n\ttimestamp\030\002 \001(\0132\032.go" +
|
|
5197
|
+
"ogle.protobuf.TimestampH\001\210\001\001B\007\n\005_sizeB\014\n" +
|
|
5198
|
+
"\n_timestamp\"\321\002\n\025CitrixHostPhysicalCpu\022\023\n" +
|
|
5199
|
+
"\006family\030\001 \001(\003H\000\210\001\001\022\025\n\010features\030\002 \001(\tH\001\210\001" +
|
|
5200
|
+
"\001\022\022\n\005flags\030\003 \001(\tH\002\210\001\001\022\022\n\005model\030\004 \001(\003H\003\210\001" +
|
|
5201
|
+
"\001\022\027\n\nmodel_name\030\005 \001(\tH\004\210\001\001\022\033\n\016number_of_" +
|
|
5202
|
+
"cpus\030\006 \001(\003H\005\210\001\001\022\022\n\005speed\030\007 \001(\003H\006\210\001\001\022\025\n\010s" +
|
|
5203
|
+
"tepping\030\010 \001(\tH\007\210\001\001\022\023\n\006vendor\030\t \001(\tH\010\210\001\001B" +
|
|
5204
|
+
"\t\n\007_familyB\013\n\t_featuresB\010\n\006_flagsB\010\n\006_mo" +
|
|
5205
|
+
"delB\r\n\013_model_nameB\021\n\017_number_of_cpusB\010\n" +
|
|
5206
|
+
"\006_speedB\013\n\t_steppingB\t\n\007_vendor\"\323\001\n\017Citr" +
|
|
5207
|
+
"ixHostPatch\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\030\n\013descri" +
|
|
5208
|
+
"ption\030\002 \001(\tH\001\210\001\001\022\021\n\004size\030\003 \001(\003H\002\210\001\001\0220\n\007a" +
|
|
5209
|
+
"pplied\030\004 \001(\0132\032.google.protobuf.Timestamp" +
|
|
5210
|
+
"H\003\210\001\001\022\024\n\007version\030\005 \001(\tH\004\210\001\001B\007\n\005_nameB\016\n\014" +
|
|
5211
|
+
"_descriptionB\007\n\005_sizeB\n\n\010_appliedB\n\n\010_ve",
|
|
5212
|
+
"rsion\"\353\005\n\rCitrixStorage\022\021\n\004name\030\001 \001(\tH\000\210" +
|
|
5213
|
+
"\001\001\022\030\n\013description\030\002 \001(\tH\001\210\001\001\022\032\n\rphysical" +
|
|
5214
|
+
"_size\030\003 \001(\003H\002\210\001\001\022!\n\024physical_utilization" +
|
|
5215
|
+
"\030\004 \001(\003H\003\210\001\001\022\021\n\004type\030\005 \001(\tH\004\210\001\001\022\031\n\014conten" +
|
|
5216
|
+
"t_type\030\006 \001(\tH\005\210\001\001\022\026\n\tclustered\030\007 \001(\010H\006\210\001" +
|
|
5217
|
+
"\001\022\035\n\020is_tools_storage\030\010 \001(\010H\007\210\001\001\022\030\n\013loca" +
|
|
5218
|
+
"l_cache\030\t \001(\010H\010\210\001\001\022\023\n\006shared\030\n \001(\010H\t\210\001\001\022" +
|
|
5219
|
+
"\021\n\004tags\030\013 \001(\tH\n\210\001\001\022\037\n\022virtual_allocation" +
|
|
5220
|
+
"\030\014 \001(\003H\013\210\001\001\022\022\n\nhost_uuids\030\r \003(\t\022\030\n\013stora" +
|
|
5221
|
+
"ge_ref\030\016 \001(\tH\014\210\001\001\022X\n\026physical_block_devi" +
|
|
5222
|
+
"ces\030\017 \003(\01328.com.lansweeper.dp.outbound.v" +
|
|
5223
|
+
"1.CitrixPhysicalBlockDevice\022R\n\023virtual_d" +
|
|
5224
|
+
"isk_images\030\020 \003(\01325.com.lansweeper.dp.out" +
|
|
5225
|
+
"bound.v1.CitrixVirtualDiskImageB\007\n\005_name" +
|
|
5226
|
+
"B\016\n\014_descriptionB\020\n\016_physical_sizeB\027\n\025_p" +
|
|
5227
|
+
"hysical_utilizationB\007\n\005_typeB\017\n\r_content" +
|
|
5228
|
+
"_typeB\014\n\n_clusteredB\023\n\021_is_tools_storage" +
|
|
5229
|
+
"B\016\n\014_local_cacheB\t\n\007_sharedB\007\n\005_tagsB\025\n\023" +
|
|
5230
|
+
"_virtual_allocationB\016\n\014_storage_ref\"\331\001\n\031" +
|
|
5231
|
+
"CitrixPhysicalBlockDevice\022\037\n\022currently_a" +
|
|
5232
|
+
"ttached\030\001 \001(\010H\000\210\001\001\022\025\n\010location\030\002 \001(\tH\001\210\001" +
|
|
5233
|
+
"\001\022\025\n\010username\030\003 \001(\tH\002\210\001\001\022\021\n\004type\030\004 \001(\tH\003" +
|
|
5234
|
+
"\210\001\001\022\024\n\007version\030\005 \001(\tH\004\210\001\001B\025\n\023_currently_" +
|
|
5235
|
+
"attachedB\013\n\t_locationB\013\n\t_usernameB\007\n\005_t" +
|
|
5236
|
+
"ypeB\n\n\010_version\"\326\005\n\026CitrixVirtualDiskIma" +
|
|
5237
|
+
"ge\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\030\n\013description\030\002 \001" +
|
|
5238
|
+
"(\tH\001\210\001\001\022\032\n\rallow_caching\030\003 \001(\010H\002\210\001\001\022\032\n\ri" +
|
|
5239
|
+
"s_a_snapshot\030\004 \001(\010H\003\210\001\001\022\025\n\010location\030\005 \001(" +
|
|
5240
|
+
"\tH\004\210\001\001\022\024\n\007managed\030\006 \001(\010H\005\210\001\001\022\034\n\017metadata" +
|
|
5241
|
+
"_latest\030\007 \001(\010H\006\210\001\001\022\024\n\007missing\030\010 \001(\010H\007\210\001\001" +
|
|
5242
|
+
"\022\024\n\007on_boot\030\t \001(\tH\010\210\001\001\022!\n\024physical_utili" +
|
|
5243
|
+
"sation\030\n \001(\003H\t\210\001\001\022\026\n\tread_only\030\013 \001(\010H\n\210\001" +
|
|
5244
|
+
"\001\022\025\n\010sharable\030\014 \001(\010H\013\210\001\001\022\031\n\014storage_lock" +
|
|
5245
|
+
"\030\r \001(\010H\014\210\001\001\022\021\n\004tags\030\016 \001(\tH\r\210\001\001\022\021\n\004type\030\017" +
|
|
5246
|
+
" \001(\tH\016\210\001\001\022\031\n\014virtual_size\030\020 \001(\003H\017\210\001\001\022\026\n\t" +
|
|
5247
|
+
"host_uuid\030\021 \001(\tH\020\210\001\001\022\"\n\032virtual_block_de" +
|
|
5248
|
+
"vice_uuids\030\022 \003(\tB\007\n\005_nameB\016\n\014_descriptio" +
|
|
5249
|
+
"nB\020\n\016_allow_cachingB\020\n\016_is_a_snapshotB\013\n" +
|
|
5250
|
+
"\t_locationB\n\n\010_managedB\022\n\020_metadata_late" +
|
|
5251
|
+
"stB\n\n\010_missingB\n\n\010_on_bootB\027\n\025_physical_" +
|
|
5252
|
+
"utilisationB\014\n\n_read_onlyB\013\n\t_sharableB\017" +
|
|
5253
|
+
"\n\r_storage_lockB\007\n\005_tagsB\007\n\005_typeB\017\n\r_vi" +
|
|
5254
|
+
"rtual_sizeB\014\n\n_host_uuid\"\203\002\n\tCitrixPci\022\027" +
|
|
5255
|
+
"\n\nclass_name\030\001 \001(\tH\000\210\001\001\022\030\n\013device_name\030\002" +
|
|
5256
|
+
" \001(\tH\001\210\001\001\022\"\n\025subsystem_device_name\030\003 \001(\t" +
|
|
5257
|
+
"H\002\210\001\001\022\"\n\025subsystem_vendor_name\030\004 \001(\tH\003\210\001" +
|
|
5258
|
+
"\001\022\030\n\013vendor_name\030\005 \001(\tH\004\210\001\001B\r\n\013_class_na" +
|
|
5259
|
+
"meB\016\n\014_device_nameB\030\n\026_subsystem_device_" +
|
|
5260
|
+
"nameB\030\n\026_subsystem_vendor_nameB\016\n\014_vendo" +
|
|
5261
|
+
"r_name\"y\n\023CitrixHostExtraInfo\022\031\n\014info_ty" +
|
|
5262
|
+
"pe_id\030\001 \001(\005H\000\210\001\001\022\020\n\003key\030\002 \001(\tH\001\210\001\001\022\022\n\005va" +
|
|
5263
|
+
"lue\030\003 \001(\tH\002\210\001\001B\017\n\r_info_type_idB\006\n\004_keyB" +
|
|
5264
|
+
"\010\n\006_value\"\344\021\n\013CitrixGuest\022\021\n\004name\030\001 \001(\tH" +
|
|
5265
|
+
"\000\210\001\001\022\030\n\013description\030\002 \001(\tH\001\210\001\001\022\023\n\006memory" +
|
|
5266
|
+
"\030\003 \001(\003H\002\210\001\001\022\026\n\tcpu_count\030\004 \001(\003H\003\210\001\001\022\022\n\005s" +
|
|
5267
|
+
"tate\030\005 \001(\tH\004\210\001\001\022\021\n\004live\030\006 \001(\010H\005\210\001\001\0225\n\014la" +
|
|
5268
|
+
"st_updated\030\007 \001(\0132\032.google.protobuf.Times" +
|
|
5269
|
+
"tampH\006\210\001\001\022\034\n\017hvm_boot_policy\030\010 \001(\tH\007\210\001\001\022" +
|
|
5270
|
+
"\"\n\025hvm_shadow_multiplier\030\t \001(\001H\010\210\001\001\022\024\n\007p" +
|
|
5271
|
+
"ci_bus\030\n \001(\tH\t\210\001\001\022\031\n\014pv_arguments\030\013 \001(\tH" +
|
|
5272
|
+
"\n\210\001\001\022\032\n\rpv_bootloader\030\014 \001(\tH\013\210\001\001\022$\n\027pv_b" +
|
|
5273
|
+
"ootloader_arguments\030\r \001(\tH\014\210\001\001\022\026\n\tpv_ker" +
|
|
5274
|
+
"nel\030\016 \001(\tH\r\210\001\001\022 \n\023pv_legacy_arguments\030\017 " +
|
|
5275
|
+
"\001(\tH\016\210\001\001\022\027\n\npv_ramdisk\030\020 \001(\tH\017\210\001\001\022 \n\023act" +
|
|
5276
|
+
"ions_after_crash\030\021 \001(\tH\020\210\001\001\022!\n\024actions_a" +
|
|
5277
|
+
"fter_reboot\030\022 \001(\tH\021\210\001\001\022#\n\026actions_after_" +
|
|
5278
|
+
"shutdown\030\023 \001(\tH\022\210\001\001\022\032\n\rha_always_run\030\024 \001" +
|
|
5279
|
+
"(\010H\023\210\001\001\022 \n\023ha_restart_priority\030\025 \001(\tH\024\210\001" +
|
|
5280
|
+
"\001\022&\n\031hardware_platform_version\030\026 \001(\003H\025\210\001" +
|
|
5281
|
+
"\001\022\037\n\022last_booted_record\030\027 \001(\tH\026\210\001\001\022\037\n\022me" +
|
|
5282
|
+
"mory_dynamic_max\030\030 \001(\003H\027\210\001\001\022\037\n\022memory_dy" +
|
|
5283
|
+
"namic_min\030\031 \001(\003H\030\210\001\001\022\034\n\017memory_overhead\030" +
|
|
5284
|
+
"\032 \001(\003H\031\210\001\001\022\036\n\021memory_static_max\030\033 \001(\003H\032\210" +
|
|
5285
|
+
"\001\001\022\036\n\021memory_static_min\030\034 \001(\003H\033\210\001\001\022\032\n\rme" +
|
|
5286
|
+
"mory_target\030\035 \001(\003H\034\210\001\001\022\022\n\005order\030\036 \001(\003H\035\210" +
|
|
5287
|
+
"\001\001\022\030\n\013power_state\030\037 \001(\tH\036\210\001\001\022\033\n\016shutdown" +
|
|
5288
|
+
"_delay\030 \001(\003H\037\210\001\001\022\030\n\013start_delay\030! \001(\003H " +
|
|
5289
|
+
"\210\001\001\022\021\n\004tags\030\" \001(\tH!\210\001\001\022\031\n\014user_version\030#" +
|
|
5290
|
+
" \001(\003H\"\210\001\001\022\024\n\007version\030$ \001(\003H#\210\001\001\0225\n\014insta" +
|
|
5291
|
+
"ll_time\030% \001(\0132\032.google.protobuf.Timestam" +
|
|
5292
|
+
"pH$\210\001\001\0223\n\nstart_time\030& \001(\0132\032.google.prot" +
|
|
5293
|
+
"obuf.TimestampH%\210\001\001\022\026\n\thost_uuid\030\' \001(\tH&" +
|
|
5294
|
+
"\210\001\001\022\027\n\nguest_uuid\030( \001(\tH\'\210\001\001\022Q\n\022virtual_" +
|
|
5295
|
+
"interfaces\030) \003(\01325.com.lansweeper.dp.out" +
|
|
5296
|
+
"bound.v1.CitrixVirtualInterface\022H\n\013extra" +
|
|
5297
|
+
"_infos\030* \003(\01323.com.lansweeper.dp.outboun" +
|
|
5298
|
+
"d.v1.CitrixGuestExtraInfo\022V\n\025virtual_blo" +
|
|
5299
|
+
"ck_devices\030+ \003(\01327.com.lansweeper.dp.out" +
|
|
5300
|
+
"bound.v1.CitrixVirtualBlockDevice\022\030\n\020cit" +
|
|
5301
|
+
"rix_host_uuid\030, \001(\t\022\030\n\020citrix_pool_uuid\030" +
|
|
5302
|
+
"- \001(\t\022\031\n\014appliance_id\030. \001(\tH(\210\001\001B\007\n\005_nam" +
|
|
5303
|
+
"eB\016\n\014_descriptionB\t\n\007_memoryB\014\n\n_cpu_cou" +
|
|
5304
|
+
"ntB\010\n\006_stateB\007\n\005_liveB\017\n\r_last_updatedB\022" +
|
|
5305
|
+
"\n\020_hvm_boot_policyB\030\n\026_hvm_shadow_multip" +
|
|
5306
|
+
"lierB\n\n\010_pci_busB\017\n\r_pv_argumentsB\020\n\016_pv" +
|
|
5307
|
+
"_bootloaderB\032\n\030_pv_bootloader_argumentsB" +
|
|
5308
|
+
"\014\n\n_pv_kernelB\026\n\024_pv_legacy_argumentsB\r\n" +
|
|
5309
|
+
"\013_pv_ramdiskB\026\n\024_actions_after_crashB\027\n\025" +
|
|
5310
|
+
"_actions_after_rebootB\031\n\027_actions_after_" +
|
|
5311
|
+
"shutdownB\020\n\016_ha_always_runB\026\n\024_ha_restar" +
|
|
5312
|
+
"t_priorityB\034\n\032_hardware_platform_version" +
|
|
5313
|
+
"B\025\n\023_last_booted_recordB\025\n\023_memory_dynam" +
|
|
5314
|
+
"ic_maxB\025\n\023_memory_dynamic_minB\022\n\020_memory" +
|
|
5315
|
+
"_overheadB\024\n\022_memory_static_maxB\024\n\022_memo" +
|
|
5316
|
+
"ry_static_minB\020\n\016_memory_targetB\010\n\006_orde" +
|
|
5317
|
+
"rB\016\n\014_power_stateB\021\n\017_shutdown_delayB\016\n\014" +
|
|
5318
|
+
"_start_delayB\007\n\005_tagsB\017\n\r_user_versionB\n" +
|
|
5319
|
+
"\n\010_versionB\017\n\r_install_timeB\r\n\013_start_ti" +
|
|
5320
|
+
"meB\014\n\n_host_uuidB\r\n\013_guest_uuidB\017\n\r_appl" +
|
|
5321
|
+
"iance_id\"z\n\024CitrixGuestExtraInfo\022\031\n\014info" +
|
|
5322
|
+
"_type_id\030\001 \001(\005H\000\210\001\001\022\020\n\003key\030\002 \001(\tH\001\210\001\001\022\022\n" +
|
|
5323
|
+
"\005value\030\003 \001(\tH\002\210\001\001B\017\n\r_info_type_idB\006\n\004_k" +
|
|
5324
|
+
"eyB\010\n\006_value\"\204\006\n\030CitrixVirtualBlockDevic" +
|
|
5325
|
+
"e\022\025\n\010bootable\030\001 \001(\010H\000\210\001\001\022\037\n\022currently_at" +
|
|
5326
|
+
"tached\030\002 \001(\010H\001\210\001\001\022\023\n\006device\030\003 \001(\tH\002\210\001\001\022\022" +
|
|
5327
|
+
"\n\005empty\030\004 \001(\010H\003\210\001\001\022\021\n\004mode\030\005 \001(\tH\004\210\001\001\022%\n" +
|
|
5328
|
+
"\030qos_algorithm_parameters\030\006 \001(\tH\005\210\001\001\022\037\n\022" +
|
|
5329
|
+
"qos_algorithm_type\030\007 \001(\tH\006\210\001\001\022%\n\030qos_sup" +
|
|
5330
|
+
"ported_algorithms\030\010 \001(\tH\007\210\001\001\022\037\n\022runtime_" +
|
|
5331
|
+
"properties\030\t \001(\tH\010\210\001\001\022\030\n\013status_code\030\n \001" +
|
|
5332
|
+
"(\003H\t\210\001\001\022\033\n\016status_details\030\013 \001(\tH\n\210\001\001\022\031\n\014" +
|
|
5333
|
+
"storage_lock\030\014 \001(\010H\013\210\001\001\022\021\n\004type\030\r \001(\tH\014\210" +
|
|
5334
|
+
"\001\001\022\030\n\013unpluggable\030\016 \001(\010H\r\210\001\001\022\030\n\013user_dev" +
|
|
5335
|
+
"ice\030\017 \001(\tH\016\210\001\001\022&\n\031virtual_block_device_u" +
|
|
5336
|
+
"uid\030\020 \001(\tH\017\210\001\001B\013\n\t_bootableB\025\n\023_currentl" +
|
|
5337
|
+
"y_attachedB\t\n\007_deviceB\010\n\006_emptyB\007\n\005_mode" +
|
|
5338
|
+
"B\033\n\031_qos_algorithm_parametersB\025\n\023_qos_al" +
|
|
5339
|
+
"gorithm_typeB\033\n\031_qos_supported_algorithm" +
|
|
5340
|
+
"sB\025\n\023_runtime_propertiesB\016\n\014_status_code" +
|
|
5341
|
+
"B\021\n\017_status_detailsB\017\n\r_storage_lockB\007\n\005" +
|
|
5342
|
+
"_typeB\016\n\014_unpluggableB\016\n\014_user_deviceB\034\n" +
|
|
5343
|
+
"\032_virtual_block_device_uuid\"\257\t\n\027CitrixPh" +
|
|
5344
|
+
"ysicalInterface\022\030\n\013device_name\030\001 \001(\tH\000\210\001" +
|
|
5345
|
+
"\001\022\020\n\003mac\030\002 \001(\tH\001\210\001\001\022\020\n\003mtu\030\003 \001(\003H\002\210\001\001\022\020\n" +
|
|
5346
|
+
"\003dns\030\004 \001(\tH\003\210\001\001\022\017\n\002ip\030\005 \001(\tH\004\210\001\001\022\024\n\007netm" +
|
|
5347
|
+
"ask\030\006 \001(\tH\005\210\001\001\022\024\n\007gateway\030\007 \001(\tH\006\210\001\001\022\023\n\006" +
|
|
5348
|
+
"vendor\030\010 \001(\tH\007\210\001\001\022\022\n\005speed\030\t \001(\003H\010\210\001\001\0225\n" +
|
|
5349
|
+
"\014last_updated\030\n \001(\0132\032.google.protobuf.Ti" +
|
|
5350
|
+
"mestampH\t\210\001\001\022\037\n\022currently_attached\030\013 \001(\010" +
|
|
5351
|
+
"H\n\210\001\001\022\034\n\017disallow_unplug\030\014 \001(\010H\013\210\001\001\022\022\n\005i" +
|
|
5352
|
+
"p_v6\030\r \001(\tH\014\210\001\001\022\023\n\006device\030\016 \001(\tH\r\210\001\001\022\"\n\025" +
|
|
5353
|
+
"ip_configuration_mode\030\017 \001(\tH\016\210\001\001\022%\n\030ip_v" +
|
|
5354
|
+
"6_configuration_mode\030\020 \001(\tH\017\210\001\001\022\032\n\rip_v6" +
|
|
5355
|
+
"_gateway\030\021 \001(\tH\020\210\001\001\022\024\n\007managed\030\022 \001(\010H\021\210\001" +
|
|
5356
|
+
"\001\022\027\n\nmanagement\030\023 \001(\010H\022\210\001\001\022\025\n\010physical\030\024" +
|
|
5357
|
+
" \001(\010H\023\210\001\001\022!\n\024primary_address_type\030\025 \001(\tH" +
|
|
5358
|
+
"\024\210\001\001\022\024\n\007carrier\030\026 \001(\010H\025\210\001\001\022\023\n\006duplex\030\027 \001" +
|
|
5359
|
+
"(\010H\026\210\001\001\022\026\n\tdevice_id\030\030 \001(\tH\027\210\001\001\022\031\n\014pci_b" +
|
|
5360
|
+
"us_path\030\031 \001(\tH\030\210\001\001\022\026\n\tvendor_id\030\032 \001(\tH\031\210" +
|
|
5361
|
+
"\001\001\022\030\n\013vendor_name\030\033 \001(\tH\032\210\001\001\022\026\n\thost_uui" +
|
|
5362
|
+
"d\030\034 \001(\tH\033\210\001\001\022\033\n\016interface_uuid\030\035 \001(\tH\034\210\001" +
|
|
5363
|
+
"\001B\016\n\014_device_nameB\006\n\004_macB\006\n\004_mtuB\006\n\004_dn" +
|
|
5364
|
+
"sB\005\n\003_ipB\n\n\010_netmaskB\n\n\010_gatewayB\t\n\007_ven" +
|
|
5365
|
+
"dorB\010\n\006_speedB\017\n\r_last_updatedB\025\n\023_curre" +
|
|
5366
|
+
"ntly_attachedB\022\n\020_disallow_unplugB\010\n\006_ip" +
|
|
5367
|
+
"_v6B\t\n\007_deviceB\030\n\026_ip_configuration_mode" +
|
|
5368
|
+
"B\033\n\031_ip_v6_configuration_modeB\020\n\016_ip_v6_" +
|
|
5369
|
+
"gatewayB\n\n\010_managedB\r\n\013_managementB\013\n\t_p" +
|
|
5370
|
+
"hysicalB\027\n\025_primary_address_typeB\n\n\010_car" +
|
|
5371
|
+
"rierB\t\n\007_duplexB\014\n\n_device_idB\017\n\r_pci_bu" +
|
|
5372
|
+
"s_pathB\014\n\n_vendor_idB\016\n\014_vendor_nameB\014\n\n" +
|
|
5373
|
+
"_host_uuidB\021\n\017_interface_uuid\"_\n\035CitrixV" +
|
|
5374
|
+
"irtualInterfaceAddress\022\027\n\nip_version\030\001 \001" +
|
|
5375
|
+
"(\rH\000\210\001\001\022\017\n\002ip\030\002 \001(\tH\001\210\001\001B\r\n\013_ip_versionB" +
|
|
5376
|
+
"\005\n\003_ip\"\221\005\n\026CitrixVirtualInterface\022\023\n\006dev" +
|
|
5377
|
+
"ice\030\001 \001(\tH\000\210\001\001\022\020\n\003mac\030\002 \001(\tH\001\210\001\001\022\037\n\022mac_" +
|
|
5378
|
+
"auto_generated\030\003 \001(\010H\002\210\001\001\022\020\n\003mtu\030\004 \001(\003H\003" +
|
|
5379
|
+
"\210\001\001\022\030\n\013status_code\030\005 \001(\003H\004\210\001\001\022\033\n\016status_" +
|
|
5380
|
+
"details\030\006 \001(\tH\005\210\001\001\022\037\n\022currently_attached" +
|
|
5381
|
+
"\030\007 \001(\010H\006\210\001\001\022\037\n\022qos_algorithm_type\030\010 \001(\tH" +
|
|
5382
|
+
"\007\210\001\001\022\033\n\016qos_algorithms\030\t \001(\tH\010\210\001\001\022\031\n\014loc" +
|
|
5383
|
+
"king_mode\030\n \001(\tH\t\210\001\001\022\026\n\thost_uuid\030\013 \001(\tH" +
|
|
5384
|
+
"\n\210\001\001\022\023\n\006vm_ref\030\014 \001(\tH\013\210\001\001\022\033\n\016interface_u" +
|
|
5385
|
+
"uid\030\r \001(\tH\014\210\001\001\022O\n\taddresses\030\016 \003(\0132<.com." +
|
|
5386
|
+
"lansweeper.dp.outbound.v1.CitrixVirtualI" +
|
|
5387
|
+
"nterfaceAddressB\t\n\007_deviceB\006\n\004_macB\025\n\023_m" +
|
|
5388
|
+
"ac_auto_generatedB\006\n\004_mtuB\016\n\014_status_cod" +
|
|
5389
|
+
"eB\021\n\017_status_detailsB\025\n\023_currently_attac" +
|
|
5390
|
+
"hedB\025\n\023_qos_algorithm_typeB\021\n\017_qos_algor" +
|
|
5391
|
+
"ithmsB\017\n\r_locking_modeB\014\n\n_host_uuidB\t\n\007" +
|
|
5392
|
+
"_vm_refB\021\n\017_interface_uuid\"\200\003\n\020IpLocatio" +
|
|
5393
|
+
"nConfig\022\014\n\004name\030\001 \001(\t\022\032\n\rlocal_ip_cidr\030\002" +
|
|
5394
|
+
" \001(\tH\000\210\001\001\022\033\n\016local_ip_start\030\003 \001(\tH\001\210\001\001\022\031" +
|
|
5395
|
+
"\n\014local_ip_end\030\004 \001(\tH\002\210\001\001\022\026\n\tsource_id\030\005" +
|
|
5396
|
+
" \001(\tH\003\210\001\001\022\035\n\020internet_ip_cidr\030\006 \001(\tH\004\210\001\001" +
|
|
5397
|
+
"\022\"\n\025internet_country_code\030\007 \001(\tH\005\210\001\001\022\"\n\025" +
|
|
5398
|
+
"internet_country_city\030\010 \001(\tH\006\210\001\001B\020\n\016_loc" +
|
|
5399
|
+
"al_ip_cidrB\021\n\017_local_ip_startB\017\n\r_local_" +
|
|
5400
|
+
"ip_endB\014\n\n_source_idB\023\n\021_internet_ip_cid" +
|
|
5401
|
+
"rB\030\n\026_internet_country_codeB\030\n\026_internet" +
|
|
5402
|
+
"_country_city\"\032\n\007SiteKey\022\017\n\007site_id\030\001 \001(" +
|
|
5403
|
+
"\t\"M\n\014ReconRuleSet\022=\n\013recon_rules\030\001 \003(\0132(" +
|
|
5404
|
+
".com.lansweeper.dp.outbound.v1.ReconRule" +
|
|
5405
|
+
"\"\211\001\n\tReconRule\0226\n\002id\030\001 \001(\0162*.com.lanswee" +
|
|
5406
|
+
"per.dp.outbound.v1.ReconRuleId\022\014\n\004name\030\002" +
|
|
5407
|
+
" \001(\t\022\023\n\013description\030\003 \001(\t\022\020\n\010priority\030\004 " +
|
|
5408
|
+
"\001(\005\022\017\n\007enabled\030\005 \001(\010\"\246\010\n\025Office365Organi" +
|
|
5409
|
+
"zation\022\021\n\ttenant_id\030\001 \001(\t\022\030\n\013displayname" +
|
|
5410
|
+
"\030\002 \001(\tH\000\210\001\001\022\024\n\007country\030\003 \001(\tH\001\210\001\001\022\021\n\004cit" +
|
|
5411
|
+
"y\030\004 \001(\tH\002\210\001\001\022\031\n\014country_name\030\005 \001(\tH\003\210\001\001\022" +
|
|
5412
|
+
"\030\n\013postal_code\030\006 \001(\tH\004\210\001\001\022\022\n\005state\030\007 \001(\t" +
|
|
5413
|
+
"H\005\210\001\001\022\023\n\006street\030\010 \001(\tH\006\210\001\001\022\035\n\020telephone_" +
|
|
5414
|
+
"number\030\t \001(\tH\007\210\001\001\022C\n\032company_last_dir_sy" +
|
|
5415
|
+
"nc_time\030\n \001(\0132\032.google.protobuf.Timestam" +
|
|
5416
|
+
"pH\010\210\001\001\022\035\n\020dir_sync_enabled\030\013 \001(\010H\t\210\001\001\022?\n" +
|
|
5417
|
+
"\007domains\030\014 \003(\0132..com.lansweeper.dp.outbo" +
|
|
5418
|
+
"und.v1.Office365Domain\022A\n\010licenses\030\017 \003(\013" +
|
|
5419
|
+
"2/.com.lansweeper.dp.outbound.v1.Office3" +
|
|
5420
|
+
"65License\022c\n\016assigned_plans\030\020 \003(\0132G.com." +
|
|
5421
|
+
"lansweeper.dp.outbound.v1.Office365Organ" +
|
|
5422
|
+
"ization.AssignedPlansEntryB\002\030\001\022A\n\010contac" +
|
|
5423
|
+
"ts\030\021 \003(\0132/.com.lansweeper.dp.outbound.v1" +
|
|
5424
|
+
".Office365Contact\022B\n\tmailboxes\030\022 \003(\0132/.c" +
|
|
5425
|
+
"om.lansweeper.dp.outbound.v1.Office365Ma" +
|
|
5426
|
+
"ilbox\022V\n\021assigned_licenses\030\023 \003(\01327.com.l" +
|
|
5427
|
+
"answeeper.dp.outbound.v1.Office365Assign" +
|
|
5428
|
+
"edLicenseB\002\030\001\032j\n\022AssignedPlansEntry\022\013\n\003k" +
|
|
5429
|
+
"ey\030\001 \001(\t\022C\n\005value\030\002 \001(\01324.com.lansweeper" +
|
|
5430
|
+
".dp.outbound.v1.Office365AssignedPlan:\0028" +
|
|
5431
|
+
"\001B\016\n\014_displaynameB\n\n\010_countryB\007\n\005_cityB\017" +
|
|
5432
|
+
"\n\r_country_nameB\016\n\014_postal_codeB\010\n\006_stat" +
|
|
5433
|
+
"eB\t\n\007_streetB\023\n\021_telephone_numberB\035\n\033_co" +
|
|
5434
|
+
"mpany_last_dir_sync_timeB\023\n\021_dir_sync_en" +
|
|
5435
|
+
"abled\"\274\002\n\020Office365Mailbox\022\027\n\017o365_mailb" +
|
|
5436
|
+
"ox_id\030\001 \001(\t\022\034\n\024o365_organization_id\030\002 \001(" +
|
|
5437
|
+
"\t\022\024\n\014display_name\030\003 \001(\t\022\025\n\rprimary_email" +
|
|
5438
|
+
"\030\004 \001(\t\022\025\n\remail_address\030\005 \001(\t\022\r\n\005alias\030\006" +
|
|
5439
|
+
" \001(\t\022\026\n\016recipient_type\030\007 \001(\t\022\036\n\026recipien" +
|
|
5440
|
+
"t_type_details\030\010 \001(\t\022\033\n\023user_principal_n" +
|
|
5441
|
+
"ame\030\t \001(\t\022\020\n\010identity\030\n \001(\t\022\030\n\020o365_mail" +
|
|
5442
|
+
"box_key\030\013 \001(\t\022\035\n\025o365_organization_key\030\014" +
|
|
5443
|
+
" \001(\t\"\236\003\n\025Office365AssignedPlan\022\027\n\017servic" +
|
|
5444
|
+
"e_plan_id\030\001 \001(\t\022\024\n\007service\030\002 \001(\tH\000\210\001\001\022\036\n" +
|
|
5445
|
+
"\021capability_status\030\003 \001(\tH\001\210\001\001\022<\n\023assigne" +
|
|
5446
|
+
"d_time_stamp\030\004 \001(\0132\032.google.protobuf.Tim" +
|
|
5447
|
+
"estampH\002\210\001\001\022W\n\nusers_keys\030\005 \003(\0132C.com.la" +
|
|
5448
|
+
"nsweeper.dp.outbound.v1.Office365Assigne" +
|
|
5449
|
+
"dPlan.UsersKeysEntry\022\035\n\025o365_assigned_pl" +
|
|
5450
|
+
"an_id\030\006 \001(\t\022\024\n\014o365_user_id\030\010 \001(\t\0320\n\016Use" +
|
|
5451
|
+
"rsKeysEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:" +
|
|
5452
|
+
"\0028\001B\n\n\010_serviceB\024\n\022_capability_statusB\026\n" +
|
|
5453
|
+
"\024_assigned_time_stamp\"\250\001\n\030Office365Assig" +
|
|
5454
|
+
"nedLicense\022 \n\030o365_assigned_license_id\030\001" +
|
|
5455
|
+
" \001(\t\022\027\n\017o365_license_id\030\002 \001(\t\022\024\n\014o365_us" +
|
|
5456
|
+
"er_id\030\003 \001(\t\022!\n\031o365_assigned_license_key" +
|
|
5457
|
+
"\030\004 \001(\t\022\030\n\020o365_license_key\030\005 \001(\t\"Z\n\020Offi" +
|
|
5458
|
+
"ce365Contact\022\031\n\014display_name\030\001 \001(\tH\000\210\001\001\022" +
|
|
5459
|
+
"\021\n\004mail\030\002 \001(\tH\001\210\001\001B\017\n\r_display_nameB\007\n\005_" +
|
|
5460
|
+
"mail\"\223\004\n\017Office365Domain\022\n\n\002id\030\001 \001(\005\022\034\n\017" +
|
|
5461
|
+
"organization_id\030\002 \001(\005H\000\210\001\001\022\030\n\013domain_nam" +
|
|
5462
|
+
"e\030\003 \001(\tH\001\210\001\001\022 \n\023authentication_type\030\004 \001(" +
|
|
5463
|
+
"\tH\002\210\001\001\022\035\n\020is_admin_managed\030\005 \001(\010H\003\210\001\001\022\027\n" +
|
|
5464
|
+
"\nis_default\030\006 \001(\010H\004\210\001\001\022\027\n\nis_initial\030\007 \001" +
|
|
5465
|
+
"(\010H\005\210\001\001\022\024\n\007is_root\030\010 \001(\010H\006\210\001\001\022\030\n\013is_veri" +
|
|
5466
|
+
"fied\030\t \001(\010H\007\210\001\001\022\037\n\022supported_services\030\n " +
|
|
5467
|
+
"\001(\tH\010\210\001\001\022\022\n\005state\030\013 \001(\tH\t\210\001\001\022 \n\023availabi" +
|
|
5468
|
+
"lity_status\030\014 \001(\tH\n\210\001\001B\022\n\020_organization_" +
|
|
5469
|
+
"idB\016\n\014_domain_nameB\026\n\024_authentication_ty" +
|
|
5470
|
+
"peB\023\n\021_is_admin_managedB\r\n\013_is_defaultB\r" +
|
|
5471
|
+
"\n\013_is_initialB\n\n\010_is_rootB\016\n\014_is_verifie" +
|
|
5472
|
+
"dB\025\n\023_supported_servicesB\010\n\006_stateB\026\n\024_a" +
|
|
5473
|
+
"vailability_status\"\263\003\n\016Office365Group\022\021\n" +
|
|
5474
|
+
"\tobject_id\030\001 \001(\t\022\031\n\014display_name\030\002 \001(\tH\000" +
|
|
5475
|
+
"\210\001\001\022\030\n\013description\030\003 \001(\tH\001\210\001\001\022\031\n\014mail_en" +
|
|
5476
|
+
"abled\030\004 \001(\010H\002\210\001\001\022\035\n\020security_enabled\030\005 \001" +
|
|
5477
|
+
"(\010H\003\210\001\001\022\021\n\004mail\030\006 \001(\tH\004\210\001\001\022\032\n\rmail_nickn" +
|
|
5478
|
+
"ame\030\007 \001(\tH\005\210\001\001\022\034\n\017proxy_addresses\030\010 \001(\tH" +
|
|
5479
|
+
"\006\210\001\001\022$\n\027organization_entity_key\030\t \001(\tH\007\210" +
|
|
5480
|
+
"\001\001\022\021\n\004type\030\n \001(\tH\010\210\001\001B\017\n\r_display_nameB\016" +
|
|
5481
|
+
"\n\014_descriptionB\017\n\r_mail_enabledB\023\n\021_secu" +
|
|
5482
|
+
"rity_enabledB\007\n\005_mailB\020\n\016_mail_nicknameB" +
|
|
5483
|
+
"\022\n\020_proxy_addressesB\032\n\030_organization_ent" +
|
|
5484
|
+
"ity_keyB\007\n\005_type\"\216\005\n\020Office365License\022\016\n" +
|
|
5485
|
+
"\006sku_id\030\001 \001(\t\022\033\n\016consumed_units\030\002 \001(\005H\000\210" +
|
|
5486
|
+
"\001\001\022\"\n\025prepaid_units_enabled\030\003 \001(\005H\001\210\001\001\022$" +
|
|
5487
|
+
"\n\027prepaid_units_suspended\030\004 \001(\005H\002\210\001\001\022\"\n\025" +
|
|
5488
|
+
"prepaid_units_warning\030\005 \001(\005H\003\210\001\001\022\034\n\017sku_" +
|
|
5489
|
+
"part_number\030\006 \001(\tH\004\210\001\001\022\027\n\napplies_to\030\007 \001" +
|
|
5490
|
+
"(\tH\005\210\001\001\022\036\n\021capability_status\030\010 \001(\tH\006\210\001\001\022" +
|
|
5491
|
+
"R\n\nusers_keys\030\t \003(\0132>.com.lansweeper.dp." +
|
|
5492
|
+
"outbound.v1.Office365License.UsersKeysEn" +
|
|
5493
|
+
"try\022J\n\rservice_plans\030\n \003(\01323.com.lanswee" +
|
|
5494
|
+
"per.dp.outbound.v1.Office365ServicePlan\022" +
|
|
5495
|
+
"\021\n\004name\030\013 \001(\tH\007\210\001\001\0320\n\016UsersKeysEntry\022\013\n\003" +
|
|
5496
|
+
"key\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001B\021\n\017_consume" +
|
|
5497
|
+
"d_unitsB\030\n\026_prepaid_units_enabledB\032\n\030_pr" +
|
|
5498
|
+
"epaid_units_suspendedB\030\n\026_prepaid_units_" +
|
|
5499
|
+
"warningB\022\n\020_sku_part_numberB\r\n\013_applies_" +
|
|
5500
|
+
"toB\024\n\022_capability_statusB\007\n\005_name\"\340\001\n\024Of" +
|
|
5501
|
+
"fice365ServicePlan\022\034\n\017service_plan_id\030\001 " +
|
|
5502
|
+
"\001(\tH\000\210\001\001\022\036\n\021service_plan_name\030\002 \001(\tH\001\210\001\001" +
|
|
5503
|
+
"\022 \n\023provisioning_status\030\003 \001(\tH\002\210\001\001\022\027\n\nap" +
|
|
5504
|
+
"plies_to\030\004 \001(\tH\003\210\001\001B\022\n\020_service_plan_idB" +
|
|
5505
|
+
"\024\n\022_service_plan_nameB\026\n\024_provisioning_s" +
|
|
5506
|
+
"tatusB\r\n\013_applies_to\"\222\023\n\rOffice365User\022\021" +
|
|
5507
|
+
"\n\tobject_id\030\001 \001(\t\022 \n\023user_principal_name" +
|
|
5508
|
+
"\030\002 \001(\tH\000\210\001\001\022\031\n\014display_name\030\003 \001(\tH\001\210\001\001\022\021" +
|
|
5509
|
+
"\n\004mail\030\004 \001(\tH\002\210\001\001\022\034\n\017account_enabled\030\005 \001" +
|
|
5510
|
+
"(\010H\003\210\001\001\022\026\n\tage_group\030\006 \001(\tH\004\210\001\001\022\021\n\004city\030" +
|
|
5511
|
+
"\007 \001(\tH\005\210\001\001\022\024\n\007company\030\010 \001(\tH\006\210\001\001\022\'\n\032cons" +
|
|
5512
|
+
"ent_provided_for_minor\030\t \001(\tH\007\210\001\001\022\032\n\rcre" +
|
|
5513
|
+
"ation_type\030\n \001(\tH\010\210\001\001\022\027\n\ndepartment\030\013 \001(" +
|
|
5514
|
+
"\tH\t\210\001\001\022\035\n\020dir_sync_enabled\030\014 \001(\010H\n\210\001\001\022\'\n" +
|
|
5515
|
+
"\032facsimile_telephone_number\030\r \001(\tH\013\210\001\001\022\027" +
|
|
5516
|
+
"\n\ngiven_name\030\016 \001(\tH\014\210\001\001\022\031\n\014immutable_id\030" +
|
|
5517
|
+
"\017 \001(\tH\r\210\001\001\022$\n\027is_global_administrator\030\020 " +
|
|
5518
|
+
"\001(\010H\016\210\001\001\022\030\n\013is_licensed\030\021 \001(\010H\017\210\001\001\022\026\n\tjo" +
|
|
5519
|
+
"b_title\030\022 \001(\tH\020\210\001\001\022;\n\022last_dir_sync_time" +
|
|
5520
|
+
"\030\023 \001(\0132\032.google.protobuf.TimestampH\021\210\001\001\022" +
|
|
5521
|
+
"+\n\036legal_age_group_classification\030\024 \001(\tH" +
|
|
5522
|
+
"\022\210\001\001\022\033\n\016mail_nick_name\030\025 \001(\tH\023\210\001\001\022\023\n\006mob" +
|
|
5523
|
+
"ile\030\026 \001(\tH\024\210\001\001\022,\n\037on_premises_security_i" +
|
|
5524
|
+
"dentifier\030\027 \001(\tH\025\210\001\001\022\030\n\013other_mails\030\030 \001(" +
|
|
5525
|
+
"\tH\026\210\001\001\022\036\n\021password_policies\030\031 \001(\tH\027\210\001\001\022\035" +
|
|
5526
|
+
"\n\020password_profile\030\032 \001(\tH\030\210\001\001\022*\n\035physica" +
|
|
5527
|
+
"l_delivery_office_name\030\033 \001(\tH\031\210\001\001\022\030\n\013pos" +
|
|
5528
|
+
"tal_code\030\034 \001(\tH\032\210\001\001\022\037\n\022preferred_languag" +
|
|
5529
|
+
"e\030\036 \001(\tH\033\210\001\001\022L\n#refresh_tokens_valid_fro" +
|
|
5530
|
+
"m_date_time\030\037 \001(\0132\032.google.protobuf.Time" +
|
|
5531
|
+
"stampH\034\210\001\001\022\022\n\005state\030 \001(\tH\035\210\001\001\022\023\n\006street" +
|
|
5532
|
+
"\030! \001(\tH\036\210\001\001\022\035\n\020telephone_number\030\" \001(\tH\037\210" +
|
|
5533
|
+
"\001\001\022\033\n\016usage_location\030# \001(\tH \210\001\001\022\026\n\tuser_" +
|
|
5534
|
+
"type\030$ \001(\tH!\210\001\001\022\030\n\013manager_upn\030% \001(\tH\"\210\001" +
|
|
5535
|
+
"\001\022\037\n\022distinguished_name\030& \001(\tH#\210\001\001\022)\n\034re" +
|
|
5536
|
+
"set_password_on_next_logon\030\' \001(\010H$\210\001\001\022\021\n" +
|
|
5537
|
+
"\004name\030( \001(\tH%\210\001\001\022$\n\027organization_entity_" +
|
|
5538
|
+
"key\030) \001(\tH&\210\001\001\022O\n\ngroup_keys\030* \003(\0132;.com" +
|
|
5539
|
+
".lansweeper.dp.outbound.v1.Office365User" +
|
|
5540
|
+
".GroupKeysEntry\022\021\n\004type\030+ \001(\tH\'\210\001\001\022\023\n\006do" +
|
|
5541
|
+
"main\030, \001(\tH(\210\001\001\022W\n\016assigned_plans\030- \003(\0132" +
|
|
5542
|
+
"?.com.lansweeper.dp.outbound.v1.Office36" +
|
|
5543
|
+
"5User.AssignedPlansEntry\0320\n\016GroupKeysEnt" +
|
|
5544
|
+
"ry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001\032j\n\022As" +
|
|
5545
|
+
"signedPlansEntry\022\013\n\003key\030\001 \001(\t\022C\n\005value\030\002" +
|
|
5546
|
+
" \001(\01324.com.lansweeper.dp.outbound.v1.Off" +
|
|
5547
|
+
"ice365AssignedPlan:\0028\001B\026\n\024_user_principa" +
|
|
5548
|
+
"l_nameB\017\n\r_display_nameB\007\n\005_mailB\022\n\020_acc" +
|
|
5549
|
+
"ount_enabledB\014\n\n_age_groupB\007\n\005_cityB\n\n\010_" +
|
|
5550
|
+
"companyB\035\n\033_consent_provided_for_minorB\020" +
|
|
5551
|
+
"\n\016_creation_typeB\r\n\013_departmentB\023\n\021_dir_" +
|
|
5552
|
+
"sync_enabledB\035\n\033_facsimile_telephone_num" +
|
|
5553
|
+
"berB\r\n\013_given_nameB\017\n\r_immutable_idB\032\n\030_" +
|
|
5554
|
+
"is_global_administratorB\016\n\014_is_licensedB" +
|
|
5555
|
+
"\014\n\n_job_titleB\025\n\023_last_dir_sync_timeB!\n\037" +
|
|
5556
|
+
"_legal_age_group_classificationB\021\n\017_mail" +
|
|
5557
|
+
"_nick_nameB\t\n\007_mobileB\"\n _on_premises_se" +
|
|
5558
|
+
"curity_identifierB\016\n\014_other_mailsB\024\n\022_pa" +
|
|
5559
|
+
"ssword_policiesB\023\n\021_password_profileB \n\036" +
|
|
5560
|
+
"_physical_delivery_office_nameB\016\n\014_posta" +
|
|
5561
|
+
"l_codeB\025\n\023_preferred_languageB&\n$_refres" +
|
|
5562
|
+
"h_tokens_valid_from_date_timeB\010\n\006_stateB" +
|
|
5563
|
+
"\t\n\007_streetB\023\n\021_telephone_numberB\021\n\017_usag" +
|
|
5564
|
+
"e_locationB\014\n\n_user_typeB\016\n\014_manager_upn" +
|
|
5565
|
+
"B\025\n\023_distinguished_nameB\037\n\035_reset_passwo" +
|
|
5566
|
+
"rd_on_next_logonB\007\n\005_nameB\032\n\030_organizati" +
|
|
5567
|
+
"on_entity_keyB\007\n\005_typeB\t\n\007_domain*a\n\013Rec" +
|
|
5568
|
+
"onRuleId\022\024\n\020RECONCILE_BY_MAC\020\000\022\"\n\036RECONC" +
|
|
5569
|
+
"ILE_BY_MAKE_MODEL_SERIAL\020\001\022\030\n\024RECONCILE_" +
|
|
5570
|
+
"BY_NETBIOS\020\0022\244\005\n\027DataCoreOutboundService" +
|
|
5571
|
+
"\022p\n\tGetEntity\022/.com.lansweeper.dp.outbou" +
|
|
5572
|
+
"nd.v1.GetEntityRequest\0320.com.lansweeper." +
|
|
5573
|
+
"dp.outbound.v1.GetEntityResponse\"\000\022w\n\014Li" +
|
|
5574
|
+
"stEntities\0220.com.lansweeper.dp.outbound." +
|
|
5575
|
+
"v1.ListEntityRequest\0321.com.lansweeper.dp" +
|
|
5576
|
+
".outbound.v1.ListEntityResponse\"\0000\001\022|\n\rC" +
|
|
5577
|
+
"atalogLookup\0223.com.lansweeper.dp.outboun" +
|
|
5578
|
+
"d.v1.CatalogLookupRequest\0324.com.lansweep" +
|
|
5579
|
+
"er.dp.outbound.v1.CatalogLookupResponse\"" +
|
|
5580
|
+
"\000\022\216\001\n\023GetIpLocationConfig\0229.com.lansweep" +
|
|
5581
|
+
"er.dp.outbound.v1.GetIpLocationConfigReq" +
|
|
5582
|
+
"uest\032:.com.lansweeper.dp.outbound.v1.Get" +
|
|
5583
|
+
"IpLocationConfigResponse\"\000\022\216\001\n\023SetIpLoca" +
|
|
5584
|
+
"tionConfig\0229.com.lansweeper.dp.outbound." +
|
|
5585
|
+
"v1.SetIpLocationConfigRequest\032:.com.lans" +
|
|
5586
|
+
"weeper.dp.outbound.v1.SetIpLocationConfi" +
|
|
5587
|
+
"gResponse\"\0002\331\t\n\031DataCoreBackofficeServic" +
|
|
5588
|
+
"e\022\\\n\014CreateEntity\022%.com.lansweeper.dp.ou" +
|
|
5589
|
+
"tbound.v1.Entity\032%.com.lansweeper.dp.out" +
|
|
5590
|
+
"bound.v1.Entity\022\\\n\010GetAsset\022).com.lanswe" +
|
|
5591
|
+
"eper.dp.outbound.v1.EntityPath\032%.com.lan" +
|
|
5592
|
+
"sweeper.dp.outbound.v1.Entity\022[\n\013UpdateA" +
|
|
5593
|
+
"sset\022%.com.lansweeper.dp.outbound.v1.Ent" +
|
|
5594
|
+
"ity\032%.com.lansweeper.dp.outbound.v1.Enti" +
|
|
5595
|
+
"ty\022_\n\013DeleteAsset\022).com.lansweeper.dp.ou" +
|
|
5596
|
+
"tbound.v1.EntityPath\032%.com.lansweeper.dp" +
|
|
5597
|
+
".outbound.v1.Entity\022b\n\nListAssets\022+.com." +
|
|
5598
|
+
"lansweeper.dp.outbound.v1.EntityFilter\032%" +
|
|
5599
|
+
".com.lansweeper.dp.outbound.v1.Entity0\001\022" +
|
|
5600
|
+
"V\n\nCreateSite\022#.com.lansweeper.dp.outbou" +
|
|
5601
|
+
"nd.v1.Site\032#.com.lansweeper.dp.outbound." +
|
|
5602
|
+
"v1.Site\022V\n\007GetSite\022&.com.lansweeper.dp.o" +
|
|
5603
|
+
"utbound.v1.SiteKey\032#.com.lansweeper.dp.o" +
|
|
5604
|
+
"utbound.v1.Site\022V\n\nUpdateSite\022#.com.lans" +
|
|
5605
|
+
"weeper.dp.outbound.v1.Site\032#.com.lanswee" +
|
|
5606
|
+
"per.dp.outbound.v1.Site\022Y\n\nDeleteSite\022&." +
|
|
5607
|
+
"com.lansweeper.dp.outbound.v1.SiteKey\032#." +
|
|
5608
|
+
"com.lansweeper.dp.outbound.v1.Site\022v\n\017En" +
|
|
5609
|
+
"tityDeconcile\022/.com.lansweeper.dp.outbou" +
|
|
5610
|
+
"nd.v1.DeconcileRequest\0320.com.lansweeper." +
|
|
5611
|
+
"dp.outbound.v1.DeconcileResponse\"\000\022\237\001\n\033C",
|
|
5612
|
+
"orrelationIndexRealignment\022<.com.lanswee" +
|
|
5613
|
+
"per.dp.outbound.v1.CorrelationRealignmen" +
|
|
5614
|
+
"tRequest\032B.com.lansweeper.dp.outbound.v1" +
|
|
5615
|
+
".CorrelationIndexRealignmentResponse\022a\n\022" +
|
|
5616
|
+
"RefreshEntityCount\022&.com.lansweeper.dp.o" +
|
|
5617
|
+
"utbound.v1.SiteKey\032#.com.lansweeper.dp.o" +
|
|
5618
|
+
"utbound.v1.SiteB\022P\001Z\016./generated-gob\006pro" +
|
|
5619
|
+
"to3"
|
|
5544
5620
|
};
|
|
5545
5621
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
5546
5622
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
@@ -6843,207 +6919,225 @@ public final class Outbound {
|
|
|
6843
6919
|
internal_static_com_lansweeper_dp_outbound_v1_Monitor_fieldAccessorTable = new
|
|
6844
6920
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6845
6921
|
internal_static_com_lansweeper_dp_outbound_v1_Monitor_descriptor,
|
|
6846
|
-
new java.lang.String[] { "Id", "MakeId", "MakeName", "ModelName", "SerialNumber", "ManufacturerDate", "Windows", "Mac", "CatalogBrand", "CatalogMonitor", "Spec", });
|
|
6847
|
-
|
|
6922
|
+
new java.lang.String[] { "Id", "MakeId", "MakeName", "ModelName", "SerialNumber", "ManufacturerDate", "Windows", "Mac", "Data", "CatalogBrand", "CatalogMonitor", "Spec", });
|
|
6923
|
+
internal_static_com_lansweeper_dp_outbound_v1_MonitorData_descriptor =
|
|
6848
6924
|
getDescriptor().getMessageTypes().get(209);
|
|
6925
|
+
internal_static_com_lansweeper_dp_outbound_v1_MonitorData_fieldAccessorTable = new
|
|
6926
|
+
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6927
|
+
internal_static_com_lansweeper_dp_outbound_v1_MonitorData_descriptor,
|
|
6928
|
+
new java.lang.String[] { "SizeInInch", "MaxResolution", "AspectRatio", "ResponseTimeInMs", "HdType", "DisplayTech", "RefreshRate", "Panel", "HeightInCm", "WidthInCm", "DiagonalInCm", "HasSpeakers", "HasCamera", "HasUsbHub", "UsbUpstream", "NrOfUsbUpstream", "UsbTypeADownstream", "NrOfVga", "NrOfDvi", "NrOfHdmi", "HdmiVersion", "NumberOfDisplayPorts", "DisplayPortVersion", "EnergyClass", "SdrPer1000U", "AverageWattUsage", "StandbyWattUsage", "MaxWattUsage", "WattUsageWhenOff", "WattPowerSave", "AcVoltage", "AcFreqInHz", "CurrentInA", "Manufacturer", "Model", "CreationDate", });
|
|
6929
|
+
internal_static_com_lansweeper_dp_outbound_v1_WindowsMonitorInfo_descriptor =
|
|
6930
|
+
getDescriptor().getMessageTypes().get(210);
|
|
6849
6931
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsMonitorInfo_fieldAccessorTable = new
|
|
6850
6932
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6851
6933
|
internal_static_com_lansweeper_dp_outbound_v1_WindowsMonitorInfo_descriptor,
|
|
6852
6934
|
new java.lang.String[] { "Model", "PnpDeviceId", "SerialNumber", "SerialHex", "VesaManufacturer", "KeyManufacturer", "ManufacturerDate", "DeviceId", });
|
|
6853
6935
|
internal_static_com_lansweeper_dp_outbound_v1_MacMonitorInfo_descriptor =
|
|
6854
|
-
getDescriptor().getMessageTypes().get(
|
|
6936
|
+
getDescriptor().getMessageTypes().get(211);
|
|
6855
6937
|
internal_static_com_lansweeper_dp_outbound_v1_MacMonitorInfo_fieldAccessorTable = new
|
|
6856
6938
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6857
6939
|
internal_static_com_lansweeper_dp_outbound_v1_MacMonitorInfo_descriptor,
|
|
6858
6940
|
new java.lang.String[] { "Name", "ProductId", "SerialNumber", "VendorId", "Week", "Year", "Id", "Pixels", "Resolution", "AmbientBrightness", "ConnectionType", "DisplayType", "IsMain", "Mirror", "IsOnline", "PixelResolution", "CoreImage", "Depth", "QuartzExtreme", "DeviceType", "BuiltIn", });
|
|
6859
6941
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacWifiController_descriptor =
|
|
6860
|
-
getDescriptor().getMessageTypes().get(
|
|
6942
|
+
getDescriptor().getMessageTypes().get(212);
|
|
6861
6943
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacWifiController_fieldAccessorTable = new
|
|
6862
6944
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6863
6945
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacWifiController_descriptor,
|
|
6864
6946
|
new java.lang.String[] { "AirportInterfaces", "SoftwareInformation", });
|
|
6865
6947
|
internal_static_com_lansweeper_dp_outbound_v1_WiFiInterface_descriptor =
|
|
6866
|
-
getDescriptor().getMessageTypes().get(
|
|
6948
|
+
getDescriptor().getMessageTypes().get(213);
|
|
6867
6949
|
internal_static_com_lansweeper_dp_outbound_v1_WiFiInterface_fieldAccessorTable = new
|
|
6868
6950
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6869
6951
|
internal_static_com_lansweeper_dp_outbound_v1_WiFiInterface_descriptor,
|
|
6870
6952
|
new java.lang.String[] { "Name", "AirdropChannel", "AirdropSupported", "AutoUnlockSupported", "CardType", "CountryCode", "FirmwareVersion", "Locale", "MacAddress", "StatusInformation", "SupportedChannels", "SupportedPhyModes", "WakeOnWirelessSupported", "CurrentNetwork", "OtherLocalNetworks", });
|
|
6871
6953
|
internal_static_com_lansweeper_dp_outbound_v1_WiFiNetwork_descriptor =
|
|
6872
|
-
getDescriptor().getMessageTypes().get(
|
|
6954
|
+
getDescriptor().getMessageTypes().get(214);
|
|
6873
6955
|
internal_static_com_lansweeper_dp_outbound_v1_WiFiNetwork_fieldAccessorTable = new
|
|
6874
6956
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6875
6957
|
internal_static_com_lansweeper_dp_outbound_v1_WiFiNetwork_descriptor,
|
|
6876
6958
|
new java.lang.String[] { "Name", "NetworkBssid", "NetworkChannel", "NetworkCountryCode", "NetworkMcsIndex", "NetworkPhyMode", "NetworkTransmitRate", "NetworkType", "SecurityMode", "SignalNoise", });
|
|
6877
6959
|
internal_static_com_lansweeper_dp_outbound_v1_WiFiSoftware_descriptor =
|
|
6878
|
-
getDescriptor().getMessageTypes().get(
|
|
6960
|
+
getDescriptor().getMessageTypes().get(215);
|
|
6879
6961
|
internal_static_com_lansweeper_dp_outbound_v1_WiFiSoftware_fieldAccessorTable = new
|
|
6880
6962
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6881
6963
|
internal_static_com_lansweeper_dp_outbound_v1_WiFiSoftware_descriptor,
|
|
6882
6964
|
new java.lang.String[] { "AirportUtilityVersion", "CoreWlanVersion", "CoreWlanKitVersion", "DiagnosticsVersion", "Io80211FamilyVersion", "MenuExtraVersion", "SystemInformationVersion", });
|
|
6883
6965
|
internal_static_com_lansweeper_dp_outbound_v1_AntivirusSoftware_descriptor =
|
|
6884
|
-
getDescriptor().getMessageTypes().get(
|
|
6966
|
+
getDescriptor().getMessageTypes().get(216);
|
|
6885
6967
|
internal_static_com_lansweeper_dp_outbound_v1_AntivirusSoftware_fieldAccessorTable = new
|
|
6886
6968
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6887
6969
|
internal_static_com_lansweeper_dp_outbound_v1_AntivirusSoftware_descriptor,
|
|
6888
6970
|
new java.lang.String[] { "Name", "Guid", "Enabled", "UpToDate", "Software", });
|
|
6889
6971
|
internal_static_com_lansweeper_dp_outbound_v1_IpInfo_descriptor =
|
|
6890
|
-
getDescriptor().getMessageTypes().get(
|
|
6972
|
+
getDescriptor().getMessageTypes().get(217);
|
|
6891
6973
|
internal_static_com_lansweeper_dp_outbound_v1_IpInfo_fieldAccessorTable = new
|
|
6892
6974
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6893
6975
|
internal_static_com_lansweeper_dp_outbound_v1_IpInfo_descriptor,
|
|
6894
6976
|
new java.lang.String[] { "Address", "Hostname", "Timezone", "ContinentCode", "CountryCode", "RegionCode", "CountryCity", "Isp", "Organization", });
|
|
6895
6977
|
internal_static_com_lansweeper_dp_outbound_v1_SoftwareInventory_descriptor =
|
|
6896
|
-
getDescriptor().getMessageTypes().get(
|
|
6978
|
+
getDescriptor().getMessageTypes().get(218);
|
|
6897
6979
|
internal_static_com_lansweeper_dp_outbound_v1_SoftwareInventory_fieldAccessorTable = new
|
|
6898
6980
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6899
6981
|
internal_static_com_lansweeper_dp_outbound_v1_SoftwareInventory_descriptor,
|
|
6900
6982
|
new java.lang.String[] { "Timestamp", "Software", });
|
|
6901
6983
|
internal_static_com_lansweeper_dp_outbound_v1_Software_descriptor =
|
|
6902
|
-
getDescriptor().getMessageTypes().get(
|
|
6984
|
+
getDescriptor().getMessageTypes().get(219);
|
|
6903
6985
|
internal_static_com_lansweeper_dp_outbound_v1_Software_fieldAccessorTable = new
|
|
6904
6986
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6905
6987
|
internal_static_com_lansweeper_dp_outbound_v1_Software_descriptor,
|
|
6906
|
-
new java.lang.String[] { "Rank", "TypeId", "CatId", "MakeId", "SwId", "ParentId", "TypeName", "CatName", "MakeName", "Name", "Version", "MarketVer", "Edition", "Build", "Arch", "Lang", "ObtainedFrom", "SignedBy", "Cpe", "Raw", "RawHash", "NreHash", "CatalogBrand", "CatalogSoftware", "CatalogParent", });
|
|
6988
|
+
new java.lang.String[] { "Rank", "TypeId", "CatId", "MakeId", "SwId", "ParentId", "TypeName", "CatName", "MakeName", "Name", "Version", "MarketVer", "Edition", "Build", "Arch", "Lang", "ObtainedFrom", "SignedBy", "Cpe", "Raw", "RawHash", "NreHash", "CatalogBrand", "CatalogSoftware", "CatalogParent", "RhelBasedDataPoints", "DebianBasedDataPoints", });
|
|
6989
|
+
internal_static_com_lansweeper_dp_outbound_v1_RhelBasedSoftwareDataPoints_descriptor =
|
|
6990
|
+
getDescriptor().getMessageTypes().get(220);
|
|
6991
|
+
internal_static_com_lansweeper_dp_outbound_v1_RhelBasedSoftwareDataPoints_fieldAccessorTable = new
|
|
6992
|
+
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6993
|
+
internal_static_com_lansweeper_dp_outbound_v1_RhelBasedSoftwareDataPoints_descriptor,
|
|
6994
|
+
new java.lang.String[] { "SourceRpm", "Epoch", "UiFromRepo", });
|
|
6995
|
+
internal_static_com_lansweeper_dp_outbound_v1_DebianBasedSoftwareDataPoints_descriptor =
|
|
6996
|
+
getDescriptor().getMessageTypes().get(221);
|
|
6997
|
+
internal_static_com_lansweeper_dp_outbound_v1_DebianBasedSoftwareDataPoints_fieldAccessorTable = new
|
|
6998
|
+
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6999
|
+
internal_static_com_lansweeper_dp_outbound_v1_DebianBasedSoftwareDataPoints_descriptor,
|
|
7000
|
+
new java.lang.String[] { "DpkgStatusAbbrev", "BinaryPackageName", "SourcePackageName", "SourceVersion", });
|
|
6907
7001
|
internal_static_com_lansweeper_dp_outbound_v1_RawSoftware_descriptor =
|
|
6908
|
-
getDescriptor().getMessageTypes().get(
|
|
7002
|
+
getDescriptor().getMessageTypes().get(222);
|
|
6909
7003
|
internal_static_com_lansweeper_dp_outbound_v1_RawSoftware_fieldAccessorTable = new
|
|
6910
7004
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6911
7005
|
internal_static_com_lansweeper_dp_outbound_v1_RawSoftware_descriptor,
|
|
6912
7006
|
new java.lang.String[] { "Name", "Vendor", "Version", "Info", "ExePath", "Arch", "InstallDate", "SourceType", "SwId", "IsCurrentUser", });
|
|
6913
7007
|
internal_static_com_lansweeper_dp_outbound_v1_SoftwareChangeEvent_descriptor =
|
|
6914
|
-
getDescriptor().getMessageTypes().get(
|
|
7008
|
+
getDescriptor().getMessageTypes().get(223);
|
|
6915
7009
|
internal_static_com_lansweeper_dp_outbound_v1_SoftwareChangeEvent_fieldAccessorTable = new
|
|
6916
7010
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6917
7011
|
internal_static_com_lansweeper_dp_outbound_v1_SoftwareChangeEvent_descriptor,
|
|
6918
7012
|
new java.lang.String[] { "EventType", "Start", "End", "Software", "PrevSoftware", });
|
|
6919
7013
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacInstallHistory_descriptor =
|
|
6920
|
-
getDescriptor().getMessageTypes().get(
|
|
7014
|
+
getDescriptor().getMessageTypes().get(224);
|
|
6921
7015
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacInstallHistory_fieldAccessorTable = new
|
|
6922
7016
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6923
7017
|
internal_static_com_lansweeper_dp_outbound_v1_ComputerMacInstallHistory_descriptor,
|
|
6924
7018
|
new java.lang.String[] { "Name", "InstallDate", "InstallVersion", "PackageSource", });
|
|
6925
7019
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogBrand_descriptor =
|
|
6926
|
-
getDescriptor().getMessageTypes().get(
|
|
7020
|
+
getDescriptor().getMessageTypes().get(225);
|
|
6927
7021
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogBrand_fieldAccessorTable = new
|
|
6928
7022
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6929
7023
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogBrand_descriptor,
|
|
6930
7024
|
new java.lang.String[] { "Id", "MakeName", "ParentId", "LastUpdateTime", "CountryCode", "LogoImageUrl", "BannerImageUrl", "WikipediaId", "WikipediaLangCode", "WebsiteUrl", "SupportUrl", "SupportPhone", "FacebookAccount", "TwitterAccount", "WarrantyUrl", "WarrantyDirectUrl", "CommunityUrl", "LinkedinAccount", "InstagramAccount", "YoutubeAccount", "PinterestAccount", "TiktokAccount", "ClassHardware", "ClassSoftware", "ClassConsumer", "ClassEnterprise", "ClassIndustrial", "ClassIndividual", "MatchScore", });
|
|
6931
7025
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogModel_descriptor =
|
|
6932
|
-
getDescriptor().getMessageTypes().get(
|
|
7026
|
+
getDescriptor().getMessageTypes().get(226);
|
|
6933
7027
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogModel_fieldAccessorTable = new
|
|
6934
7028
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6935
7029
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogModel_descriptor,
|
|
6936
7030
|
new java.lang.String[] { "Id", "MakeId", "DeviceModel", "DeviceTypeId", "DeviceModelCode", "FamilyId", "IsFamily", "ManualUrl", "FaqUrl", "ReleaseDate", "DiscDate", "EosDate", "LifecyleConfidence", "PriceClass", "ProductClass", "CfpEmissions", "CfpEmissionsStd", "CfpUse", "ShIftttHandle", "ShGoogleAssLangs", "ShAlexaLangs", "ShHassHandle", "ShAppleHomeKit", "ShOpenHabHandle", "NistCpe", "Popularity", "LastUpdateTime", "MatchScore", });
|
|
6937
7031
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogOs_descriptor =
|
|
6938
|
-
getDescriptor().getMessageTypes().get(
|
|
7032
|
+
getDescriptor().getMessageTypes().get(227);
|
|
6939
7033
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogOs_fieldAccessorTable = new
|
|
6940
7034
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6941
7035
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogOs_descriptor,
|
|
6942
7036
|
new java.lang.String[] { "Id", "OsName", "OsVersion", "OsBuild", "OsVersionName", "OverrideId", "MakeId", "ParentId", "ReleaseDate", "EolDate", "EosDate", "EosxDate", "LifecyleConfidence", "LogoImageUrl", "BannerImageUrl", "WikipediaId", "WikipediaLangCode", "WebsiteUrl", "SupportUrl", "SupportPhone", "FacebookAccount", "TwitterAccount", "NistCpe", "LastUpdateTime", "MatchScore", });
|
|
6943
7037
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogSoftware_descriptor =
|
|
6944
|
-
getDescriptor().getMessageTypes().get(
|
|
7038
|
+
getDescriptor().getMessageTypes().get(228);
|
|
6945
7039
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogSoftware_fieldAccessorTable = new
|
|
6946
7040
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6947
7041
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogSoftware_descriptor,
|
|
6948
7042
|
new java.lang.String[] { "Id", "SwName", "SwVersion", "SwMarketVer", "SwEdition", "SwLang", "SwBuild", "MakeId", "ParentId", "LatestId", "SwType", "SwCategory", "ReleaseDate", "EolDate", "EosDate", "EosxDate", "LifecyleConfidence", "FlagLatest", "FlagWidespread", "FlagDeprecated", "LastUpdateTime", "MatchScore", });
|
|
6949
7043
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogMonitor_descriptor =
|
|
6950
|
-
getDescriptor().getMessageTypes().get(
|
|
7044
|
+
getDescriptor().getMessageTypes().get(229);
|
|
6951
7045
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogMonitor_fieldAccessorTable = new
|
|
6952
7046
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6953
7047
|
internal_static_com_lansweeper_dp_outbound_v1_CatalogMonitor_descriptor,
|
|
6954
7048
|
new java.lang.String[] { "Id", "Model", "VendorId", "MakeId", "FamilyId", "IsFamily", "OfficialPage", "SupportPage", "SizeInch", "MaxResolution", "AspectRatio", "ResponseTimeMs", "HdType", "DisplayTech", "RefreshRate", "Panel", "HeightCm", "WidthCm", "DiagonalCm", "UsbUpstream", "NrUsbUpstream", "NrUsbTypeADownstream", "NrHdmi", "NrVga", "NrDvi", "HdmiVersion", "NrDisplayPorts", "DisplayPortVersion", "EnergyClass", "SdrPer1000U", "AverageWattUsage", "MaxWattUsage", "WattUsageStandby", "WattPowerSave", "AcVoltage", "AcFreqHz", "CurrentA", "FeatureAio", "FeatureCamera", "FeatureSpeakers", "FeatureHdmi", "FeatureEth", "FeaturePortrait", "FeatureCurved", "LastUpdateTime", "MatchScore", });
|
|
6955
7049
|
internal_static_com_lansweeper_dp_outbound_v1_Printer_descriptor =
|
|
6956
|
-
getDescriptor().getMessageTypes().get(
|
|
7050
|
+
getDescriptor().getMessageTypes().get(230);
|
|
6957
7051
|
internal_static_com_lansweeper_dp_outbound_v1_Printer_fieldAccessorTable = new
|
|
6958
7052
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6959
7053
|
internal_static_com_lansweeper_dp_outbound_v1_Printer_descriptor,
|
|
6960
7054
|
new java.lang.String[] { "PrinterName", "PrintedPages", "PrintedColorPages", "PrintedMonoPages", "PrinterStatus", "SerialNumber", "Toner", });
|
|
6961
7055
|
internal_static_com_lansweeper_dp_outbound_v1_PrinterTonerInfo_descriptor =
|
|
6962
|
-
getDescriptor().getMessageTypes().get(
|
|
7056
|
+
getDescriptor().getMessageTypes().get(231);
|
|
6963
7057
|
internal_static_com_lansweeper_dp_outbound_v1_PrinterTonerInfo_fieldAccessorTable = new
|
|
6964
7058
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6965
7059
|
internal_static_com_lansweeper_dp_outbound_v1_PrinterTonerInfo_descriptor,
|
|
6966
7060
|
new java.lang.String[] { "Name", "Color", "ColorNumber", "MaximumTonerLevel", "Number", "RemainingTonerLevel", });
|
|
6967
7061
|
internal_static_com_lansweeper_dp_outbound_v1_Ups_descriptor =
|
|
6968
|
-
getDescriptor().getMessageTypes().get(
|
|
7062
|
+
getDescriptor().getMessageTypes().get(232);
|
|
6969
7063
|
internal_static_com_lansweeper_dp_outbound_v1_Ups_fieldAccessorTable = new
|
|
6970
7064
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6971
7065
|
internal_static_com_lansweeper_dp_outbound_v1_Ups_descriptor,
|
|
6972
7066
|
new java.lang.String[] { "Manufacturer", "Model", "UpsSoftwareVersion", "AgentSoftwareVersion", "Name", "AttachedDevices", "BatteryStatus", "SecondsOnBattery", "EstimatedMinutesRemaining", "EstimatedChargeRemaining", "BatteryVoltage", "BatteryCurrent", "BatteryTemperature", "AlarmsPresent", });
|
|
6973
7067
|
internal_static_com_lansweeper_dp_outbound_v1_User_descriptor =
|
|
6974
|
-
getDescriptor().getMessageTypes().get(
|
|
7068
|
+
getDescriptor().getMessageTypes().get(233);
|
|
6975
7069
|
internal_static_com_lansweeper_dp_outbound_v1_User_fieldAccessorTable = new
|
|
6976
7070
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6977
7071
|
internal_static_com_lansweeper_dp_outbound_v1_User_descriptor,
|
|
6978
7072
|
new java.lang.String[] { "Id", "LastSynced", "FirstSeen", "LastUpdated", "LastEnriched", "LastSyncedSourceAgent", "LastSyncedSourceName", "SourceInfo", "UnlinkedSourceInfo", "DataProcessor", "UniqueKey", "ScanError", "InternetIp", "Tag", "Relation", "CorrelationFields", "Reconciliation", "Core", "AdUser", "Office365User", });
|
|
6979
7073
|
internal_static_com_lansweeper_dp_outbound_v1_UserCoreFields_descriptor =
|
|
6980
|
-
getDescriptor().getMessageTypes().get(
|
|
7074
|
+
getDescriptor().getMessageTypes().get(234);
|
|
6981
7075
|
internal_static_com_lansweeper_dp_outbound_v1_UserCoreFields_fieldAccessorTable = new
|
|
6982
7076
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6983
7077
|
internal_static_com_lansweeper_dp_outbound_v1_UserCoreFields_descriptor,
|
|
6984
7078
|
new java.lang.String[] { "UserName", "Upn", "Sid", "Email", });
|
|
6985
7079
|
internal_static_com_lansweeper_dp_outbound_v1_Group_descriptor =
|
|
6986
|
-
getDescriptor().getMessageTypes().get(
|
|
7080
|
+
getDescriptor().getMessageTypes().get(235);
|
|
6987
7081
|
internal_static_com_lansweeper_dp_outbound_v1_Group_fieldAccessorTable = new
|
|
6988
7082
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6989
7083
|
internal_static_com_lansweeper_dp_outbound_v1_Group_descriptor,
|
|
6990
7084
|
new java.lang.String[] { "Id", "LastSynced", "FirstSeen", "LastUpdated", "LastEnriched", "LastSyncedSourceAgent", "LastSyncedSourceName", "SourceInfo", "UnlinkedSourceInfo", "DataProcessor", "UniqueKey", "ScanError", "InternetIp", "Tag", "Relation", "CorrelationFields", "Reconciliation", "Core", "AdGroup", "Office365Group", });
|
|
6991
7085
|
internal_static_com_lansweeper_dp_outbound_v1_GroupCoreFields_descriptor =
|
|
6992
|
-
getDescriptor().getMessageTypes().get(
|
|
7086
|
+
getDescriptor().getMessageTypes().get(236);
|
|
6993
7087
|
internal_static_com_lansweeper_dp_outbound_v1_GroupCoreFields_fieldAccessorTable = new
|
|
6994
7088
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6995
7089
|
internal_static_com_lansweeper_dp_outbound_v1_GroupCoreFields_descriptor,
|
|
6996
7090
|
new java.lang.String[] { "Sid", "Name", });
|
|
6997
7091
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryObject_descriptor =
|
|
6998
|
-
getDescriptor().getMessageTypes().get(
|
|
7092
|
+
getDescriptor().getMessageTypes().get(237);
|
|
6999
7093
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryObject_fieldAccessorTable = new
|
|
7000
7094
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7001
7095
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryObject_descriptor,
|
|
7002
7096
|
new java.lang.String[] { "DomainOid", "Oid", "Sid", "DistinguishedName", "DomainDns", "Name", "ObjectClass", "CreationTime", "LastChanged", });
|
|
7003
7097
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryComputer_descriptor =
|
|
7004
|
-
getDescriptor().getMessageTypes().get(
|
|
7098
|
+
getDescriptor().getMessageTypes().get(238);
|
|
7005
7099
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryComputer_fieldAccessorTable = new
|
|
7006
7100
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7007
7101
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryComputer_descriptor,
|
|
7008
7102
|
new java.lang.String[] { "AdObject", "AdDomain", "SamAccountName", "Cn", "Ou", "Description", "Comment", "Company", "Location", "IpAddress", "Enabled", "BitlockerRecoveryInfo", "OperatingSystem", "OperatingSystemVersion", "ManagedByUserOid", "ManagedByGroupOid", });
|
|
7009
7103
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryPrinter_descriptor =
|
|
7010
|
-
getDescriptor().getMessageTypes().get(
|
|
7104
|
+
getDescriptor().getMessageTypes().get(239);
|
|
7011
7105
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryPrinter_fieldAccessorTable = new
|
|
7012
7106
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7013
7107
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryPrinter_descriptor,
|
|
7014
7108
|
new java.lang.String[] { "Description", "Cn", "DriverVersion", "ServerName", "DScorePropagationData", "NtSecurityDescriptor", "PrintStartTime", "PrintBinNames", "PrintColor", "PrintKeepPrintedJobs", "PrintSpooling", "PrintDuplexSupported", "PrintMinYExtent", "PrintMaxYExtent", "PrintMinXExtent", "PrintMaxXExtent", "PrintMaxResolutionSupported", "PrintPagesPerMinute", "PrintStaplingSupported", "InstanceType", "PrintCollate", "PrintRate", "PrintRateUnit", "PrintEndTime", "PortName", "Priority", "VersionNumber", "PrinterName", "ShortServerName", "PrintMediaReady", "PrintMediaSupported", "UncName", "UsnChanged", "UsnCreated", "Category", "DriverName", "PrintOrientationsSupported", "PrintShareName", "IpAddress", });
|
|
7015
7109
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryDomain_descriptor =
|
|
7016
|
-
getDescriptor().getMessageTypes().get(
|
|
7110
|
+
getDescriptor().getMessageTypes().get(240);
|
|
7017
7111
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryDomain_fieldAccessorTable = new
|
|
7018
7112
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7019
7113
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryDomain_descriptor,
|
|
7020
7114
|
new java.lang.String[] { "AdObject", "MinimumPasswordAge", "MaximumPasswordAge", });
|
|
7021
7115
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryUser_descriptor =
|
|
7022
|
-
getDescriptor().getMessageTypes().get(
|
|
7116
|
+
getDescriptor().getMessageTypes().get(241);
|
|
7023
7117
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryUser_fieldAccessorTable = new
|
|
7024
7118
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7025
7119
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryUser_descriptor,
|
|
7026
7120
|
new java.lang.String[] { "AdObject", "AdDomain", "SamAccountName", "Cn", "Ou", "Domain", "Description", "Comment", "Company", "PrimaryGroupId", "Enabled", "UserAccountControl", "AccountExpires", "LockoutTime", "PasswordLastSet", "LastLogon", "LockoutDate", "CanUserChangePassword", "PasswordExpirationDate", "PasswordNeverExpires", "PasswordRequired", "PasswordChangeableDate", "Email", "DisplayName", "GivenName", "Surname", "Telephone", "FacSimile", "Mobile", "StreetAddress", "City", "Country", "Department", "DeliveryOfficeName", "CountryAbbreviation", "PostalCode", "CountryCode", "PrincipalName", "Title", "Division", "Info", "HomePhone", "Pager", "IpPhone", "HomePage", "PostOfficeBox", "State", "ProfilePath", "ScriptPath", "HomeDirectory", "ThumbnailPhoto", "EmployeeId", "EmployeeNumber", "EmployeeType", "Initials", "MiddleName", "PrimaryGroupOid", "ManagerOid", "MemberOfOid", "DirectReports", });
|
|
7027
7121
|
internal_static_com_lansweeper_dp_outbound_v1_DirectReport_descriptor =
|
|
7028
|
-
getDescriptor().getMessageTypes().get(
|
|
7122
|
+
getDescriptor().getMessageTypes().get(242);
|
|
7029
7123
|
internal_static_com_lansweeper_dp_outbound_v1_DirectReport_fieldAccessorTable = new
|
|
7030
7124
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7031
7125
|
internal_static_com_lansweeper_dp_outbound_v1_DirectReport_descriptor,
|
|
7032
7126
|
new java.lang.String[] { "AdUserKey", "DisplayName", });
|
|
7033
7127
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryGroup_descriptor =
|
|
7034
|
-
getDescriptor().getMessageTypes().get(
|
|
7128
|
+
getDescriptor().getMessageTypes().get(243);
|
|
7035
7129
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryGroup_fieldAccessorTable = new
|
|
7036
7130
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7037
7131
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryGroup_descriptor,
|
|
7038
7132
|
new java.lang.String[] { "AdObject", "AdDomain", "SamAccountName", "Cn", "Ou", "Description", "Comment", "Type", "Email", "ManagedByUserOid", "ManagedByGroupOid", "MemberOfOid", });
|
|
7039
7133
|
internal_static_com_lansweeper_dp_outbound_v1_Vmware_descriptor =
|
|
7040
|
-
getDescriptor().getMessageTypes().get(
|
|
7134
|
+
getDescriptor().getMessageTypes().get(244);
|
|
7041
7135
|
internal_static_com_lansweeper_dp_outbound_v1_Vmware_fieldAccessorTable = new
|
|
7042
7136
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7043
7137
|
internal_static_com_lansweeper_dp_outbound_v1_Vmware_descriptor,
|
|
7044
7138
|
new java.lang.String[] { "Esxi", "GuestVm", "Vcenter", "VmwareData", });
|
|
7045
7139
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareVCenter_descriptor =
|
|
7046
|
-
getDescriptor().getMessageTypes().get(
|
|
7140
|
+
getDescriptor().getMessageTypes().get(245);
|
|
7047
7141
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareVCenter_fieldAccessorTable = new
|
|
7048
7142
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7049
7143
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareVCenter_descriptor,
|
|
@@ -7055,7 +7149,7 @@ public final class Outbound {
|
|
|
7055
7149
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareVCenter_VcenterDatacentersEntry_descriptor,
|
|
7056
7150
|
new java.lang.String[] { "Key", "Value", });
|
|
7057
7151
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiHypervisor_descriptor =
|
|
7058
|
-
getDescriptor().getMessageTypes().get(
|
|
7152
|
+
getDescriptor().getMessageTypes().get(246);
|
|
7059
7153
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiHypervisor_fieldAccessorTable = new
|
|
7060
7154
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7061
7155
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiHypervisor_descriptor,
|
|
@@ -7073,7 +7167,7 @@ public final class Outbound {
|
|
|
7073
7167
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiHypervisor_EsxiGuestVmKeyEntry_descriptor,
|
|
7074
7168
|
new java.lang.String[] { "Key", "Value", });
|
|
7075
7169
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiGuestVm_descriptor =
|
|
7076
|
-
getDescriptor().getMessageTypes().get(
|
|
7170
|
+
getDescriptor().getMessageTypes().get(247);
|
|
7077
7171
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiGuestVm_fieldAccessorTable = new
|
|
7078
7172
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7079
7173
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiGuestVm_descriptor,
|
|
@@ -7085,13 +7179,13 @@ public final class Outbound {
|
|
|
7085
7179
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiGuestVm_EsxiGuestSnapshotsEntry_descriptor,
|
|
7086
7180
|
new java.lang.String[] { "Key", "Value", });
|
|
7087
7181
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareProductInfo_descriptor =
|
|
7088
|
-
getDescriptor().getMessageTypes().get(
|
|
7182
|
+
getDescriptor().getMessageTypes().get(248);
|
|
7089
7183
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareProductInfo_fieldAccessorTable = new
|
|
7090
7184
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7091
7185
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareProductInfo_descriptor,
|
|
7092
7186
|
new java.lang.String[] { "InternalKey", "Uuid", "ParentFolder", "NumHostBusAdapters", "NumNetworkInterfaceCards", "Name", "ApiType", "ApiVersion", "Build", "LicenseProductName", "LicenseProductVersion", "LocaleBuild", "LocaleVersion", "OsType", "ProductLineId", "Vendor", "Version", });
|
|
7093
7187
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatacenter_descriptor =
|
|
7094
|
-
getDescriptor().getMessageTypes().get(
|
|
7188
|
+
getDescriptor().getMessageTypes().get(249);
|
|
7095
7189
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatacenter_fieldAccessorTable = new
|
|
7096
7190
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7097
7191
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatacenter_descriptor,
|
|
@@ -7121,7 +7215,7 @@ public final class Outbound {
|
|
|
7121
7215
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatacenter_DatastoresEntry_descriptor,
|
|
7122
7216
|
new java.lang.String[] { "Key", "Value", });
|
|
7123
7217
|
internal_static_com_lansweeper_dp_outbound_v1_EsxiCluster_descriptor =
|
|
7124
|
-
getDescriptor().getMessageTypes().get(
|
|
7218
|
+
getDescriptor().getMessageTypes().get(250);
|
|
7125
7219
|
internal_static_com_lansweeper_dp_outbound_v1_EsxiCluster_fieldAccessorTable = new
|
|
7126
7220
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7127
7221
|
internal_static_com_lansweeper_dp_outbound_v1_EsxiCluster_descriptor,
|
|
@@ -7133,7 +7227,7 @@ public final class Outbound {
|
|
|
7133
7227
|
internal_static_com_lansweeper_dp_outbound_v1_EsxiCluster_HypervisorsEntry_descriptor,
|
|
7134
7228
|
new java.lang.String[] { "Key", "Value", });
|
|
7135
7229
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastoreCluster_descriptor =
|
|
7136
|
-
getDescriptor().getMessageTypes().get(
|
|
7230
|
+
getDescriptor().getMessageTypes().get(251);
|
|
7137
7231
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastoreCluster_fieldAccessorTable = new
|
|
7138
7232
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7139
7233
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastoreCluster_descriptor,
|
|
@@ -7145,25 +7239,25 @@ public final class Outbound {
|
|
|
7145
7239
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastoreCluster_DatastoresEntry_descriptor,
|
|
7146
7240
|
new java.lang.String[] { "Key", "Value", });
|
|
7147
7241
|
internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterStorageDrs_descriptor =
|
|
7148
|
-
getDescriptor().getMessageTypes().get(
|
|
7242
|
+
getDescriptor().getMessageTypes().get(252);
|
|
7149
7243
|
internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterStorageDrs_fieldAccessorTable = new
|
|
7150
7244
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7151
7245
|
internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterStorageDrs_descriptor,
|
|
7152
7246
|
new java.lang.String[] { "Enabled", "IoLoadBalanceEnabled", "DefaultVmBehaviour", "LoadBalanceInterval", "DefaultIntraVmAffinity", "SpaceUtilizationThreshold", "MinSpaceUtilizationDifference", "IoLatencyThreshold", "IoLoadImbalanceThreshold", });
|
|
7153
7247
|
internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterDrsPodConfigRule_descriptor =
|
|
7154
|
-
getDescriptor().getMessageTypes().get(
|
|
7248
|
+
getDescriptor().getMessageTypes().get(253);
|
|
7155
7249
|
internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterDrsPodConfigRule_fieldAccessorTable = new
|
|
7156
7250
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7157
7251
|
internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterDrsPodConfigRule_descriptor,
|
|
7158
7252
|
new java.lang.String[] { "Name", "Enabled", "Type", });
|
|
7159
7253
|
internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterDrsVmOverride_descriptor =
|
|
7160
|
-
getDescriptor().getMessageTypes().get(
|
|
7254
|
+
getDescriptor().getMessageTypes().get(254);
|
|
7161
7255
|
internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterDrsVmOverride_fieldAccessorTable = new
|
|
7162
7256
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7163
7257
|
internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterDrsVmOverride_descriptor,
|
|
7164
7258
|
new java.lang.String[] { "Enabled", "Behaviour", "IntraVmAffinity", "IntraVmAntiAffinity", });
|
|
7165
7259
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastore_descriptor =
|
|
7166
|
-
getDescriptor().getMessageTypes().get(
|
|
7260
|
+
getDescriptor().getMessageTypes().get(255);
|
|
7167
7261
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastore_fieldAccessorTable = new
|
|
7168
7262
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7169
7263
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastore_descriptor,
|
|
@@ -7175,175 +7269,175 @@ public final class Outbound {
|
|
|
7175
7269
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastore_DisksEntry_descriptor,
|
|
7176
7270
|
new java.lang.String[] { "Key", "Value", });
|
|
7177
7271
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDisk_descriptor =
|
|
7178
|
-
getDescriptor().getMessageTypes().get(
|
|
7272
|
+
getDescriptor().getMessageTypes().get(256);
|
|
7179
7273
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDisk_fieldAccessorTable = new
|
|
7180
7274
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7181
7275
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareDisk_descriptor,
|
|
7182
7276
|
new java.lang.String[] { "Name", "Url", "TotalSpace", "FreeSpace", });
|
|
7183
7277
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareSnapshot_descriptor =
|
|
7184
|
-
getDescriptor().getMessageTypes().get(
|
|
7278
|
+
getDescriptor().getMessageTypes().get(257);
|
|
7185
7279
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareSnapshot_fieldAccessorTable = new
|
|
7186
7280
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7187
7281
|
internal_static_com_lansweeper_dp_outbound_v1_VmwareSnapshot_descriptor,
|
|
7188
7282
|
new java.lang.String[] { "InternalKey", "Name", "CreateTime", });
|
|
7189
7283
|
internal_static_com_lansweeper_dp_outbound_v1_Citrix_descriptor =
|
|
7190
|
-
getDescriptor().getMessageTypes().get(
|
|
7284
|
+
getDescriptor().getMessageTypes().get(258);
|
|
7191
7285
|
internal_static_com_lansweeper_dp_outbound_v1_Citrix_fieldAccessorTable = new
|
|
7192
7286
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7193
7287
|
internal_static_com_lansweeper_dp_outbound_v1_Citrix_descriptor,
|
|
7194
7288
|
new java.lang.String[] { "CitrixPool", "CitrixHost", "CitrixGuest", "CitrixData", });
|
|
7195
7289
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPool_descriptor =
|
|
7196
|
-
getDescriptor().getMessageTypes().get(
|
|
7290
|
+
getDescriptor().getMessageTypes().get(259);
|
|
7197
7291
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPool_fieldAccessorTable = new
|
|
7198
7292
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7199
7293
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPool_descriptor,
|
|
7200
7294
|
new java.lang.String[] { "Name", "Description", "RedoLog", "Tags", "VSwitchController", "HighAvailability", "HighAvailabilityAllowOvercommit", "HighAvailabilityOvercommitted", "HighAvailabilityHostFailuresToTolerate", "HighAvailabilityPlanExistsFor", "WorkloadBalancing", "WorkloadBalancingUrl", "WorkloadBalancingUsername", "WorkloadBalancingVerifyCert", "MasterHostUuid", "CrashDumpStorageRef", "SuspendImageStorageRef", "Appliances", "Networks", "OtherConfigurations", "Patches", "Restrictions", "TemplateName", "PhysicalInterfaces", "VirtualInterfaces", "CitrixUser", });
|
|
7201
7295
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixUser_descriptor =
|
|
7202
|
-
getDescriptor().getMessageTypes().get(
|
|
7296
|
+
getDescriptor().getMessageTypes().get(260);
|
|
7203
7297
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixUser_fieldAccessorTable = new
|
|
7204
7298
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7205
7299
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixUser_descriptor,
|
|
7206
7300
|
new java.lang.String[] { "Name", "ShortName", });
|
|
7207
7301
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixAppliance_descriptor =
|
|
7208
|
-
getDescriptor().getMessageTypes().get(
|
|
7302
|
+
getDescriptor().getMessageTypes().get(261);
|
|
7209
7303
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixAppliance_fieldAccessorTable = new
|
|
7210
7304
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7211
7305
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixAppliance_descriptor,
|
|
7212
7306
|
new java.lang.String[] { "Name", "Description", });
|
|
7213
7307
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolOtherConfiguration_descriptor =
|
|
7214
|
-
getDescriptor().getMessageTypes().get(
|
|
7308
|
+
getDescriptor().getMessageTypes().get(262);
|
|
7215
7309
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolOtherConfiguration_fieldAccessorTable = new
|
|
7216
7310
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7217
7311
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolOtherConfiguration_descriptor,
|
|
7218
7312
|
new java.lang.String[] { "Key", "Value", "IsCustomField", });
|
|
7219
7313
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolRestriction_descriptor =
|
|
7220
|
-
getDescriptor().getMessageTypes().get(
|
|
7314
|
+
getDescriptor().getMessageTypes().get(263);
|
|
7221
7315
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolRestriction_fieldAccessorTable = new
|
|
7222
7316
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7223
7317
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolRestriction_descriptor,
|
|
7224
7318
|
new java.lang.String[] { "Key", "Value", });
|
|
7225
7319
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolPatch_descriptor =
|
|
7226
|
-
getDescriptor().getMessageTypes().get(
|
|
7320
|
+
getDescriptor().getMessageTypes().get(264);
|
|
7227
7321
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolPatch_fieldAccessorTable = new
|
|
7228
7322
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7229
7323
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolPatch_descriptor,
|
|
7230
7324
|
new java.lang.String[] { "Name", "Description", "Size", "Version", "AfterApplyGuidance", "Applied", });
|
|
7231
7325
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHost_descriptor =
|
|
7232
|
-
getDescriptor().getMessageTypes().get(
|
|
7326
|
+
getDescriptor().getMessageTypes().get(265);
|
|
7233
7327
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHost_fieldAccessorTable = new
|
|
7234
7328
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7235
7329
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHost_descriptor,
|
|
7236
7330
|
new java.lang.String[] { "Hostname", "Name", "Description", "IsMaster", "Address", "Edition", "Enabled", "ExternalAuthenticationServiceName", "ExternalAuthenticationType", "MemoryOverhead", "PowerOnMode", "SchedulerPolicy", "Tags", "Display", "LastUpdated", "Live", "MemoryFree", "MemoryTotal", "HostUuid", "CrashDumpStorageRef", "LocalCacheStorageRef", "SuspendImageStorageRef", "Storages", "PhysicalInterfaces", "Pcis", "ExtraInfos", "Patches", "PhysicalCpus", "CrashDumps", "CitrixPoolUuid", "GuestAssetRefs", });
|
|
7237
7331
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostCrashDump_descriptor =
|
|
7238
|
-
getDescriptor().getMessageTypes().get(
|
|
7332
|
+
getDescriptor().getMessageTypes().get(266);
|
|
7239
7333
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostCrashDump_fieldAccessorTable = new
|
|
7240
7334
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7241
7335
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostCrashDump_descriptor,
|
|
7242
7336
|
new java.lang.String[] { "Size", "Timestamp", });
|
|
7243
7337
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostPhysicalCpu_descriptor =
|
|
7244
|
-
getDescriptor().getMessageTypes().get(
|
|
7338
|
+
getDescriptor().getMessageTypes().get(267);
|
|
7245
7339
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostPhysicalCpu_fieldAccessorTable = new
|
|
7246
7340
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7247
7341
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostPhysicalCpu_descriptor,
|
|
7248
7342
|
new java.lang.String[] { "Family", "Features", "Flags", "Model", "ModelName", "NumberOfCpus", "Speed", "Stepping", "Vendor", });
|
|
7249
7343
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostPatch_descriptor =
|
|
7250
|
-
getDescriptor().getMessageTypes().get(
|
|
7344
|
+
getDescriptor().getMessageTypes().get(268);
|
|
7251
7345
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostPatch_fieldAccessorTable = new
|
|
7252
7346
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7253
7347
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostPatch_descriptor,
|
|
7254
7348
|
new java.lang.String[] { "Name", "Description", "Size", "Applied", "Version", });
|
|
7255
7349
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixStorage_descriptor =
|
|
7256
|
-
getDescriptor().getMessageTypes().get(
|
|
7350
|
+
getDescriptor().getMessageTypes().get(269);
|
|
7257
7351
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixStorage_fieldAccessorTable = new
|
|
7258
7352
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7259
7353
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixStorage_descriptor,
|
|
7260
7354
|
new java.lang.String[] { "Name", "Description", "PhysicalSize", "PhysicalUtilization", "Type", "ContentType", "Clustered", "IsToolsStorage", "LocalCache", "Shared", "Tags", "VirtualAllocation", "HostUuids", "StorageRef", "PhysicalBlockDevices", "VirtualDiskImages", });
|
|
7261
7355
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPhysicalBlockDevice_descriptor =
|
|
7262
|
-
getDescriptor().getMessageTypes().get(
|
|
7356
|
+
getDescriptor().getMessageTypes().get(270);
|
|
7263
7357
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPhysicalBlockDevice_fieldAccessorTable = new
|
|
7264
7358
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7265
7359
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPhysicalBlockDevice_descriptor,
|
|
7266
7360
|
new java.lang.String[] { "CurrentlyAttached", "Location", "Username", "Type", "Version", });
|
|
7267
7361
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualDiskImage_descriptor =
|
|
7268
|
-
getDescriptor().getMessageTypes().get(
|
|
7362
|
+
getDescriptor().getMessageTypes().get(271);
|
|
7269
7363
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualDiskImage_fieldAccessorTable = new
|
|
7270
7364
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7271
7365
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualDiskImage_descriptor,
|
|
7272
7366
|
new java.lang.String[] { "Name", "Description", "AllowCaching", "IsASnapshot", "Location", "Managed", "MetadataLatest", "Missing", "OnBoot", "PhysicalUtilisation", "ReadOnly", "Sharable", "StorageLock", "Tags", "Type", "VirtualSize", "HostUuid", "VirtualBlockDeviceUuids", });
|
|
7273
7367
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPci_descriptor =
|
|
7274
|
-
getDescriptor().getMessageTypes().get(
|
|
7368
|
+
getDescriptor().getMessageTypes().get(272);
|
|
7275
7369
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPci_fieldAccessorTable = new
|
|
7276
7370
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7277
7371
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPci_descriptor,
|
|
7278
7372
|
new java.lang.String[] { "ClassName", "DeviceName", "SubsystemDeviceName", "SubsystemVendorName", "VendorName", });
|
|
7279
7373
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostExtraInfo_descriptor =
|
|
7280
|
-
getDescriptor().getMessageTypes().get(
|
|
7374
|
+
getDescriptor().getMessageTypes().get(273);
|
|
7281
7375
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostExtraInfo_fieldAccessorTable = new
|
|
7282
7376
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7283
7377
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixHostExtraInfo_descriptor,
|
|
7284
7378
|
new java.lang.String[] { "InfoTypeId", "Key", "Value", });
|
|
7285
7379
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixGuest_descriptor =
|
|
7286
|
-
getDescriptor().getMessageTypes().get(
|
|
7380
|
+
getDescriptor().getMessageTypes().get(274);
|
|
7287
7381
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixGuest_fieldAccessorTable = new
|
|
7288
7382
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7289
7383
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixGuest_descriptor,
|
|
7290
7384
|
new java.lang.String[] { "Name", "Description", "Memory", "CpuCount", "State", "Live", "LastUpdated", "HvmBootPolicy", "HvmShadowMultiplier", "PciBus", "PvArguments", "PvBootloader", "PvBootloaderArguments", "PvKernel", "PvLegacyArguments", "PvRamdisk", "ActionsAfterCrash", "ActionsAfterReboot", "ActionsAfterShutdown", "HaAlwaysRun", "HaRestartPriority", "HardwarePlatformVersion", "LastBootedRecord", "MemoryDynamicMax", "MemoryDynamicMin", "MemoryOverhead", "MemoryStaticMax", "MemoryStaticMin", "MemoryTarget", "Order", "PowerState", "ShutdownDelay", "StartDelay", "Tags", "UserVersion", "Version", "InstallTime", "StartTime", "HostUuid", "GuestUuid", "VirtualInterfaces", "ExtraInfos", "VirtualBlockDevices", "CitrixHostUuid", "CitrixPoolUuid", "ApplianceId", });
|
|
7291
7385
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixGuestExtraInfo_descriptor =
|
|
7292
|
-
getDescriptor().getMessageTypes().get(
|
|
7386
|
+
getDescriptor().getMessageTypes().get(275);
|
|
7293
7387
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixGuestExtraInfo_fieldAccessorTable = new
|
|
7294
7388
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7295
7389
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixGuestExtraInfo_descriptor,
|
|
7296
7390
|
new java.lang.String[] { "InfoTypeId", "Key", "Value", });
|
|
7297
7391
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualBlockDevice_descriptor =
|
|
7298
|
-
getDescriptor().getMessageTypes().get(
|
|
7392
|
+
getDescriptor().getMessageTypes().get(276);
|
|
7299
7393
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualBlockDevice_fieldAccessorTable = new
|
|
7300
7394
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7301
7395
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualBlockDevice_descriptor,
|
|
7302
7396
|
new java.lang.String[] { "Bootable", "CurrentlyAttached", "Device", "Empty", "Mode", "QosAlgorithmParameters", "QosAlgorithmType", "QosSupportedAlgorithms", "RuntimeProperties", "StatusCode", "StatusDetails", "StorageLock", "Type", "Unpluggable", "UserDevice", "VirtualBlockDeviceUuid", });
|
|
7303
7397
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPhysicalInterface_descriptor =
|
|
7304
|
-
getDescriptor().getMessageTypes().get(
|
|
7398
|
+
getDescriptor().getMessageTypes().get(277);
|
|
7305
7399
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPhysicalInterface_fieldAccessorTable = new
|
|
7306
7400
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7307
7401
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixPhysicalInterface_descriptor,
|
|
7308
7402
|
new java.lang.String[] { "DeviceName", "Mac", "Mtu", "Dns", "Ip", "Netmask", "Gateway", "Vendor", "Speed", "LastUpdated", "CurrentlyAttached", "DisallowUnplug", "IpV6", "Device", "IpConfigurationMode", "IpV6ConfigurationMode", "IpV6Gateway", "Managed", "Management", "Physical", "PrimaryAddressType", "Carrier", "Duplex", "DeviceId", "PciBusPath", "VendorId", "VendorName", "HostUuid", "InterfaceUuid", });
|
|
7309
7403
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualInterfaceAddress_descriptor =
|
|
7310
|
-
getDescriptor().getMessageTypes().get(
|
|
7404
|
+
getDescriptor().getMessageTypes().get(278);
|
|
7311
7405
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualInterfaceAddress_fieldAccessorTable = new
|
|
7312
7406
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7313
7407
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualInterfaceAddress_descriptor,
|
|
7314
7408
|
new java.lang.String[] { "IpVersion", "Ip", });
|
|
7315
7409
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualInterface_descriptor =
|
|
7316
|
-
getDescriptor().getMessageTypes().get(
|
|
7410
|
+
getDescriptor().getMessageTypes().get(279);
|
|
7317
7411
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualInterface_fieldAccessorTable = new
|
|
7318
7412
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7319
7413
|
internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualInterface_descriptor,
|
|
7320
7414
|
new java.lang.String[] { "Device", "Mac", "MacAutoGenerated", "Mtu", "StatusCode", "StatusDetails", "CurrentlyAttached", "QosAlgorithmType", "QosAlgorithms", "LockingMode", "HostUuid", "VmRef", "InterfaceUuid", "Addresses", });
|
|
7321
7415
|
internal_static_com_lansweeper_dp_outbound_v1_IpLocationConfig_descriptor =
|
|
7322
|
-
getDescriptor().getMessageTypes().get(
|
|
7416
|
+
getDescriptor().getMessageTypes().get(280);
|
|
7323
7417
|
internal_static_com_lansweeper_dp_outbound_v1_IpLocationConfig_fieldAccessorTable = new
|
|
7324
7418
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7325
7419
|
internal_static_com_lansweeper_dp_outbound_v1_IpLocationConfig_descriptor,
|
|
7326
7420
|
new java.lang.String[] { "Name", "LocalIpCidr", "LocalIpStart", "LocalIpEnd", "SourceId", "InternetIpCidr", "InternetCountryCode", "InternetCountryCity", });
|
|
7327
7421
|
internal_static_com_lansweeper_dp_outbound_v1_SiteKey_descriptor =
|
|
7328
|
-
getDescriptor().getMessageTypes().get(
|
|
7422
|
+
getDescriptor().getMessageTypes().get(281);
|
|
7329
7423
|
internal_static_com_lansweeper_dp_outbound_v1_SiteKey_fieldAccessorTable = new
|
|
7330
7424
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7331
7425
|
internal_static_com_lansweeper_dp_outbound_v1_SiteKey_descriptor,
|
|
7332
7426
|
new java.lang.String[] { "SiteId", });
|
|
7333
7427
|
internal_static_com_lansweeper_dp_outbound_v1_ReconRuleSet_descriptor =
|
|
7334
|
-
getDescriptor().getMessageTypes().get(
|
|
7428
|
+
getDescriptor().getMessageTypes().get(282);
|
|
7335
7429
|
internal_static_com_lansweeper_dp_outbound_v1_ReconRuleSet_fieldAccessorTable = new
|
|
7336
7430
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7337
7431
|
internal_static_com_lansweeper_dp_outbound_v1_ReconRuleSet_descriptor,
|
|
7338
7432
|
new java.lang.String[] { "ReconRules", });
|
|
7339
7433
|
internal_static_com_lansweeper_dp_outbound_v1_ReconRule_descriptor =
|
|
7340
|
-
getDescriptor().getMessageTypes().get(
|
|
7434
|
+
getDescriptor().getMessageTypes().get(283);
|
|
7341
7435
|
internal_static_com_lansweeper_dp_outbound_v1_ReconRule_fieldAccessorTable = new
|
|
7342
7436
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7343
7437
|
internal_static_com_lansweeper_dp_outbound_v1_ReconRule_descriptor,
|
|
7344
7438
|
new java.lang.String[] { "Id", "Name", "Description", "Priority", "Enabled", });
|
|
7345
7439
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Organization_descriptor =
|
|
7346
|
-
getDescriptor().getMessageTypes().get(
|
|
7440
|
+
getDescriptor().getMessageTypes().get(284);
|
|
7347
7441
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Organization_fieldAccessorTable = new
|
|
7348
7442
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7349
7443
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Organization_descriptor,
|
|
@@ -7355,13 +7449,13 @@ public final class Outbound {
|
|
|
7355
7449
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Organization_AssignedPlansEntry_descriptor,
|
|
7356
7450
|
new java.lang.String[] { "Key", "Value", });
|
|
7357
7451
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Mailbox_descriptor =
|
|
7358
|
-
getDescriptor().getMessageTypes().get(
|
|
7452
|
+
getDescriptor().getMessageTypes().get(285);
|
|
7359
7453
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Mailbox_fieldAccessorTable = new
|
|
7360
7454
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7361
7455
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Mailbox_descriptor,
|
|
7362
7456
|
new java.lang.String[] { "O365MailboxId", "O365OrganizationId", "DisplayName", "PrimaryEmail", "EmailAddress", "Alias", "RecipientType", "RecipientTypeDetails", "UserPrincipalName", "Identity", "O365MailboxKey", "O365OrganizationKey", });
|
|
7363
7457
|
internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedPlan_descriptor =
|
|
7364
|
-
getDescriptor().getMessageTypes().get(
|
|
7458
|
+
getDescriptor().getMessageTypes().get(286);
|
|
7365
7459
|
internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedPlan_fieldAccessorTable = new
|
|
7366
7460
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7367
7461
|
internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedPlan_descriptor,
|
|
@@ -7373,31 +7467,31 @@ public final class Outbound {
|
|
|
7373
7467
|
internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedPlan_UsersKeysEntry_descriptor,
|
|
7374
7468
|
new java.lang.String[] { "Key", "Value", });
|
|
7375
7469
|
internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedLicense_descriptor =
|
|
7376
|
-
getDescriptor().getMessageTypes().get(
|
|
7470
|
+
getDescriptor().getMessageTypes().get(287);
|
|
7377
7471
|
internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedLicense_fieldAccessorTable = new
|
|
7378
7472
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7379
7473
|
internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedLicense_descriptor,
|
|
7380
7474
|
new java.lang.String[] { "O365AssignedLicenseId", "O365LicenseId", "O365UserId", "O365AssignedLicenseKey", "O365LicenseKey", });
|
|
7381
7475
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Contact_descriptor =
|
|
7382
|
-
getDescriptor().getMessageTypes().get(
|
|
7476
|
+
getDescriptor().getMessageTypes().get(288);
|
|
7383
7477
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Contact_fieldAccessorTable = new
|
|
7384
7478
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7385
7479
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Contact_descriptor,
|
|
7386
7480
|
new java.lang.String[] { "DisplayName", "Mail", });
|
|
7387
7481
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Domain_descriptor =
|
|
7388
|
-
getDescriptor().getMessageTypes().get(
|
|
7482
|
+
getDescriptor().getMessageTypes().get(289);
|
|
7389
7483
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Domain_fieldAccessorTable = new
|
|
7390
7484
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7391
7485
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Domain_descriptor,
|
|
7392
7486
|
new java.lang.String[] { "Id", "OrganizationId", "DomainName", "AuthenticationType", "IsAdminManaged", "IsDefault", "IsInitial", "IsRoot", "IsVerified", "SupportedServices", "State", "AvailabilityStatus", });
|
|
7393
7487
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Group_descriptor =
|
|
7394
|
-
getDescriptor().getMessageTypes().get(
|
|
7488
|
+
getDescriptor().getMessageTypes().get(290);
|
|
7395
7489
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Group_fieldAccessorTable = new
|
|
7396
7490
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7397
7491
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Group_descriptor,
|
|
7398
7492
|
new java.lang.String[] { "ObjectId", "DisplayName", "Description", "MailEnabled", "SecurityEnabled", "Mail", "MailNickname", "ProxyAddresses", "OrganizationEntityKey", "Type", });
|
|
7399
7493
|
internal_static_com_lansweeper_dp_outbound_v1_Office365License_descriptor =
|
|
7400
|
-
getDescriptor().getMessageTypes().get(
|
|
7494
|
+
getDescriptor().getMessageTypes().get(291);
|
|
7401
7495
|
internal_static_com_lansweeper_dp_outbound_v1_Office365License_fieldAccessorTable = new
|
|
7402
7496
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7403
7497
|
internal_static_com_lansweeper_dp_outbound_v1_Office365License_descriptor,
|
|
@@ -7409,13 +7503,13 @@ public final class Outbound {
|
|
|
7409
7503
|
internal_static_com_lansweeper_dp_outbound_v1_Office365License_UsersKeysEntry_descriptor,
|
|
7410
7504
|
new java.lang.String[] { "Key", "Value", });
|
|
7411
7505
|
internal_static_com_lansweeper_dp_outbound_v1_Office365ServicePlan_descriptor =
|
|
7412
|
-
getDescriptor().getMessageTypes().get(
|
|
7506
|
+
getDescriptor().getMessageTypes().get(292);
|
|
7413
7507
|
internal_static_com_lansweeper_dp_outbound_v1_Office365ServicePlan_fieldAccessorTable = new
|
|
7414
7508
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7415
7509
|
internal_static_com_lansweeper_dp_outbound_v1_Office365ServicePlan_descriptor,
|
|
7416
7510
|
new java.lang.String[] { "ServicePlanId", "ServicePlanName", "ProvisioningStatus", "AppliesTo", });
|
|
7417
7511
|
internal_static_com_lansweeper_dp_outbound_v1_Office365User_descriptor =
|
|
7418
|
-
getDescriptor().getMessageTypes().get(
|
|
7512
|
+
getDescriptor().getMessageTypes().get(293);
|
|
7419
7513
|
internal_static_com_lansweeper_dp_outbound_v1_Office365User_fieldAccessorTable = new
|
|
7420
7514
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
7421
7515
|
internal_static_com_lansweeper_dp_outbound_v1_Office365User_descriptor,
|