(query ...ccv3.Query)
| 138 | GetSSHEnabled(appGUID string) (ccv3.SSHEnabled, ccv3.Warnings, error) |
| 139 | GetAppFeature(appGUID string, featureName string) (resources.ApplicationFeature, ccv3.Warnings, error) |
| 140 | GetStacks(query ...ccv3.Query) ([]resources.Stack, ccv3.Warnings, error) |
| 141 | GetStagingSecurityGroups(spaceGUID string, queries ...ccv3.Query) ([]resources.SecurityGroup, ccv3.Warnings, error) |
| 142 | UpdateStack(stackGUID string, state string, reason string) (resources.Stack, ccv3.Warnings, error) |
| 143 | GetTask(guid string) (resources.Task, ccv3.Warnings, error) |
no outgoing calls
no test coverage detected