VMware vSphere Automation SDK for .NET 7.0.0.1
|
The ComponentCompliance
class contains information that describe the compliance of a component with respect to the component present in the target software specification.
More...
Classes | |
class | Builder |
Builder class for ComponentCompliance. More... | |
Public Member Functions | |
ComponentCompliance () | |
Generate all-fields constructor only for errors and standard structures that have relevant fields. | |
vmware.esx.settings.ComplianceStatus | GetStatus () |
Compliance status of the component. | |
void | SetStatus (vmware.esx.settings.ComplianceStatus status) |
Compliance status of the component. | |
vmware.esx.settings.ComponentInfo | GetCurrent () |
Current version of the component present on the host. | |
void | SetCurrent (vmware.esx.settings.ComponentInfo current) |
Current version of the component present on the host. | |
vmware.esx.settings.ComponentInfo | GetTarget () |
Target version of the component present in the software specification. | |
void | SetTarget (vmware.esx.settings.ComponentInfo target) |
Target version of the component present in the software specification. | |
vmware.esx.settings.ComponentSource | GetCurrentSource () |
Source of the component on the host. | |
void | SetCurrentSource (vmware.esx.settings.ComponentSource currentSource) |
Source of the component on the host. | |
vmware.esx.settings.ComponentSource | GetTargetSource () |
Source of the component in the software specification. | |
void | SetTargetSource (vmware.esx.settings.ComponentSource targetSource) |
Source of the component in the software specification. | |
vmware.esx.settings.Notifications | GetNotifications () |
Notifications describing the compliance result. | |
void | SetNotifications (vmware.esx.settings.Notifications notifications) |
Notifications describing the compliance result. | |
vmware.vapi.bindings.type.StructType | _GetType () |
vmware.vapi.data.StructValue | _GetDataValue () |
void | _Validate () |
bool | _HasTypeNameOf< T > () |
T | _ConvertTo< T > () |
override bool | Equals (object obj) |
override int | GetHashCode () |
override string | ToString () |
The ComponentCompliance
class contains information that describe the compliance of a component with respect to the component present in the target software specification.
vmware::esx::settings::ComponentCompliance::ComponentCompliance | ( | ) | [inline] |
Generate all-fields constructor only for errors and standard structures that have relevant fields.
Creates a default new instance.
T vmware::esx::settings::ComponentCompliance::_ConvertTo< T > | ( | ) | [inline] |
T | : | vmware.vapi.bindings.IStructure |
vmware.vapi.data.StructValue vmware::esx::settings::ComponentCompliance::_GetDataValue | ( | ) | [inline] |
vmware.vapi.bindings.type.StructType vmware::esx::settings::ComponentCompliance::_GetType | ( | ) | [inline] |
bool vmware::esx::settings::ComponentCompliance::_HasTypeNameOf< T > | ( | ) | [inline] |
T | : | vmware.vapi.bindings.IStructure |
void vmware::esx::settings::ComponentCompliance::_Validate | ( | ) | [inline] |
override bool vmware::esx::settings::ComponentCompliance::Equals | ( | object | obj | ) | [inline] |
vmware.esx.settings.ComponentInfo vmware::esx::settings::ComponentCompliance::GetCurrent | ( | ) | [inline] |
Current version of the component present on the host.
vmware.esx.settings.ComponentSource vmware::esx::settings::ComponentCompliance::GetCurrentSource | ( | ) | [inline] |
Source of the component on the host.
override int vmware::esx::settings::ComponentCompliance::GetHashCode | ( | ) | [inline] |
vmware.esx.settings.Notifications vmware::esx::settings::ComponentCompliance::GetNotifications | ( | ) | [inline] |
Notifications describing the compliance result.
vmware.esx.settings.ComplianceStatus vmware::esx::settings::ComponentCompliance::GetStatus | ( | ) | [inline] |
Compliance status of the component.
vmware.esx.settings.ComponentInfo vmware::esx::settings::ComponentCompliance::GetTarget | ( | ) | [inline] |
Target version of the component present in the software specification.
vmware.esx.settings.ComponentSource vmware::esx::settings::ComponentCompliance::GetTargetSource | ( | ) | [inline] |
Source of the component in the software specification.
void vmware::esx::settings::ComponentCompliance::SetCurrent | ( | vmware.esx.settings.ComponentInfo | current | ) | [inline] |
Current version of the component present on the host.
void vmware::esx::settings::ComponentCompliance::SetCurrentSource | ( | vmware.esx.settings.ComponentSource | currentSource | ) | [inline] |
Source of the component on the host.
void vmware::esx::settings::ComponentCompliance::SetNotifications | ( | vmware.esx.settings.Notifications | notifications | ) | [inline] |
Notifications describing the compliance result.
void vmware::esx::settings::ComponentCompliance::SetStatus | ( | vmware.esx.settings.ComplianceStatus | status | ) | [inline] |
Compliance status of the component.
void vmware::esx::settings::ComponentCompliance::SetTarget | ( | vmware.esx.settings.ComponentInfo | target | ) | [inline] |
Target version of the component present in the software specification.
void vmware::esx::settings::ComponentCompliance::SetTargetSource | ( | vmware.esx.settings.ComponentSource | targetSource | ) | [inline] |
Source of the component in the software specification.
override string vmware::esx::settings::ComponentCompliance::ToString | ( | ) | [inline] |