|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.dev.vcc.spi.AbstractManagedObject<DatacenterResourceGroup>
net.java.dev.vcc.spi.AbstractDatacenterResourceGroup
public abstract class AbstractDatacenterResourceGroup
The base class from which all Service Provider Implementations map a resource group from.
| Constructor Summary | |
|---|---|
protected |
AbstractDatacenterResourceGroup(ManagedObjectId<DatacenterResourceGroup> resourceGroupManagedObjectId)
|
| 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<DatacenterResourceGroup> |
getAllDatacenterResourceGroups()
Gets all the DatacenterResourceGroups 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<Host> |
getAllHosts()
Gets all the hosts available for running virtual computers that are contained in this container including children. |
java.util.Set<ComputerTemplate> |
getComputerTemplates()
Gets all the computer templates that are contained in this container. |
java.util.Set<DatacenterResourceGroup> |
getDatacenterResourceGroups()
Gets alll the DatacenterResourceGroups that are contained in this container. |
java.util.Set<Host> |
getHosts()
Gets all the hosts available for running virtual computers that are contained in this container. |
| Methods inherited from class net.java.dev.vcc.spi.AbstractManagedObject |
|---|
equals, getDescription, getId, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.java.dev.vcc.api.ManagedObject |
|---|
execute, getCommands, getDescription, getId, getName |
| Constructor Detail |
|---|
protected AbstractDatacenterResourceGroup(ManagedObjectId<DatacenterResourceGroup> resourceGroupManagedObjectId)
| Method Detail |
|---|
public java.util.Set<ComputerTemplate> getComputerTemplates()
public java.util.Set<Host> getHosts()
public java.util.Set<DatacenterResourceGroup> getDatacenterResourceGroups()
DatacenterResourceGroups that are contained in this container.
DatacenterResourceGroups that are contained in this container.public java.util.Set<Computer> getAllComputers()
public java.util.Set<ComputerTemplate> getAllComputerTemplates()
public java.util.Set<Host> getAllHosts()
public java.util.Set<HostResourceGroup> getAllHostResourceGroups()
HostResourceGroups that are contained in this container including
children.
HostResourceGroups that are contained in this container including
children.public java.util.Set<DatacenterResourceGroup> getAllDatacenterResourceGroups()
DatacenterResourceGroups that are contained in this container including children.
DatacenterResourceGroups that are contained in this container including children.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||