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 ComponentInfo |
ComponentInfo._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 ComponentInfo |
ComponentInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ComponentInfo |
ComponentInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ComponentInfo> |
SoftwareInfo.getComponents()
Map of components in an ESX image.
|
java.util.Map<java.lang.String,ComponentInfo> |
SolutionInfo.getComponents()
Components registered by the solution.
|
java.util.Map<java.lang.String,ComponentInfo> |
SoftwareInfo.getRemovedComponents()
Information about the components to be removed in the software specification.
|
Modifier and Type | Method and Description |
---|---|
void |
SoftwareInfo.setComponents(java.util.Map<java.lang.String,ComponentInfo> components)
Map of components in an ESX image.
|
void |
SolutionInfo.setComponents(java.util.Map<java.lang.String,ComponentInfo> components)
Components registered by the solution.
|
void |
SoftwareInfo.setRemovedComponents(java.util.Map<java.lang.String,ComponentInfo> removedComponents)
Information about the components to be removed in the software specification.
|
SoftwareInfo.Builder |
SoftwareInfo.Builder.setRemovedComponents(java.util.Map<java.lang.String,ComponentInfo> removedComponents)
Information about the components to be removed in the software specification.
|
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 . |
Builder(java.lang.String version,
java.lang.String displayName,
java.util.Map<java.lang.String,ComponentInfo> components)
Constructor with parameters for the required properties of
SolutionInfo . |