VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::esx::settings::ComponentOverrideInfo Class Reference

The ComponentOverrideInfo class contains fields that describe how the component was overridden. More...

List of all members.

Classes

class  Builder
 Builder class for ComponentOverrideInfo. More...

Public Member Functions

 ComponentOverrideInfo ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
string GetVersion ()
 Version of the component override.
void SetVersion (string version)
 Version of the component override.
string GetDisplayVersion ()
 Human readable version of the component override.
void SetDisplayVersion (string displayVersion)
 Human readable version of the component override.
vmware.esx.settings.ComponentSource GetSource ()
 Source of the component override.
void SetSource (vmware.esx.settings.ComponentSource source)
 Source of the component override.
vmware.vapi.std.LocalizableMessage GetNote ()
 Note explaining the override.
void SetNote (vmware.vapi.std.LocalizableMessage note)
 Note explaining the override.
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 ComponentOverrideInfo class contains fields that describe how the component was overridden.


Constructor & Destructor Documentation

vmware::esx::settings::ComponentOverrideInfo::ComponentOverrideInfo ( ) [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::esx::settings::ComponentOverrideInfo::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::esx::settings::ComponentOverrideInfo::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::esx::settings::ComponentOverrideInfo::_GetType ( ) [inline]
bool vmware::esx::settings::ComponentOverrideInfo::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::esx::settings::ComponentOverrideInfo::_Validate ( ) [inline]
override bool vmware::esx::settings::ComponentOverrideInfo::Equals ( object  obj) [inline]
string vmware::esx::settings::ComponentOverrideInfo::GetDisplayVersion ( ) [inline]

Human readable version of the component override.

override int vmware::esx::settings::ComponentOverrideInfo::GetHashCode ( ) [inline]
vmware.vapi.std.LocalizableMessage vmware::esx::settings::ComponentOverrideInfo::GetNote ( ) [inline]

Note explaining the override.

vmware.esx.settings.ComponentSource vmware::esx::settings::ComponentOverrideInfo::GetSource ( ) [inline]

Source of the component override.

string vmware::esx::settings::ComponentOverrideInfo::GetVersion ( ) [inline]

Version of the component override.

void vmware::esx::settings::ComponentOverrideInfo::SetDisplayVersion ( string  displayVersion) [inline]

Human readable version of the component override.

void vmware::esx::settings::ComponentOverrideInfo::SetNote ( vmware.vapi.std.LocalizableMessage  note) [inline]

Note explaining the override.

void vmware::esx::settings::ComponentOverrideInfo::SetSource ( vmware.esx.settings.ComponentSource  source) [inline]

Source of the component override.

void vmware::esx::settings::ComponentOverrideInfo::SetVersion ( string  version) [inline]

Version of the component override.

override string vmware::esx::settings::ComponentOverrideInfo::ToString ( ) [inline]

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