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

The SolutionDetails class contains information that provide more details about the solution from the depot. More...

List of all members.

Classes

class  Builder
 Builder class for SolutionDetails. More...

Public Member Functions

 SolutionDetails ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
string GetDisplayName ()
 Display name of the solution.
void SetDisplayName (string displayName)
 Display name of the solution.
string GetDisplayVersion ()
 Display version of the solution.
void SetDisplayVersion (string displayVersion)
 Display version of the solution.
global::System.Collections.Generic.List
< vmware.esx.settings.SolutionComponentDetails
GetComponents ()
 Components registered by the solution.
void SetComponents (global::System.Collections.Generic.List< vmware.esx.settings.SolutionComponentDetails > components)
 Components registered by the solution.
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 SolutionDetails class contains information that provide more details about the solution from the depot.


Constructor & Destructor Documentation

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

Components registered by the solution.

If the component is not present in the depot, then corresponding details are absent from the list.

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

Display name of the solution.

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

Display version of the solution.

override int vmware::esx::settings::SolutionDetails::GetHashCode ( ) [inline]
void vmware::esx::settings::SolutionDetails::SetComponents ( global::System.Collections.Generic.List< vmware.esx.settings.SolutionComponentDetails components) [inline]

Components registered by the solution.

If the component is not present in the depot, then corresponding details are absent from the list.

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

Display name of the solution.

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

Display version of the solution.

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

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