|
VMware vSphere Automation SDK for .NET 6.5.0
|
Hostname.TestStatus enumerated type Health indicator
More...
Public Types | |
| enum | Values { _UNKNOWN, orange, green, red } |
| C# enum whose values can be used in switch statements. More... | |
Public Member Functions | |
| bool | IsUnknown () |
| Values | GetEnumValue () |
Static Public Member Functions | |
| static TestStatus[] | GetValues () |
| static TestStatus | ValueOf (string name) |
Static Public Attributes | |
| static readonly TestStatus | orange = new TestStatus("orange", Values.orange) |
| In case data has more than one test, this indicates not all tests were successful. | |
| static readonly TestStatus | green = new TestStatus("green", Values.green) |
| All tests were successful for given data. | |
| static readonly TestStatus | red = new TestStatus("red", Values.red) |
| All tests failed for given data. | |
Hostname.TestStatus enumerated type Health indicator
C# enum whose values can be used in switch statements.
Ordinals have no semantic meaning (your code should not rely on them).
| Values vmware::appliance::networking::dns::HostnameTypes::TestStatus::GetEnumValue | ( | ) | [inline] |
| static TestStatus [] vmware::appliance::networking::dns::HostnameTypes::TestStatus::GetValues | ( | ) | [inline, static] |
| bool vmware::appliance::networking::dns::HostnameTypes::TestStatus::IsUnknown | ( | ) | [inline] |
| static TestStatus vmware::appliance::networking::dns::HostnameTypes::TestStatus::ValueOf | ( | string | name | ) | [inline, static] |
readonly TestStatus vmware::appliance::networking::dns::HostnameTypes::TestStatus::green = new TestStatus("green", Values.green) [static] |
All tests were successful for given data.
readonly TestStatus vmware::appliance::networking::dns::HostnameTypes::TestStatus::orange = new TestStatus("orange", Values.orange) [static] |
In case data has more than one test, this indicates not all tests were successful.
readonly TestStatus vmware::appliance::networking::dns::HostnameTypes::TestStatus::red = new TestStatus("red", Values.red) [static] |
All tests failed for given data.