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

The HistoryMigrationSpec enumerated type defines how vCenter history data will be migrated. More...

List of all members.

Classes

class  Builder
 Builder class for HistoryMigrationSpec. More...

Public Member Functions

 HistoryMigrationSpec ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
vmware.vcenter.deployment.HistoryMigrationOption GetDataSet ()
 Defines what part of vCenter historical data will be migrated along with core data.
void SetDataSet (vmware.vcenter.deployment.HistoryMigrationOption dataSet)
 Defines what part of vCenter historical data will be migrated along with core data.
bool GetDeferImport ()
 Defines how vCenter history will be migrated.
void SetDeferImport (bool?deferImport)
 Defines how vCenter history will be migrated.
vmware.vapi.bindings.type.StructType _GetType ()
vmware.vapi.data.StructValue _GetDataValue ()
void _Validate ()
bool _HasTypeNameOf< T > ()
_ConvertTo< T > ()
override bool Equals (object obj)
override int GetHashCode ()
override string ToString ()

Detailed Description

The HistoryMigrationSpec enumerated type defines how vCenter history data will be migrated.

vCenter History data includes

  • Statistics
  • Events
  • Tasks

. This class was added in vSphere API 6.7.


Constructor & Destructor Documentation

vmware::vcenter::deployment::HistoryMigrationSpec::HistoryMigrationSpec ( ) [inline]

Generate all-fields constructor only for errors and standard structures that have relevant fields.

Creates a default new instance.


Member Function Documentation

T vmware::vcenter::deployment::HistoryMigrationSpec::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::vcenter::deployment::HistoryMigrationSpec::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::vcenter::deployment::HistoryMigrationSpec::_GetType ( ) [inline]
bool vmware::vcenter::deployment::HistoryMigrationSpec::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::vcenter::deployment::HistoryMigrationSpec::_Validate ( ) [inline]
override bool vmware::vcenter::deployment::HistoryMigrationSpec::Equals ( object  obj) [inline]
vmware.vcenter.deployment.HistoryMigrationOption vmware::vcenter::deployment::HistoryMigrationSpec::GetDataSet ( ) [inline]

Defines what part of vCenter historical data will be migrated along with core data.

This attribute was added in vSphere API 6.7.

bool vmware::vcenter::deployment::HistoryMigrationSpec::GetDeferImport ( ) [inline]

Defines how vCenter history will be migrated.

If set to true, vCenter history will be migrated separately after successful upgrade or migration, otherwise it will be migrated along with core data during the upgrade or migration process. This attribute was added in vSphere API 6.7.

override int vmware::vcenter::deployment::HistoryMigrationSpec::GetHashCode ( ) [inline]
void vmware::vcenter::deployment::HistoryMigrationSpec::SetDataSet ( vmware.vcenter.deployment.HistoryMigrationOption  dataSet) [inline]

Defines what part of vCenter historical data will be migrated along with core data.

This attribute was added in vSphere API 6.7.

void vmware::vcenter::deployment::HistoryMigrationSpec::SetDeferImport ( bool?  deferImport) [inline]

Defines how vCenter history will be migrated.

If set to true, vCenter history will be migrated separately after successful upgrade or migration, otherwise it will be migrated along with core data during the upgrade or migration process. This attribute was added in vSphere API 6.7.

override string vmware::vcenter::deployment::HistoryMigrationSpec::ToString ( ) [inline]

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