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

Method CreateOrganizationQuota

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

Source from the content-addressed store, hash-verified

44 CreateOrgRole(roleType constant.RoleType, orgGUID string, userNameOrGUID string, userOrigin string, isClient bool) (v7action.Warnings, error)
45 CreateOrganization(orgName string) (resources.Organization, v7action.Warnings, error)
46 CreateOrganizationQuota(name string, limits v7action.QuotaLimits) (v7action.Warnings, error)
47 CreatePrivateDomain(domainName string, orgName string) (v7action.Warnings, error)
48 CreateRoute(spaceGUID, domainName, hostname, path string, port int, options map[string]*string) (resources.Route, v7action.Warnings, error)
49 CreateRouteBinding(params v7action.CreateRouteBindingParams) (chan v7action.PollJobEvent, 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