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

Builder class for ClusterCompliance. More...

List of all members.

Public Member Functions

 Builder (vmware.esx.settings.ComplianceImpact impact, vmware.esx.settings.ComplianceStatus status, vmware.esx.settings.Notifications notifications, global::System.DateTimeOffset scanTime, global::System.Collections.Generic.HashSet< string > compliantHosts, global::System.Collections.Generic.HashSet< string > nonCompliantHosts, global::System.Collections.Generic.HashSet< string > incompatibleHosts, global::System.Collections.Generic.HashSet< string > unavailableHosts, global::System.Collections.Generic.Dictionary< string, vmware.esx.settings.HostCompliance > hosts, global::System.Collections.Generic.Dictionary< string, vmware.esx.settings.HostInfo > hostInfo)
 Constructor with parameters for the required properties of ClusterCompliance.
Builder SetCommit (string commit)
 Identifier of the commit on which the scan is run to generate this result.
ClusterCompliance Build ()

Detailed Description


Constructor & Destructor Documentation

vmware::esx::settings::ClusterCompliance::Builder::Builder ( vmware.esx.settings.ComplianceImpact  impact,
vmware.esx.settings.ComplianceStatus  status,
vmware.esx.settings.Notifications  notifications,
global::System.DateTimeOffset  scanTime,
global::System.Collections.Generic.HashSet< string >  compliantHosts,
global::System.Collections.Generic.HashSet< string >  nonCompliantHosts,
global::System.Collections.Generic.HashSet< string >  incompatibleHosts,
global::System.Collections.Generic.HashSet< string >  unavailableHosts,
global::System.Collections.Generic.Dictionary< string, vmware.esx.settings.HostCompliance hosts,
global::System.Collections.Generic.Dictionary< string, vmware.esx.settings.HostInfo hostInfo 
) [inline]

Constructor with parameters for the required properties of ClusterCompliance.


Member Function Documentation

ClusterCompliance vmware::esx::settings::ClusterCompliance::Builder::Build ( ) [inline]
Builder vmware::esx::settings::ClusterCompliance::Builder::SetCommit ( string  commit) [inline]

Identifier of the commit on which the scan is run to generate this result.

When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: com.vmware.esx.settings.commit . When methods return a value of this class as a result, the field will be an identifier for the resource type: com.vmware.esx.settings.commit .


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