net.java.dev.vcc.api
Interface HostResourceGroup

All Superinterfaces:
ManagedObject<HostResourceGroup>
All Known Implementing Classes:
AbstractHostResourceGroup

public interface HostResourceGroup
extends ManagedObject<HostResourceGroup>

Represeents a group of resources, such as: Hosts for virtual Computers; virtual Computers; and HostResourceGroups.


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

getComputers

java.util.Set<Computer> getComputers()
Gets all the virtual computers that are contained in this container.

Returns:
the virtual computers that are contained in this container.

getHostResourceGroups

java.util.Set<HostResourceGroup> getHostResourceGroups()
Gets alll the HostResourceGroups that are contained in this container.

Returns:
the HostResourceGroups that are contained in this container.

getComputerTemplates

java.util.Set<ComputerTemplate> getComputerTemplates()
Gets all the computer templates that are contained in this container.

Returns:
the computer templates that are contained in this container.

getAllComputers

java.util.Set<Computer> getAllComputers()
Gets all the virtual computers that are contained in this container including children.

Returns:
the virtual computers that are contained in this container including children.

getAllComputerTemplates

java.util.Set<ComputerTemplate> getAllComputerTemplates()
Gets all the computer templates that are contained in this container including children.

Returns:
the computer templates that are contained in this container including children.

getAllHostResourceGroups

java.util.Set<HostResourceGroup> getAllHostResourceGroups()
Gets all the HostResourceGroups that are contained in this container including children.

Returns:
the HostResourceGroups that are contained in this container including children.


Copyright © 2009. All Rights Reserved.