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

The ComponentDetails class contains information that provide more details about the component from the depot. More...

List of all members.

Classes

class  Builder
 Builder class for ComponentDetails. More...

Public Member Functions

 ComponentDetails ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
string GetDisplayName ()
 Display name of the component.
void SetDisplayName (string displayName)
 Display name of the component.
string GetVendor ()
 Vendor of the component.
void SetVendor (string vendor)
 Vendor of the component.
string GetDisplayVersion ()
 Human readable version of the component.
void SetDisplayVersion (string displayVersion)
 Human readable version 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 ComponentDetails class contains information that provide more details about the component from the depot.


Constructor & Destructor Documentation

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

Display name of the component.

string vmware::esx::settings::ComponentDetails::GetDisplayVersion ( ) [inline]

Human readable version of the component.

override int vmware::esx::settings::ComponentDetails::GetHashCode ( ) [inline]
string vmware::esx::settings::ComponentDetails::GetVendor ( ) [inline]

Vendor of the component.

void vmware::esx::settings::ComponentDetails::SetDisplayName ( string  displayName) [inline]

Display name of the component.

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

Human readable version of the component.

void vmware::esx::settings::ComponentDetails::SetVendor ( string  vendor) [inline]

Vendor of the component.

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

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