VMware vSphere Automation SDK for .NET 7.0.0.1
|
The CheckStatus
enumerated type defines the status of the checks.
More...
Public Types | |
enum | Values { _UNKNOWN, SUCCESS, FAILED } |
C# enum whose values can be used in switch statements. More... | |
Public Member Functions | |
bool | IsUnknown () |
Values | GetEnumValue () |
Static Public Member Functions | |
static CheckStatus[] | GetValues () |
static CheckStatus | ValueOf (string name) |
Static Public Attributes | |
static readonly CheckStatus | SUCCESS = new CheckStatus("SUCCESS", Values.SUCCESS) |
All checks have completed successfully. | |
static readonly CheckStatus | FAILED = new CheckStatus("FAILED", Values.FAILED) |
A fatal error was encountered when running the sanity checks. |
The CheckStatus
enumerated type defines the status of the checks.
This enumeration was added in vSphere API 6.7.
C# enum whose values can be used in switch statements.
Ordinals have no semantic meaning (your code should not rely on them).
Values vmware::vcenter::deployment::CheckStatus::GetEnumValue | ( | ) | [inline] |
static CheckStatus [] vmware::vcenter::deployment::CheckStatus::GetValues | ( | ) | [inline, static] |
bool vmware::vcenter::deployment::CheckStatus::IsUnknown | ( | ) | [inline] |
static CheckStatus vmware::vcenter::deployment::CheckStatus::ValueOf | ( | string | name | ) | [inline, static] |
readonly CheckStatus vmware::vcenter::deployment::CheckStatus::FAILED = new CheckStatus("FAILED", Values.FAILED) [static] |
A fatal error was encountered when running the sanity checks.
This constant was added in vSphere API 6.7.
readonly CheckStatus vmware::vcenter::deployment::CheckStatus::SUCCESS = new CheckStatus("SUCCESS", Values.SUCCESS) [static] |
All checks have completed successfully.
This constant was added in vSphere API 6.7.