MCPcopy Index your code
hub / github.com/cloudfoundry/cli / CreateSpaceQuota

Method CreateSpaceQuota

command/v7/actor.go:56–56  ·  view source on GitHub ↗
(spaceQuotaName string, orgGuid string, limits v7action.QuotaLimits)

Source from the content-addressed store, hash-verified

54 CreateSharedDomain(domainName string, internal bool, routerGroupName string) (v7action.Warnings, error)
55 CreateSpace(spaceName, orgGUID string) (resources.Space, v7action.Warnings, error)
56 CreateSpaceQuota(spaceQuotaName string, orgGuid string, limits v7action.QuotaLimits) (v7action.Warnings, error)
57 CreateSpaceRole(roleType constant.RoleType, orgGUID string, spaceGUID string, userNameOrGUID string, userOrigin string, isClient bool) (v7action.Warnings, error)
58 CreateUser(username string, password string, origin string) (resources.User, v7action.Warnings, error)
59 CreateUserProvidedServiceInstance(instance resources.ServiceInstance) (v7action.Warnings, error)

Callers 1

ExecuteMethod · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected