MCPcopy
hub / github.com/cloudfoundry/cli / CreateManagedServiceInstance

Method CreateManagedServiceInstance

command/v7/actor.go:43–43  ·  view source on GitHub ↗
(managedServiceInstanceParams v7action.CreateManagedServiceInstanceParams)

Source from the content-addressed store, hash-verified

41 CreateDockerPackageByApplicationNameAndSpace(appName string, spaceGUID string, dockerImageCredentials v7action.DockerImageCredentials) (resources.Package, v7action.Warnings, error)
42 CreateIsolationSegmentByName(isolationSegment resources.IsolationSegment) (v7action.Warnings, error)
43 CreateManagedServiceInstance(managedServiceInstanceParams v7action.CreateManagedServiceInstanceParams) (chan v7action.PollJobEvent, v7action.Warnings, error)
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)

Callers 2

ExecuteMethod · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected