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. |
Modifier and Type | Method and Description |
---|---|
static HardwareSupportInfo |
HardwareSupportInfo._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 HardwareSupportInfo |
HardwareSupportInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
HardwareSupportInfo |
HardwareSupportInfo.Builder.build() |
HardwareSupportInfo |
SoftwareInfo.getHardwareSupport()
Information about the Hardware Support Packages (HSP) configured.
|
Modifier and Type | Method and Description |
---|---|
void |
SoftwareInfo.setHardwareSupport(HardwareSupportInfo hardwareSupport)
Information about the Hardware Support Packages (HSP) configured.
|
SoftwareInfo.Builder |
SoftwareInfo.Builder.setHardwareSupport(HardwareSupportInfo hardwareSupport)
Information about the Hardware Support Packages (HSP) configured.
|
Modifier and Type | Method and Description |
---|---|
HardwareSupportInfo |
HardwareSupport.get(java.lang.String cluster)
Returns a given cluster's Hardware Support Package (HSP) configuration.
|
HardwareSupportInfo |
HardwareSupportStub.get(java.lang.String cluster) |
HardwareSupportInfo |
HardwareSupport.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns a given cluster's Hardware Support Package (HSP) configuration.
|
HardwareSupportInfo |
HardwareSupportStub.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
HardwareSupport.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<HardwareSupportInfo> asyncCallback)
Returns a given cluster's Hardware Support Package (HSP) configuration.
|
void |
HardwareSupportStub.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<HardwareSupportInfo> asyncCallback) |
void |
HardwareSupport.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<HardwareSupportInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns a given cluster's Hardware Support Package (HSP) configuration.
|
void |
HardwareSupportStub.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<HardwareSupportInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
HardwareSupportInfo |
HardwareSupport.get(java.lang.String cluster,
java.lang.String draft)
Returns a given cluster's working copy document Hardware Support Package (HSP)
configuration.
|
HardwareSupportInfo |
HardwareSupportStub.get(java.lang.String cluster,
java.lang.String draft) |
HardwareSupportInfo |
HardwareSupport.get(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns a given cluster's working copy document Hardware Support Package (HSP)
configuration.
|
HardwareSupportInfo |
HardwareSupportStub.get(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
HardwareSupport.get(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<HardwareSupportInfo> asyncCallback)
Returns a given cluster's working copy document Hardware Support Package (HSP)
configuration.
|
void |
HardwareSupportStub.get(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<HardwareSupportInfo> asyncCallback) |
void |
HardwareSupport.get(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<HardwareSupportInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns a given cluster's working copy document Hardware Support Package (HSP)
configuration.
|
void |
HardwareSupportStub.get(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<HardwareSupportInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |