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

The SolutionInfo class contains information that describe solution registered in the software specification. More...

List of all members.

Classes

class  Builder
 Builder class for SolutionInfo. More...

Public Member Functions

 SolutionInfo ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
vmware.esx.settings.SolutionDetails GetDetails ()
 Details about the solution from the depot.
void SetDetails (vmware.esx.settings.SolutionDetails details)
 Details about the solution from the depot.
string GetVersion ()
 Version of the solution.
void SetVersion (string version)
 Version of the solution.
global::System.Collections.Generic.List
< vmware.esx.settings.SolutionComponentSpec
GetComponents ()
 Components registered by the solution.
void SetComponents (global::System.Collections.Generic.List< vmware.esx.settings.SolutionComponentSpec > 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 SolutionInfo class contains information that describe solution registered in the software specification.


Constructor & Destructor Documentation

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

Components registered by the solution.

vmware.esx.settings.SolutionDetails vmware::esx::settings::SolutionInfo::GetDetails ( ) [inline]

Details about the solution from the depot.

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

Version of the solution.

void vmware::esx::settings::SolutionInfo::SetComponents ( global::System.Collections.Generic.List< vmware.esx.settings.SolutionComponentSpec components) [inline]

Components registered by the solution.

void vmware::esx::settings::SolutionInfo::SetDetails ( vmware.esx.settings.SolutionDetails  details) [inline]

Details about the solution from the depot.

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

Version of the solution.

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

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