VMware vSphere Automation SDK for .NET 7.0.0.1
|
Builder class for ClusterCompliance. More...
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 () |
Builder class for ClusterCompliance.
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.
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
.