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

The SolutionSpec class contains fields that describe solution registered in the software specification. More...

List of all members.

Classes

class  Builder
 Builder class for SolutionSpec. More...

Public Member Functions

 SolutionSpec ()
 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.
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 SolutionSpec class contains fields that describe solution registered in the software specification.


Constructor & Destructor Documentation

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

Components registered by the solution.

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

Version of the solution.

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

Components registered by the solution.

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

Version of the solution.

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

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