Package | Description |
---|---|
com.vmware.esx.settings |
The
com.vmware.esx.settings package provides interfaces to manage ESX
settings. |
com.vmware.esx.settings.clusters |
The
com.vmware.esx.settings.clusters package provides interfaces to
manage desired state configuration and software for a cluster of ESX hosts. |
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 |
The
com.vmware.esx.settings.hosts package provides interfaces to manage
desired state configuration and software for a standalone ESX host. |
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 SoftwareInfo |
SoftwareInfo._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 SoftwareInfo |
SoftwareInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
SoftwareInfo |
SoftwareInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
SoftwareInfo |
Software.get(java.lang.String cluster)
Returns the complete desired software specification.
|
SoftwareInfo |
SoftwareStub.get(java.lang.String cluster) |
SoftwareInfo |
Software.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the complete desired software specification.
|
SoftwareInfo |
SoftwareStub.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
SoftwareInfo |
InstalledImagesTypes.InstalledImage.getSoftwareInfo()
Software image installed on group of hosts.
|
Modifier and Type | Method and Description |
---|---|
void |
InstalledImagesTypes.InstalledImage.setSoftwareInfo(SoftwareInfo softwareInfo)
Software image installed on group of hosts.
|
Modifier and Type | Method and Description |
---|---|
void |
Software.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<SoftwareInfo> asyncCallback)
Returns the complete desired software specification.
|
void |
SoftwareStub.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<SoftwareInfo> asyncCallback) |
void |
Software.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<SoftwareInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the complete desired software specification.
|
void |
SoftwareStub.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<SoftwareInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Constructor and Description |
---|
Builder(SoftwareInfo softwareInfo,
java.util.Set<java.lang.String> hostList)
Constructor with parameters for the required properties of
InstalledImagesTypes.InstalledImage . |
Modifier and Type | Method and Description |
---|---|
SoftwareInfo |
RecommendationsTypes.Info.getCurrentSeriesRecommendation()
Recommended image specification based on latest base image patch or update of
the current series.
|
SoftwareInfo |
RecommendationsTypes.Info.getLatestRecommendation()
Recommended image specification based on latest base image version.
|
SoftwareInfo |
DraftsTypes.Info.getSoftware()
Software specification associated with the draft.
|
SoftwareInfo |
RecommendationsTypes.Info.getSpecifiedBaseImageVersionRecommendation()
Recommended image specification based on a specified base image version.
|
Modifier and Type | Method and Description |
---|---|
void |
RecommendationsTypes.Info.setCurrentSeriesRecommendation(SoftwareInfo currentSeriesRecommendation)
Recommended image specification based on latest base image patch or update of
the current series.
|
RecommendationsTypes.Info.Builder |
RecommendationsTypes.Info.Builder.setCurrentSeriesRecommendation(SoftwareInfo currentSeriesRecommendation)
Recommended image specification based on latest base image patch or update of
the current series.
|
void |
RecommendationsTypes.Info.setLatestRecommendation(SoftwareInfo latestRecommendation)
Recommended image specification based on latest base image version.
|
RecommendationsTypes.Info.Builder |
RecommendationsTypes.Info.Builder.setLatestRecommendation(SoftwareInfo latestRecommendation)
Recommended image specification based on latest base image version.
|
void |
DraftsTypes.Info.setSoftware(SoftwareInfo software)
Software specification associated with the draft.
|
void |
RecommendationsTypes.Info.setSpecifiedBaseImageVersionRecommendation(SoftwareInfo specifiedBaseImageVersionRecommendation)
Recommended image specification based on a specified base image version.
|
RecommendationsTypes.Info.Builder |
RecommendationsTypes.Info.Builder.setSpecifiedBaseImageVersionRecommendation(SoftwareInfo specifiedBaseImageVersionRecommendation)
Recommended image specification based on a specified base image version.
|
Constructor and Description |
---|
Builder(DraftsTypes.Metadata metadata,
SoftwareInfo software)
Constructor with parameters for the required properties of
DraftsTypes.Info . |
Modifier and Type | Method and Description |
---|---|
SoftwareInfo |
Software.get(java.lang.String host)
Returns the complete desired software specification.
|
SoftwareInfo |
SoftwareStub.get(java.lang.String host) |
SoftwareInfo |
Software.get(java.lang.String host,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the complete desired software specification.
|
SoftwareInfo |
SoftwareStub.get(java.lang.String host,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
Software.get(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<SoftwareInfo> asyncCallback)
Returns the complete desired software specification.
|
void |
SoftwareStub.get(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<SoftwareInfo> asyncCallback) |
void |
Software.get(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<SoftwareInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the complete desired software specification.
|
void |
SoftwareStub.get(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<SoftwareInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
SoftwareInfo |
RecommendationsTypes.Info.getCurrentSeriesRecommendation()
Recommended image specification based on latest base image patch or update of
the current series.
|
SoftwareInfo |
RecommendationsTypes.Info.getLatestRecommendation()
Recommended image specification based on latest base image version.
|
SoftwareInfo |
DraftsTypes.Info.getSoftware()
Software specification associated with the draft.
|
Modifier and Type | Method and Description |
---|---|
void |
RecommendationsTypes.Info.setCurrentSeriesRecommendation(SoftwareInfo currentSeriesRecommendation)
Recommended image specification based on latest base image patch or update of
the current series.
|
RecommendationsTypes.Info.Builder |
RecommendationsTypes.Info.Builder.setCurrentSeriesRecommendation(SoftwareInfo currentSeriesRecommendation)
Recommended image specification based on latest base image patch or update of
the current series.
|
void |
RecommendationsTypes.Info.setLatestRecommendation(SoftwareInfo latestRecommendation)
Recommended image specification based on latest base image version.
|
RecommendationsTypes.Info.Builder |
RecommendationsTypes.Info.Builder.setLatestRecommendation(SoftwareInfo latestRecommendation)
Recommended image specification based on latest base image version.
|
void |
DraftsTypes.Info.setSoftware(SoftwareInfo software)
Software specification associated with the draft.
|
Constructor and Description |
---|
Builder(DraftsTypes.Metadata metadata,
SoftwareInfo software)
Constructor with parameters for the required properties of
DraftsTypes.Info . |