Open
Description
Is your feature request related to a problem? Please describe.
This SDK doesn't seem to cover a standalone ESXi Host's details (CPU cores, memory status, Hyperthreading status, etc.).
The only host information is provided in com.vmware.vcenter_client.Host.Summary
class, which seems insufficient to me.
It would be really nice to get the host's detailed info (similar to VM details provided in com.vmware.vcenter_client.VM.Info
class).
Describe the solution you'd like
com.vmware.vcenter_client.Host.Info
class to be added, containing detailed information about the ESXi host, similar to the details provided in com.vmware.vcenter_client.VM.Info
class.
Describe alternatives you've considered
I've considered using vCenter SOAP or REST APIs, but the need for this feature just kept coming up in my mind.
Additional context
No response
Activity