| Package | Description |
|---|---|
| org.openstack4j.api.compute | |
| org.openstack4j.openstack.compute.domain | |
| org.openstack4j.openstack.compute.internal |
| Modifier and Type | Method and Description |
|---|---|
ServerGroup |
ServerGroupService.create(String name,
String policy)
Generates or imports a serverGroup
|
ServerGroup |
ServerGroupService.get(String id)
Gets the serverGroup by id
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends ServerGroup> |
ServerGroupService.list()
Lists serverGroups that are associated with the account making the request
|
| Modifier and Type | Class and Description |
|---|---|
class |
NovaServerGroup |
| Modifier and Type | Method and Description |
|---|---|
ServerGroup |
ServerGroupServiceImpl.create(String name,
String policy) |
ServerGroup |
ServerGroupServiceImpl.get(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends ServerGroup> |
ServerGroupServiceImpl.list() |
Copyright © 2017. All rights reserved.