Package | Description |
---|---|
com.woorea.openstack.base.client | |
com.woorea.openstack.nova.api | |
com.woorea.openstack.nova.api.extensions |
Modifier and Type | Field and Description |
---|---|
private Entity<?> |
OpenStackRequest.entity |
Modifier and Type | Method and Description |
---|---|
Entity<?> |
OpenStackRequest.entity() |
<T> Entity<T> |
OpenStackRequest.entity(T entity,
java.lang.String contentType) |
<T> Entity<T> |
OpenStackRequest.json(T entity) |
static <T> Entity<T> |
Entity.json(T entity) |
static <T> Entity<T> |
Entity.stream(T entity) |
Constructor and Description |
---|
OpenStackRequest(OpenStackClient client,
HttpMethod method,
java.lang.CharSequence path,
Entity<?> entity,
java.lang.Class<R> returnType) |
OpenStackRequest(OpenStackClient client,
HttpMethod method,
java.lang.String path,
Entity<?> entity,
java.lang.Class<R> returnType) |
Constructor and Description |
---|
Action(java.lang.String id,
Entity<?> entity,
java.lang.Class<T> returnType) |
Constructor and Description |
---|
Allocate(Entity<?> entity) |