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 ReferenceHostInfo.Status |
ReferenceHostInfo.Status.DISCONNECTED
The reference host is in the cluster, but disconnected.
|
static ReferenceHostInfo.Status |
ReferenceHostInfo.Status.OK
The reference host is in the cluster and connected.
|
static ReferenceHostInfo.Status |
ReferenceHostInfo.Status.UNAVAILABLE
There is no reference host or it is no longer in the cluster.
|
Modifier and Type | Method and Description |
---|---|
ReferenceHostInfo.Status |
ReferenceHostInfo.getStatus()
The current status of the reference host.
|
static ReferenceHostInfo.Status |
ReferenceHostInfo.Status.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static ReferenceHostInfo.Status[] |
ReferenceHostInfo.Status.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
ReferenceHostInfo.setStatus(ReferenceHostInfo.Status status)
The current status of the reference host.
|
Constructor and Description |
---|
Builder(ReferenceHostInfo.Status status,
LocalizableMessage summary)
Constructor with parameters for the required properties of
ReferenceHostInfo . |