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.clusters.software.drafts.software |
The
com.vmware.esx.settings.clusters.software.drafts.software package
provides interfaces to manage draft of the software documents 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. |
com.vmware.esx.settings.hosts.software.drafts.software |
The
com.vmware.esx.settings.hosts.software.drafts.software package
provides interfaces to manage specifications in a software draft for an 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() |
ComponentInfo |
ComponentCompliance.getCurrent()
Current version of the component present on the host.
|
ComponentInfo |
ComponentCompliance.getTarget()
Target version of the component present in the software specification.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ComponentInfo> |
SoftwareInfo.getComponents()
Information about the components in the software specification.
|
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 |
ComponentCompliance.setCurrent(ComponentInfo current)
Current version of the component present on the host.
|
ComponentCompliance.Builder |
ComponentCompliance.Builder.setCurrent(ComponentInfo current)
Current version of the component present on the host.
|
void |
ComponentCompliance.setTarget(ComponentInfo target)
Target version of the component present in the software specification.
|
ComponentCompliance.Builder |
ComponentCompliance.Builder.setTarget(ComponentInfo target)
Target version of the component present in the software specification.
|
Modifier and Type | Method and Description |
---|---|
void |
SoftwareInfo.setComponents(java.util.Map<java.lang.String,ComponentInfo> components)
Information about the components in the software specification.
|
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 . |
Modifier and Type | Method and Description |
---|---|
ComponentInfo |
Components.get(java.lang.String cluster,
java.lang.String component)
Returns the component version for the given component in the desired software
specification.
|
ComponentInfo |
ComponentsStub.get(java.lang.String cluster,
java.lang.String component) |
ComponentInfo |
RemovedComponents.get(java.lang.String cluster,
java.lang.String component)
Returns the component info for the given removed component in the desired
software specification.
|
ComponentInfo |
RemovedComponentsStub.get(java.lang.String cluster,
java.lang.String component) |
ComponentInfo |
Components.get(java.lang.String cluster,
java.lang.String component,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the component version for the given component in the desired software
specification.
|
ComponentInfo |
ComponentsStub.get(java.lang.String cluster,
java.lang.String component,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
ComponentInfo |
RemovedComponents.get(java.lang.String cluster,
java.lang.String component,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the component info for the given removed component in the desired
software specification.
|
ComponentInfo |
RemovedComponentsStub.get(java.lang.String cluster,
java.lang.String component,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ComponentInfo> |
Components.list(java.lang.String cluster)
Returns a list of components in the desired software specification.
|
java.util.Map<java.lang.String,ComponentInfo> |
ComponentsStub.list(java.lang.String cluster) |
java.util.Map<java.lang.String,ComponentInfo> |
RemovedComponents.list(java.lang.String cluster)
Returns a map of removed components in the desired software specification.
|
java.util.Map<java.lang.String,ComponentInfo> |
RemovedComponentsStub.list(java.lang.String cluster) |
java.util.Map<java.lang.String,ComponentInfo> |
Components.list(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns a list of components in the desired software specification.
|
java.util.Map<java.lang.String,ComponentInfo> |
ComponentsStub.list(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
java.util.Map<java.lang.String,ComponentInfo> |
RemovedComponents.list(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns a map of removed components in the desired software specification.
|
java.util.Map<java.lang.String,ComponentInfo> |
RemovedComponentsStub.list(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
Components.get(java.lang.String cluster,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback)
Returns the component version for the given component in the desired software
specification.
|
void |
ComponentsStub.get(java.lang.String cluster,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback) |
void |
RemovedComponents.get(java.lang.String cluster,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback)
Returns the component info for the given removed component in the desired
software specification.
|
void |
RemovedComponentsStub.get(java.lang.String cluster,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback) |
void |
Components.get(java.lang.String cluster,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the component version for the given component in the desired software
specification.
|
void |
ComponentsStub.get(java.lang.String cluster,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
RemovedComponents.get(java.lang.String cluster,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the component info for the given removed component in the desired
software specification.
|
void |
RemovedComponentsStub.get(java.lang.String cluster,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Components.list(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback)
Returns a list of components in the desired software specification.
|
void |
ComponentsStub.list(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback) |
void |
RemovedComponents.list(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback)
Returns a map of removed components in the desired software specification.
|
void |
RemovedComponentsStub.list(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback) |
void |
Components.list(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns a list of components in the desired software specification.
|
void |
ComponentsStub.list(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
RemovedComponents.list(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns a map of removed components in the desired software specification.
|
void |
RemovedComponentsStub.list(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
ComponentInfo |
Components.get(java.lang.String cluster,
java.lang.String draft,
java.lang.String component)
Returns the component version for the given component in the software draft.
|
ComponentInfo |
ComponentsStub.get(java.lang.String cluster,
java.lang.String draft,
java.lang.String component) |
ComponentInfo |
RemovedComponents.get(java.lang.String cluster,
java.lang.String draft,
java.lang.String component)
Returns the component information for the given removed component in the
software draft.
|
ComponentInfo |
RemovedComponentsStub.get(java.lang.String cluster,
java.lang.String draft,
java.lang.String component) |
ComponentInfo |
Components.get(java.lang.String cluster,
java.lang.String draft,
java.lang.String component,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the component version for the given component in the software draft.
|
ComponentInfo |
ComponentsStub.get(java.lang.String cluster,
java.lang.String draft,
java.lang.String component,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
ComponentInfo |
RemovedComponents.get(java.lang.String cluster,
java.lang.String draft,
java.lang.String component,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the component information for the given removed component in the
software draft.
|
ComponentInfo |
RemovedComponentsStub.get(java.lang.String cluster,
java.lang.String draft,
java.lang.String component,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ComponentInfo> |
Components.list(java.lang.String cluster,
java.lang.String draft)
Returns the components that comprise the software draft.
|
java.util.Map<java.lang.String,ComponentInfo> |
ComponentsStub.list(java.lang.String cluster,
java.lang.String draft) |
java.util.Map<java.lang.String,ComponentInfo> |
RemovedComponents.list(java.lang.String cluster,
java.lang.String draft)
Returns the components that comprise the removed components section of the
software draft.
|
java.util.Map<java.lang.String,ComponentInfo> |
RemovedComponentsStub.list(java.lang.String cluster,
java.lang.String draft) |
java.util.Map<java.lang.String,ComponentInfo> |
Components.list(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the components that comprise the software draft.
|
java.util.Map<java.lang.String,ComponentInfo> |
ComponentsStub.list(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
java.util.Map<java.lang.String,ComponentInfo> |
RemovedComponents.list(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the components that comprise the removed components section of the
software draft.
|
java.util.Map<java.lang.String,ComponentInfo> |
RemovedComponentsStub.list(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
Components.get(java.lang.String cluster,
java.lang.String draft,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback)
Returns the component version for the given component in the software draft.
|
void |
ComponentsStub.get(java.lang.String cluster,
java.lang.String draft,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback) |
void |
RemovedComponents.get(java.lang.String cluster,
java.lang.String draft,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback)
Returns the component information for the given removed component in the
software draft.
|
void |
RemovedComponentsStub.get(java.lang.String cluster,
java.lang.String draft,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback) |
void |
Components.get(java.lang.String cluster,
java.lang.String draft,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the component version for the given component in the software draft.
|
void |
ComponentsStub.get(java.lang.String cluster,
java.lang.String draft,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
RemovedComponents.get(java.lang.String cluster,
java.lang.String draft,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the component information for the given removed component in the
software draft.
|
void |
RemovedComponentsStub.get(java.lang.String cluster,
java.lang.String draft,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Components.list(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback)
Returns the components that comprise the software draft.
|
void |
ComponentsStub.list(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback) |
void |
RemovedComponents.list(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback)
Returns the components that comprise the removed components section of the
software draft.
|
void |
RemovedComponentsStub.list(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback) |
void |
Components.list(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the components that comprise the software draft.
|
void |
ComponentsStub.list(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
RemovedComponents.list(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the components that comprise the removed components section of the
software draft.
|
void |
RemovedComponentsStub.list(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
ComponentInfo |
Components.get(java.lang.String host,
java.lang.String component)
Returns the component version for the given component in the desired software
specification.
|
ComponentInfo |
ComponentsStub.get(java.lang.String host,
java.lang.String component) |
ComponentInfo |
RemovedComponents.get(java.lang.String host,
java.lang.String component)
Returns the component version for the given removed component in the desired
software specification.
|
ComponentInfo |
RemovedComponentsStub.get(java.lang.String host,
java.lang.String component) |
ComponentInfo |
Components.get(java.lang.String host,
java.lang.String component,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the component version for the given component in the desired software
specification.
|
ComponentInfo |
ComponentsStub.get(java.lang.String host,
java.lang.String component,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
ComponentInfo |
RemovedComponents.get(java.lang.String host,
java.lang.String component,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the component version for the given removed component in the desired
software specification.
|
ComponentInfo |
RemovedComponentsStub.get(java.lang.String host,
java.lang.String component,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ComponentInfo> |
Components.list(java.lang.String host)
Returns a list of components in the desired software specification.
|
java.util.Map<java.lang.String,ComponentInfo> |
ComponentsStub.list(java.lang.String host) |
java.util.Map<java.lang.String,ComponentInfo> |
RemovedComponents.list(java.lang.String host)
Returns a map of removed components in the desired software specification.
|
java.util.Map<java.lang.String,ComponentInfo> |
RemovedComponentsStub.list(java.lang.String host) |
java.util.Map<java.lang.String,ComponentInfo> |
Components.list(java.lang.String host,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns a list of components in the desired software specification.
|
java.util.Map<java.lang.String,ComponentInfo> |
ComponentsStub.list(java.lang.String host,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
java.util.Map<java.lang.String,ComponentInfo> |
RemovedComponents.list(java.lang.String host,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns a map of removed components in the desired software specification.
|
java.util.Map<java.lang.String,ComponentInfo> |
RemovedComponentsStub.list(java.lang.String host,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
Components.get(java.lang.String host,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback)
Returns the component version for the given component in the desired software
specification.
|
void |
ComponentsStub.get(java.lang.String host,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback) |
void |
RemovedComponents.get(java.lang.String host,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback)
Returns the component version for the given removed component in the desired
software specification.
|
void |
RemovedComponentsStub.get(java.lang.String host,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback) |
void |
Components.get(java.lang.String host,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the component version for the given component in the desired software
specification.
|
void |
ComponentsStub.get(java.lang.String host,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
RemovedComponents.get(java.lang.String host,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the component version for the given removed component in the desired
software specification.
|
void |
RemovedComponentsStub.get(java.lang.String host,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Components.list(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback)
Returns a list of components in the desired software specification.
|
void |
ComponentsStub.list(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback) |
void |
RemovedComponents.list(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback)
Returns a map of removed components in the desired software specification.
|
void |
RemovedComponentsStub.list(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback) |
void |
Components.list(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns a list of components in the desired software specification.
|
void |
ComponentsStub.list(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
RemovedComponents.list(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns a map of removed components in the desired software specification.
|
void |
RemovedComponentsStub.list(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
ComponentInfo |
Components.get(java.lang.String host,
java.lang.String draft,
java.lang.String component)
Returns the component version for the given component in the software draft.
|
ComponentInfo |
ComponentsStub.get(java.lang.String host,
java.lang.String draft,
java.lang.String component) |
ComponentInfo |
RemovedComponents.get(java.lang.String host,
java.lang.String draft,
java.lang.String component)
Returns the component information for the given removed component in the
software draft.
|
ComponentInfo |
RemovedComponentsStub.get(java.lang.String host,
java.lang.String draft,
java.lang.String component) |
ComponentInfo |
Components.get(java.lang.String host,
java.lang.String draft,
java.lang.String component,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the component version for the given component in the software draft.
|
ComponentInfo |
ComponentsStub.get(java.lang.String host,
java.lang.String draft,
java.lang.String component,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
ComponentInfo |
RemovedComponents.get(java.lang.String host,
java.lang.String draft,
java.lang.String component,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the component information for the given removed component in the
software draft.
|
ComponentInfo |
RemovedComponentsStub.get(java.lang.String host,
java.lang.String draft,
java.lang.String component,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ComponentInfo> |
Components.list(java.lang.String host,
java.lang.String draft)
Returns the components that comprise the software draft.
|
java.util.Map<java.lang.String,ComponentInfo> |
ComponentsStub.list(java.lang.String host,
java.lang.String draft) |
java.util.Map<java.lang.String,ComponentInfo> |
RemovedComponents.list(java.lang.String host,
java.lang.String draft)
Returns the map of removed components that comprise the software draft.
|
java.util.Map<java.lang.String,ComponentInfo> |
RemovedComponentsStub.list(java.lang.String host,
java.lang.String draft) |
java.util.Map<java.lang.String,ComponentInfo> |
Components.list(java.lang.String host,
java.lang.String draft,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the components that comprise the software draft.
|
java.util.Map<java.lang.String,ComponentInfo> |
ComponentsStub.list(java.lang.String host,
java.lang.String draft,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
java.util.Map<java.lang.String,ComponentInfo> |
RemovedComponents.list(java.lang.String host,
java.lang.String draft,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the map of removed components that comprise the software draft.
|
java.util.Map<java.lang.String,ComponentInfo> |
RemovedComponentsStub.list(java.lang.String host,
java.lang.String draft,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
Components.get(java.lang.String host,
java.lang.String draft,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback)
Returns the component version for the given component in the software draft.
|
void |
ComponentsStub.get(java.lang.String host,
java.lang.String draft,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback) |
void |
RemovedComponents.get(java.lang.String host,
java.lang.String draft,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback)
Returns the component information for the given removed component in the
software draft.
|
void |
RemovedComponentsStub.get(java.lang.String host,
java.lang.String draft,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback) |
void |
Components.get(java.lang.String host,
java.lang.String draft,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the component version for the given component in the software draft.
|
void |
ComponentsStub.get(java.lang.String host,
java.lang.String draft,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
RemovedComponents.get(java.lang.String host,
java.lang.String draft,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the component information for the given removed component in the
software draft.
|
void |
RemovedComponentsStub.get(java.lang.String host,
java.lang.String draft,
java.lang.String component,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Components.list(java.lang.String host,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback)
Returns the components that comprise the software draft.
|
void |
ComponentsStub.list(java.lang.String host,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback) |
void |
RemovedComponents.list(java.lang.String host,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback)
Returns the map of removed components that comprise the software draft.
|
void |
RemovedComponentsStub.list(java.lang.String host,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback) |
void |
Components.list(java.lang.String host,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the components that comprise the software draft.
|
void |
ComponentsStub.list(java.lang.String host,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
RemovedComponents.list(java.lang.String host,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the map of removed components that comprise the software draft.
|
void |
RemovedComponentsStub.list(java.lang.String host,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,ComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |