Package | Description |
---|---|
com.vmware.esx.settings.clusters.configuration |
The
com.vmware.esx.settings.clusters.configuration package provides
interfaces to manage the configuration of an ESX cluster. |
Modifier and Type | Field and Description |
---|---|
static ImportResult.Status |
ImportResult.Status.CANCELED |
static ImportResult.Status |
ImportResult.Status.ERROR |
static ImportResult.Status |
ImportResult.Status.OK |
static ImportResult.Status |
ImportResult.Status.RUNNING
The task is in-progress.
|
Modifier and Type | Method and Description |
---|---|
ImportResult.Status |
ImportResult.getStatus()
This property was added in vSphere API 8.0.1.0.
|
static ImportResult.Status |
ImportResult.Status.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static ImportResult.Status[] |
ImportResult.Status.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportResult.setStatus(ImportResult.Status status)
This property was added in vSphere API 8.0.1.0.
|
Constructor and Description |
---|
Builder(ImportResult.Status status)
Constructor with parameters for the required properties of
ImportResult . |