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

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

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

Classes in net.java.dev.vcc.spi that implement ComputerTemplate
 class AbstractComputerTemplate
          Created by IntelliJ IDEA.
 

Methods in net.java.dev.vcc.spi that return types with arguments of type ComputerTemplate
 java.util.Set<ComputerTemplate> AbstractDatacenter.getAllComputerTemplates()
          Gets all the computer templates that are contained in this container including children.
 java.util.Set<ComputerTemplate> AbstractHost.getAllComputerTemplates()
          Gets all the computer templates that are contained in this container including children.
 java.util.Set<ComputerTemplate> AbstractHostResourceGroup.getAllComputerTemplates()
          Gets all the computer templates that are contained in this container including children.
 java.util.Set<ComputerTemplate> AbstractDatacenterResourceGroup.getAllComputerTemplates()
          Gets all the computer templates that are contained in this container including children.
 java.util.Set<ComputerTemplate> AbstractDatacenter.getComputerTemplates()
          Gets all the computer templates that are contained in this container.
 java.util.Set<ComputerTemplate> AbstractHost.getComputerTemplates()
          Gets all the computer templates that are contained in this container.
 java.util.Set<ComputerTemplate> AbstractHostResourceGroup.getComputerTemplates()
          Gets all the computer templates that are contained in this container.
 java.util.Set<ComputerTemplate> AbstractDatacenterResourceGroup.getComputerTemplates()
          Gets all the computer templates that are contained in this container.
 

Constructor parameters in net.java.dev.vcc.spi with type arguments of type ComputerTemplate
AbstractComputerTemplate(ManagedObjectId<ComputerTemplate> id)
           
 



Copyright © 2009. All Rights Reserved.