Package | Description |
---|---|
com.vmware.vcenter.deployment |
Modifier and Type | Method and Description |
---|---|
static HistoryMigrationSpec |
HistoryMigrationSpec._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 HistoryMigrationSpec |
HistoryMigrationSpec._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
HistoryMigrationSpec |
HistoryMigrationSpec.Builder.build() |
HistoryMigrationSpec |
MigrateTypes.MigrateSpec.getHistory()
Determines how vCenter history will be migrated during the migration process.
|
HistoryMigrationSpec |
UpgradeTypes.UpgradeSpec.getHistory()
Determines how vCenter history will be migrated during the upgrade process.
|
Modifier and Type | Method and Description |
---|---|
void |
MigrateTypes.MigrateSpec.setHistory(HistoryMigrationSpec history)
Determines how vCenter history will be migrated during the migration process.
|
MigrateTypes.MigrateSpec.Builder |
MigrateTypes.MigrateSpec.Builder.setHistory(HistoryMigrationSpec history)
Determines how vCenter history will be migrated during the migration process.
|
void |
UpgradeTypes.UpgradeSpec.setHistory(HistoryMigrationSpec history)
Determines how vCenter history will be migrated during the upgrade process.
|
UpgradeTypes.UpgradeSpec.Builder |
UpgradeTypes.UpgradeSpec.Builder.setHistory(HistoryMigrationSpec history)
Determines how vCenter history will be migrated during the upgrade process.
|