public interface CcOperationsApps extends CcOperationsCommon
| Modifier and Type | Method and Description |
|---|---|
CcServiceBinding |
createServiceBinding(CcNewServiceBinding ccNewServiceBinding)
Creates service binding for application.
|
void |
deleteApp(UUID app)
Deletes application identified by given GUID.
|
void |
deleteServiceBinding(UUID bindingGuid)
Deletes service binding for application identified by given GUID.
|
CcServiceBindingList |
getAppBindings(UUID app)
Returns all bindings belonging to application identified by given GUID.
|
CcServiceBindingList |
getAppBindings(UUID app,
FilterQuery filterQuery)
Returns all bindings belonging to application identified by given GUID and filtering by
given filter.
|
rx.Observable<CcAppEnv> |
getAppEnv(UUID appGuid)
Returns environment variables for application identified by given GUID.
|
CcAppSummary |
getAppSummary(UUID app)
Returns summary for application identified by given GUID.
|
void |
restageApp(UUID appGuid)
Restages application identified by given GUID.
|
void |
switchApp(UUID app,
CcAppStatus appStatus)
Switches off application identified by given GUID.
|
getBuildpacks, getQuota, getSpaceSummaryCcAppSummary getAppSummary(UUID app)
app - application GUIDvoid restageApp(UUID appGuid)
appGuid - application GUIDCcServiceBindingList getAppBindings(UUID app)
app - application GUIDCcServiceBindingList getAppBindings(UUID app, FilterQuery filterQuery)
app - application GUIDfilterQuery - filtervoid deleteApp(UUID app)
app - application GUIDvoid switchApp(UUID app, CcAppStatus appStatus)
app - application GUIDCcServiceBinding createServiceBinding(CcNewServiceBinding ccNewServiceBinding)
ccNewServiceBinding - binding for applicationvoid deleteServiceBinding(UUID bindingGuid)
bindingGuid - binding GUIDCopyright © 2016 Pivotal Software, Inc.. All rights reserved.