VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::deployment::ApplianceState Class Reference

The ApplianceState enumerated type defines the various states the vCenter Appliance can be in. More...

List of all members.

Public Types

enum  Values {
  _UNKNOWN,
  NOT_INITIALIZED,
  INITIALIZED,
  CONFIG_IN_PROGRESS,
  QUESTION_RAISED,
  FAILED,
  CONFIGURED
}
 C# enum whose values can be used in switch statements. More...

Public Member Functions

bool IsUnknown ()
Values GetEnumValue ()

Static Public Member Functions

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

Static Public Attributes

static readonly ApplianceState NOT_INITIALIZED = new ApplianceState("NOT_INITIALIZED", Values.NOT_INITIALIZED)
 The appliance is in the process of being initialized and not ready for configuration.
static readonly ApplianceState INITIALIZED = new ApplianceState("INITIALIZED", Values.INITIALIZED)
 The appliance is initialized and ready to be configured.
static readonly ApplianceState CONFIG_IN_PROGRESS = new ApplianceState("CONFIG_IN_PROGRESS", Values.CONFIG_IN_PROGRESS)
 The appliance is in the process of being configured.
static readonly ApplianceState QUESTION_RAISED = new ApplianceState("QUESTION_RAISED", Values.QUESTION_RAISED)
 The deployment script has raised a question and is waiting for an answer to continue with the appliance configuration.
static readonly ApplianceState FAILED = new ApplianceState("FAILED", Values.FAILED)
 The appliance configuration has failed.
static readonly ApplianceState CONFIGURED = new ApplianceState("CONFIGURED", Values.CONFIGURED)
 The appliance has been configured.

Detailed Description

The ApplianceState enumerated type defines the various states the vCenter Appliance can be in.

This enumeration was added in vSphere API 6.7.


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.

NOT_INITIALIZED 

The appliance is in the process of being initialized and not ready for configuration.

This constant was added in vSphere API 6.7.

INITIALIZED 

The appliance is initialized and ready to be configured.

This constant was added in vSphere API 6.7.

CONFIG_IN_PROGRESS 

The appliance is in the process of being configured.

This constant was added in vSphere API 6.7.

QUESTION_RAISED 

The deployment script has raised a question and is waiting for an answer to continue with the appliance configuration.

This constant was added in vSphere API 6.7.

FAILED 

The appliance configuration has failed.

This constant was added in vSphere API 6.7.

CONFIGURED 

The appliance has been configured.

This constant was added in vSphere API 6.7.


Member Function Documentation

Values vmware::vcenter::deployment::ApplianceState::GetEnumValue ( ) [inline]
static ApplianceState [] vmware::vcenter::deployment::ApplianceState::GetValues ( ) [inline, static]
bool vmware::vcenter::deployment::ApplianceState::IsUnknown ( ) [inline]
static ApplianceState vmware::vcenter::deployment::ApplianceState::ValueOf ( string  name) [inline, static]

Member Data Documentation

readonly ApplianceState vmware::vcenter::deployment::ApplianceState::CONFIG_IN_PROGRESS = new ApplianceState("CONFIG_IN_PROGRESS", Values.CONFIG_IN_PROGRESS) [static]

The appliance is in the process of being configured.

This constant was added in vSphere API 6.7.

readonly ApplianceState vmware::vcenter::deployment::ApplianceState::CONFIGURED = new ApplianceState("CONFIGURED", Values.CONFIGURED) [static]

The appliance has been configured.

This constant was added in vSphere API 6.7.

readonly ApplianceState vmware::vcenter::deployment::ApplianceState::FAILED = new ApplianceState("FAILED", Values.FAILED) [static]

The appliance configuration has failed.

This constant was added in vSphere API 6.7.

readonly ApplianceState vmware::vcenter::deployment::ApplianceState::INITIALIZED = new ApplianceState("INITIALIZED", Values.INITIALIZED) [static]

The appliance is initialized and ready to be configured.

This constant was added in vSphere API 6.7.

readonly ApplianceState vmware::vcenter::deployment::ApplianceState::NOT_INITIALIZED = new ApplianceState("NOT_INITIALIZED", Values.NOT_INITIALIZED) [static]

The appliance is in the process of being initialized and not ready for configuration.

This constant was added in vSphere API 6.7.

readonly ApplianceState vmware::vcenter::deployment::ApplianceState::QUESTION_RAISED = new ApplianceState("QUESTION_RAISED", Values.QUESTION_RAISED) [static]

The deployment script has raised a question and is waiting for an answer to continue with the appliance configuration.

This constant was added in vSphere API 6.7.


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