(oldSpaceName, newSpaceName, orgGUID string)
| 207 | RenameOrganization(oldOrgName, newOrgName string) (resources.Organization, v7action.Warnings, error) |
| 208 | RenameServiceInstance(currentServiceInstanceName, spaceGUID, newServiceInstanceName string) (v7action.Warnings, error) |
| 209 | RenameSpaceByNameAndOrganizationGUID(oldSpaceName, newSpaceName, orgGUID string) (resources.Space, v7action.Warnings, error) |
| 210 | ResetOrganizationDefaultIsolationSegment(orgGUID string) (v7action.Warnings, error) |
| 211 | ResetSpaceIsolationSegment(orgGUID string, spaceGUID string) (string, v7action.Warnings, error) |
| 212 | ResourceMatch(resources []sharedaction.V3Resource) ([]sharedaction.V3Resource, v7action.Warnings, error) |
no outgoing calls
no test coverage detected