Uses of Class
org.jclouds.cloudstack.domain.VMGroup

Packages that use VMGroup
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.features   
 

Uses of VMGroup in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return VMGroup
 VMGroup VMGroup.Builder.build()
           
 

Methods in org.jclouds.cloudstack.domain with parameters of type VMGroup
 T VMGroup.Builder.fromVMGroup(VMGroup in)
           
 

Uses of VMGroup in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features that return VMGroup
 VMGroup VMGroupApi.createInstanceGroup(String name, CreateVMGroupOptions... options)
          Creates a VM group
 VMGroup VMGroupApi.getInstanceGroup(String id)
           
 VMGroup VMGroupApi.updateInstanceGroup(String id, UpdateVMGroupOptions... options)
          Modify a VM group
 

Methods in org.jclouds.cloudstack.features that return types with arguments of type VMGroup
 Set<VMGroup> VMGroupApi.listInstanceGroups(ListVMGroupsOptions... options)
          Lists VM groups
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.