Package | Description |
---|---|
com.vmware.vcenter |
The
com.vmware.vcenter package provides interfaces for managing VMware
vSphere environments. |
com.vmware.vcenter.deployment |
Modifier and Type | Method and Description |
---|---|
ApplianceState |
DeploymentTypes.Info.getState()
State of the vCenter Server Appliance.
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentTypes.Info.setState(ApplianceState state)
State of the vCenter Server Appliance.
|
Constructor and Description |
---|
Builder(ApplianceState state,
LocalizableMessage description,
java.lang.String service,
java.lang.String operation,
Status status,
boolean cancelable)
Constructor with parameters for the required properties of
DeploymentTypes.Info . |
Modifier and Type | Field and Description |
---|---|
static ApplianceState |
ApplianceState.CONFIG_IN_PROGRESS
The appliance is in the process of being configured.
|
static ApplianceState |
ApplianceState.CONFIGURED
The appliance has been configured.
|
static ApplianceState |
ApplianceState.FAILED
The appliance configuration has failed.
|
static ApplianceState |
ApplianceState.INITIALIZED
The appliance is initialized and ready to be configured.
|
static ApplianceState |
ApplianceState.NOT_INITIALIZED
The appliance is in the process of being initialized and not ready for
configuration.
|
static ApplianceState |
ApplianceState.QUESTION_RAISED
The deployment script has raised a question and is waiting for an answer to
continue with the appliance configuration.
|
Modifier and Type | Method and Description |
---|---|
static ApplianceState |
ApplianceState.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static ApplianceState[] |
ApplianceState.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|