The SolutionComponentDetails
class contains information that provide more details about component registered by the solution from depot.
More...
List of all members.
Detailed Description
The SolutionComponentDetails
class contains information that provide more details about component registered by the solution from depot.
Constructor & Destructor Documentation
vmware::esx::settings::SolutionComponentDetails::SolutionComponentDetails |
( |
| ) |
[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::SolutionComponentDetails::_ConvertTo< T > |
( |
| ) |
[inline] |
- Type Constraints
-
T | : | vmware.vapi.bindings.IStructure | |
vmware.vapi.data.StructValue vmware::esx::settings::SolutionComponentDetails::_GetDataValue |
( |
| ) |
[inline] |
vmware.vapi.bindings.type.StructType vmware::esx::settings::SolutionComponentDetails::_GetType |
( |
| ) |
[inline] |
bool vmware::esx::settings::SolutionComponentDetails::_HasTypeNameOf< T > |
( |
| ) |
[inline] |
- Type Constraints
-
T | : | vmware.vapi.bindings.IStructure | |
void vmware::esx::settings::SolutionComponentDetails::_Validate |
( |
| ) |
[inline] |
override bool vmware::esx::settings::SolutionComponentDetails::Equals |
( |
object |
obj | ) |
[inline] |
string vmware::esx::settings::SolutionComponentDetails::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
.
string vmware::esx::settings::SolutionComponentDetails::GetDisplayName |
( |
| ) |
[inline] |
Display name of the component.
string vmware::esx::settings::SolutionComponentDetails::GetDisplayVersion |
( |
| ) |
[inline] |
Human readable version of the component.
override int vmware::esx::settings::SolutionComponentDetails::GetHashCode |
( |
| ) |
[inline] |
string vmware::esx::settings::SolutionComponentDetails::GetVendor |
( |
| ) |
[inline] |
void vmware::esx::settings::SolutionComponentDetails::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
.
void vmware::esx::settings::SolutionComponentDetails::SetDisplayName |
( |
string |
displayName | ) |
[inline] |
Display name of the component.
void vmware::esx::settings::SolutionComponentDetails::SetDisplayVersion |
( |
string |
displayVersion | ) |
[inline] |
Human readable version of the component.
void vmware::esx::settings::SolutionComponentDetails::SetVendor |
( |
string |
vendor | ) |
[inline] |
override string vmware::esx::settings::SolutionComponentDetails::ToString |
( |
| ) |
[inline] |
The documentation for this class was generated from the following file: