@lansweeper/data-platform-outbound-grpc 0.3.22 → 0.3.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +23 -5
  4. package/gen-proto/outbound_pb.js +186 -42
  5. package/generated-go/outbound.pb.go +9404 -9369
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +7 -4
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/Computer$Builder.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/Computer.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerOrBuilder.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareDatastoreCluster$1.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareDatastoreCluster$Builder$DatastoresConverter.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareDatastoreCluster$Builder.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareDatastoreCluster$DatastoresDefaultEntryHolder.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareDatastoreCluster.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareDatastoreClusterOrBuilder.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisor$1.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisor$Builder$EsxiHypervisorDatastoresConverter.class +0 -0
  21. package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisor$Builder.class +0 -0
  22. package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisor$EsxiGuestVmKeyDefaultEntryHolder.class +0 -0
  23. package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisor$EsxiHypervisorDatastoresDefaultEntryHolder.class +0 -0
  24. package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisor.class +0 -0
  25. package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisorOrBuilder.class +0 -0
  26. package/model/target/classes/outbound.proto +7 -4
  27. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Computer.java +311 -311
  28. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerOrBuilder.java +27 -27
  29. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +3076 -3073
  30. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/VmwareDatastoreCluster.java +264 -38
  31. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/VmwareDatastoreClusterOrBuilder.java +38 -0
  32. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisor.java +404 -211
  33. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisorOrBuilder.java +29 -0
  34. package/model/target/maven-archiver/pom.properties +2 -2
  35. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +1 -1
  36. package/model/target/{outbound-model-0.3.21-sources.jar → outbound-model-0.3.23-sources.jar} +0 -0
  37. package/model/target/{outbound-model-0.3.21.jar → outbound-model-0.3.23.jar} +0 -0
  38. package/package.json +2 -2
  39. package/pom.xml +1 -1
  40. package/proto/outbound.proto +7 -4
  41. package/service/pom.xml +1 -1
  42. package/service/target/maven-archiver/pom.properties +2 -2
  43. package/service/target/{outbound-service-0.3.21-sources.jar → outbound-service-0.3.23-sources.jar} +0 -0
  44. package/service/target/{outbound-service-0.3.21.jar → outbound-service-0.3.23.jar} +0 -0
@@ -1131,10 +1131,10 @@ export class Computer extends jspb.Message {
1131
1131
  getLinuxMemoryModuleList(): Array<ComputerLinuxMemoryModule>;
1132
1132
  setLinuxMemoryModuleList(value: Array<ComputerLinuxMemoryModule>): Computer;
1133
1133
  addLinuxMemoryModule(value?: ComputerLinuxMemoryModule, index?: number): ComputerLinuxMemoryModule;
1134
- clearLinuxLogicalVolumeList(): void;
1135
- getLinuxLogicalVolumeList(): Array<ComputerLinuxLogicalVolume>;
1136
- setLinuxLogicalVolumeList(value: Array<ComputerLinuxLogicalVolume>): Computer;
1137
- addLinuxLogicalVolume(value?: ComputerLinuxLogicalVolume, index?: number): ComputerLinuxLogicalVolume;
1134
+ clearLinuxVolumeGroupList(): void;
1135
+ getLinuxVolumeGroupList(): Array<ComputerLinuxVolumeGroup>;
1136
+ setLinuxVolumeGroupList(value: Array<ComputerLinuxVolumeGroup>): Computer;
1137
+ addLinuxVolumeGroup(value?: ComputerLinuxVolumeGroup, index?: number): ComputerLinuxVolumeGroup;
1138
1138
  clearLinuxPhysicalHardDiskList(): void;
1139
1139
  getLinuxPhysicalHardDiskList(): Array<ComputerLinuxPhysicalHardDisk>;
1140
1140
  setLinuxPhysicalHardDiskList(value: Array<ComputerLinuxPhysicalHardDisk>): Computer;
@@ -1369,7 +1369,7 @@ export namespace Computer {
1369
1369
  macFirewireList: Array<ComputerMacFirewire.AsObject>,
1370
1370
  linuxMemoryController?: ComputerLinuxMemoryController.AsObject,
1371
1371
  linuxMemoryModuleList: Array<ComputerLinuxMemoryModule.AsObject>,
1372
- linuxLogicalVolumeList: Array<ComputerLinuxLogicalVolume.AsObject>,
1372
+ linuxVolumeGroupList: Array<ComputerLinuxVolumeGroup.AsObject>,
1373
1373
  linuxPhysicalHardDiskList: Array<ComputerLinuxPhysicalHardDisk.AsObject>,
1374
1374
  bios?: Bios.AsObject,
1375
1375
  osPatchList: Array<OperatingSystemPatch.AsObject>,
@@ -16963,6 +16963,11 @@ export class VmwareEsxiHypervisor extends jspb.Message {
16963
16963
  getVcenterAssetKey(): string | undefined;
16964
16964
  setVcenterAssetKey(value: string): VmwareEsxiHypervisor;
16965
16965
 
16966
+ hasVmwareEsxiClusterId(): boolean;
16967
+ clearVmwareEsxiClusterId(): void;
16968
+ getVmwareEsxiClusterId(): string | undefined;
16969
+ setVmwareEsxiClusterId(value: string): VmwareEsxiHypervisor;
16970
+
16966
16971
  getEsxiHypervisorDatastoresMap(): jspb.Map<string, VmwareDatastore>;
16967
16972
  clearEsxiHypervisorDatastoresMap(): void;
16968
16973
 
@@ -17087,6 +17092,7 @@ export namespace VmwareEsxiHypervisor {
17087
17092
  export type AsObject = {
17088
17093
  productInfo?: VmwareProductInfo.AsObject,
17089
17094
  vcenterAssetKey?: string,
17095
+ vmwareEsxiClusterId?: string,
17090
17096
 
17091
17097
  esxiHypervisorDatastoresMap: Array<[string, VmwareDatastore.AsObject]>,
17092
17098
 
@@ -17532,6 +17538,16 @@ export class VmwareDatastoreCluster extends jspb.Message {
17532
17538
  getName(): string | undefined;
17533
17539
  setName(value: string): VmwareDatastoreCluster;
17534
17540
 
17541
+ hasCapacity(): boolean;
17542
+ clearCapacity(): void;
17543
+ getCapacity(): number | undefined;
17544
+ setCapacity(value: number): VmwareDatastoreCluster;
17545
+
17546
+ hasFreeSpace(): boolean;
17547
+ clearFreeSpace(): void;
17548
+ getFreeSpace(): number | undefined;
17549
+ setFreeSpace(value: number): VmwareDatastoreCluster;
17550
+
17535
17551
  getDatastoresMap(): jspb.Map<string, VmwareDatastore>;
17536
17552
  clearDatastoresMap(): void;
17537
17553
 
@@ -17564,6 +17580,8 @@ export namespace VmwareDatastoreCluster {
17564
17580
  vcenterAssetKey: string,
17565
17581
  internalKey?: string,
17566
17582
  name?: string,
17583
+ capacity?: number,
17584
+ freeSpace?: number,
17567
17585
 
17568
17586
  datastoresMap: Array<[string, VmwareDatastore.AsObject]>,
17569
17587
  storageDrs?: DatastoreClusterStorageDrs.AsObject,
@@ -12702,7 +12702,7 @@ proto.com.lansweeper.dp.outbound.v1.WarrantyInfo.prototype.setIsReliable = funct
12702
12702
  * @private {!Array<number>}
12703
12703
  * @const
12704
12704
  */
12705
- proto.com.lansweeper.dp.outbound.v1.Computer.repeatedFields_ = [3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,309,22,23,24,25,26,33,27,32,28,29,30,31,34,35,36,38,39,41,44,45,307,308,47,306,310,102,103,105,107,202,203,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,225,227,302,303,304,305];
12705
+ proto.com.lansweeper.dp.outbound.v1.Computer.repeatedFields_ = [3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,309,22,23,24,25,26,33,27,32,28,29,30,31,34,35,36,38,39,41,44,45,48,49,47,50,51,102,103,105,107,202,203,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,225,227,302,303,304,305];
12706
12706
 
12707
12707
 
12708
12708
 
@@ -12827,8 +12827,8 @@ proto.com.lansweeper.dp.outbound.v1.Computer.toObject = function(includeInstance
12827
12827
  linuxMemoryController: (f = msg.getLinuxMemoryController()) && proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryController.toObject(includeInstance, f),
12828
12828
  linuxMemoryModuleList: jspb.Message.toObjectList(msg.getLinuxMemoryModuleList(),
12829
12829
  proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryModule.toObject, includeInstance),
12830
- linuxLogicalVolumeList: jspb.Message.toObjectList(msg.getLinuxLogicalVolumeList(),
12831
- proto.com.lansweeper.dp.outbound.v1.ComputerLinuxLogicalVolume.toObject, includeInstance),
12830
+ linuxVolumeGroupList: jspb.Message.toObjectList(msg.getLinuxVolumeGroupList(),
12831
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxVolumeGroup.toObject, includeInstance),
12832
12832
  linuxPhysicalHardDiskList: jspb.Message.toObjectList(msg.getLinuxPhysicalHardDiskList(),
12833
12833
  proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPhysicalHardDisk.toObject, includeInstance),
12834
12834
  bios: (f = msg.getBios()) && proto.com.lansweeper.dp.outbound.v1.Bios.toObject(includeInstance, f),
@@ -13164,12 +13164,12 @@ proto.com.lansweeper.dp.outbound.v1.Computer.deserializeBinaryFromReader = funct
13164
13164
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerMacSATAController.deserializeBinaryFromReader);
13165
13165
  msg.addMacSataController(value);
13166
13166
  break;
13167
- case 307:
13167
+ case 48:
13168
13168
  var value = new proto.com.lansweeper.dp.outbound.v1.ComputerMacDisplay;
13169
13169
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerMacDisplay.deserializeBinaryFromReader);
13170
13170
  msg.addMacDisplay(value);
13171
13171
  break;
13172
- case 308:
13172
+ case 49:
13173
13173
  var value = new proto.com.lansweeper.dp.outbound.v1.ComputerMacFirewire;
13174
13174
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerMacFirewire.deserializeBinaryFromReader);
13175
13175
  msg.addMacFirewire(value);
@@ -13184,12 +13184,12 @@ proto.com.lansweeper.dp.outbound.v1.Computer.deserializeBinaryFromReader = funct
13184
13184
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryModule.deserializeBinaryFromReader);
13185
13185
  msg.addLinuxMemoryModule(value);
13186
13186
  break;
13187
- case 306:
13188
- var value = new proto.com.lansweeper.dp.outbound.v1.ComputerLinuxLogicalVolume;
13189
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerLinuxLogicalVolume.deserializeBinaryFromReader);
13190
- msg.addLinuxLogicalVolume(value);
13187
+ case 50:
13188
+ var value = new proto.com.lansweeper.dp.outbound.v1.ComputerLinuxVolumeGroup;
13189
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerLinuxVolumeGroup.deserializeBinaryFromReader);
13190
+ msg.addLinuxVolumeGroup(value);
13191
13191
  break;
13192
- case 310:
13192
+ case 51:
13193
13193
  var value = new proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPhysicalHardDisk;
13194
13194
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPhysicalHardDisk.deserializeBinaryFromReader);
13195
13195
  msg.addLinuxPhysicalHardDisk(value);
@@ -13789,7 +13789,7 @@ proto.com.lansweeper.dp.outbound.v1.Computer.serializeBinaryToWriter = function(
13789
13789
  f = message.getMacDisplayList();
13790
13790
  if (f.length > 0) {
13791
13791
  writer.writeRepeatedMessage(
13792
- 307,
13792
+ 48,
13793
13793
  f,
13794
13794
  proto.com.lansweeper.dp.outbound.v1.ComputerMacDisplay.serializeBinaryToWriter
13795
13795
  );
@@ -13797,7 +13797,7 @@ proto.com.lansweeper.dp.outbound.v1.Computer.serializeBinaryToWriter = function(
13797
13797
  f = message.getMacFirewireList();
13798
13798
  if (f.length > 0) {
13799
13799
  writer.writeRepeatedMessage(
13800
- 308,
13800
+ 49,
13801
13801
  f,
13802
13802
  proto.com.lansweeper.dp.outbound.v1.ComputerMacFirewire.serializeBinaryToWriter
13803
13803
  );
@@ -13818,18 +13818,18 @@ proto.com.lansweeper.dp.outbound.v1.Computer.serializeBinaryToWriter = function(
13818
13818
  proto.com.lansweeper.dp.outbound.v1.ComputerLinuxMemoryModule.serializeBinaryToWriter
13819
13819
  );
13820
13820
  }
13821
- f = message.getLinuxLogicalVolumeList();
13821
+ f = message.getLinuxVolumeGroupList();
13822
13822
  if (f.length > 0) {
13823
13823
  writer.writeRepeatedMessage(
13824
- 306,
13824
+ 50,
13825
13825
  f,
13826
- proto.com.lansweeper.dp.outbound.v1.ComputerLinuxLogicalVolume.serializeBinaryToWriter
13826
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxVolumeGroup.serializeBinaryToWriter
13827
13827
  );
13828
13828
  }
13829
13829
  f = message.getLinuxPhysicalHardDiskList();
13830
13830
  if (f.length > 0) {
13831
13831
  writer.writeRepeatedMessage(
13832
- 310,
13832
+ 51,
13833
13833
  f,
13834
13834
  proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPhysicalHardDisk.serializeBinaryToWriter
13835
13835
  );
@@ -15891,12 +15891,12 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearMacSataControllerLis
15891
15891
 
15892
15892
 
15893
15893
  /**
15894
- * repeated ComputerMacDisplay mac_display = 307;
15894
+ * repeated ComputerMacDisplay mac_display = 48;
15895
15895
  * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerMacDisplay>}
15896
15896
  */
15897
15897
  proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getMacDisplayList = function() {
15898
15898
  return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerMacDisplay>} */ (
15899
- jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerMacDisplay, 307));
15899
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerMacDisplay, 48));
15900
15900
  };
15901
15901
 
15902
15902
 
@@ -15905,7 +15905,7 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getMacDisplayList = funct
15905
15905
  * @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
15906
15906
  */
15907
15907
  proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setMacDisplayList = function(value) {
15908
- return jspb.Message.setRepeatedWrapperField(this, 307, value);
15908
+ return jspb.Message.setRepeatedWrapperField(this, 48, value);
15909
15909
  };
15910
15910
 
15911
15911
 
@@ -15915,7 +15915,7 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setMacDisplayList = funct
15915
15915
  * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacDisplay}
15916
15916
  */
15917
15917
  proto.com.lansweeper.dp.outbound.v1.Computer.prototype.addMacDisplay = function(opt_value, opt_index) {
15918
- return jspb.Message.addToRepeatedWrapperField(this, 307, opt_value, proto.com.lansweeper.dp.outbound.v1.ComputerMacDisplay, opt_index);
15918
+ return jspb.Message.addToRepeatedWrapperField(this, 48, opt_value, proto.com.lansweeper.dp.outbound.v1.ComputerMacDisplay, opt_index);
15919
15919
  };
15920
15920
 
15921
15921
 
@@ -15929,12 +15929,12 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearMacDisplayList = fun
15929
15929
 
15930
15930
 
15931
15931
  /**
15932
- * repeated ComputerMacFirewire mac_firewire = 308;
15932
+ * repeated ComputerMacFirewire mac_firewire = 49;
15933
15933
  * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerMacFirewire>}
15934
15934
  */
15935
15935
  proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getMacFirewireList = function() {
15936
15936
  return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerMacFirewire>} */ (
15937
- jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerMacFirewire, 308));
15937
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerMacFirewire, 49));
15938
15938
  };
15939
15939
 
15940
15940
 
@@ -15943,7 +15943,7 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getMacFirewireList = func
15943
15943
  * @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
15944
15944
  */
15945
15945
  proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setMacFirewireList = function(value) {
15946
- return jspb.Message.setRepeatedWrapperField(this, 308, value);
15946
+ return jspb.Message.setRepeatedWrapperField(this, 49, value);
15947
15947
  };
15948
15948
 
15949
15949
 
@@ -15953,7 +15953,7 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setMacFirewireList = func
15953
15953
  * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacFirewire}
15954
15954
  */
15955
15955
  proto.com.lansweeper.dp.outbound.v1.Computer.prototype.addMacFirewire = function(opt_value, opt_index) {
15956
- return jspb.Message.addToRepeatedWrapperField(this, 308, opt_value, proto.com.lansweeper.dp.outbound.v1.ComputerMacFirewire, opt_index);
15956
+ return jspb.Message.addToRepeatedWrapperField(this, 49, opt_value, proto.com.lansweeper.dp.outbound.v1.ComputerMacFirewire, opt_index);
15957
15957
  };
15958
15958
 
15959
15959
 
@@ -16042,31 +16042,31 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearLinuxMemoryModuleLis
16042
16042
 
16043
16043
 
16044
16044
  /**
16045
- * repeated ComputerLinuxLogicalVolume linux_logical_volume = 306;
16046
- * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxLogicalVolume>}
16045
+ * repeated ComputerLinuxVolumeGroup linux_volume_group = 50;
16046
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxVolumeGroup>}
16047
16047
  */
16048
- proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getLinuxLogicalVolumeList = function() {
16049
- return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxLogicalVolume>} */ (
16050
- jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerLinuxLogicalVolume, 306));
16048
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getLinuxVolumeGroupList = function() {
16049
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxVolumeGroup>} */ (
16050
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerLinuxVolumeGroup, 50));
16051
16051
  };
16052
16052
 
16053
16053
 
16054
16054
  /**
16055
- * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxLogicalVolume>} value
16055
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxVolumeGroup>} value
16056
16056
  * @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
16057
16057
  */
16058
- proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setLinuxLogicalVolumeList = function(value) {
16059
- return jspb.Message.setRepeatedWrapperField(this, 306, value);
16058
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setLinuxVolumeGroupList = function(value) {
16059
+ return jspb.Message.setRepeatedWrapperField(this, 50, value);
16060
16060
  };
16061
16061
 
16062
16062
 
16063
16063
  /**
16064
- * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxLogicalVolume=} opt_value
16064
+ * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxVolumeGroup=} opt_value
16065
16065
  * @param {number=} opt_index
16066
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxLogicalVolume}
16066
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxVolumeGroup}
16067
16067
  */
16068
- proto.com.lansweeper.dp.outbound.v1.Computer.prototype.addLinuxLogicalVolume = function(opt_value, opt_index) {
16069
- return jspb.Message.addToRepeatedWrapperField(this, 306, opt_value, proto.com.lansweeper.dp.outbound.v1.ComputerLinuxLogicalVolume, opt_index);
16068
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.addLinuxVolumeGroup = function(opt_value, opt_index) {
16069
+ return jspb.Message.addToRepeatedWrapperField(this, 50, opt_value, proto.com.lansweeper.dp.outbound.v1.ComputerLinuxVolumeGroup, opt_index);
16070
16070
  };
16071
16071
 
16072
16072
 
@@ -16074,18 +16074,18 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.addLinuxLogicalVolume = f
16074
16074
  * Clears the list making it empty but non-null.
16075
16075
  * @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
16076
16076
  */
16077
- proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearLinuxLogicalVolumeList = function() {
16078
- return this.setLinuxLogicalVolumeList([]);
16077
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearLinuxVolumeGroupList = function() {
16078
+ return this.setLinuxVolumeGroupList([]);
16079
16079
  };
16080
16080
 
16081
16081
 
16082
16082
  /**
16083
- * repeated ComputerLinuxPhysicalHardDisk linux_physical_hard_disk = 310;
16083
+ * repeated ComputerLinuxPhysicalHardDisk linux_physical_hard_disk = 51;
16084
16084
  * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPhysicalHardDisk>}
16085
16085
  */
16086
16086
  proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getLinuxPhysicalHardDiskList = function() {
16087
16087
  return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPhysicalHardDisk>} */ (
16088
- jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPhysicalHardDisk, 310));
16088
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPhysicalHardDisk, 51));
16089
16089
  };
16090
16090
 
16091
16091
 
@@ -16094,7 +16094,7 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getLinuxPhysicalHardDiskL
16094
16094
  * @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
16095
16095
  */
16096
16096
  proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setLinuxPhysicalHardDiskList = function(value) {
16097
- return jspb.Message.setRepeatedWrapperField(this, 310, value);
16097
+ return jspb.Message.setRepeatedWrapperField(this, 51, value);
16098
16098
  };
16099
16099
 
16100
16100
 
@@ -16104,7 +16104,7 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setLinuxPhysicalHardDiskL
16104
16104
  * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPhysicalHardDisk}
16105
16105
  */
16106
16106
  proto.com.lansweeper.dp.outbound.v1.Computer.prototype.addLinuxPhysicalHardDisk = function(opt_value, opt_index) {
16107
- return jspb.Message.addToRepeatedWrapperField(this, 310, opt_value, proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPhysicalHardDisk, opt_index);
16107
+ return jspb.Message.addToRepeatedWrapperField(this, 51, opt_value, proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPhysicalHardDisk, opt_index);
16108
16108
  };
16109
16109
 
16110
16110
 
@@ -136674,6 +136674,7 @@ proto.com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.toObject = function(inc
136674
136674
  var f, obj = {
136675
136675
  productInfo: (f = msg.getProductInfo()) && proto.com.lansweeper.dp.outbound.v1.VmwareProductInfo.toObject(includeInstance, f),
136676
136676
  vcenterAssetKey: jspb.Message.getFieldWithDefault(msg, 2, ""),
136677
+ vmwareEsxiClusterId: jspb.Message.getFieldWithDefault(msg, 26, ""),
136677
136678
  esxiHypervisorDatastoresMap: (f = msg.getEsxiHypervisorDatastoresMap()) ? f.toObject(includeInstance, proto.com.lansweeper.dp.outbound.v1.VmwareDatastore.toObject) : [],
136678
136679
  esxiGuestVmKeyMap: (f = msg.getEsxiGuestVmKeyMap()) ? f.toObject(includeInstance, undefined) : [],
136679
136680
  upTime: jspb.Message.getFieldWithDefault(msg, 5, 0),
@@ -136742,6 +136743,10 @@ proto.com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.deserializeBinaryFromRe
136742
136743
  var value = /** @type {string} */ (reader.readString());
136743
136744
  msg.setVcenterAssetKey(value);
136744
136745
  break;
136746
+ case 26:
136747
+ var value = /** @type {string} */ (reader.readString());
136748
+ msg.setVmwareEsxiClusterId(value);
136749
+ break;
136745
136750
  case 3:
136746
136751
  var value = msg.getEsxiHypervisorDatastoresMap();
136747
136752
  reader.readMessage(value, function(message, reader) {
@@ -136883,6 +136888,13 @@ proto.com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.serializeBinaryToWriter
136883
136888
  f
136884
136889
  );
136885
136890
  }
136891
+ f = /** @type {string} */ (jspb.Message.getField(message, 26));
136892
+ if (f != null) {
136893
+ writer.writeString(
136894
+ 26,
136895
+ f
136896
+ );
136897
+ }
136886
136898
  f = message.getEsxiHypervisorDatastoresMap(true);
136887
136899
  if (f && f.getLength() > 0) {
136888
136900
  f.serializeBinary(3, writer, jspb.BinaryWriter.prototype.writeString, jspb.BinaryWriter.prototype.writeMessage, proto.com.lansweeper.dp.outbound.v1.VmwareDatastore.serializeBinaryToWriter);
@@ -137115,6 +137127,42 @@ proto.com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.prototype.hasVcenterAss
137115
137127
  };
137116
137128
 
137117
137129
 
137130
+ /**
137131
+ * optional string vmware_esxi_cluster_id = 26;
137132
+ * @return {string}
137133
+ */
137134
+ proto.com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.prototype.getVmwareEsxiClusterId = function() {
137135
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 26, ""));
137136
+ };
137137
+
137138
+
137139
+ /**
137140
+ * @param {string} value
137141
+ * @return {!proto.com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor} returns this
137142
+ */
137143
+ proto.com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.prototype.setVmwareEsxiClusterId = function(value) {
137144
+ return jspb.Message.setField(this, 26, value);
137145
+ };
137146
+
137147
+
137148
+ /**
137149
+ * Clears the field making it undefined.
137150
+ * @return {!proto.com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor} returns this
137151
+ */
137152
+ proto.com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.prototype.clearVmwareEsxiClusterId = function() {
137153
+ return jspb.Message.setField(this, 26, undefined);
137154
+ };
137155
+
137156
+
137157
+ /**
137158
+ * Returns whether this field is set.
137159
+ * @return {boolean}
137160
+ */
137161
+ proto.com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.prototype.hasVmwareEsxiClusterId = function() {
137162
+ return jspb.Message.getField(this, 26) != null;
137163
+ };
137164
+
137165
+
137118
137166
  /**
137119
137167
  * map<string, VmwareDatastore> esxi_hypervisor_datastores = 3;
137120
137168
  * @param {boolean=} opt_noLazyCreate Do not create the map if
@@ -141039,6 +141087,8 @@ proto.com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.toObject = function(i
141039
141087
  vcenterAssetKey: jspb.Message.getFieldWithDefault(msg, 2, ""),
141040
141088
  internalKey: jspb.Message.getFieldWithDefault(msg, 3, ""),
141041
141089
  name: jspb.Message.getFieldWithDefault(msg, 4, ""),
141090
+ capacity: jspb.Message.getFieldWithDefault(msg, 9, 0),
141091
+ freeSpace: jspb.Message.getFieldWithDefault(msg, 10, 0),
141042
141092
  datastoresMap: (f = msg.getDatastoresMap()) ? f.toObject(includeInstance, proto.com.lansweeper.dp.outbound.v1.VmwareDatastore.toObject) : [],
141043
141093
  storageDrs: (f = msg.getStorageDrs()) && proto.com.lansweeper.dp.outbound.v1.DatastoreClusterStorageDrs.toObject(includeInstance, f),
141044
141094
  drsPodConfigRuleList: jspb.Message.toObjectList(msg.getDrsPodConfigRuleList(),
@@ -141097,6 +141147,14 @@ proto.com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.deserializeBinaryFrom
141097
141147
  var value = /** @type {string} */ (reader.readString());
141098
141148
  msg.setName(value);
141099
141149
  break;
141150
+ case 9:
141151
+ var value = /** @type {number} */ (reader.readInt64());
141152
+ msg.setCapacity(value);
141153
+ break;
141154
+ case 10:
141155
+ var value = /** @type {number} */ (reader.readInt64());
141156
+ msg.setFreeSpace(value);
141157
+ break;
141100
141158
  case 5:
141101
141159
  var value = msg.getDatastoresMap();
141102
141160
  reader.readMessage(value, function(message, reader) {
@@ -141175,6 +141233,20 @@ proto.com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.serializeBinaryToWrit
141175
141233
  f
141176
141234
  );
141177
141235
  }
141236
+ f = /** @type {number} */ (jspb.Message.getField(message, 9));
141237
+ if (f != null) {
141238
+ writer.writeInt64(
141239
+ 9,
141240
+ f
141241
+ );
141242
+ }
141243
+ f = /** @type {number} */ (jspb.Message.getField(message, 10));
141244
+ if (f != null) {
141245
+ writer.writeInt64(
141246
+ 10,
141247
+ f
141248
+ );
141249
+ }
141178
141250
  f = message.getDatastoresMap(true);
141179
141251
  if (f && f.getLength() > 0) {
141180
141252
  f.serializeBinary(5, writer, jspb.BinaryWriter.prototype.writeString, jspb.BinaryWriter.prototype.writeMessage, proto.com.lansweeper.dp.outbound.v1.VmwareDatastore.serializeBinaryToWriter);
@@ -141314,6 +141386,78 @@ proto.com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.prototype.hasName = f
141314
141386
  };
141315
141387
 
141316
141388
 
141389
+ /**
141390
+ * optional int64 capacity = 9;
141391
+ * @return {number}
141392
+ */
141393
+ proto.com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.prototype.getCapacity = function() {
141394
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 9, 0));
141395
+ };
141396
+
141397
+
141398
+ /**
141399
+ * @param {number} value
141400
+ * @return {!proto.com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster} returns this
141401
+ */
141402
+ proto.com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.prototype.setCapacity = function(value) {
141403
+ return jspb.Message.setField(this, 9, value);
141404
+ };
141405
+
141406
+
141407
+ /**
141408
+ * Clears the field making it undefined.
141409
+ * @return {!proto.com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster} returns this
141410
+ */
141411
+ proto.com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.prototype.clearCapacity = function() {
141412
+ return jspb.Message.setField(this, 9, undefined);
141413
+ };
141414
+
141415
+
141416
+ /**
141417
+ * Returns whether this field is set.
141418
+ * @return {boolean}
141419
+ */
141420
+ proto.com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.prototype.hasCapacity = function() {
141421
+ return jspb.Message.getField(this, 9) != null;
141422
+ };
141423
+
141424
+
141425
+ /**
141426
+ * optional int64 free_space = 10;
141427
+ * @return {number}
141428
+ */
141429
+ proto.com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.prototype.getFreeSpace = function() {
141430
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 10, 0));
141431
+ };
141432
+
141433
+
141434
+ /**
141435
+ * @param {number} value
141436
+ * @return {!proto.com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster} returns this
141437
+ */
141438
+ proto.com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.prototype.setFreeSpace = function(value) {
141439
+ return jspb.Message.setField(this, 10, value);
141440
+ };
141441
+
141442
+
141443
+ /**
141444
+ * Clears the field making it undefined.
141445
+ * @return {!proto.com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster} returns this
141446
+ */
141447
+ proto.com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.prototype.clearFreeSpace = function() {
141448
+ return jspb.Message.setField(this, 10, undefined);
141449
+ };
141450
+
141451
+
141452
+ /**
141453
+ * Returns whether this field is set.
141454
+ * @return {boolean}
141455
+ */
141456
+ proto.com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.prototype.hasFreeSpace = function() {
141457
+ return jspb.Message.getField(this, 10) != null;
141458
+ };
141459
+
141460
+
141317
141461
  /**
141318
141462
  * map<string, VmwareDatastore> datastores = 5;
141319
141463
  * @param {boolean=} opt_noLazyCreate Do not create the map if