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

The SolutionComponentSpec class contains fields that describe a component registered by a software solution. More...

List of all members.

Classes

class  Builder
 Builder class for SolutionComponentSpec. More...

Public Member Functions

 SolutionComponentSpec ()
 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.
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 SolutionComponentSpec class contains fields that describe a component registered by a software solution.


Constructor & Destructor Documentation

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

override int vmware::esx::settings::SolutionComponentSpec::GetHashCode ( ) [inline]
void vmware::esx::settings::SolutionComponentSpec::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 .

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

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