|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
Builder class for SolutionComponentDetails. More...
Public Member Functions | |
| Builder (string component, string displayName, string vendor) | |
| Constructor with parameters for the required properties of SolutionComponentDetails. | |
| Builder | SetDisplayVersion (string displayVersion) |
| Human readable version of the component. | |
| SolutionComponentDetails | Build () |
Builder class for SolutionComponentDetails.
| vmware::esx::settings::SolutionComponentDetails::Builder::Builder | ( | string | component, |
| string | displayName, | ||
| string | vendor | ||
| ) | [inline] |
Constructor with parameters for the required properties of SolutionComponentDetails.
| SolutionComponentDetails vmware::esx::settings::SolutionComponentDetails::Builder::Build | ( | ) | [inline] |
| Builder vmware::esx::settings::SolutionComponentDetails::Builder::SetDisplayVersion | ( | string | displayVersion | ) | [inline] |
Human readable version of the component.