| 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) |