Package | Description |
---|---|
com.vmware.esx.settings |
The
com.vmware.esx.settings package provides interfaces to manage ESX
settings. |
com.vmware.esx.settings.clusters.software |
The
com.vmware.esx.settings.clusters.software package provides
interfaces to manage desired state software for ESX cluster. |
com.vmware.esx.settings.hosts.software |
The
com.vmware.esx.settings.hosts.software package provides interfaces
to manage desired software on a standalone 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() |
SolutionInfo |
SolutionCompliance.getCurrent()
Current solution present on the host.
|
SolutionInfo |
SolutionCompliance.getTarget()
Target solution present in the software specification.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,SolutionInfo> |
SoftwareInfo.getSolutions()
Information about the solutions in the software specification.
|
Modifier and Type | Method and Description |
---|---|
void |
SolutionCompliance.setCurrent(SolutionInfo current)
Current solution present on the host.
|
SolutionCompliance.Builder |
SolutionCompliance.Builder.setCurrent(SolutionInfo current)
Current solution present on the host.
|
void |
SolutionCompliance.setTarget(SolutionInfo target)
Target solution present in the software specification.
|
SolutionCompliance.Builder |
SolutionCompliance.Builder.setTarget(SolutionInfo target)
Target solution present in the software specification.
|
Modifier and Type | Method and Description |
---|---|
void |
SoftwareInfo.setSolutions(java.util.Map<java.lang.String,SolutionInfo> solutions)
Information about the solutions 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 . |
Modifier and Type | Method and Description |
---|---|
SolutionInfo |
Solutions.get(java.lang.String cluster,
java.lang.String solution)
Returns components registered for the given solution in the desired software
specification.
|
SolutionInfo |
SolutionsStub.get(java.lang.String cluster,
java.lang.String solution) |
SolutionInfo |
Solutions.get(java.lang.String cluster,
java.lang.String solution,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns components registered for the given solution in the desired software
specification.
|
SolutionInfo |
SolutionsStub.get(java.lang.String cluster,
java.lang.String solution,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,SolutionInfo> |
Solutions.list(java.lang.String cluster)
Returns all solutions in the desired software specification.
|
java.util.Map<java.lang.String,SolutionInfo> |
SolutionsStub.list(java.lang.String cluster) |
java.util.Map<java.lang.String,SolutionInfo> |
Solutions.list(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns all solutions in the desired software specification.
|
java.util.Map<java.lang.String,SolutionInfo> |
SolutionsStub.list(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
Solutions.get(java.lang.String cluster,
java.lang.String solution,
com.vmware.vapi.bindings.client.AsyncCallback<SolutionInfo> asyncCallback)
Returns components registered for the given solution in the desired software
specification.
|
void |
SolutionsStub.get(java.lang.String cluster,
java.lang.String solution,
com.vmware.vapi.bindings.client.AsyncCallback<SolutionInfo> asyncCallback) |
void |
Solutions.get(java.lang.String cluster,
java.lang.String solution,
com.vmware.vapi.bindings.client.AsyncCallback<SolutionInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns components registered for the given solution in the desired software
specification.
|
void |
SolutionsStub.get(java.lang.String cluster,
java.lang.String solution,
com.vmware.vapi.bindings.client.AsyncCallback<SolutionInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Solutions.list(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,SolutionInfo>> asyncCallback)
Returns all solutions in the desired software specification.
|
void |
SolutionsStub.list(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,SolutionInfo>> asyncCallback) |
void |
Solutions.list(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,SolutionInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns all solutions in the desired software specification.
|
void |
SolutionsStub.list(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,SolutionInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
SolutionInfo |
Solutions.get(java.lang.String host,
java.lang.String solution)
Returns components registered for the given solution in the desired software
specification.
|
SolutionInfo |
SolutionsStub.get(java.lang.String host,
java.lang.String solution) |
SolutionInfo |
Solutions.get(java.lang.String host,
java.lang.String solution,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns components registered for the given solution in the desired software
specification.
|
SolutionInfo |
SolutionsStub.get(java.lang.String host,
java.lang.String solution,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,SolutionInfo> |
Solutions.list(java.lang.String host)
Returns all solutions in the desired software specification.
|
java.util.Map<java.lang.String,SolutionInfo> |
SolutionsStub.list(java.lang.String host) |
java.util.Map<java.lang.String,SolutionInfo> |
Solutions.list(java.lang.String host,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns all solutions in the desired software specification.
|
java.util.Map<java.lang.String,SolutionInfo> |
SolutionsStub.list(java.lang.String host,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
Solutions.get(java.lang.String host,
java.lang.String solution,
com.vmware.vapi.bindings.client.AsyncCallback<SolutionInfo> asyncCallback)
Returns components registered for the given solution in the desired software
specification.
|
void |
SolutionsStub.get(java.lang.String host,
java.lang.String solution,
com.vmware.vapi.bindings.client.AsyncCallback<SolutionInfo> asyncCallback) |
void |
Solutions.get(java.lang.String host,
java.lang.String solution,
com.vmware.vapi.bindings.client.AsyncCallback<SolutionInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns components registered for the given solution in the desired software
specification.
|
void |
SolutionsStub.get(java.lang.String host,
java.lang.String solution,
com.vmware.vapi.bindings.client.AsyncCallback<SolutionInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Solutions.list(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,SolutionInfo>> asyncCallback)
Returns all solutions in the desired software specification.
|
void |
SolutionsStub.list(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,SolutionInfo>> asyncCallback) |
void |
Solutions.list(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,SolutionInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns all solutions in the desired software specification.
|
void |
SolutionsStub.list(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,SolutionInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |