Method |
Description |
|
checkPermissions ( $args ) |
Throws an exception if the user does not have sufficient permissions for projects
If the argument just one we will checks all the existing variants of access to projects
checkPermissions(int $roleId, string $permissionId = null) |
|
createAction ( ) |
Creates a new Project in this account |
|
describeAction ( ) : array |
Retrieves the list of the projects |
|
fetchAction ( string $projectId ) : Scalr\Api\DataType\ResultEnvelope |
Fetches detailed info about one project |
|
getCcController ( ) : CostCenters |
Gets Cost Centers controller |
|
getDefaultCriteria ( ) : array |
Gets default search criteria |
|
getProject ( string $projectId ) : ProjectEntity |
Gets specified Script taking into account both scope and authentication token |
|