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