|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Host
Created by IntelliJ IDEA. User: user Date: 18-Sep-2008 Time: 08:26:36 To change this template use File | Settings | File Templates.
| Method Summary | |
|---|---|
java.util.Set<Computer> |
getAllComputers()
Gets all the virtual computers that are contained in this container including children. |
java.util.Set<ComputerTemplate> |
getAllComputerTemplates()
Gets all the computer templates that are contained in this container including children. |
java.util.Set<HostResourceGroup> |
getAllHostResourceGroups()
Gets all the HostResourceGroups that are contained in this container including
children. |
java.util.Set<Computer> |
getComputers()
Gets all the virtual computers that are contained in this container. |
java.util.Set<ComputerTemplate> |
getComputerTemplates()
Gets all the computer templates that are contained in this container. |
java.util.Set<HostResourceGroup> |
getHostResourceGroups()
Gets alll the HostResourceGroups that are contained in this container. |
| Methods inherited from interface net.java.dev.vcc.api.ManagedObject |
|---|
execute, getCommands, getDescription, getId, getName |
| Method Detail |
|---|
java.util.Set<Computer> getComputers()
java.util.Set<HostResourceGroup> getHostResourceGroups()
HostResourceGroups that are contained in this container.
HostResourceGroups that are contained in this container.java.util.Set<ComputerTemplate> getComputerTemplates()
java.util.Set<Computer> getAllComputers()
java.util.Set<ComputerTemplate> getAllComputerTemplates()
java.util.Set<HostResourceGroup> getAllHostResourceGroups()
HostResourceGroups that are contained in this container including
children.
HostResourceGroups that are contained in this container including
children.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||