The ComponentInfo
class contains fields that describe a specific component version in a software specification.
More...
List of all members.
Detailed Description
The ComponentInfo
class contains fields that describe a specific component version in a software specification.
Constructor & Destructor Documentation
vmware::esx::hosts::ComponentInfo::ComponentInfo |
( |
| ) |
[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::ComponentInfo::_ConvertTo< T > |
( |
| ) |
[inline] |
- Type Constraints
-
T | : | vmware.vapi.bindings.IStructure | |
vmware.vapi.data.StructValue vmware::esx::hosts::ComponentInfo::_GetDataValue |
( |
| ) |
[inline] |
vmware.vapi.bindings.type.StructType vmware::esx::hosts::ComponentInfo::_GetType |
( |
| ) |
[inline] |
bool vmware::esx::hosts::ComponentInfo::_HasTypeNameOf< T > |
( |
| ) |
[inline] |
- Type Constraints
-
T | : | vmware.vapi.bindings.IStructure | |
void vmware::esx::hosts::ComponentInfo::_Validate |
( |
| ) |
[inline] |
override bool vmware::esx::hosts::ComponentInfo::Equals |
( |
object |
obj | ) |
[inline] |
string vmware::esx::hosts::ComponentInfo::GetDisplayName |
( |
| ) |
[inline] |
Display name of the component.
string vmware::esx::hosts::ComponentInfo::GetDisplayVersion |
( |
| ) |
[inline] |
Human readable version of the component.
override int vmware::esx::hosts::ComponentInfo::GetHashCode |
( |
| ) |
[inline] |
string vmware::esx::hosts::ComponentInfo::GetVendor |
( |
| ) |
[inline] |
string vmware::esx::hosts::ComponentInfo::GetVersion |
( |
| ) |
[inline] |
Version of the component.
void vmware::esx::hosts::ComponentInfo::SetDisplayName |
( |
string |
displayName | ) |
[inline] |
Display name of the component.
void vmware::esx::hosts::ComponentInfo::SetDisplayVersion |
( |
string |
displayVersion | ) |
[inline] |
Human readable version of the component.
void vmware::esx::hosts::ComponentInfo::SetVendor |
( |
string |
vendor | ) |
[inline] |
void vmware::esx::hosts::ComponentInfo::SetVersion |
( |
string |
version | ) |
[inline] |
Version of the component.
override string vmware::esx::hosts::ComponentInfo::ToString |
( |
| ) |
[inline] |
The documentation for this class was generated from the following file: