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

Method UpdateOrganizationQuota

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

Source from the content-addressed store, hash-verified

250 UpgradeManagedServiceInstance(serviceInstanceName, spaceGUID string) (chan v7action.PollJobEvent, v7action.Warnings, error)
251 UpdateOrganizationLabelsByOrganizationName(string, map[string]types.NullString) (v7action.Warnings, error)
252 UpdateOrganizationQuota(quotaName string, newName string, limits v7action.QuotaLimits) (v7action.Warnings, error)
253 UpdateProcessByTypeAndApplication(processType string, appGUID string, updatedProcess resources.Process) (v7action.Warnings, error)
254 UpdateRoute(routeGUID string, options map[string]*string) (resources.Route, v7action.Warnings, error)
255 UpdateRouteLabels(string, string, map[string]types.NullString) (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