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

The SolutionInfo class contains fields 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.
string GetVersion ()
 Version of the solution.
void SetVersion (string version)
 Version of the solution.
string GetDisplayName ()
 Display name of the solution.
void SetDisplayName (string displayName)
 Display name of the solution.
global::System.Collections.Generic.Dictionary
< string,
vmware.esx.hosts.ComponentInfo
GetComponents ()
 Components registered by the solution.
void SetComponents (global::System.Collections.Generic.Dictionary< string, vmware.esx.hosts.ComponentInfo > 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 fields that describe solution registered in the software specification.


Constructor & Destructor Documentation

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

Components registered by the solution.

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

string vmware::esx::hosts::SolutionInfo::GetDisplayName ( ) [inline]

Display name of the solution.

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

Version of the solution.

void vmware::esx::hosts::SolutionInfo::SetComponents ( global::System.Collections.Generic.Dictionary< string, vmware.esx.hosts.ComponentInfo components) [inline]

Components registered by the solution.

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

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

Display name of the solution.

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

Version of the solution.

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

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