|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Host | |
|---|---|
| net.java.dev.vcc.api | |
| net.java.dev.vcc.spi | |
| Uses of Host in net.java.dev.vcc.api |
|---|
| Methods in net.java.dev.vcc.api that return Host | |
|---|---|
Host |
Computer.getHost()
Gets the host that this computer is currently attached to. |
| Methods in net.java.dev.vcc.api that return types with arguments of type Host | |
|---|---|
java.util.Set<Host> |
Computer.getAllowedHosts()
Gets the hosts that this computer can be migrated to. |
java.util.concurrent.Future<Host> |
Computer.getFutureHost()
If Computer.isHostChanging() is true then this method returns a Future for the Host that
the computer is migrating to, otherwise this method will return a completed Future for the current Host. |
| Uses of Host in net.java.dev.vcc.spi |
|---|
| Classes in net.java.dev.vcc.spi that implement Host | |
|---|---|
class |
AbstractHost
Created by IntelliJ IDEA. |
| Methods in net.java.dev.vcc.spi that return types with arguments of type Host | |
|---|---|
java.util.Set<Host> |
AbstractDatacenter.getAllHosts()
Gets all the hosts available for running virtual computers that are contained in this container including children. |
java.util.Set<Host> |
AbstractDatacenterResourceGroup.getAllHosts()
Gets all the hosts available for running virtual computers that are contained in this container including children. |
java.util.Set<Host> |
AbstractDatacenter.getHosts()
Gets all the hosts available for running virtual computers that are contained in this container. |
java.util.Set<Host> |
AbstractDatacenterResourceGroup.getHosts()
Gets all the hosts available for running virtual computers that are contained in this container. |
| Constructor parameters in net.java.dev.vcc.spi with type arguments of type Host | |
|---|---|
AbstractHost(ManagedObjectId<Host> id)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||