The SolutionInfo
class contains fields that describe solution registered in the software specification.
More...
List of all members.
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] |
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] |
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] |
override string vmware::esx::hosts::SolutionInfo::ToString |
( |
| ) |
[inline] |
The documentation for this class was generated from the following file: