public interface CcServiceResource
CcExtendedService getService(UUID service)
Page<CcExtendedService> getServices()
Page<CcExtendedService> getServices(URI nextPageUrl)
Page<CcExtendedServicePlan> getExtendedServicePlans(UUID service)
Page<CcExtendedServicePlan> getExtendedServicePlans(URI nextPageUrl)
Page<CcExtendedServiceInstance> getExtendedServiceInstances()
Page<CcExtendedServiceInstance> getExtendedServiceInstances(FilterQuery query)
Page<CcExtendedServiceInstance> getExtendedServiceInstances(FilterQuery query, int depth)
Page<CcExtendedServiceInstance> getExtendedServiceInstances(int depth)
Page<CcExtendedServiceInstance> getExtendedServiceInstances(URI nextPageUrl)
CcExtendedServiceInstance createServiceInstance(CcNewServiceInstance instance)
void deleteServiceInstance(UUID instance)
Page<CcServiceKey> getServiceKeys()
Page<CcServiceKey> getServiceKeys(FilterQuery query)
Page<CcServiceKey> getServiceKeys(URI nextPageUrl)
CcServiceKey createServiceKey(CcNewServiceKey serviceKey)
void deleteServiceKey(UUID keyGuid)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.