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 VMGroup
VMGroup.Builder. build()
Methods in org.jclouds.cloudstack.domain with parameters of type VMGroup Modifier and Type Method Description T
VMGroup.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 VMGroup
VMGroupApi. createInstanceGroup(String name, CreateVMGroupOptions... options)
Creates a VM groupVMGroup
VMGroupApi. getInstanceGroup(String id)
VMGroup
VMGroupApi. 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
-