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. |
com.vmware.esx.settings.clusters.enablement.configuration |
The
com.vmware.esx.settings.clusters.enablement.configuration package
provides interfaces to manage enablement of configuration on an ESX cluster. |
Modifier and Type | Method and Description |
---|---|
ExportResult |
Configuration.exportConfig(java.lang.String cluster)
This API will export the configuration associated with the cluster.
|
ExportResult |
ConfigurationStub.exportConfig(java.lang.String cluster) |
ExportResult |
Configuration.exportConfig(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This API will export the configuration associated with the cluster.
|
ExportResult |
ConfigurationStub.exportConfig(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.exportConfig(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<ExportResult> asyncCallback)
This API will export the configuration associated with the cluster.
|
void |
ConfigurationStub.exportConfig(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<ExportResult> asyncCallback) |
void |
Configuration.exportConfig(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<ExportResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This API will export the configuration associated with the cluster.
|
void |
ConfigurationStub.exportConfig(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<ExportResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
static ExportResult |
ExportResult._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 ExportResult |
ExportResult._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ExportResult |
ExportResult.Builder.build() |
ExportResult |
Drafts.exportConfig(java.lang.String cluster,
java.lang.String draft)
This API will export the draft configuration associated with the cluster.
|
ExportResult |
DraftsStub.exportConfig(java.lang.String cluster,
java.lang.String draft) |
ExportResult |
Drafts.exportConfig(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This API will export the draft configuration associated with the cluster.
|
ExportResult |
DraftsStub.exportConfig(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
Drafts.exportConfig(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<ExportResult> asyncCallback)
This API will export the draft configuration associated with the cluster.
|
void |
DraftsStub.exportConfig(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<ExportResult> asyncCallback) |
void |
Drafts.exportConfig(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<ExportResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This API will export the draft configuration associated with the cluster.
|
void |
DraftsStub.exportConfig(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<ExportResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
ExportResult |
Transition.exportConfig(java.lang.String cluster)
This API will export configuration associated with the cluster generated as part
of the transition workflow.
|
ExportResult |
TransitionStub.exportConfig(java.lang.String cluster) |
ExportResult |
Transition.exportConfig(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This API will export configuration associated with the cluster generated as part
of the transition workflow.
|
ExportResult |
TransitionStub.exportConfig(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
Transition.exportConfig(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<ExportResult> asyncCallback)
This API will export configuration associated with the cluster generated as part
of the transition workflow.
|
void |
TransitionStub.exportConfig(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<ExportResult> asyncCallback) |
void |
Transition.exportConfig(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<ExportResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This API will export configuration associated with the cluster generated as part
of the transition workflow.
|
void |
TransitionStub.exportConfig(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<ExportResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |