Uses of Interface
org.openstack4j.model.compute.ServerGroup
-
Packages that use ServerGroup Package Description org.openstack4j.api.compute org.openstack4j.openstack.compute.domain org.openstack4j.openstack.compute.internal -
-
Uses of ServerGroup in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute that return ServerGroup Modifier and Type Method Description ServerGroupServerGroupService. create(String name, String policy)Generates or imports a serverGroupServerGroupServerGroupService. get(String id)Gets the serverGroup by idMethods in org.openstack4j.api.compute that return types with arguments of type ServerGroup Modifier and Type Method Description List<? extends ServerGroup>ServerGroupService. list()Lists serverGroups that are associated with the account making the request -
Uses of ServerGroup in org.openstack4j.openstack.compute.domain
Classes in org.openstack4j.openstack.compute.domain that implement ServerGroup Modifier and Type Class Description classNovaServerGroup -
Uses of ServerGroup in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal that return ServerGroup Modifier and Type Method Description ServerGroupServerGroupServiceImpl. create(String name, String policy)ServerGroupServerGroupServiceImpl. get(String id)Methods in org.openstack4j.openstack.compute.internal that return types with arguments of type ServerGroup Modifier and Type Method Description List<? extends ServerGroup>ServerGroupServiceImpl. list()
-