Uses of Class
org.jclouds.cloudstack.domain.VMGroup
-
Packages that use VMGroup Package Description 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 Modifier and Type Method Description VMGroupVMGroup.Builder. build()Methods in org.jclouds.cloudstack.domain with parameters of type VMGroup Modifier and Type Method Description TVMGroup.Builder. fromVMGroup(VMGroup in) -
Uses of VMGroup in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features that return VMGroup Modifier and Type Method Description VMGroupVMGroupApi. createInstanceGroup(String name, CreateVMGroupOptions... options)Creates a VM groupVMGroupVMGroupApi. getInstanceGroup(String id)VMGroupVMGroupApi. updateInstanceGroup(String id, UpdateVMGroupOptions... options)Modify a VM groupMethods in org.jclouds.cloudstack.features that return types with arguments of type VMGroup Modifier and Type Method Description Set<VMGroup>VMGroupApi. listInstanceGroups(ListVMGroupsOptions... options)Lists VM groups
-