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

Builder class for SoftwareInfo. More...

List of all members.

Public Member Functions

 Builder (vmware.esx.hosts.BaseImageInfo baseImage, global::System.Collections.Generic.Dictionary< string, vmware.esx.hosts.ComponentInfo > components, global::System.Collections.Generic.Dictionary< string, vmware.esx.hosts.SolutionInfo > solutions)
 Constructor with parameters for the required properties of SoftwareInfo.
Builder SetAddOn (vmware.esx.hosts.AddOnInfo addOn)
 OEM customization on top of given base-image.
SoftwareInfo Build ()

Detailed Description

Builder class for SoftwareInfo.


Constructor & Destructor Documentation

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

Constructor with parameters for the required properties of SoftwareInfo.


Member Function Documentation

SoftwareInfo vmware::esx::hosts::SoftwareInfo::Builder::Build ( ) [inline]
Builder vmware::esx::hosts::SoftwareInfo::Builder::SetAddOn ( vmware.esx.hosts.AddOnInfo  addOn) [inline]

OEM customization on top of given base-image.

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


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