| Package | Description |
|---|---|
| com.vmware.nsx.migration | |
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
MigrationDataInfo |
DataStub.get(java.lang.String fileType,
java.lang.String federationSiteId) |
MigrationDataInfo |
Data.get(java.lang.String fileType,
java.lang.String federationSiteId)
Get information about the requested Migration Data file.
|
MigrationDataInfo |
DataStub.get(java.lang.String fileType,
java.lang.String federationSiteId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
MigrationDataInfo |
Data.get(java.lang.String fileType,
java.lang.String federationSiteId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get information about the requested Migration Data file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataStub.get(java.lang.String fileType,
java.lang.String federationSiteId,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationDataInfo> asyncCallback) |
void |
Data.get(java.lang.String fileType,
java.lang.String federationSiteId,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationDataInfo> asyncCallback)
Get information about the requested Migration Data file.
|
void |
DataStub.get(java.lang.String fileType,
java.lang.String federationSiteId,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationDataInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Data.get(java.lang.String fileType,
java.lang.String federationSiteId,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationDataInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get information about the requested Migration Data file.
|
| Modifier and Type | Method and Description |
|---|---|
static MigrationDataInfo |
MigrationDataInfo._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 MigrationDataInfo |
MigrationDataInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
MigrationDataInfo |
MigrationDataInfo.Builder.build() |