Package | Description |
---|---|
com.vmware.vcenter.deployment |
Modifier and Type | Field and Description |
---|---|
static HistoryMigrationOption |
HistoryMigrationOption.ALL
All history data will be migrated along with the core data.
|
static HistoryMigrationOption |
HistoryMigrationOption.EVENTS_TASKS
Only event data and task data will be migrated along with the core data.
|
Modifier and Type | Method and Description |
---|---|
HistoryMigrationOption |
HistoryMigrationSpec.getDataSet()
Defines what part of vCenter historical data will be migrated along with core
data.
|
static HistoryMigrationOption |
HistoryMigrationOption.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static HistoryMigrationOption[] |
HistoryMigrationOption.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryMigrationSpec.setDataSet(HistoryMigrationOption dataSet)
Defines what part of vCenter historical data will be migrated along with core
data.
|
Constructor and Description |
---|
Builder(HistoryMigrationOption dataSet)
Constructor with parameters for the required properties of
HistoryMigrationSpec . |