MCPcopy
hub / github.com/cloudfoundry/cli / UpdateServiceInstance

Method UpdateServiceInstance

cf/api/services.go:32–32  ·  view source on GitHub ↗
(instanceGUID, planGUID string, params map[string]interface{}, tags *[]string)

Source from the content-addressed store, hash-verified

30 PurgeServiceInstance(instance models.ServiceInstance) error
31 CreateServiceInstance(name, planGUID string, params map[string]interface{}, tags []string) (apiErr error)
32 UpdateServiceInstance(instanceGUID, planGUID string, params map[string]interface{}, tags *[]string) (apiErr error)
33 RenameService(instance models.ServiceInstance, newName string) (apiErr error)
34 DeleteService(instance models.ServiceInstance) (apiErr error)
35 FindServicePlanByDescription(planDescription resources.ServicePlanDescription) (planGUID string, apiErr error)

Callers 2

ExecuteMethod · 0.65
services_test.goFile · 0.65

Implementers 2

FakeServiceRepositorycf/api/apifakes/fake_service_repositor

Calls

no outgoing calls

Tested by

no test coverage detected