PHP Class Scalr\Api\Service\User\V1beta0\Controller\Os

Since: 5.4.0 (24.02.2015)
Author: Vitaliy Demidov ([email protected])
Inheritance: extends Scalr\Api\Rest\Controller\ApiController
Show file Open project: scalr/scalr

Public Methods

Method Description
fetchAction ( string $osId ) : Scalr\Api\DataType\ResultEnvelope Fetches detailed info about the Os
getAction ( ) Gets OSes

Method Details

fetchAction() public method

Fetches detailed info about the Os
public fetchAction ( string $osId ) : Scalr\Api\DataType\ResultEnvelope
$osId string Unique identifier of the Os
return Scalr\Api\DataType\ResultEnvelope

getAction() public method

Gets OSes
public getAction ( )