VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::esx::hosts::ComponentInfo Class Reference

The ComponentInfo class contains fields that describe a specific component version in a software specification. More...

List of all members.

Classes

class  Builder
 Builder class for ComponentInfo. More...

Public Member Functions

 ComponentInfo ()
 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.
string GetDisplayName ()
 Display name of the component.
void SetDisplayName (string displayName)
 Display name of the component.
string GetDisplayVersion ()
 Human readable version of the component.
void SetDisplayVersion (string displayVersion)
 Human readable version of the component.
string GetVendor ()
 Vendor of the component.
void SetVendor (string vendor)
 Vendor of the 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 ComponentInfo class contains fields that describe a specific component version in a software specification.


Constructor & Destructor Documentation

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

Display name of the component.

string vmware::esx::hosts::ComponentInfo::GetDisplayVersion ( ) [inline]

Human readable version of the component.

override int vmware::esx::hosts::ComponentInfo::GetHashCode ( ) [inline]
string vmware::esx::hosts::ComponentInfo::GetVendor ( ) [inline]

Vendor of the component.

string vmware::esx::hosts::ComponentInfo::GetVersion ( ) [inline]

Version of the component.

void vmware::esx::hosts::ComponentInfo::SetDisplayName ( string  displayName) [inline]

Display name of the component.

void vmware::esx::hosts::ComponentInfo::SetDisplayVersion ( string  displayVersion) [inline]

Human readable version of the component.

void vmware::esx::hosts::ComponentInfo::SetVendor ( string  vendor) [inline]

Vendor of the component.

void vmware::esx::hosts::ComponentInfo::SetVersion ( string  version) [inline]

Version of the component.

override string vmware::esx::hosts::ComponentInfo::ToString ( ) [inline]

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