@lansweeper/data-platform-outbound-grpc 0.3.20 → 0.3.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +33 -8
- package/gen-proto/outbound_pb.js +225 -35
- package/generated-go/outbound.pb.go +375 -328
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +7 -3
- package/model/target/classes/com/lansweeper/dp/outbound/v1/EsxiCluster$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/EsxiCluster$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/EsxiCluster$HypervisorsDefaultEntryHolder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/EsxiCluster.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/EsxiClusterOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareDatastoreCluster$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareDatastoreCluster$Builder$DatastoresConverter.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareDatastoreCluster$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareDatastoreCluster$DatastoresDefaultEntryHolder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareDatastoreCluster.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareDatastoreClusterOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiGuestVm$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiGuestVm$Builder$EsxiGuestSnapshotsConverter.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiGuestVm$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiGuestVm.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiGuestVmOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisor$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisor$Builder$EsxiHypervisorDatastoresConverter.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisor$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisor.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisorOrBuilder.class +0 -0
- package/model/target/classes/outbound.proto +7 -3
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/EsxiCluster.java +200 -7
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/EsxiClusterOrBuilder.java +31 -2
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +368 -364
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/VmwareDatastoreCluster.java +104 -306
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/VmwareDatastoreClusterOrBuilder.java +8 -25
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/VmwareEsxiGuestVm.java +114 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/VmwareEsxiGuestVmOrBuilder.java +19 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisor.java +334 -109
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisorOrBuilder.java +51 -13
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/{outbound-model-0.3.19-sources.jar → outbound-model-0.3.20-sources.jar} +0 -0
- package/model/target/{outbound-model-0.3.19.jar → outbound-model-0.3.20.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +7 -3
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.3.19-sources.jar → outbound-service-0.3.20-sources.jar} +0 -0
- package/service/target/{outbound-service-0.3.19.jar → outbound-service-0.3.20.jar} +0 -0
|
@@ -240,7 +240,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue);
|
|
|
240
240
|
* Number of CPU packages of the Esxi Hypervisor
|
|
241
241
|
* </pre>
|
|
242
242
|
*
|
|
243
|
-
* <code>optional
|
|
243
|
+
* <code>optional uint32 num_cpu_packages = 7;</code>
|
|
244
244
|
* @return Whether the numCpuPackages field is set.
|
|
245
245
|
*/
|
|
246
246
|
boolean hasNumCpuPackages();
|
|
@@ -249,20 +249,10 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue);
|
|
|
249
249
|
* Number of CPU packages of the Esxi Hypervisor
|
|
250
250
|
* </pre>
|
|
251
251
|
*
|
|
252
|
-
* <code>optional
|
|
252
|
+
* <code>optional uint32 num_cpu_packages = 7;</code>
|
|
253
253
|
* @return The numCpuPackages.
|
|
254
254
|
*/
|
|
255
|
-
|
|
256
|
-
/**
|
|
257
|
-
* <pre>
|
|
258
|
-
* Number of CPU packages of the Esxi Hypervisor
|
|
259
|
-
* </pre>
|
|
260
|
-
*
|
|
261
|
-
* <code>optional string num_cpu_packages = 7;</code>
|
|
262
|
-
* @return The bytes for numCpuPackages.
|
|
263
|
-
*/
|
|
264
|
-
com.google.protobuf.ByteString
|
|
265
|
-
getNumCpuPackagesBytes();
|
|
255
|
+
int getNumCpuPackages();
|
|
266
256
|
|
|
267
257
|
/**
|
|
268
258
|
* <pre>
|
|
@@ -650,4 +640,52 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue);
|
|
|
650
640
|
* @return The numCoresPerSocket.
|
|
651
641
|
*/
|
|
652
642
|
int getNumCoresPerSocket();
|
|
643
|
+
|
|
644
|
+
/**
|
|
645
|
+
* <pre>
|
|
646
|
+
* Version of the Esxi Hypervisor
|
|
647
|
+
* </pre>
|
|
648
|
+
*
|
|
649
|
+
* <code>optional string version = 24;</code>
|
|
650
|
+
* @return Whether the version field is set.
|
|
651
|
+
*/
|
|
652
|
+
boolean hasVersion();
|
|
653
|
+
/**
|
|
654
|
+
* <pre>
|
|
655
|
+
* Version of the Esxi Hypervisor
|
|
656
|
+
* </pre>
|
|
657
|
+
*
|
|
658
|
+
* <code>optional string version = 24;</code>
|
|
659
|
+
* @return The version.
|
|
660
|
+
*/
|
|
661
|
+
java.lang.String getVersion();
|
|
662
|
+
/**
|
|
663
|
+
* <pre>
|
|
664
|
+
* Version of the Esxi Hypervisor
|
|
665
|
+
* </pre>
|
|
666
|
+
*
|
|
667
|
+
* <code>optional string version = 24;</code>
|
|
668
|
+
* @return The bytes for version.
|
|
669
|
+
*/
|
|
670
|
+
com.google.protobuf.ByteString
|
|
671
|
+
getVersionBytes();
|
|
672
|
+
|
|
673
|
+
/**
|
|
674
|
+
* <pre>
|
|
675
|
+
* Memory size of the Esxi Hypervisor
|
|
676
|
+
* </pre>
|
|
677
|
+
*
|
|
678
|
+
* <code>optional uint64 memory_size = 25;</code>
|
|
679
|
+
* @return Whether the memorySize field is set.
|
|
680
|
+
*/
|
|
681
|
+
boolean hasMemorySize();
|
|
682
|
+
/**
|
|
683
|
+
* <pre>
|
|
684
|
+
* Memory size of the Esxi Hypervisor
|
|
685
|
+
* </pre>
|
|
686
|
+
*
|
|
687
|
+
* <code>optional uint64 memory_size = 25;</code>
|
|
688
|
+
* @return The memorySize.
|
|
689
|
+
*/
|
|
690
|
+
long getMemorySize();
|
|
653
691
|
}
|
package/model/target/{outbound-model-0.3.19-sources.jar → outbound-model-0.3.20-sources.jar}
RENAMED
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/data-platform-outbound-grpc",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.21",
|
|
4
4
|
"description": "Data Platform Outbound gRPC",
|
|
5
5
|
"main": "gen-proto/index.js",
|
|
6
6
|
"types": "gen-proto/index.d.ts",
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
"@grpc/grpc-js": "^1.5.1",
|
|
10
10
|
"google-protobuf": "^3.17.0"
|
|
11
11
|
},
|
|
12
|
-
"gitHead": "
|
|
12
|
+
"gitHead": "521542eaf6d6b3d29a54c8d5195f65de7b49e473"
|
|
13
13
|
}
|
package/pom.xml
CHANGED
package/proto/outbound.proto
CHANGED
|
@@ -3834,7 +3834,7 @@ message VmwareEsxiHypervisor {
|
|
|
3834
3834
|
optional uint64 up_time = 5; // Up time of the Esxi Hypervisor
|
|
3835
3835
|
optional google.protobuf.Timestamp boot_time = 17; // Boot time of the Esxi Hypervisor
|
|
3836
3836
|
optional uint64 host_max_virtual_disk_capacity = 6; // Maximum virtual disk capacity of the Esxi Hypervisor
|
|
3837
|
-
optional
|
|
3837
|
+
optional uint32 num_cpu_packages = 7; // Number of CPU packages of the Esxi Hypervisor
|
|
3838
3838
|
repeated string cpu_packages_descriptions = 8; // Descriptions of each CPU package of the Esxi Hypervisor
|
|
3839
3839
|
optional uint32 num_nics = 9; // Number of NICs of the Esxi Hypervisor
|
|
3840
3840
|
optional uint32 num_hbas = 10; // Number of HBAs of the Esxi Hypervisor
|
|
@@ -3850,6 +3850,8 @@ message VmwareEsxiHypervisor {
|
|
|
3850
3850
|
optional string management_server_ip = 21; // Management server IP of the Esxi Hypervisor
|
|
3851
3851
|
optional uint32 num_cpu = 22; // Number of CPU cores of the Esxi Hypervisor
|
|
3852
3852
|
optional uint32 num_cores_per_socket = 23; // Number of cores per socket of the Esxi Hypervisor
|
|
3853
|
+
optional string version = 24; // Version of the Esxi Hypervisor
|
|
3854
|
+
optional uint64 memory_size = 25; // Memory size of the Esxi Hypervisor
|
|
3853
3855
|
}
|
|
3854
3856
|
|
|
3855
3857
|
/**
|
|
@@ -3876,6 +3878,7 @@ message VmwareEsxiGuestVm {
|
|
|
3876
3878
|
optional google.protobuf.Timestamp boot_time = 17; // Boot time of the Esxi Guest VM
|
|
3877
3879
|
optional string domain_name = 18; // Domain name of the Esxi Guest VM
|
|
3878
3880
|
optional string config_name = 19; // Config name of the Esxi Guest VM
|
|
3881
|
+
optional double memory_size_mb = 21; // Memory size in MB of the Esxi Guest VM
|
|
3879
3882
|
}
|
|
3880
3883
|
|
|
3881
3884
|
/*
|
|
@@ -3922,7 +3925,7 @@ This can represent a single or multiple Esxi instances.
|
|
|
3922
3925
|
If we get a single Esxi instance, we will have only one element in the list.
|
|
3923
3926
|
*/
|
|
3924
3927
|
message EsxiCluster {
|
|
3925
|
-
string uuid = 14; // Primary key of this cluster
|
|
3928
|
+
string uuid = 14; // Primary key of this cluster, the internal key from inbound
|
|
3926
3929
|
string datacenter_key = 1; // Datacenter this cluster belongs to
|
|
3927
3930
|
string vcenter_asset_key = 2; // Reference to the vCenter asset, which this message is child of
|
|
3928
3931
|
optional string name = 3; // Name of the cluster
|
|
@@ -3936,6 +3939,7 @@ message EsxiCluster {
|
|
|
3936
3939
|
optional uint32 total_effective_hosts = 11; // Total number of effective hosts in the cluster
|
|
3937
3940
|
optional string status = 12; // Status of the cluster
|
|
3938
3941
|
map<string, bool> hypervisors = 13; // Map of asset keys hypervisors in the cluster
|
|
3942
|
+
optional string parent_folder = 15; // Parent folder of the cluster
|
|
3939
3943
|
}
|
|
3940
3944
|
|
|
3941
3945
|
/**
|
|
@@ -3947,7 +3951,7 @@ message VmwareDatastoreCluster {
|
|
|
3947
3951
|
optional string internal_key = 3; // Internal key
|
|
3948
3952
|
optional string name = 4; // Name of the datastore cluster
|
|
3949
3953
|
map<string, VmwareDatastore> datastores = 5; // Datastores, the key is the uuid
|
|
3950
|
-
|
|
3954
|
+
optional DatastoreClusterStorageDrs storage_drs = 6; // Storage DRS
|
|
3951
3955
|
repeated DatastoreClusterDrsPodConfigRule drs_pod_config_rule = 7; // DRS Pod Config Rule
|
|
3952
3956
|
repeated DatastoreClusterDrsVmOverride drs_vm_override = 8; // DRS VM Override
|
|
3953
3957
|
}
|
package/service/pom.xml
CHANGED
package/service/target/{outbound-service-0.3.19-sources.jar → outbound-service-0.3.20-sources.jar}
RENAMED
|
index 468ee6b..2f4af04 100644
|
|
|
Binary file
|
|
index d04618f..b9823bb 100644
|
|
|
Binary file
|