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

The SolutionComponentDetails class contains information that provide more details about component registered by the solution from depot. More...

List of all members.

Classes

class  Builder
 Builder class for SolutionComponentDetails. More...

Public Member Functions

 SolutionComponentDetails ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
string GetComponent ()
 Identifier of the component.
void SetComponent (string component)
 Identifier 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 SolutionComponentDetails class contains information that provide more details about component registered by the solution from depot.


Constructor & Destructor Documentation

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

Identifier of the component.

When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: com.vmware.esx.settings.component . When methods return a value of this class as a result, the field will be an identifier for the resource type: com.vmware.esx.settings.component .

string vmware::esx::settings::SolutionComponentDetails::GetDisplayName ( ) [inline]

Display name of the component.

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

Human readable version of the component.

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

Vendor of the component.

void vmware::esx::settings::SolutionComponentDetails::SetComponent ( string  component) [inline]

Identifier of the component.

When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: com.vmware.esx.settings.component . When methods return a value of this class as a result, the field will be an identifier for the resource type: com.vmware.esx.settings.component .

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

Display name of the component.

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

Human readable version of the component.

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

Vendor of the component.

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

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