VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::deployment::HistoryMigrationOption Class Reference

The HistoryMigrationOption enumerated type defines the vCenter history migration option choices. More...

List of all members.

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.

Detailed Description

The HistoryMigrationOption enumerated type defines the vCenter history migration option choices.

This enumeration was added in vSphere API 6.7.


Member Enumeration Documentation

C# enum whose values can be used in switch statements.

Ordinals have no semantic meaning (your code should not rely on them).

Enumerator:
_UNKNOWN 

Special enumeration constant which is used to represent constants that do not exist in the current enum binding.

For example if a client sends a new constant to an older server, the server code will see this special constant, because its enum binding lacks the new constant.

EVENTS_TASKS 

Only event data and task data will be migrated along with the core data.

This constant was added in vSphere API 6.7.

ALL 

All history data will be migrated along with the core data.

This constant was added in vSphere API 6.7.


Member Function Documentation

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]

Member Data Documentation

All history data will be migrated along with the core data.

This constant was added in vSphere API 6.7.

Only event data and task data will be migrated along with the core data.

This constant was added in vSphere API 6.7.


The documentation for this class was generated from the following file: