VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::esx::settings::ComplianceImpact Class Reference

The ComplianceImpact enumerated type contains information about the impact of applying the target state in case of non compliance. More...

List of all members.

Public Types

enum  Values {
  _UNKNOWN,
  NO_IMPACT,
  MAINTENANCE_MODE_REQUIRED,
  REBOOT_REQUIRED,
  UNKNOWN
}
 C# enum whose values can be used in switch statements. More...

Public Member Functions

bool IsUnknown ()
Values GetEnumValue ()

Static Public Member Functions

static ComplianceImpact[] GetValues ()
static ComplianceImpact ValueOf (string name)

Static Public Attributes

static readonly ComplianceImpact NO_IMPACT = new ComplianceImpact("NO_IMPACT", Values.NO_IMPACT)
 Host has no impact.
static readonly ComplianceImpact MAINTENANCE_MODE_REQUIRED = new ComplianceImpact("MAINTENANCE_MODE_REQUIRED", Values.MAINTENANCE_MODE_REQUIRED)
 Host requires maintenance mode to reach this target state.
static readonly ComplianceImpact REBOOT_REQUIRED = new ComplianceImpact("REBOOT_REQUIRED", Values.REBOOT_REQUIRED)
 Host requires reboot to reach this target state.
static readonly ComplianceImpact UNKNOWN = new ComplianceImpact("UNKNOWN", Values.UNKNOWN)
 Impact is unknown.

Detailed Description

The ComplianceImpact enumerated type contains information about the impact of applying the target state in case of non compliance.


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.

NO_IMPACT 

Host has no impact.

MAINTENANCE_MODE_REQUIRED 

Host requires maintenance mode to reach this target state.

REBOOT_REQUIRED 

Host requires reboot to reach this target state.

UNKNOWN 

Impact is unknown.


Member Function Documentation

Values vmware::esx::settings::ComplianceImpact::GetEnumValue ( ) [inline]
static ComplianceImpact [] vmware::esx::settings::ComplianceImpact::GetValues ( ) [inline, static]
bool vmware::esx::settings::ComplianceImpact::IsUnknown ( ) [inline]
static ComplianceImpact vmware::esx::settings::ComplianceImpact::ValueOf ( string  name) [inline, static]

Member Data Documentation

readonly ComplianceImpact vmware::esx::settings::ComplianceImpact::MAINTENANCE_MODE_REQUIRED = new ComplianceImpact("MAINTENANCE_MODE_REQUIRED", Values.MAINTENANCE_MODE_REQUIRED) [static]

Host requires maintenance mode to reach this target state.

readonly ComplianceImpact vmware::esx::settings::ComplianceImpact::NO_IMPACT = new ComplianceImpact("NO_IMPACT", Values.NO_IMPACT) [static]

Host has no impact.

readonly ComplianceImpact vmware::esx::settings::ComplianceImpact::REBOOT_REQUIRED = new ComplianceImpact("REBOOT_REQUIRED", Values.REBOOT_REQUIRED) [static]

Host requires reboot to reach this target state.

readonly ComplianceImpact vmware::esx::settings::ComplianceImpact::UNKNOWN = new ComplianceImpact("UNKNOWN", Values.UNKNOWN) [static]

Impact is unknown.


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