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

The SoftwareInfo class contains information that describes the desired software specification for an ESX host. More...

List of all members.

Classes

class  Builder
 Builder class for SoftwareInfo. More...

Public Member Functions

 SoftwareInfo ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
vmware.esx.settings.BaseImageInfo GetBaseImage ()
 Base image of the ESX.
void SetBaseImage (vmware.esx.settings.BaseImageInfo baseImage)
 Base image of the ESX.
vmware.esx.settings.AddOnInfo GetAddOn ()
 OEM customization on top of given base-image.
void SetAddOn (vmware.esx.settings.AddOnInfo addOn)
 OEM customization on top of given base-image.
global::System.Collections.Generic.Dictionary
< string,
vmware.esx.settings.ComponentInfo
GetComponents ()
 Information about the components in the software specification.
void SetComponents (global::System.Collections.Generic.Dictionary< string, vmware.esx.settings.ComponentInfo > components)
 Information about the components in the software specification.
global::System.Collections.Generic.Dictionary
< string,
vmware.esx.settings.SolutionInfo
GetSolutions ()
 Information about the solutions in the software specification.
void SetSolutions (global::System.Collections.Generic.Dictionary< string, vmware.esx.settings.SolutionInfo > solutions)
 Information about the solutions in the software specification.
vmware.esx.settings.HardwareSupportInfo GetHardwareSupport ()
 Information about the Hardware Support Packages (HSP) configured.
void SetHardwareSupport (vmware.esx.settings.HardwareSupportInfo hardwareSupport)
 Information about the Hardware Support Packages (HSP) configured.
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 SoftwareInfo class contains information that describes the desired software specification for an ESX host.


Constructor & Destructor Documentation

vmware::esx::settings::SoftwareInfo::SoftwareInfo ( ) [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::SoftwareInfo::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::esx::settings::SoftwareInfo::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::esx::settings::SoftwareInfo::_GetType ( ) [inline]
bool vmware::esx::settings::SoftwareInfo::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::esx::settings::SoftwareInfo::_Validate ( ) [inline]
override bool vmware::esx::settings::SoftwareInfo::Equals ( object  obj) [inline]
vmware.esx.settings.AddOnInfo vmware::esx::settings::SoftwareInfo::GetAddOn ( ) [inline]

OEM customization on top of given base-image.

The components in this customization override the components in the base base-image.

vmware.esx.settings.BaseImageInfo vmware::esx::settings::SoftwareInfo::GetBaseImage ( ) [inline]

Base image of the ESX.

global::System.Collections.Generic.Dictionary<string, vmware.esx.settings.ComponentInfo> vmware::esx::settings::SoftwareInfo::GetComponents ( ) [inline]

Information about the components in the software specification.

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.settings.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.settings.component .

vmware.esx.settings.HardwareSupportInfo vmware::esx::settings::SoftwareInfo::GetHardwareSupport ( ) [inline]

Information about the Hardware Support Packages (HSP) configured.

override int vmware::esx::settings::SoftwareInfo::GetHashCode ( ) [inline]
global::System.Collections.Generic.Dictionary<string, vmware.esx.settings.SolutionInfo> vmware::esx::settings::SoftwareInfo::GetSolutions ( ) [inline]

Information about the solutions in the software specification.

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.settings.solution . 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.settings.solution .

void vmware::esx::settings::SoftwareInfo::SetAddOn ( vmware.esx.settings.AddOnInfo  addOn) [inline]

OEM customization on top of given base-image.

The components in this customization override the components in the base base-image.

void vmware::esx::settings::SoftwareInfo::SetBaseImage ( vmware.esx.settings.BaseImageInfo  baseImage) [inline]

Base image of the ESX.

void vmware::esx::settings::SoftwareInfo::SetComponents ( global::System.Collections.Generic.Dictionary< string, vmware.esx.settings.ComponentInfo components) [inline]

Information about the components in the software specification.

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.settings.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.settings.component .

void vmware::esx::settings::SoftwareInfo::SetHardwareSupport ( vmware.esx.settings.HardwareSupportInfo  hardwareSupport) [inline]

Information about the Hardware Support Packages (HSP) configured.

void vmware::esx::settings::SoftwareInfo::SetSolutions ( global::System.Collections.Generic.Dictionary< string, vmware.esx.settings.SolutionInfo solutions) [inline]

Information about the solutions in the software specification.

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.settings.solution . 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.settings.solution .

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

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