The EffectiveComponentDetails
class contains information that provide more details about the component from the depot.
More...
List of all members.
Detailed Description
The EffectiveComponentDetails
class contains information that provide more details about the component from the depot.
Constructor & Destructor Documentation
vmware::esx::settings::EffectiveComponentDetails::EffectiveComponentDetails |
( |
| ) |
[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::EffectiveComponentDetails::_ConvertTo< T > |
( |
| ) |
[inline] |
- Type Constraints
-
T | : | vmware.vapi.bindings.IStructure | |
vmware.vapi.data.StructValue vmware::esx::settings::EffectiveComponentDetails::_GetDataValue |
( |
| ) |
[inline] |
vmware.vapi.bindings.type.StructType vmware::esx::settings::EffectiveComponentDetails::_GetType |
( |
| ) |
[inline] |
bool vmware::esx::settings::EffectiveComponentDetails::_HasTypeNameOf< T > |
( |
| ) |
[inline] |
- Type Constraints
-
T | : | vmware.vapi.bindings.IStructure | |
void vmware::esx::settings::EffectiveComponentDetails::_Validate |
( |
| ) |
[inline] |
override bool vmware::esx::settings::EffectiveComponentDetails::Equals |
( |
object |
obj | ) |
[inline] |
string vmware::esx::settings::EffectiveComponentDetails::GetDisplayName |
( |
| ) |
[inline] |
Display name of the component.
string vmware::esx::settings::EffectiveComponentDetails::GetDisplayVersion |
( |
| ) |
[inline] |
Human readable version of the component.
override int vmware::esx::settings::EffectiveComponentDetails::GetHashCode |
( |
| ) |
[inline] |
vmware.vapi.std.LocalizableMessage vmware::esx::settings::EffectiveComponentDetails::GetNote |
( |
| ) |
[inline] |
Note assosicated with this component.
List of other component versions present in base-image, add-ons or solutions that this component is overriding.
For example, if a component version-1 was implicitly present in the base-image, but user wants it to be changed to version-2. In that case, EffectiveComponentDetails.source would be USER and there will be one entry in this list indicating base-image component version-1 is being overridden.
Final effective source of the component.
string vmware::esx::settings::EffectiveComponentDetails::GetVendor |
( |
| ) |
[inline] |
void vmware::esx::settings::EffectiveComponentDetails::SetDisplayName |
( |
string |
displayName | ) |
[inline] |
Display name of the component.
void vmware::esx::settings::EffectiveComponentDetails::SetDisplayVersion |
( |
string |
displayVersion | ) |
[inline] |
Human readable version of the component.
void vmware::esx::settings::EffectiveComponentDetails::SetNote |
( |
vmware.vapi.std.LocalizableMessage |
note | ) |
[inline] |
Note assosicated with this component.
List of other component versions present in base-image, add-ons or solutions that this component is overriding.
For example, if a component version-1 was implicitly present in the base-image, but user wants it to be changed to version-2. In that case, EffectiveComponentDetails.source would be USER and there will be one entry in this list indicating base-image component version-1 is being overridden.
Final effective source of the component.
void vmware::esx::settings::EffectiveComponentDetails::SetVendor |
( |
string |
vendor | ) |
[inline] |
override string vmware::esx::settings::EffectiveComponentDetails::ToString |
( |
| ) |
[inline] |
The documentation for this class was generated from the following file: