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

The EffectiveComponentInfo class contains information that describe a component and how that component appeared in the software specification. More...

List of all members.

Classes

class  Builder
 Builder class for EffectiveComponentInfo. More...

Public Member Functions

 EffectiveComponentInfo ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
string GetVersion ()
 Version of the component.
void SetVersion (string version)
 Version of the component.
vmware.esx.settings.EffectiveComponentDetails GetDetails ()
 Details about the effective component.
void SetDetails (vmware.esx.settings.EffectiveComponentDetails details)
 Details about the effective component.
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 EffectiveComponentInfo class contains information that describe a component and how that component appeared in the software specification.


Constructor & Destructor Documentation

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

Details about the effective component.

override int vmware::esx::settings::EffectiveComponentInfo::GetHashCode ( ) [inline]
string vmware::esx::settings::EffectiveComponentInfo::GetVersion ( ) [inline]

Version of the component.

void vmware::esx::settings::EffectiveComponentInfo::SetDetails ( vmware.esx.settings.EffectiveComponentDetails  details) [inline]

Details about the effective component.

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

Version of the component.

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

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