VMware vSphere Automation SDK for .NET 7.0.0.1
|
The CompatibilityStatus
enumerated type defines compatibility status of a given server or PCI device against a specific release of ESXi.
More...
Public Types | |
enum | Values { _UNKNOWN, COMPATIBLE, INCOMPATIBLE, UNAVAILABLE, CERTIFIED, NOT_CERTIFIED } |
C# enum whose values can be used in switch statements. More... | |
Public Member Functions | |
bool | IsUnknown () |
Values | GetEnumValue () |
Static Public Member Functions | |
static CompatibilityStatus[] | GetValues () |
static CompatibilityStatus | ValueOf (string name) |
Static Public Attributes | |
static readonly CompatibilityStatus | COMPATIBLE = new CompatibilityStatus("COMPATIBLE", Values.COMPATIBLE) |
When given hardware is certified for the specified ESXi release but no validation of the software of this hardware is performed. | |
static readonly CompatibilityStatus | INCOMPATIBLE = new CompatibilityStatus("INCOMPATIBLE", Values.INCOMPATIBLE) |
When given hardware is not certified for the specified ESXi release. | |
static readonly CompatibilityStatus | UNAVAILABLE = new CompatibilityStatus("UNAVAILABLE", Values.UNAVAILABLE) |
When there is no information about specified hardware. | |
static readonly CompatibilityStatus | CERTIFIED = new CompatibilityStatus("CERTIFIED", Values.CERTIFIED) |
When given hardware is certified for the specified ESXi release. | |
static readonly CompatibilityStatus | NOT_CERTIFIED = new CompatibilityStatus("NOT_CERTIFIED", Values.NOT_CERTIFIED) |
When given hardware is certified for the specified ESXi release. |
The CompatibilityStatus
enumerated type defines compatibility status of a given server or PCI device against a specific release of ESXi.
C# enum whose values can be used in switch statements.
Ordinals have no semantic meaning (your code should not rely on them).
Values vmware::esx::hcl::CompatibilityStatus::GetEnumValue | ( | ) | [inline] |
static CompatibilityStatus [] vmware::esx::hcl::CompatibilityStatus::GetValues | ( | ) | [inline, static] |
bool vmware::esx::hcl::CompatibilityStatus::IsUnknown | ( | ) | [inline] |
static CompatibilityStatus vmware::esx::hcl::CompatibilityStatus::ValueOf | ( | string | name | ) | [inline, static] |
readonly CompatibilityStatus vmware::esx::hcl::CompatibilityStatus::CERTIFIED = new CompatibilityStatus("CERTIFIED", Values.CERTIFIED) [static] |
When given hardware is certified for the specified ESXi release.
Its software is also validated and it is also certified.
readonly CompatibilityStatus vmware::esx::hcl::CompatibilityStatus::COMPATIBLE = new CompatibilityStatus("COMPATIBLE", Values.COMPATIBLE) [static] |
When given hardware is certified for the specified ESXi release but no validation of the software of this hardware is performed.
readonly CompatibilityStatus vmware::esx::hcl::CompatibilityStatus::INCOMPATIBLE = new CompatibilityStatus("INCOMPATIBLE", Values.INCOMPATIBLE) [static] |
When given hardware is not certified for the specified ESXi release.
readonly CompatibilityStatus vmware::esx::hcl::CompatibilityStatus::NOT_CERTIFIED = new CompatibilityStatus("NOT_CERTIFIED", Values.NOT_CERTIFIED) [static] |
When given hardware is certified for the specified ESXi release.
Its software is also validated and it is not certified.
readonly CompatibilityStatus vmware::esx::hcl::CompatibilityStatus::UNAVAILABLE = new CompatibilityStatus("UNAVAILABLE", Values.UNAVAILABLE) [static] |
When there is no information about specified hardware.