| 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 SolutionComponentSpec |
SolutionComponentSpec._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 SolutionComponentSpec |
SolutionComponentSpec._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
SolutionComponentSpec |
SolutionComponentSpec.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SolutionComponentSpec> |
SolutionSpec.getComponents()
Components registered by the solution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SolutionSpec.setComponents(java.util.List<SolutionComponentSpec> components)
Components registered by the solution.
|
| Constructor and Description |
|---|
Builder(java.lang.String version,
java.util.List<SolutionComponentSpec> components)
Constructor with parameters for the required properties of
SolutionSpec. |