VMware vSphere Automation SDK for .NET 7.0.0.1
|
The ApplianceState
enumerated type defines the various states the vCenter Appliance can be in.
More...
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. |
The ApplianceState
enumerated type defines the various states the vCenter Appliance can be in.
This enumeration was added in vSphere API 6.7.
C# enum whose values can be used in switch statements.
Ordinals have no semantic meaning (your code should not rely on them).
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] |
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.