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

The EffectiveComponentDetails class contains information that provide more details about the component from the depot. More...

List of all members.

Classes

class  Builder
 Builder class for EffectiveComponentDetails. More...

Public Member Functions

 EffectiveComponentDetails ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
string GetDisplayName ()
 Display name of the component.
void SetDisplayName (string displayName)
 Display name of the component.
string GetDisplayVersion ()
 Human readable version of the component.
void SetDisplayVersion (string displayVersion)
 Human readable version of the component.
string GetVendor ()
 Vendor of the component.
void SetVendor (string vendor)
 Vendor of the component.
vmware.esx.settings.ComponentSource GetSource ()
 Final effective source of the component.
void SetSource (vmware.esx.settings.ComponentSource source)
 Final effective source of the component.
vmware.vapi.std.LocalizableMessage GetNote ()
 Note assosicated with this component.
void SetNote (vmware.vapi.std.LocalizableMessage note)
 Note assosicated with this component.
global::System.Collections.Generic.List
< vmware.esx.settings.ComponentOverrideInfo
GetOverriddenComponents ()
 List of other component versions present in base-image, add-ons or solutions that this component is overriding.
void SetOverriddenComponents (global::System.Collections.Generic.List< vmware.esx.settings.ComponentOverrideInfo > overriddenComponents)
 List of other component versions present in base-image, add-ons or solutions that this component is overriding.
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 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.

global::System.Collections.Generic.List<vmware.esx.settings.ComponentOverrideInfo> vmware::esx::settings::EffectiveComponentDetails::GetOverriddenComponents ( ) [inline]

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.

vmware.esx.settings.ComponentSource vmware::esx::settings::EffectiveComponentDetails::GetSource ( ) [inline]

Final effective source of the component.

string vmware::esx::settings::EffectiveComponentDetails::GetVendor ( ) [inline]

Vendor of the component.

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.

void vmware::esx::settings::EffectiveComponentDetails::SetOverriddenComponents ( global::System.Collections.Generic.List< vmware.esx.settings.ComponentOverrideInfo overriddenComponents) [inline]

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.

void vmware::esx::settings::EffectiveComponentDetails::SetSource ( vmware.esx.settings.ComponentSource  source) [inline]

Final effective source of the component.

void vmware::esx::settings::EffectiveComponentDetails::SetVendor ( string  vendor) [inline]

Vendor of the component.

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

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