MCPcopy Index your code
hub / github.com/cloudfoundry/cli / GetSSHEnabled

Method GetSSHEnabled

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

Source from the content-addressed store, hash-verified

148 GetRoutesByOrg(orgGUID string, labels string) ([]resources.Route, v7action.Warnings, error)
149 GetRoutesBySpace(spaceGUID string, labels string) ([]resources.Route, v7action.Warnings, error)
150 GetSSHEnabled(appGUID string) (ccv3.SSHEnabled, v7action.Warnings, error)
151 GetSSHEnabledByAppName(appName string, spaceGUID string) (ccv3.SSHEnabled, v7action.Warnings, error)
152 GetSSHPasscode() (string, error)
153 GetSecureShellConfigurationByApplicationNameSpaceProcessTypeAndIndex(appName string, spaceGUID string, processType string, processIndex uint) (v7action.SSHAuthentication, v7action.Warnings, error)

Callers 1

ExecuteMethod · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected