| 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 SolutionInfo |
SolutionInfo._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 SolutionInfo |
SolutionInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
SolutionInfo |
SolutionInfo.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,SolutionInfo> |
SoftwareInfo.getSolutions()
Map of software solutions in an ESX image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SoftwareInfo.setSolutions(java.util.Map<java.lang.String,SolutionInfo> solutions)
Map of software solutions in an ESX image.
|
| Constructor and Description |
|---|
Builder(BaseImageInfo baseImage,
java.util.Map<java.lang.String,ComponentInfo> components,
java.util.Map<java.lang.String,SolutionInfo> solutions)
Constructor with parameters for the required properties of
SoftwareInfo. |