VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::esx::settings::ComponentCompliance::Builder Class Reference

Builder class for ComponentCompliance. More...

List of all members.

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 ()

Detailed Description


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


The documentation for this class was generated from the following file: