|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
The HistoryMigrationOption enumerated type defines the vCenter history migration option choices.
More...
Public Types | |
| enum | Values { _UNKNOWN, EVENTS_TASKS, ALL } |
| C# enum whose values can be used in switch statements. More... | |
Public Member Functions | |
| bool | IsUnknown () |
| Values | GetEnumValue () |
Static Public Member Functions | |
| static HistoryMigrationOption[] | GetValues () |
| static HistoryMigrationOption | ValueOf (string name) |
Static Public Attributes | |
| static readonly HistoryMigrationOption | EVENTS_TASKS = new HistoryMigrationOption("EVENTS_TASKS", Values.EVENTS_TASKS) |
| Only event data and task data will be migrated along with the core data. | |
| static readonly HistoryMigrationOption | ALL = new HistoryMigrationOption("ALL", Values.ALL) |
| All history data will be migrated along with the core data. | |
The HistoryMigrationOption enumerated type defines the vCenter history migration option choices.
This enumeration was added in vSphere API 6.7.
C# enum whose values can be used in switch statements.
Ordinals have no semantic meaning (your code should not rely on them).
| Values vmware::vcenter::deployment::HistoryMigrationOption::GetEnumValue | ( | ) | [inline] |
| static HistoryMigrationOption [] vmware::vcenter::deployment::HistoryMigrationOption::GetValues | ( | ) | [inline, static] |
| bool vmware::vcenter::deployment::HistoryMigrationOption::IsUnknown | ( | ) | [inline] |
| static HistoryMigrationOption vmware::vcenter::deployment::HistoryMigrationOption::ValueOf | ( | string | name | ) | [inline, static] |
readonly HistoryMigrationOption vmware::vcenter::deployment::HistoryMigrationOption::ALL = new HistoryMigrationOption("ALL", Values.ALL) [static] |
All history data will be migrated along with the core data.
This constant was added in vSphere API 6.7.
readonly HistoryMigrationOption vmware::vcenter::deployment::HistoryMigrationOption::EVENTS_TASKS = new HistoryMigrationOption("EVENTS_TASKS", Values.EVENTS_TASKS) [static] |
Only event data and task data will be migrated along with the core data.
This constant was added in vSphere API 6.7.