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

Method UpdateSpaceQuota

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

Source from the content-addressed store, hash-verified

263 UpdateSpaceFeature(spaceName string, orgGUID string, enableds bool, feature string) (v7action.Warnings, error)
264 UpdateSpaceLabelsBySpaceName(string, string, map[string]types.NullString) (v7action.Warnings, error)
265 UpdateSpaceQuota(quotaName, orgGUID, newName string, limits v7action.QuotaLimits) (v7action.Warnings, error)
266 UpdateStackLabelsByStackName(string, map[string]types.NullString) (v7action.Warnings, error)
267 UpdateUserPassword(userGUID string, oldPassword string, newPassword string) error
268 UpdateUserProvidedServiceInstance(serviceInstanceName, spaceGUID string, serviceInstanceUpdates 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