Package | Description |
---|---|
org.openstack4j.api.compute | |
org.openstack4j.openstack.compute.domain | |
org.openstack4j.openstack.compute.internal |
Modifier and Type | Method and Description |
---|---|
Server |
ServerService.boot(ServerCreate server)
Create (boot) a new Server
|
Server |
ServerService.bootAndWaitActive(ServerCreate server,
int maxWaitTime)
Create (boot) a new Server
|
Server |
ServerService.get(String serverId)
Get the specified server by ID
|
Server |
ServerService.update(String serverId,
ServerUpdateOptions options)
Updates an existing Server instance
|
Server |
ServerService.waitForServerStatus(String serverId,
Server.Status status,
int maxWait,
TimeUnit maxWaitUnit)
Will poll the Server waiting for the
Status to match or an Error state occurs for the maxWait |
Modifier and Type | Method and Description |
---|---|
List<? extends Server> |
ServerService.list()
List all servers (detailed) that the current tenant has access to
|
List<? extends Server> |
ServerService.list(boolean detail)
List all servers (detailed / brief) that the current tenant has access to
|
List<? extends Server> |
ServerService.list(Map<String,String> filteringParams)
Returns list of servers filtered by parameters.
|
List<? extends Server> |
ServerService.listAll(boolean detail)
List all servers for all tenants (detailed / brief)
|
Modifier and Type | Method and Description |
---|---|
ActionResponse |
ComputeFloatingIPService.addFloatingIP(Server server,
String ipAddress)
Adds floating-ip to server.
|
ActionResponse |
ComputeFloatingIPService.addFloatingIP(Server server,
String fixedIpAddress,
String ipAddress)
Adds floating-ip to server.
|
ActionResponse |
ComputeFloatingIPService.removeFloatingIP(Server server,
String ipAddress)
Remove floating-ip from server
|
Modifier and Type | Class and Description |
---|---|
class |
NovaServer |
Modifier and Type | Method and Description |
---|---|
Server |
ServerServiceImpl.boot(ServerCreate server)
Create (boot) a new Server
|
Server |
ServerServiceImpl.bootAndWaitActive(ServerCreate server,
int maxWaitTime)
Create (boot) a new Server
|
Server |
ServerServiceImpl.get(String serverId)
Get the specified server by ID
|
Server |
ServerServiceImpl.update(String serverId,
ServerUpdateOptions options) |
Server |
ServerServiceImpl.waitForServerStatus(String serverId,
Server.Status status,
int maxWait,
TimeUnit maxWaitUnit)
Will poll the Server waiting for the
Status to match or an Error state occurs for the maxWait |
Modifier and Type | Method and Description |
---|---|
List<? extends Server> |
ServerServiceImpl.list()
List all servers (detailed) that the current tenant has access to
|
List<? extends Server> |
ServerServiceImpl.list(boolean detail)
List all servers (detailed / brief) that the current tenant has access to
|
List<? extends Server> |
ServerServiceImpl.list(Map<String,String> filteringParams)
Returns list of servers filtered by parameters.
|
List<? extends Server> |
ServerServiceImpl.listAll(boolean detail)
List all servers for all tenants (detailed / brief)
|
Modifier and Type | Method and Description |
---|---|
ActionResponse |
ComputeFloatingIPServiceImpl.addFloatingIP(Server server,
String ipAddress)
Adds floating-ip to server.
|
ActionResponse |
ComputeFloatingIPServiceImpl.addFloatingIP(Server server,
String fixedIpAddress,
String ipAddress)
Adds floating-ip to server.
|
ActionResponse |
ComputeFloatingIPServiceImpl.removeFloatingIP(Server server,
String ipAddress)
Remove floating-ip from server
|
Copyright © 2017. All rights reserved.