MCPcopy Create free account
hub / github.com/cloudfoundry/cli / SetAllowSSH

Method SetAllowSSH

cf/api/spaces/spaces.go:25–25  ·  view source on GitHub ↗
(spaceGUID string, allow bool)

Source from the content-addressed store, hash-verified

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}
28

Callers 3

ExecuteMethod · 0.65
ExecuteMethod · 0.65
spaces_test.goFile · 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