| Package | Description |
|---|---|
| com.vmware.esx.hosts |
The
com.vmware.esx.hosts package provides interfaces to manage ESX host. |
| Modifier and Type | Method and Description |
|---|---|
static SoftwareInfo |
SoftwareInfo._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static SoftwareInfo |
SoftwareInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
SoftwareInfo |
SoftwareInfo.Builder.build() |
SoftwareInfo |
SoftwareTypes.Info.getSoftwareInfo()
Host software information returned by the get operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SoftwareTypes.Info.setSoftwareInfo(SoftwareInfo softwareInfo)
Host software information returned by the get operation.
|
| Constructor and Description |
|---|
Builder(Notifications notifications,
SoftwareInfo softwareInfo)
Constructor with parameters for the required properties of
SoftwareTypes.Info. |