MCPcopy Create free account
hub / github.com/cloudfoundry/cli / GetIsolationSegmentsByOrganization

Method GetIsolationSegmentsByOrganization

command/v7/actor.go:119–119  ·  view source on GitHub ↗
(orgName string)

Source from the content-addressed store, hash-verified

117 GetGlobalRunningSecurityGroups() ([]resources.SecurityGroup, v7action.Warnings, error)
118 GetGlobalStagingSecurityGroups() ([]resources.SecurityGroup, v7action.Warnings, error)
119 GetIsolationSegmentsByOrganization(orgName string) ([]resources.IsolationSegment, v7action.Warnings, error)
120 GetIsolationSegmentByName(isoSegmentName string) (resources.IsolationSegment, v7action.Warnings, error)
121 GetIsolationSegmentSummaries() ([]v7action.IsolationSegmentSummary, v7action.Warnings, error)
122 GetInfoResponse() (v7action.Info, v7action.Warnings, error)

Callers 2

displayOrgSummaryMethod · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected