|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
Builder class for ComponentInfo. More...
Public Member Functions | |
| Builder () | |
| Constructor with parameters for the required properties of ComponentInfo. | |
| Builder | SetVersion (string version) |
| Version of the component. | |
| Builder | SetDetails (vmware.esx.settings.ComponentDetails details) |
| Details about the component. | |
| ComponentInfo | Build () |
Builder class for ComponentInfo.
| vmware::esx::settings::ComponentInfo::Builder::Builder | ( | ) | [inline] |
Constructor with parameters for the required properties of ComponentInfo.
| ComponentInfo vmware::esx::settings::ComponentInfo::Builder::Build | ( | ) | [inline] |
| Builder vmware::esx::settings::ComponentInfo::Builder::SetDetails | ( | vmware.esx.settings.ComponentDetails | details | ) | [inline] |
Details about the component.
| Builder vmware::esx::settings::ComponentInfo::Builder::SetVersion | ( | string | version | ) | [inline] |
Version of the component.