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 AddOnInfo |
AddOnInfo._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 AddOnInfo |
AddOnInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
AddOnInfo |
AddOnInfo.Builder.build() |
AddOnInfo |
SoftwareInfo.getAddOn()
OEM customization on top of given base image.
|
AddOnInfo |
AddOnCompliance.getCurrent()
Current OEM add-on present on the host.
|
AddOnInfo |
AddOnCompliance.getTarget()
Target OEM add-on present in the software specification.
|
Modifier and Type | Method and Description |
---|---|
void |
SoftwareInfo.setAddOn(AddOnInfo addOn)
OEM customization on top of given base image.
|
SoftwareInfo.Builder |
SoftwareInfo.Builder.setAddOn(AddOnInfo addOn)
OEM customization on top of given base image.
|
void |
AddOnCompliance.setCurrent(AddOnInfo current)
Current OEM add-on present on the host.
|
AddOnCompliance.Builder |
AddOnCompliance.Builder.setCurrent(AddOnInfo current)
Current OEM add-on present on the host.
|
void |
AddOnCompliance.setTarget(AddOnInfo target)
Target OEM add-on present in the software specification.
|
AddOnCompliance.Builder |
AddOnCompliance.Builder.setTarget(AddOnInfo target)
Target OEM add-on present in the software specification.
|
Modifier and Type | Method and Description |
---|---|
AddOnInfo |
AddOn.get(java.lang.String cluster)
Returns the desired OEM add-on specification for a given cluster.
|
AddOnInfo |
AddOnStub.get(java.lang.String cluster) |
AddOnInfo |
AddOn.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the desired OEM add-on specification for a given cluster.
|
AddOnInfo |
AddOnStub.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
AddOn.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<AddOnInfo> asyncCallback)
Returns the desired OEM add-on specification for a given cluster.
|
void |
AddOnStub.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<AddOnInfo> asyncCallback) |
void |
AddOn.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<AddOnInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the desired OEM add-on specification for a given cluster.
|
void |
AddOnStub.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<AddOnInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
AddOnInfo |
AddOn.get(java.lang.String cluster,
java.lang.String draft)
Returns the OEM add-on specification in a software draft.
|
AddOnInfo |
AddOnStub.get(java.lang.String cluster,
java.lang.String draft) |
AddOnInfo |
AddOn.get(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the OEM add-on specification in a software draft.
|
AddOnInfo |
AddOnStub.get(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
AddOn.get(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<AddOnInfo> asyncCallback)
Returns the OEM add-on specification in a software draft.
|
void |
AddOnStub.get(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<AddOnInfo> asyncCallback) |
void |
AddOn.get(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<AddOnInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the OEM add-on specification in a software draft.
|
void |
AddOnStub.get(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<AddOnInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
AddOnInfo |
AddOn.get(java.lang.String host)
Returns the desired OEM add-on specification for a given host.
|
AddOnInfo |
AddOnStub.get(java.lang.String host) |
AddOnInfo |
AddOn.get(java.lang.String host,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the desired OEM add-on specification for a given host.
|
AddOnInfo |
AddOnStub.get(java.lang.String host,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
AddOn.get(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<AddOnInfo> asyncCallback)
Returns the desired OEM add-on specification for a given host.
|
void |
AddOnStub.get(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<AddOnInfo> asyncCallback) |
void |
AddOn.get(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<AddOnInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the desired OEM add-on specification for a given host.
|
void |
AddOnStub.get(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<AddOnInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
AddOnInfo |
AddOn.get(java.lang.String host,
java.lang.String draft)
Returns the OEM add-on specification in a software draft.
|
AddOnInfo |
AddOnStub.get(java.lang.String host,
java.lang.String draft) |
AddOnInfo |
AddOn.get(java.lang.String host,
java.lang.String draft,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the OEM add-on specification in a software draft.
|
AddOnInfo |
AddOnStub.get(java.lang.String host,
java.lang.String draft,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
AddOn.get(java.lang.String host,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<AddOnInfo> asyncCallback)
Returns the OEM add-on specification in a software draft.
|
void |
AddOnStub.get(java.lang.String host,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<AddOnInfo> asyncCallback) |
void |
AddOn.get(java.lang.String host,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<AddOnInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the OEM add-on specification in a software draft.
|
void |
AddOnStub.get(java.lang.String host,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<AddOnInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |