|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
The CheckInfo class describes the result of the appliance deployment check.
More...
Classes | |
| class | Builder |
| Builder class for CheckInfo. More... | |
Public Member Functions | |
| CheckInfo () | |
| Generate all-fields constructor only for errors and standard structures that have relevant fields. | |
| vmware.vcenter.deployment.CheckStatus | GetStatus () |
| Status of the check. | |
| void | SetStatus (vmware.vcenter.deployment.CheckStatus status) |
| Status of the check. | |
| vmware.vcenter.deployment.Notifications | GetResult () |
| Result of the check. | |
| void | SetResult (vmware.vcenter.deployment.Notifications result) |
| Result of the check. | |
| vmware.vcenter.deployment.SourceInfo | GetSourceInfo () |
| Information collected from the source machine. | |
| void | SetSourceInfo (vmware.vcenter.deployment.SourceInfo sourceInfo) |
| Information collected from the source machine. | |
| 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 CheckInfo class describes the result of the appliance deployment check.
This class was added in vSphere API 6.7.
| vmware::vcenter::deployment::CheckInfo::CheckInfo | ( | ) | [inline] |
Generate all-fields constructor only for errors and standard structures that have relevant fields.
Creates a default new instance.
| T vmware::vcenter::deployment::CheckInfo::_ConvertTo< T > | ( | ) | [inline] |
| T | : | vmware.vapi.bindings.IStructure |
| vmware.vapi.data.StructValue vmware::vcenter::deployment::CheckInfo::_GetDataValue | ( | ) | [inline] |
| vmware.vapi.bindings.type.StructType vmware::vcenter::deployment::CheckInfo::_GetType | ( | ) | [inline] |
| bool vmware::vcenter::deployment::CheckInfo::_HasTypeNameOf< T > | ( | ) | [inline] |
| T | : | vmware.vapi.bindings.IStructure |
| void vmware::vcenter::deployment::CheckInfo::_Validate | ( | ) | [inline] |
| override bool vmware::vcenter::deployment::CheckInfo::Equals | ( | object | obj | ) | [inline] |
| override int vmware::vcenter::deployment::CheckInfo::GetHashCode | ( | ) | [inline] |
| vmware.vcenter.deployment.Notifications vmware::vcenter::deployment::CheckInfo::GetResult | ( | ) | [inline] |
Result of the check.
This attribute was added in vSphere API 6.7.
| vmware.vcenter.deployment.SourceInfo vmware::vcenter::deployment::CheckInfo::GetSourceInfo | ( | ) | [inline] |
Information collected from the source machine.
This attribute was added in vSphere API 7.0.0.
| vmware.vcenter.deployment.CheckStatus vmware::vcenter::deployment::CheckInfo::GetStatus | ( | ) | [inline] |
Status of the check.
This attribute was added in vSphere API 6.7.
| void vmware::vcenter::deployment::CheckInfo::SetResult | ( | vmware.vcenter.deployment.Notifications | result | ) | [inline] |
Result of the check.
This attribute was added in vSphere API 6.7.
| void vmware::vcenter::deployment::CheckInfo::SetSourceInfo | ( | vmware.vcenter.deployment.SourceInfo | sourceInfo | ) | [inline] |
Information collected from the source machine.
This attribute was added in vSphere API 7.0.0.
| void vmware::vcenter::deployment::CheckInfo::SetStatus | ( | vmware.vcenter.deployment.CheckStatus | status | ) | [inline] |
Status of the check.
This attribute was added in vSphere API 6.7.
| override string vmware::vcenter::deployment::CheckInfo::ToString | ( | ) | [inline] |