VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::esx::hcl::CompatibilityStatus Class Reference

The CompatibilityStatus enumerated type defines compatibility status of a given server or PCI device against a specific release of ESXi. More...

List of all members.

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.

Detailed Description

The CompatibilityStatus enumerated type defines compatibility status of a given server or PCI device against a specific release of ESXi.


Member Enumeration Documentation

C# enum whose values can be used in switch statements.

Ordinals have no semantic meaning (your code should not rely on them).

Enumerator:
_UNKNOWN 

Special enumeration constant which is used to represent constants that do not exist in the current enum binding.

For example if a client sends a new constant to an older server, the server code will see this special constant, because its enum binding lacks the new constant.

COMPATIBLE 

When given hardware is certified for the specified ESXi release but no validation of the software of this hardware is performed.

INCOMPATIBLE 

When given hardware is not certified for the specified ESXi release.

UNAVAILABLE 

When there is no information about specified hardware.

CERTIFIED 

When given hardware is certified for the specified ESXi release.

Its software is also validated and it is also certified.

NOT_CERTIFIED 

When given hardware is certified for the specified ESXi release.

Its software is also validated and it is not certified.


Member Function Documentation

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]

Member Data Documentation

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.


The documentation for this class was generated from the following file: