VMware vSphere Automation SDK for .NET 7.0.0.1
|
Builder class for ComponentCompliance. More...
Public Member Functions | |
Builder (vmware.esx.settings.ComplianceStatus status, vmware.esx.settings.Notifications notifications) | |
Constructor with parameters for the required properties of ComponentCompliance. | |
Builder | SetCurrent (vmware.esx.settings.ComponentInfo current) |
Current version of the component present on the host. | |
Builder | SetTarget (vmware.esx.settings.ComponentInfo target) |
Target version of the component present in the software specification. | |
Builder | SetCurrentSource (vmware.esx.settings.ComponentSource currentSource) |
Source of the component on the host. | |
Builder | SetTargetSource (vmware.esx.settings.ComponentSource targetSource) |
Source of the component in the software specification. | |
ComponentCompliance | Build () |
Builder class for ComponentCompliance.
vmware::esx::settings::ComponentCompliance::Builder::Builder | ( | vmware.esx.settings.ComplianceStatus | status, |
vmware.esx.settings.Notifications | notifications | ||
) | [inline] |
Constructor with parameters for the required properties of ComponentCompliance.
ComponentCompliance vmware::esx::settings::ComponentCompliance::Builder::Build | ( | ) | [inline] |
Builder vmware::esx::settings::ComponentCompliance::Builder::SetCurrent | ( | vmware.esx.settings.ComponentInfo | current | ) | [inline] |
Current version of the component present on the host.
Builder vmware::esx::settings::ComponentCompliance::Builder::SetCurrentSource | ( | vmware.esx.settings.ComponentSource | currentSource | ) | [inline] |
Source of the component on the host.
Builder vmware::esx::settings::ComponentCompliance::Builder::SetTarget | ( | vmware.esx.settings.ComponentInfo | target | ) | [inline] |
Target version of the component present in the software specification.
Builder vmware::esx::settings::ComponentCompliance::Builder::SetTargetSource | ( | vmware.esx.settings.ComponentSource | targetSource | ) | [inline] |
Source of the component in the software specification.