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