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 EffectiveComponentInfo |
EffectiveComponentInfo._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 EffectiveComponentInfo |
EffectiveComponentInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
EffectiveComponentInfo |
EffectiveComponentInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponents.list(java.lang.String cluster)
Returns the effective components for the cluster.
|
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponentsStub.list(java.lang.String cluster) |
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponents.list(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the effective components for the cluster.
|
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponentsStub.list(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponents.listWithRemovedComponents(java.lang.String cluster)
Returns the list of all the effective components.
|
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponentsStub.listWithRemovedComponents(java.lang.String cluster) |
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponents.listWithRemovedComponents(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the list of all the effective components.
|
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponentsStub.listWithRemovedComponents(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
EffectiveComponents.list(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback)
Returns the effective components for the cluster.
|
void |
EffectiveComponentsStub.list(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback) |
void |
EffectiveComponents.list(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the effective components for the cluster.
|
void |
EffectiveComponentsStub.list(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
EffectiveComponents.listWithRemovedComponents(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback)
Returns the list of all the effective components.
|
void |
EffectiveComponentsStub.listWithRemovedComponents(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback) |
void |
EffectiveComponents.listWithRemovedComponents(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the list of all the effective components.
|
void |
EffectiveComponentsStub.listWithRemovedComponents(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponents.list(java.lang.String cluster,
java.lang.String draft)
Returns the components that comprise the desired software state of the cluster.
|
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponentsStub.list(java.lang.String cluster,
java.lang.String draft) |
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponents.list(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the components that comprise the desired software state of the cluster.
|
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponentsStub.list(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponents.listWithRemovedComponents(java.lang.String cluster,
java.lang.String draft)
Returns the list of all the effective components.
|
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponentsStub.listWithRemovedComponents(java.lang.String cluster,
java.lang.String draft) |
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponents.listWithRemovedComponents(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the list of all the effective components.
|
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponentsStub.listWithRemovedComponents(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
EffectiveComponents.list(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback)
Returns the components that comprise the desired software state of the cluster.
|
void |
EffectiveComponentsStub.list(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback) |
void |
EffectiveComponents.list(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the components that comprise the desired software state of the cluster.
|
void |
EffectiveComponentsStub.list(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
EffectiveComponents.listWithRemovedComponents(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback)
Returns the list of all the effective components.
|
void |
EffectiveComponentsStub.listWithRemovedComponents(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback) |
void |
EffectiveComponents.listWithRemovedComponents(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the list of all the effective components.
|
void |
EffectiveComponentsStub.listWithRemovedComponents(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponents.list(java.lang.String host)
Returns the effective components for the host.
|
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponentsStub.list(java.lang.String host) |
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponents.list(java.lang.String host,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the effective components for the host.
|
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponentsStub.list(java.lang.String host,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponents.listWithRemovedComponents(java.lang.String host)
Returns the list of all the effective components.
|
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponentsStub.listWithRemovedComponents(java.lang.String host) |
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponents.listWithRemovedComponents(java.lang.String host,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the list of all the effective components.
|
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponentsStub.listWithRemovedComponents(java.lang.String host,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
EffectiveComponents.list(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback)
Returns the effective components for the host.
|
void |
EffectiveComponentsStub.list(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback) |
void |
EffectiveComponents.list(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the effective components for the host.
|
void |
EffectiveComponentsStub.list(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
EffectiveComponents.listWithRemovedComponents(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback)
Returns the list of all the effective components.
|
void |
EffectiveComponentsStub.listWithRemovedComponents(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback) |
void |
EffectiveComponents.listWithRemovedComponents(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the list of all the effective components.
|
void |
EffectiveComponentsStub.listWithRemovedComponents(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponents.list(java.lang.String host,
java.lang.String draft)
Returns the components that comprise the desired software state of the host.
|
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponentsStub.list(java.lang.String host,
java.lang.String draft) |
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponents.list(java.lang.String host,
java.lang.String draft,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the components that comprise the desired software state of the host.
|
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponentsStub.list(java.lang.String host,
java.lang.String draft,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponents.listWithRemovedComponents(java.lang.String host,
java.lang.String draft)
Returns the list of all the effective components.
|
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponentsStub.listWithRemovedComponents(java.lang.String host,
java.lang.String draft) |
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponents.listWithRemovedComponents(java.lang.String host,
java.lang.String draft,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the list of all the effective components.
|
java.util.Map<java.lang.String,EffectiveComponentInfo> |
EffectiveComponentsStub.listWithRemovedComponents(java.lang.String host,
java.lang.String draft,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
EffectiveComponents.list(java.lang.String host,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback)
Returns the components that comprise the desired software state of the host.
|
void |
EffectiveComponentsStub.list(java.lang.String host,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback) |
void |
EffectiveComponents.list(java.lang.String host,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the components that comprise the desired software state of the host.
|
void |
EffectiveComponentsStub.list(java.lang.String host,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
EffectiveComponents.listWithRemovedComponents(java.lang.String host,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback)
Returns the list of all the effective components.
|
void |
EffectiveComponentsStub.listWithRemovedComponents(java.lang.String host,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback) |
void |
EffectiveComponents.listWithRemovedComponents(java.lang.String host,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the list of all the effective components.
|
void |
EffectiveComponentsStub.listWithRemovedComponents(java.lang.String host,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,EffectiveComponentInfo>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |