Uses of Interface
net.java.dev.vcc.api.HostResourceGroup

Packages that use HostResourceGroup
net.java.dev.vcc.spi   
 

Uses of HostResourceGroup in net.java.dev.vcc.spi
 

Classes in net.java.dev.vcc.spi that implement HostResourceGroup
 class AbstractHostResourceGroup
          The base class from which all Service Provider Implementations map a resource group from.
 

Methods in net.java.dev.vcc.spi that return types with arguments of type HostResourceGroup
 java.util.Set<HostResourceGroup> AbstractDatacenter.getAllHostResourceGroups()
          Gets all the HostResourceGroups that are contained in this container including children.
 java.util.Set<HostResourceGroup> AbstractHost.getAllHostResourceGroups()
          Gets all the HostResourceGroups that are contained in this container including children.
 java.util.Set<HostResourceGroup> AbstractHostResourceGroup.getAllHostResourceGroups()
          Gets all the HostResourceGroups that are contained in this container including children.
 java.util.Set<HostResourceGroup> AbstractDatacenterResourceGroup.getAllHostResourceGroups()
          Gets all the HostResourceGroups that are contained in this container including children.
 java.util.Set<HostResourceGroup> AbstractHost.getHostResourceGroups()
           
 java.util.Set<HostResourceGroup> AbstractHostResourceGroup.getHostResourceGroups()
          Gets alll the HostResourceGroups that are contained in this container.
 

Constructor parameters in net.java.dev.vcc.spi with type arguments of type HostResourceGroup
AbstractHostResourceGroup(ManagedObjectId<HostResourceGroup> resourceGroupManagedObjectId)
           
 



Copyright © 2009. All Rights Reserved.