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

The DataMigrationEstimate {class contains estimated time and disk space required for the vCenter Server database migration. More...

List of all members.

Classes

class  Builder
 Builder class for DataMigrationEstimate. More...

Public Member Functions

 DataMigrationEstimate ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
long GetEstimatedExportTime ()
 The time estimated to export data from the source vCenter Server.
void SetEstimatedExportTime (long estimatedExportTime)
 The time estimated to export data from the source vCenter Server.
long GetEstimatedImportTime ()
 The time estimated to import data to the upgraded vCenter Server.
void SetEstimatedImportTime (long estimatedImportTime)
 The time estimated to import data to the upgraded vCenter Server.
double GetRequiredFreeDiskSpaceOnSource ()
 The extra free space required on source vCenter Server.
void SetRequiredFreeDiskSpaceOnSource (double requiredFreeDiskSpaceOnSource)
 The extra free space required on source vCenter Server.
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 DataMigrationEstimate {class contains estimated time and disk space required for the vCenter Server database migration.

This class was added in vSphere API 7.0.0.


Constructor & Destructor Documentation

vmware::vcenter::deployment::DataMigrationEstimate::DataMigrationEstimate ( ) [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::DataMigrationEstimate::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::vcenter::deployment::DataMigrationEstimate::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::vcenter::deployment::DataMigrationEstimate::_GetType ( ) [inline]
bool vmware::vcenter::deployment::DataMigrationEstimate::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::vcenter::deployment::DataMigrationEstimate::_Validate ( ) [inline]
override bool vmware::vcenter::deployment::DataMigrationEstimate::Equals ( object  obj) [inline]
long vmware::vcenter::deployment::DataMigrationEstimate::GetEstimatedExportTime ( ) [inline]

The time estimated to export data from the source vCenter Server.

This attribute was added in vSphere API 7.0.0.

long vmware::vcenter::deployment::DataMigrationEstimate::GetEstimatedImportTime ( ) [inline]

The time estimated to import data to the upgraded vCenter Server.

This attribute was added in vSphere API 7.0.0.

override int vmware::vcenter::deployment::DataMigrationEstimate::GetHashCode ( ) [inline]
double vmware::vcenter::deployment::DataMigrationEstimate::GetRequiredFreeDiskSpaceOnSource ( ) [inline]

The extra free space required on source vCenter Server.

This attribute was added in vSphere API 7.0.0.

void vmware::vcenter::deployment::DataMigrationEstimate::SetEstimatedExportTime ( long  estimatedExportTime) [inline]

The time estimated to export data from the source vCenter Server.

This attribute was added in vSphere API 7.0.0.

void vmware::vcenter::deployment::DataMigrationEstimate::SetEstimatedImportTime ( long  estimatedImportTime) [inline]

The time estimated to import data to the upgraded vCenter Server.

This attribute was added in vSphere API 7.0.0.

void vmware::vcenter::deployment::DataMigrationEstimate::SetRequiredFreeDiskSpaceOnSource ( double  requiredFreeDiskSpaceOnSource) [inline]

The extra free space required on source vCenter Server.

This attribute was added in vSphere API 7.0.0.

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

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