| 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) |
| 60 | DeleteApplicationByNameAndSpace(name, spaceGUID string, deleteRoutes bool) (v7action.Warnings, error) |
| 61 | DeleteBuildpackByNameAndStackAndLifecycle(buildpackName string, buildpackStack string, buildpackLifecycle string) (v7action.Warnings, error) |