public interface CcOperationsServices extends CcOperationsCommon
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<CcExtendedServiceInstance> |
createServiceInstance(CcNewServiceInstance serviceInstance)
Creates new service instance using provided configuration.
|
rx.Observable<CcServiceKey> |
createServiceKey(CcNewServiceKey serviceKey)
Creates a new service key
|
void |
deleteServiceInstance(UUID instanceGuid)
Deletes service instance identified by given GUID.
|
void |
deleteServiceKey(UUID keyGuid)
Deletes given service key
|
rx.Observable<CcExtendedServiceInstance> |
getExtendedServiceInstances() |
rx.Observable<CcExtendedServiceInstance> |
getExtendedServiceInstances(FilterQuery filterQuery) |
rx.Observable<CcExtendedServiceInstance> |
getExtendedServiceInstances(FilterQuery filterQuery,
int depth) |
rx.Observable<CcExtendedServiceInstance> |
getExtendedServiceInstances(int depth) |
rx.Observable<CcExtendedServicePlan> |
getExtendedServicePlans(UUID serviceGuid)
Returns service plans within service identified by given GUID
|
rx.Observable<CcExtendedService> |
getExtendedServices()
Returns services
|
rx.Observable<CcExtendedService> |
getService(UUID serviceGuid)
Returns service identified by given GUID.
|
CcServiceBindingList |
getServiceBindings(FilterQuery filterQuery)
Returns list of service bindings matching provided filter
|
rx.Observable<CcServiceKey> |
getServiceKeys()
Returns a list of all service keys acessible to user
|
rx.Observable<CcExtendedService> |
getServices(UUID spaceGuid)
Returns services within space identified by given GUID.
|
getBuildpacks, getQuota, getSpaceSummaryrx.Observable<CcExtendedService> getServices(UUID spaceGuid)
spaceGuid - GUIDrx.Observable<CcExtendedService> getExtendedServices()
rx.Observable<CcExtendedServicePlan> getExtendedServicePlans(UUID serviceGuid)
rx.Observable<CcExtendedService> getService(UUID serviceGuid)
serviceGuid - GUIDrx.Observable<CcExtendedServiceInstance> createServiceInstance(CcNewServiceInstance serviceInstance)
serviceInstance - service instancerx.Observable<CcExtendedServiceInstance> getExtendedServiceInstances()
rx.Observable<CcExtendedServiceInstance> getExtendedServiceInstances(FilterQuery filterQuery)
filterQuery - filter to use when requesting service instancesrx.Observable<CcExtendedServiceInstance> getExtendedServiceInstances(int depth)
depth - how deep the relations should be resolvedrx.Observable<CcExtendedServiceInstance> getExtendedServiceInstances(FilterQuery filterQuery, int depth)
filterQuery - filter to use when requesting service instancesdepth - how deep the relations should be resolvedvoid deleteServiceInstance(UUID instanceGuid)
instanceGuid - GUIDCcServiceBindingList getServiceBindings(FilterQuery filterQuery)
filterQuery - filterrx.Observable<CcServiceKey> getServiceKeys()
rx.Observable<CcServiceKey> createServiceKey(CcNewServiceKey serviceKey)
void deleteServiceKey(UUID keyGuid)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.