|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
Builder class for SoftwareInfo. More...
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 () |
Builder class for SoftwareInfo.
| 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.
| 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.