VMware vSphere Automation SDK for .NET 7.0.0.1
|
Builder class for HostCompliance. More...
Public Member Functions | |
Builder (vmware.esx.settings.ComplianceImpact impact, vmware.esx.settings.ComplianceStatus status, vmware.esx.settings.Notifications notifications, global::System.DateTimeOffset scanTime, vmware.esx.settings.BaseImageCompliance baseImage, vmware.esx.settings.AddOnCompliance addOn, global::System.Collections.Generic.Dictionary< string, vmware.esx.settings.ComponentCompliance > components, global::System.Collections.Generic.Dictionary< string, vmware.esx.settings.SolutionCompliance > solutions) | |
Constructor with parameters for the required properties of HostCompliance. | |
Builder | SetCommit (string commit) |
Identifier of the commit on which the scan is run to generate this result. | |
Builder | SetHardwareSupport (global::System.Collections.Generic.Dictionary< string, vmware.esx.settings.HardwareSupportPackageCompliance > hardwareSupport) |
Compliance result for hardware support (both Hardware Support Package or HSP and individual hardware module firmware) for every HSP configured, keyed by Hardware Support Manager (HSM). | |
HostCompliance | Build () |
Builder class for HostCompliance.
vmware::esx::settings::HostCompliance::Builder::Builder | ( | vmware.esx.settings.ComplianceImpact | impact, |
vmware.esx.settings.ComplianceStatus | status, | ||
vmware.esx.settings.Notifications | notifications, | ||
global::System.DateTimeOffset | scanTime, | ||
vmware.esx.settings.BaseImageCompliance | baseImage, | ||
vmware.esx.settings.AddOnCompliance | addOn, | ||
global::System.Collections.Generic.Dictionary< string, vmware.esx.settings.ComponentCompliance > | components, | ||
global::System.Collections.Generic.Dictionary< string, vmware.esx.settings.SolutionCompliance > | solutions | ||
) | [inline] |
Constructor with parameters for the required properties of HostCompliance.
HostCompliance vmware::esx::settings::HostCompliance::Builder::Build | ( | ) | [inline] |
Builder vmware::esx::settings::HostCompliance::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
.
Builder vmware::esx::settings::HostCompliance::Builder::SetHardwareSupport | ( | global::System.Collections.Generic.Dictionary< string, vmware.esx.settings.HardwareSupportPackageCompliance > | hardwareSupport | ) | [inline] |
Compliance result for hardware support (both Hardware Support Package or HSP and individual hardware module firmware) for every HSP configured, keyed by Hardware Support Manager (HSM).
When clients pass a value of this class as a parameter, the key in the field map must be an identifier for the resource type: com.vmware.esx.setting.hardware_support.manager
. When methods return a value of this class as a result, the key in the field map will be an identifier for the resource type: com.vmware.esx.setting.hardware_support.manager
.