Package | Description |
---|---|
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 |
---|---|
static DraftImportResult |
DraftImportResult._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 DraftImportResult |
DraftImportResult._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
DraftImportResult |
DraftImportResult.Builder.build() |
Modifier and Type | Method and Description |
---|---|
DraftImportResult |
Transition.importFromFile(java.lang.String cluster,
TransitionTypes.FileSpec spec)
The API imports the desired configuration from a file.
|
DraftImportResult |
TransitionStub.importFromFile(java.lang.String cluster,
TransitionTypes.FileSpec spec) |
DraftImportResult |
Transition.importFromFile(java.lang.String cluster,
TransitionTypes.FileSpec spec,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
The API imports the desired configuration from a file.
|
DraftImportResult |
TransitionStub.importFromFile(java.lang.String cluster,
TransitionTypes.FileSpec spec,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
Transition.importFromFile(java.lang.String cluster,
TransitionTypes.FileSpec spec,
com.vmware.vapi.bindings.client.AsyncCallback<DraftImportResult> asyncCallback)
The API imports the desired configuration from a file.
|
void |
TransitionStub.importFromFile(java.lang.String cluster,
TransitionTypes.FileSpec spec,
com.vmware.vapi.bindings.client.AsyncCallback<DraftImportResult> asyncCallback) |
void |
Transition.importFromFile(java.lang.String cluster,
TransitionTypes.FileSpec spec,
com.vmware.vapi.bindings.client.AsyncCallback<DraftImportResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
The API imports the desired configuration from a file.
|
void |
TransitionStub.importFromFile(java.lang.String cluster,
TransitionTypes.FileSpec spec,
com.vmware.vapi.bindings.client.AsyncCallback<DraftImportResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |