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

Builder class for SoftwareInfo. More...

List of all members.

Public Member Functions

 Builder (vmware.esx.settings.BaseImageInfo baseImage, global::System.Collections.Generic.Dictionary< string, vmware.esx.settings.ComponentInfo > components, global::System.Collections.Generic.Dictionary< string, vmware.esx.settings.SolutionInfo > solutions)
 Constructor with parameters for the required properties of SoftwareInfo.
Builder SetAddOn (vmware.esx.settings.AddOnInfo addOn)
 OEM customization on top of given base-image.
Builder SetHardwareSupport (vmware.esx.settings.HardwareSupportInfo hardwareSupport)
 Information about the Hardware Support Packages (HSP) configured.
SoftwareInfo Build ()

Detailed Description

Builder class for SoftwareInfo.


Constructor & Destructor Documentation

vmware::esx::settings::SoftwareInfo::Builder::Builder ( vmware.esx.settings.BaseImageInfo  baseImage,
global::System.Collections.Generic.Dictionary< string, vmware.esx.settings.ComponentInfo components,
global::System.Collections.Generic.Dictionary< string, vmware.esx.settings.SolutionInfo solutions 
) [inline]

Constructor with parameters for the required properties of SoftwareInfo.


Member Function Documentation

SoftwareInfo vmware::esx::settings::SoftwareInfo::Builder::Build ( ) [inline]
Builder vmware::esx::settings::SoftwareInfo::Builder::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.

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

Information about the Hardware Support Packages (HSP) configured.


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