public interface EnvironmentManager
Environment| Modifier and Type | Field and Description |
|---|---|
static String |
CREATED |
static String |
DESCRIPTION |
static String |
DISK_USAGE |
static String |
ENVIRONMENTS |
static String |
ID |
static String |
INDEX_CAPACITY |
static String |
MEMORY_USAGE |
static String |
NAME |
static String |
PERCENT_USED |
static String |
READ_ONLY |
static String |
SIZE |
static String |
STATUS |
static String |
TOTAL |
static String |
TOTAL_BYTES |
static String |
UPDATED |
static String |
USED |
static String |
USED_BYTES |
| Modifier and Type | Method and Description |
|---|---|
ServiceCall<CreateEnvironmentResponse> |
createEnvironment(CreateEnvironmentRequest createRequest)
Creates a new environment.
|
ServiceCall<DeleteEnvironmentResponse> |
deleteEnvironment(DeleteEnvironmentRequest deleteRequest)
Deletes an existing environment.
|
ServiceCall<GetEnvironmentResponse> |
getEnvironment(GetEnvironmentRequest getRequest)
Gets details about an existing environment.
|
ServiceCall<GetEnvironmentsResponse> |
getEnvironments(GetEnvironmentsRequest getRequest)
Lists existing environments.
|
ServiceCall<UpdateEnvironmentResponse> |
updateEnvironment(UpdateEnvironmentRequest updateRequest)
Updates an environment.
|
static final String ENVIRONMENTS
static final String ID
static final String NAME
static final String DESCRIPTION
static final String CREATED
static final String UPDATED
static final String STATUS
static final String READ_ONLY
static final String INDEX_CAPACITY
static final String DISK_USAGE
static final String MEMORY_USAGE
static final String USED_BYTES
static final String TOTAL_BYTES
static final String USED
static final String TOTAL
static final String PERCENT_USED
static final String SIZE
ServiceCall<GetEnvironmentsResponse> getEnvironments(GetEnvironmentsRequest getRequest)
getRequest - options for getting the environmentsGetEnvironmentsResponse containing result of the GetEnvironmentsRequestServiceCall<GetEnvironmentResponse> getEnvironment(GetEnvironmentRequest getRequest)
getRequest - options for getting the environmentGetEnvironmentResponse containing the result of the GetEnvironmentRequestServiceCall<CreateEnvironmentResponse> createEnvironment(CreateEnvironmentRequest createRequest)
createRequest - options for creating the environmentCreateEnvironmentResponse containing the result of the CreateEnvironmentRequestServiceCall<DeleteEnvironmentResponse> deleteEnvironment(DeleteEnvironmentRequest deleteRequest)
deleteRequest - options for deleting the environmentDeleteEnvironmentResponse containing the result of the DeleteEnvironmentRequestServiceCall<UpdateEnvironmentResponse> updateEnvironment(UpdateEnvironmentRequest updateRequest)
updateRequest - options for deleting the environmentUpdateEnvironmentResponse containing the result of the UpdateEnvironmentRequestCopyright © 2015–2016 IBM Watson. All rights reserved.