Package | Description |
---|---|
com.vmware.vcenter.deployment |
Modifier and Type | Method and Description |
---|---|
static DataMigrationEstimate |
DataMigrationEstimate._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 DataMigrationEstimate |
DataMigrationEstimate._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
DataMigrationEstimate |
DataMigrationEstimate.Builder.build() |
DataMigrationEstimate |
DataMigrationInfo.getAll()
Migrate all data from vCenter Server.
|
DataMigrationEstimate |
DataMigrationInfo.getAllWithDeferred()
Migrate all data from vCenter Server.
|
DataMigrationEstimate |
DataMigrationInfo.getCore()
Migrate only core data and configuration from vCenter Server.
|
DataMigrationEstimate |
DataMigrationInfo.getCoreEventsTasks()
Migrate core, events, and tasks from vCenter Server.
|
DataMigrationEstimate |
DataMigrationInfo.getCoreEventsTasksWithDeferred()
Migrate core, events, and tasks from vCenter Server.
|
Modifier and Type | Method and Description |
---|---|
void |
DataMigrationInfo.setAll(DataMigrationEstimate all)
Migrate all data from vCenter Server.
|
void |
DataMigrationInfo.setAllWithDeferred(DataMigrationEstimate allWithDeferred)
Migrate all data from vCenter Server.
|
DataMigrationInfo.Builder |
DataMigrationInfo.Builder.setAllWithDeferred(DataMigrationEstimate allWithDeferred)
Migrate all data from vCenter Server.
|
void |
DataMigrationInfo.setCore(DataMigrationEstimate core)
Migrate only core data and configuration from vCenter Server.
|
void |
DataMigrationInfo.setCoreEventsTasks(DataMigrationEstimate coreEventsTasks)
Migrate core, events, and tasks from vCenter Server.
|
void |
DataMigrationInfo.setCoreEventsTasksWithDeferred(DataMigrationEstimate coreEventsTasksWithDeferred)
Migrate core, events, and tasks from vCenter Server.
|
DataMigrationInfo.Builder |
DataMigrationInfo.Builder.setCoreEventsTasksWithDeferred(DataMigrationEstimate coreEventsTasksWithDeferred)
Migrate core, events, and tasks from vCenter Server.
|
Constructor and Description |
---|
Builder(DataMigrationEstimate core,
DataMigrationEstimate coreEventsTasks,
DataMigrationEstimate all)
Constructor with parameters for the required properties of
DataMigrationInfo . |