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

Method Rename

cf/api/spaces/spaces.go:24–24  ·  view source on GitHub ↗
(spaceGUID, newName string)

Source from the content-addressed store, hash-verified

22 FindByNameInOrg(name, orgGUID string) (space models.Space, apiErr error)
23 Create(name string, orgGUID string, spaceQuotaGUID string) (space models.Space, apiErr error)
24 Rename(spaceGUID, newName string) (apiErr error)
25 SetAllowSSH(spaceGUID string, allow bool) (apiErr error)
26 Delete(spaceGUID string) (apiErr error)
27}

Callers 8

BuildConfigurablePluginFunction · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
spaces_test.goFile · 0.65
CreateExecutableCopyMethod · 0.65
WriteConfigMethod · 0.65

Implementers 2

CloudControllerSpaceRepositorycf/api/spaces/spaces.go
FakeSpaceRepositorycf/api/spaces/spacesfakes/fake_space_r

Calls

no outgoing calls

Tested by

no test coverage detected