Package | Description |
---|---|
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.configuration |
The
com.vmware.esx.settings.clusters.configuration package provides
interfaces to manage the configuration of an ESX cluster. |
Modifier and Type | Method and Description |
---|---|
ConfigurationTypes.Info |
Configuration.get(java.lang.String cluster,
java.lang.String commit,
DocumentStructure docStructure)
Get the cluster configuration and related metadata.
|
ConfigurationTypes.Info |
ConfigurationStub.get(java.lang.String cluster,
java.lang.String commit,
DocumentStructure docStructure) |
void |
Configuration.get(java.lang.String cluster,
java.lang.String commit,
DocumentStructure docStructure,
com.vmware.vapi.bindings.client.AsyncCallback<ConfigurationTypes.Info> asyncCallback)
Get the cluster configuration and related metadata.
|
void |
ConfigurationStub.get(java.lang.String cluster,
java.lang.String commit,
DocumentStructure docStructure,
com.vmware.vapi.bindings.client.AsyncCallback<ConfigurationTypes.Info> asyncCallback) |
void |
Configuration.get(java.lang.String cluster,
java.lang.String commit,
DocumentStructure docStructure,
com.vmware.vapi.bindings.client.AsyncCallback<ConfigurationTypes.Info> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the cluster configuration and related metadata.
|
void |
ConfigurationStub.get(java.lang.String cluster,
java.lang.String commit,
DocumentStructure docStructure,
com.vmware.vapi.bindings.client.AsyncCallback<ConfigurationTypes.Info> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
ConfigurationTypes.Info |
Configuration.get(java.lang.String cluster,
java.lang.String commit,
DocumentStructure docStructure,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the cluster configuration and related metadata.
|
ConfigurationTypes.Info |
ConfigurationStub.get(java.lang.String cluster,
java.lang.String commit,
DocumentStructure docStructure,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Field and Description |
---|---|
static DocumentStructure |
DocumentStructure.HOST_ORIENTED
The host-specific portions of the document are stored in the "host-specific"
object at the top-level with entries for each host, organized by the host's BIOS
UUID.
|
static DocumentStructure |
DocumentStructure.PROFILE_ORIENTED
The host-specific portions of the document are distributed through the "profile"
object hierarchy.
|
Modifier and Type | Method and Description |
---|---|
static DocumentStructure |
DocumentStructure.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static DocumentStructure[] |
DocumentStructure.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|