| Package | Description |
|---|---|
| com.vmware.vcenter |
The
com.vmware.vcenter package provides interfaces for managing VMware
vSphere environments. |
| Modifier and Type | Field and Description |
|---|---|
static HostTypes.ConnectionState |
HostTypes.ConnectionState.CONNECTED
Host is connected to the vCenter Server
|
static HostTypes.ConnectionState |
HostTypes.ConnectionState.DISCONNECTED
Host is disconnected from the vCenter Server
|
static HostTypes.ConnectionState |
HostTypes.ConnectionState.NOT_RESPONDING
VirtualCenter is not receiving heartbeats from the server.
|
| Modifier and Type | Method and Description |
|---|---|
HostTypes.ConnectionState |
HostTypes.Summary.getConnectionState()
Connection status of the host
|
static HostTypes.ConnectionState |
HostTypes.ConnectionState.valueOf(String name)
Returns the enumeration constant for the specified name.
|
static HostTypes.ConnectionState[] |
HostTypes.ConnectionState.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
| Modifier and Type | Method and Description |
|---|---|
Set<HostTypes.ConnectionState> |
HostTypes.FilterSpec.getConnectionStates()
Connection states that a host must be in to match the filter (see
HostTypes.Summary.getConnectionState(). |
| Modifier and Type | Method and Description |
|---|---|
void |
HostTypes.Summary.setConnectionState(HostTypes.ConnectionState connectionState)
Connection status of the host
|
| Modifier and Type | Method and Description |
|---|---|
void |
HostTypes.FilterSpec.setConnectionStates(Set<HostTypes.ConnectionState> connectionStates)
Connection states that a host must be in to match the filter (see
HostTypes.Summary.getConnectionState(). |
HostTypes.FilterSpec.Builder |
HostTypes.FilterSpec.Builder.setConnectionStates(Set<HostTypes.ConnectionState> connectionStates)
Connection states that a host must be in to match the filter (see
HostTypes.Summary.getConnectionState(). |
| Constructor and Description |
|---|
HostTypes.Summary.Builder(String host,
String name,
HostTypes.ConnectionState connectionState)
Constructor with parameters for the required properties of
HostTypes.Summary. |
Copyright © 2016. All Rights Reserved.